Trace number 3377638

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 107.611 107.525

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.22475
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.63	c INFO: solving HOME/instance-3377638-1305456530.cnf
0.36/0.63	c INFO: computing task features
0.36/0.64	c INFO: computed variable-clause graph statistics
0.36/0.64	c INFO: computed clause balance statistics
0.36/0.67	c INFO: computed variable balance statistics
0.36/0.69	c INFO: computed small-clause counts
0.36/0.69	c INFO: computed Horn-clause counts
0.36/0.69	c INFO: computed variable graph statistics
0.36/0.69	c INFO: collected features for HOME/instance-3377638-1305456530.cnf in 0.06 s
0.44/0.70	c INFO: running TNM@0 for 97 with 2399 remaining (b = 0.56)
99.04/99.04	c INFO: running march_hi@0 for 388 with 2301 remaining (b = 0.41)
107.53/107.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377638-1305456530/watcher-3377638-1305456530 -o /tmp/evaluation-result-3377638-1305456530/solver-3377638-1305456530 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377638-1305456530.cnf -seed 1631912842 -budget 2400 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.10 4.03 3.81 5/471 27226
/proc/meminfo: memFree=23551316/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=15912 CPUtime=0 cores=0,2
/proc/27226/stat : 27226 (python) R 27224 27226 24847 0 -1 4202496 957 0 0 0 0 0 0 0 25 0 1 0 735883697 16293888 834 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/27226/statm: 3978 835 357 364 0 465 0

[startup+0.103024 s]
/proc/loadavg: 4.10 4.03 3.81 5/471 27226
/proc/meminfo: memFree=23551316/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=93960 CPUtime=0.05 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 2696 0 0 0 4 1 0 0 25 0 1 0 735883697 96215040 2407 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/27226/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.200996 s]
/proc/loadavg: 4.10 4.03 3.81 5/471 27226
/proc/meminfo: memFree=23551316/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=126300 CPUtime=0.12 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 4572 465 1 0 8 4 0 0 25 0 1 0 735883697 129331200 3895 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 2 0 0 0
/proc/27226/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 126300

[startup+0.300991 s]
/proc/loadavg: 4.10 4.03 3.81 5/471 27226
/proc/meminfo: memFree=23551316/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=135748 CPUtime=0.18 cores=0,2
/proc/27226/stat : 27226 (python) R 27224 27226 24847 0 -1 4202496 5973 934 1 0 13 5 0 0 25 0 1 0 735883697 139005952 4149 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367542789 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27226/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700915 s]
/proc/loadavg: 4.10 4.03 3.81 5/471 27226
/proc/meminfo: memFree=23551316/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=278276 CPUtime=0.44 cores=0,2
/proc/27226/stat : 27226 (python) R 27224 27226 24847 0 -1 4202496 9513 934 1 0 33 11 0 0 25 0 1 0 735883697 284954624 7004 33554432000 4194304 5683644 140736371676368 18446744073709551615 47530668528137 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27226/statm: 69569 7004 1860 364 0 5490 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278276

[startup+1.50082 s]
/proc/loadavg: 4.09 4.03 3.81 7/475 27235
/proc/meminfo: memFree=23525864/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=288676 CPUtime=0.45 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 9776 934 1 0 34 11 0 0 25 0 2 0 735883697 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 72169 7049 1867 364 0 8087 0
[pid=27233] ppid=27226 vsize=278432 CPUtime=0 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 713 0 0 0 0 0 0 0 25 0 1 0 735883768 285114368 5525 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566863 0 0 16781312 514 5402111462913081343 0 0 17 2 0 0 0
/proc/27233/statm: 69608 5525 347 364 0 5526 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=0.78 cores=0,2
/proc/27235/stat : 27235 (TNM) R 27233 27235 27235 0 -1 4202496 414 0 0 0 78 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134536432 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27226/tid=27234] ppid=27224 vsize=288676 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735883768 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1022004

[startup+3.10052 s]
/proc/loadavg: 4.09 4.03 3.81 6/475 27235
/proc/meminfo: memFree=23524628/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=288676 CPUtime=0.45 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 9776 934 1 0 34 11 0 0 25 0 2 0 735883697 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 72169 7049 1867 364 0 8087 0
[pid=27233] ppid=27226 vsize=278432 CPUtime=0 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735883768 285114368 5532 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566863 0 0 16781312 514 5402111462913048834 0 0 17 2 0 0 0
/proc/27233/statm: 69608 5532 354 364 0 5526 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=2.38 cores=0,2
/proc/27235/stat : 27235 (TNM) R 27233 27235 27235 0 -1 4202496 414 0 0 0 238 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527228 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27226/tid=27234] ppid=27224 vsize=288676 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735883768 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1022004

[startup+6.30092 s]
/proc/loadavg: 4.16 4.04 3.82 7/475 27235
/proc/meminfo: memFree=23521900/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=288676 CPUtime=0.45 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 9776 934 1 0 34 11 0 0 25 0 2 0 735883697 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 72169 7049 1867 364 0 8087 0
[pid=27233] ppid=27226 vsize=278432 CPUtime=0.01 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 1 0 735883768 285114368 5560 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566863 0 0 16781312 514 5402111462913048834 0 0 17 2 0 0 0
/proc/27233/statm: 69608 5560 382 364 0 5526 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=5.58 cores=0,2
/proc/27235/stat : 27235 (TNM) R 27233 27235 27235 0 -1 4202496 414 0 0 0 558 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27226/tid=27234] ppid=27224 vsize=288676 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735883768 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1022004

[startup+12.7007 s]
/proc/loadavg: 4.15 4.04 3.82 7/475 27235
/proc/meminfo: memFree=23520732/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=288676 CPUtime=0.45 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 9776 934 1 0 34 11 0 0 25 0 2 0 735883697 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 72169 7049 1867 364 0 8087 0
[pid=27233] ppid=27226 vsize=278432 CPUtime=0.03 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 984 0 0 0 2 1 0 0 18 0 1 0 735883768 285114368 5560 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566863 0 0 16781312 514 11750296048088613122 0 0 17 2 0 0 0
/proc/27233/statm: 69608 5560 382 364 0 5526 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=11.98 cores=0,2
/proc/27235/stat : 27235 (TNM) R 27233 27235 27235 0 -1 4202496 414 0 0 0 1198 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134529392 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27226/tid=27234] ppid=27224 vsize=288676 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735883768 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1022004

[startup+25.5004 s]
/proc/loadavg: 4.27 4.07 3.83 7/475 27235
/proc/meminfo: memFree=23518244/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=288676 CPUtime=0.45 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 9776 934 1 0 34 11 0 0 25 0 2 0 735883697 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 72169 7049 1867 364 0 8087 0
[pid=27233] ppid=27226 vsize=278432 CPUtime=0.07 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 987 0 0 0 4 3 0 0 18 0 1 0 735883768 285114368 5560 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566863 0 0 16781312 514 11750296048088613122 0 0 17 2 0 0 0
/proc/27233/statm: 69608 5560 382 364 0 5526 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=24.78 cores=0,2
/proc/27235/stat : 27235 (TNM) R 27233 27235 27235 0 -1 4202496 414 0 0 0 2478 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134529539 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27226/tid=27234] ppid=27224 vsize=288676 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735883768 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1022004

[startup+51.1006 s]
/proc/loadavg: 4.18 4.07 3.84 6/475 27236
/proc/meminfo: memFree=23511588/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=288676 CPUtime=0.45 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 9776 934 1 0 34 11 0 0 25 0 2 0 735883697 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 72169 7049 1867 364 0 8087 0
[pid=27233] ppid=27226 vsize=278432 CPUtime=0.15 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 999 0 0 0 8 7 0 0 18 0 1 0 735883768 285114368 5560 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566863 0 0 16781312 514 11750296048088613122 0 0 17 2 0 0 0
/proc/27233/statm: 69608 5560 382 364 0 5526 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=50.38 cores=0,2
/proc/27235/stat : 27235 (TNM) R 27233 27235 27235 0 -1 4202496 414 0 0 0 5038 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134529064 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27226/tid=27234] ppid=27224 vsize=288676 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 735883768 295604224 7049 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1022004

[startup+102.301 s]
/proc/loadavg: 4.19 4.08 3.85 6/478 27280
/proc/meminfo: memFree=23508824/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0 cores=0,2
/proc/27278/stat : 27278 (python) S 27226 27226 24847 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 735893602 296202240 5673 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566918 0 0 16781312 514 518098679396008196 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5673 348 364 0 8230 0
[pid=27280] ppid=27278 vsize=1964 CPUtime=3.25 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202496 566 0 0 0 325 0 0 0 25 0 1 0 735893602 2011136 302 33554432000 4194304 4955518 140734362588656 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27280/statm: 491 302 104 186 0 304 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 1334300

Solver just ended. Dumping a history of the last processes samples

[startup+102.416 s]
/proc/loadavg: 4.19 4.08 3.85 6/478 27280
/proc/meminfo: memFree=23508824/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0 cores=0,2
/proc/27278/stat : 27278 (python) S 27226 27226 24847 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 735893602 296202240 5673 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566918 0 0 16781312 514 518098679396008196 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5673 348 364 0 8230 0
[pid=27280] ppid=27278 vsize=1964 CPUtime=3.35 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202496 566 0 0 0 335 0 0 0 25 0 1 0 735893602 2011136 302 33554432000 4194304 4955518 140734362588656 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27280/statm: 491 302 104 186 0 304 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 1334300

[startup+105.601 s]
/proc/loadavg: 4.17 4.08 3.85 7/478 27281
/proc/meminfo: memFree=23507336/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0.01 cores=0,2
/proc/27278/stat : 27278 (python) S 27226 27226 24847 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 1 0 735893602 296202240 5696 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566918 0 0 16781312 514 518098679396008196 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5696 371 364 0 8230 0
[pid=27280] ppid=27278 vsize=1964 CPUtime=6.53 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202496 591 0 0 0 653 0 0 0 25 0 1 0 735893602 2011136 327 33554432000 4194304 4955518 140734362588656 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27280/statm: 491 327 104 186 0 304 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 105.64
Current children cumulated vsize (KiB) 1334300

[startup+106.4 s]
/proc/loadavg: 4.17 4.08 3.85 7/478 27281
/proc/meminfo: memFree=23507336/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0.01 cores=0,2
/proc/27278/stat : 27278 (python) S 27226 27226 24847 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 1 0 735893602 296202240 5696 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566918 0 0 16781312 514 518098679396008196 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5696 371 364 0 8230 0
[pid=27280] ppid=27278 vsize=2100 CPUtime=7.32 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202496 616 0 0 0 732 0 0 0 25 0 1 0 735893602 2150400 352 33554432000 4194304 4955518 140734362588656 18446744073709551615 4314668 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27280/statm: 525 352 104 186 0 338 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 106.43
Current children cumulated vsize (KiB) 1334436

[startup+107.201 s]
/proc/loadavg: 4.17 4.08 3.85 7/478 27281
/proc/meminfo: memFree=23507080/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0.01 cores=0,2
/proc/27278/stat : 27278 (python) S 27226 27226 24847 0 -1 4202560 905 0 0 0 1 0 0 0 15 0 1 0 735893602 296202240 5696 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566918 0 0 16781312 514 518098679396008196 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5696 371 364 0 8230 0
[pid=27280] ppid=27278 vsize=2100 CPUtime=8.11 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202496 622 0 0 0 811 0 0 0 25 0 1 0 735893602 2150400 358 33554432000 4194304 4955518 140734362588656 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27280/statm: 525 358 104 186 0 338 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.22
Current children cumulated vsize (KiB) 1334436

[startup+107.401 s]
/proc/loadavg: 4.17 4.08 3.85 7/478 27281
/proc/meminfo: memFree=23507080/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0.01 cores=0,2
/proc/27278/stat : 27278 (python) S 27226 27226 24847 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 735893602 296202240 5696 33554432000 4194304 5683644 140736371676368 18446744073709551615 251367566918 0 0 16781312 514 518098679396008196 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5696 371 364 0 8230 0
[pid=27280] ppid=27278 vsize=2100 CPUtime=8.31 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202496 624 0 0 0 831 0 0 0 25 0 1 0 735893602 2150400 360 33554432000 4194304 4955518 140734362588656 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27280/statm: 525 360 104 186 0 338 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.42
Current children cumulated vsize (KiB) 1334436

[startup+107.501 s]
/proc/loadavg: 4.17 4.08 3.85 7/478 27281
/proc/meminfo: memFree=23507080/32950928 swapFree=38710892/67111528
[pid=27226] ppid=27224 vsize=299504 CPUtime=0.47 cores=0,2
/proc/27226/stat : 27226 (python) S 27224 27226 24847 0 -1 4202496 10606 934 1 0 35 12 0 0 20 0 3 0 735883697 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27226/statm: 74876 7199 1870 364 0 10791 0
[pid=27233] ppid=27226 vsize=288676 CPUtime=0.32 cores=0,2
/proc/27233/stat : 27233 (python) S 27226 27226 24847 0 -1 4202560 1157 0 0 0 17 15 0 0 19 0 2 0 735883768 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27233/statm: 72169 5598 415 364 0 8087 0
[pid=27235] ppid=27233 vsize=454896 CPUtime=98.31 cores=0,2
/proc/27235/stat : 27235 (TNM) T 27233 27235 27235 0 -1 4202496 414 0 0 0 9831 0 0 0 25 0 1 0 735883768 465813504 150 33554432000 134512640 135008748 4288969648 18446744073709551615 134527524 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/27235/statm: 113724 150 46 122 0 112624 0
[pid=27233/tid=27277] ppid=27226 vsize=288676 CPUtime=0 cores=0,2
/proc/27233/task/27277/stat : 27277 (python) S 27226 27226 24847 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735893601 295604224 5598 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 514 18446604441285568448 0 0 -1 2 0 0 0
[pid=27278] ppid=27226 vsize=289260 CPUtime=0.03 cores=0,2
/proc/27278/stat : 27278 (python) R 27226 27226 24847 0 -1 4202560 910 0 0 0 2 1 0 0 15 0 1 0 735893602 296202240 5696 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/27278/statm: 72315 5696 371 364 0 8230 0
[pid=27280] ppid=27278 vsize=0 CPUtime=8.4 cores=0,2
/proc/27280/stat : 27280 (march_hi) R 27278 27280 27280 0 -1 4202500 626 0 0 0 840 0 0 0 25 0 1 0 735893602 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/27280/statm: 0 0 0 0 0 0 0
[pid=27226/tid=27234] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27234/stat : 27234 (python) S 27224 27226 24847 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 735883768 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
[pid=27226/tid=27279] ppid=27224 vsize=299504 CPUtime=0 cores=0,2
/proc/27226/task/27279/stat : 27279 (python) S 27224 27226 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735893602 306692096 7199 33554432000 4194304 5683644 140736371676368 18446744073709551615 251379370417 0 0 16781312 2 18446604451497486336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.53
Current children cumulated vsize (KiB) 1332336

Child status: 0
Real time (s): 107.525
CPU time (s): 107.611
CPU user time (s): 107.299
CPU system time (s): 0.311952
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 1334436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.299
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3476
involuntary context switches= 683

runsolver used 0.465929 second user time and 1.00585 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 12:48:50
IDJOB=3377638
IDBENCH=82947
IDSOLVER=1857
FILE ID=node113/3377638-1305456530
RUNJOBID= node113-1305456084-26952
PBS_JOBID= 13324872
Free space on /tmp= 73328 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377638-1305456530/watcher-3377638-1305456530 -o /tmp/evaluation-result-3377638-1305456530/solver-3377638-1305456530 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377638-1305456530.cnf -seed 1631912842 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=1631912842

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23551596 kB
Buffers:        277576 kB
Cached:        3112048 kB
SwapCached:      93712 kB
Active:        2356744 kB
Inactive:      6744836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23551596 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           31820 kB
Writeback:           0 kB
AnonPages:     5630508 kB
Mapped:          28596 kB
Slab:           121932 kB
PageTables:     109664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 124359560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73300 MiB
End job on node113 at 2011-05-15 12:50:38