Trace number 3317723

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-industrial? (TO) 4800.33 1208.45

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3317723-1304267641.cnf
0.37/0.67	c INFO: computing task features
0.86/1.10	c INFO: computed variable-clause graph statistics
0.86/1.12	c INFO: computed clause balance statistics
3.16/3.46	c INFO: computed variable balance statistics
4.96/5.21	c INFO: computed small-clause counts
4.96/5.22	c INFO: computed Horn-clause counts
8.06/8.37	c INFO: computed variable graph statistics
8.06/8.37	c INFO: collected features for HOME/instance-3317723-1304267641.cnf in 7.68 s
8.06/8.39	c INFO: running lingeling-276@0 for 97 with 4792 remaining (b = 0.35)
8.15/8.41	c INFO: running cryptominisat-2.9.0@0 for 485 with 4792 remaining (b = 0.33)
8.15/8.44	c INFO: running lingeling-276@0 for 1261 with 4792 remaining (b = 0.48)
8.15/8.47	c INFO: running lingeling-276@0 for 1261 with 4792 remaining (b = 0.41)
407.87/108.54	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4692 remaining (b = 0.50)
1969.76/499.66	c INFO: running lingeling-276@0 for 97 with 4301 remaining (b = 0.08)
2357.59/596.80	c INFO: running lingeling-276@97 for 97 with 4203 remaining (b = 0.08)
2737.79/691.93	c INFO: running SApperloT@0 for 97 with 4108 remaining (b = 0.12)
3137.52/792.08	c INFO: running precosat-570@0 for 291 with 4008 remaining (b = 0.19)
4325.10/1089.47	c INFO: running precosat-570@296 for 97 with 3711 remaining (b = 0.06)
4704.86/1184.60	c INFO: running cryptominisat-2.9.0@0 for 485 with 3616 remaining (b = 0.21)
4800.33/1208.44	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3592 remaining (b = 0.42)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3317723-1304267641/watcher-3317723-1304267641 -o /tmp/evaluation-result-3317723-1304267641/solver-3317723-1304267641 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317723-1304267641.cnf -seed 1247388603 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.76 4.71 2.01 5/193 11284
/proc/meminfo: memFree=30266804/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 734 0 0 0 0 0 0 0 21 0 1 0 538362152 15548416 622 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11284/statm: 3796 622 322 364 0 283 0

[startup+0.0210859 s]
/proc/loadavg: 7.76 4.71 2.01 5/193 11284
/proc/meminfo: memFree=30266804/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=16240 CPUtime=0.01 cores=1,3,5,7
/proc/11284/stat : 11284 (python) R 11282 11284 11084 0 -1 4202496 1051 0 0 0 1 0 0 0 21 0 1 0 538362152 16629760 922 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11284/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.101057 s]
/proc/loadavg: 7.76 4.71 2.01 5/193 11284
/proc/meminfo: memFree=30266804/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/11284/stat : 11284 (python) R 11282 11284 11084 0 -1 4202496 2656 0 0 0 5 1 0 0 17 0 1 0 538362152 91922432 2372 33554432000 4194304 5683644 140733533533152 18446744073709551615 228126240768 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11284/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301032 s]
/proc/loadavg: 7.76 4.71 2.01 5/193 11284
/proc/meminfo: memFree=30266804/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 5965 935 1 0 14 5 0 0 17 0 1 0 538362152 139005952 4150 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11284/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700947 s]
/proc/loadavg: 7.76 4.71 2.01 5/193 11284
/proc/meminfo: memFree=30266804/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=282640 CPUtime=0.45 cores=1,3,5,7
/proc/11284/stat : 11284 (python) R 11282 11284 11084 0 -1 4202496 10308 935 1 0 34 11 0 0 15 0 1 0 538362152 289423360 7985 33554432000 4194304 5683644 140733533533152 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11284/statm: 70660 7985 1761 364 0 6584 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 282640

[startup+1.50079 s]
/proc/loadavg: 7.76 4.71 2.01 6/194 11289
/proc/meminfo: memFree=30222404/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=306256 CPUtime=1.26 cores=1,3,5,7
/proc/11284/stat : 11284 (python) R 11282 11284 11084 0 -1 4202496 21111 935 1 0 113 13 0 0 16 0 1 0 538362152 313606144 13949 33554432000 4194304 5683644 140733533533152 18446744073709551615 46952434677730 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11284/statm: 76564 13949 1826 364 0 12488 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 306256

[startup+3.1005 s]
/proc/loadavg: 7.76 4.71 2.01 6/194 11289
/proc/meminfo: memFree=30218560/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=306256 CPUtime=2.86 cores=1,3,5,7
/proc/11284/stat : 11284 (python) R 11282 11284 11084 0 -1 4202496 21111 935 1 0 273 13 0 0 18 0 1 0 538362152 313606144 13949 33554432000 4194304 5683644 140733533533152 18446744073709551615 46952434677643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11284/statm: 76564 13949 1826 364 0 12488 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 306256

[startup+6.30092 s]
/proc/loadavg: 7.54 4.71 2.03 6/194 11289
/proc/meminfo: memFree=30214836/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=307444 CPUtime=6.06 cores=1,3,5,7
/proc/11284/stat : 11284 (python) R 11282 11284 11084 0 -1 4202496 21415 935 1 0 593 13 0 0 25 0 1 0 538362152 314822656 14253 33554432000 4194304 5683644 140733533533152 18446744073709551615 4510876 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11284/statm: 76861 14253 1833 364 0 12785 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 307444

[startup+12.7007 s]
/proc/loadavg: 7.65 4.78 2.06 9/206 11301
/proc/meminfo: memFree=29956700/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=346148 CPUtime=8.22 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 24132 935 1 0 808 14 0 0 22 0 5 0 538362152 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11284/statm: 86537 13734 1881 364 0 22446 0
[pid=11290] ppid=11284 vsize=305136 CPUtime=0 cores=1,3,5,7
/proc/11290/stat : 11290 (python) S 11284 11284 11084 0 -1 4202560 984 0 0 0 0 0 0 0 18 0 1 0 538362991 312459264 12217 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734095 0 0 16781312 514 3113417811435684104 0 0 17 5 0 0 0
/proc/11290/statm: 76284 12217 380 364 0 12202 0
[pid=11292] ppid=11290 vsize=20100 CPUtime=4.29 cores=1,3,5,7
/proc/11292/stat : 11292 (lingeling) R 11290 11292 11292 0 -1 4202496 7212 0 0 0 429 0 0 0 25 0 1 0 538362992 20582400 4194 33554432000 4194304 4352236 140733541835664 18446744073709551615 4207755 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11292/statm: 5025 4194 129 39 0 4105 0
[pid=11293] ppid=11284 vsize=315392 CPUtime=0 cores=1,3,5,7
/proc/11293/stat : 11293 (python) S 11284 11284 11084 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538362994 322961408 12188 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17158604908291653896 0 0 17 3 0 0 0
/proc/11293/statm: 78848 12188 347 364 0 14763 0
[pid=11295] ppid=11293 vsize=312748 CPUtime=4.25 cores=1,3,5,7
/proc/11295/stat : 11295 (cryptominisat-2) R 11293 11295 11295 0 -1 4202496 61114 0 0 0 417 8 0 0 25 0 1 0 538362994 320253952 59751 33554432000 4194304 4677096 140737227960480 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11295/statm: 78187 59751 362 118 0 73146 0
[pid=11296] ppid=11284 vsize=325648 CPUtime=0 cores=1,3,5,7
/proc/11296/stat : 11296 (python) S 11284 11284 11084 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 538362996 333463552 12215 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17158601060000956680 0 0 17 7 0 0 0
/proc/11296/statm: 81412 12215 370 364 0 17324 0
[pid=11298] ppid=11296 vsize=20248 CPUtime=4.21 cores=1,3,5,7
/proc/11298/stat : 11298 (lingeling) R 11296 11298 11298 0 -1 4202496 7334 0 0 0 420 1 0 0 25 0 1 0 538362997 20733952 4232 33554432000 4194304 4352236 140735864071216 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11298/statm: 5062 4232 129 39 0 4142 0
[pid=11299] ppid=11284 vsize=335904 CPUtime=0 cores=1,3,5,7
/proc/11299/stat : 11299 (python) S 11284 11284 11084 0 -1 4202560 919 0 0 0 0 0 0 0 18 0 1 0 538362999 343965696 12219 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17727622791508754692 0 0 17 3 0 0 0
/proc/11299/statm: 83976 12219 370 364 0 19885 0
[pid=11301] ppid=11299 vsize=20248 CPUtime=4.2 cores=1,3,5,7
/proc/11301/stat : 11301 (lingeling) R 11299 11301 11301 0 -1 4202496 7334 0 0 0 419 1 0 0 25 0 1 0 538362999 20733952 4232 33554432000 4194304 4352236 140735622911328 18446744073709551615 4328411 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11301/statm: 5062 4232 129 39 0 4142 0
[pid=11284/tid=11291] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11291/stat : 11291 (python) S 11282 11284 11084 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538362992 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11294] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11294/stat : 11294 (python) S 11282 11284 11084 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538362994 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11297] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11297/stat : 11297 (python) S 11282 11284 11084 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538362997 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11300] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11300/stat : 11300 (python) S 11282 11284 11084 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 5 0 538362999 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 2001572

[startup+25.5014 s]
/proc/loadavg: 7.73 4.94 2.16 9/206 11302
/proc/meminfo: memFree=29791876/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=346148 CPUtime=8.22 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 24132 935 1 0 808 14 0 0 22 0 5 0 538362152 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11284/statm: 86537 13734 1881 364 0 22446 0
[pid=11290] ppid=11284 vsize=305136 CPUtime=0.02 cores=1,3,5,7
/proc/11290/stat : 11290 (python) S 11284 11284 11084 0 -1 4202560 990 0 0 0 1 1 0 0 18 0 1 0 538362991 312459264 12218 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734095 0 0 16781312 514 17581190928138207496 0 0 17 5 0 0 0
/proc/11290/statm: 76284 12218 381 364 0 12202 0
[pid=11292] ppid=11290 vsize=22568 CPUtime=17.1 cores=1,3,5,7
/proc/11292/stat : 11292 (lingeling) R 11290 11292 11292 0 -1 4202496 8452 0 0 0 1709 1 0 0 25 0 1 0 538362992 23109632 4811 33554432000 4194304 4352236 140733541835664 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11292/statm: 5642 4811 129 39 0 4722 0
[pid=11293] ppid=11284 vsize=315392 CPUtime=0.02 cores=1,3,5,7
/proc/11293/stat : 11293 (python) S 11284 11284 11084 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 538362994 322961408 12211 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 12178520647030243592 0 0 17 3 0 0 0
/proc/11293/statm: 78848 12211 370 364 0 14763 0
[pid=11295] ppid=11293 vsize=448460 CPUtime=17.02 cores=1,3,5,7
/proc/11295/stat : 11295 (cryptominisat-2) R 11293 11295 11295 0 -1 4202496 91181 0 0 0 1688 14 0 0 25 0 1 0 538362994 459223040 86600 33554432000 4194304 4677096 140737227960480 18446744073709551615 4337483 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11295/statm: 112115 86600 391 118 0 107074 0
[pid=11296] ppid=11284 vsize=325648 CPUtime=0.02 cores=1,3,5,7
/proc/11296/stat : 11296 (python) S 11284 11284 11084 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 538362996 333463552 12215 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207496 0 0 17 7 0 0 0
/proc/11296/statm: 81412 12215 370 364 0 17324 0
[pid=11298] ppid=11296 vsize=21268 CPUtime=16.92 cores=1,3,5,7
/proc/11298/stat : 11298 (lingeling) R 11296 11298 11298 0 -1 4202496 8211 0 0 0 1691 1 0 0 25 0 1 0 538362997 21778432 4487 33554432000 4194304 4352236 140735864071216 18446744073709551615 4233942 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11298/statm: 5317 4487 129 39 0 4397 0
[pid=11299] ppid=11284 vsize=335904 CPUtime=0.02 cores=1,3,5,7
/proc/11299/stat : 11299 (python) S 11284 11284 11084 0 -1 4202560 923 0 0 0 1 1 0 0 18 0 1 0 538362999 343965696 12219 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207492 0 0 17 3 0 0 0
/proc/11299/statm: 83976 12219 370 364 0 19885 0
[pid=11301] ppid=11299 vsize=21268 CPUtime=17 cores=1,3,5,7
/proc/11301/stat : 11301 (lingeling) R 11299 11301 11301 0 -1 4202496 8210 0 0 0 1698 2 0 0 25 0 1 0 538362999 21778432 4487 33554432000 4194304 4352236 140735622911328 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11301/statm: 5317 4487 129 39 0 4397 0
[pid=11284/tid=11291] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11291/stat : 11291 (python) S 11282 11284 11084 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538362992 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11294] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11294/stat : 11294 (python) S 11282 11284 11084 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538362994 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11297] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11297/stat : 11297 (python) S 11282 11284 11084 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538362997 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11300] ppid=11282 vsize=346148 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11300/stat : 11300 (python) S 11282 11284 11084 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 5 0 538362999 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 76.34
Current children cumulated vsize (KiB) 2141792

[startup+51.1007 s]
/proc/loadavg: 7.82 5.19 2.31 9/206 11302
/proc/meminfo: memFree=29747120/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=346148 CPUtime=8.22 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 24132 935 1 0 808 14 0 0 22 0 5 0 538362152 354455552 13734 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11284/statm: 86537 13734 1881 364 0 22446 0
[pid=11290] ppid=11284 vsize=305136 CPUtime=0.04 cores=1,3,5,7
/proc/11290/stat : 11290 (python) S 11284 11284 11084 0 -1 4202560 1003 0 0 0 2 2 0 0 18 0 1 0 538362991 312459264 12218 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734095 0 0 16781312 514 17581190928138207496 0 0 17 5 0 0 0
/proc/11290/statm: 76284 12218 381 364 0 12202 0
[pid=11292] ppid=11290 vsize=23224 CPUtime=42.7 cores=1,3,5,7
/proc/11292/stat : 11292 (lingeling) R 11290 11292 11292 0 -1 4202496 8616 0 0 0 4269 1 0 0 25 0 1 0 538362992 23781376 4975 33554432000 4194304 4352236 140733541835664 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11292/statm: 5806 4975 129 39 0 4886 0
[pid=11293] ppid=11284 vsize=315392 CPUtime=0.06 cores=1,3,5,7
/proc/11293/stat : 11293 (python) S 11284 11284 11084 0 -1 4202560 934 0 0 0 3 3 0 0 15 0 1 0 538362994 322961408 12211 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 12178520647030243592 0 0 17 3 0 0 0
/proc/11293/statm: 78848 12211 370 364 0 14763 0
[pid=11295] ppid=11293 vsize=483140 CPUtime=42.54 cores=1,3,5,7
/proc/11295/stat : 11295 (cryptominisat-2) R 11293 11295 11295 0 -1 4202496 103302 0 0 0 4239 15 0 0 25 0 1 0 538362994 494735360 94950 33554432000 4194304 4677096 140737227960480 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11295/statm: 120785 94950 392 118 0 115744 0
[pid=11296] ppid=11284 vsize=325648 CPUtime=0.05 cores=1,3,5,7
/proc/11296/stat : 11296 (python) S 11284 11284 11084 0 -1 4202560 922 0 0 0 2 3 0 0 18 0 1 0 538362996 333463552 12215 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207496 0 0 17 7 0 0 0
/proc/11296/statm: 81412 12215 370 364 0 17324 0
[pid=11298] ppid=11296 vsize=22716 CPUtime=42.35 cores=1,3,5,7
/proc/11298/stat : 11298 (lingeling) R 11296 11298 11298 0 -1 4202496 8573 0 0 0 4234 1 0 0 25 0 1 0 538362997 23261184 4849 33554432000 4194304 4352236 140735864071216 18446744073709551615 4280965 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11298/statm: 5679 4849 129 39 0 4759 0
[pid=11299] ppid=11284 vsize=335904 CPUtime=0.04 cores=1,3,5,7
/proc/11299/stat : 11299 (python) S 11284 11284 11084 0 -1 4202560 930 0 0 0 2 2 0 0 18 0 1 0 538362999 343965696 12219 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207492 0 0 17 3 0 0 0
/proc/11299/statm: 83976 12219 370 364 0 19885 0

################
# More data... #
################

Current children cumulated vsize (KiB) 4382188

[startup+1182.3 s]
/proc/loadavg: 5.23 6.55 5.78 6/206 11432
/proc/meminfo: memFree=27390684/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=376916 CPUtime=8.36 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 27237 935 1 0 820 16 0 0 18 0 8 0 538362152 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11284/statm: 94229 13753 1888 364 0 30129 0
[pid=11290] ppid=11284 vsize=315380 CPUtime=0.39 cores=1,3,5,7
/proc/11290/stat : 11290 (python) S 11284 11284 11084 0 -1 4202560 1215 0 0 0 19 20 0 0 18 0 2 0 538362991 322949120 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11290/statm: 78845 12257 415 364 0 14763 0
[pid=11292] ppid=11290 vsize=29996 CPUtime=292.07 cores=1,3,5,7
/proc/11292/stat : 11292 (lingeling) T 11290 11292 11292 0 -1 4202496 16455 0 0 0 29205 2 0 0 25 0 1 0 538362992 30715904 6668 33554432000 4194304 4352236 140733541835664 18446744073709551615 4207860 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11292/statm: 7499 6668 129 39 0 6579 0
[pid=11290/tid=11305] ppid=11284 vsize=315380 CPUtime=0 cores=1,3,5,7
/proc/11290/task/11305/stat : 11305 (python) S 11284 11284 11084 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538373004 322949120 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604470817461504 0 0 -1 5 0 0 0
[pid=11293] ppid=11284 vsize=315392 CPUtime=0.73 cores=1,3,5,7
/proc/11293/stat : 11293 (python) S 11284 11284 11084 0 -1 4202560 1150 0 0 0 39 34 0 0 16 0 2 0 538362994 322961408 12241 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11293/statm: 78848 12241 399 364 0 14763 0
[pid=11295] ppid=11293 vsize=660940 CPUtime=490.51 cores=1,3,5,7
/proc/11295/stat : 11295 (cryptominisat-2) T 11293 11295 11295 0 -1 4202496 255808 0 0 0 48985 66 0 0 25 0 1 0 538362994 676802560 127992 33554432000 4194304 4677096 140737227960480 18446744073709551615 228122713984 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/11295/statm: 165235 127992 392 118 0 160194 0
[pid=11293/tid=11323] ppid=11284 vsize=315392 CPUtime=0 cores=1,3,5,7
/proc/11293/task/11323/stat : 11323 (python) S 11284 11284 11084 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538412116 322961408 12241 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604469792644160 0 0 -1 1 0 0 0
[pid=11296] ppid=11284 vsize=325648 CPUtime=1.57 cores=1,3,5,7
/proc/11296/stat : 11296 (python) S 11284 11284 11084 0 -1 4202560 976 0 0 0 84 73 0 0 18 0 1 0 538362996 333463552 12215 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207496 0 0 17 7 0 0 0
/proc/11296/statm: 81412 12215 370 364 0 17324 0
[pid=11298] ppid=11296 vsize=53796 CPUtime=1164.82 cores=1,3,5,7
/proc/11298/stat : 11298 (lingeling) R 11296 11298 11298 0 -1 4202496 35290 0 0 0 116477 5 0 0 25 0 1 0 538362997 55087104 12619 33554432000 4194304 4352236 140735864071216 18446744073709551615 4231380 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11298/statm: 13449 12619 129 39 0 12529 0
[pid=11299] ppid=11284 vsize=335904 CPUtime=1.55 cores=1,3,5,7
/proc/11299/stat : 11299 (python) S 11284 11284 11084 0 -1 4202560 982 0 0 0 79 76 0 0 18 0 1 0 538362999 343965696 12219 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207492 0 0 17 3 0 0 0
/proc/11299/statm: 83976 12219 370 364 0 19885 0
[pid=11301] ppid=11299 vsize=55236 CPUtime=1173.45 cores=1,3,5,7
/proc/11301/stat : 11301 (lingeling) R 11299 11301 11301 0 -1 4202496 34881 0 0 0 117340 5 0 0 25 0 1 0 538362999 56561664 12979 33554432000 4194304 4352236 140735622911328 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11301/statm: 13809 12979 129 39 0 12889 0
[pid=11306] ppid=11284 vsize=346160 CPUtime=1.56 cores=1,3,5,7
/proc/11306/stat : 11306 (python) S 11284 11284 11084 0 -1 4202560 1028 0 0 0 79 77 0 0 15 0 1 0 538373007 354467840 12223 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207496 0 0 17 3 0 0 0
/proc/11306/statm: 86540 12223 370 364 0 22446 0
[pid=11308] ppid=11306 vsize=688328 CPUtime=1072.16 cores=1,3,5,7
/proc/11308/stat : 11308 (cryptominisat-2) R 11306 11308 11308 0 -1 4202496 433341 0 0 0 107068 148 0 0 25 0 1 0 538373007 704847872 146679 33554432000 4194304 4677096 140736214523408 18446744073709551615 4319538 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11308/statm: 172082 146679 392 118 0 167041 0
[pid=11333] ppid=11284 vsize=356416 CPUtime=0.13 cores=1,3,5,7
/proc/11333/stat : 11333 (python) S 11284 11284 11084 0 -1 4202560 1135 0 0 0 7 6 0 0 19 0 2 0 538431345 364969984 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11333/statm: 89104 12257 399 364 0 25007 0
[pid=11335] ppid=11333 vsize=76496 CPUtime=99.69 cores=1,3,5,7
/proc/11335/stat : 11335 (SApperloT-base) T 11333 11335 11335 0 -1 4202496 19089 0 0 0 9964 5 0 0 25 0 1 0 538431346 78331904 18242 33554432000 134512640 135674940 4293413408 18446744073709551615 134564409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11335/statm: 19124 18242 100 284 0 18838 0
[pid=11333/tid=11339] ppid=11284 vsize=356416 CPUtime=0 cores=1,3,5,7
/proc/11333/task/11339/stat : 11339 (python) S 11284 11284 11084 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538441358 364969984 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604467678083776 0 0 -1 3 0 0 0
[pid=11340] ppid=11284 vsize=366672 CPUtime=0.51 cores=1,3,5,7
/proc/11340/stat : 11340 (python) S 11284 11284 11084 0 -1 4202560 1162 0 0 0 31 20 0 0 18 0 2 0 538441361 375472128 12261 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11340/statm: 91668 12261 399 364 0 27568 0
[pid=11342] ppid=11340 vsize=99388 CPUtime=388.55 cores=1,3,5,7
/proc/11342/stat : 11342 (precosat) R 11340 11342 11342 0 -1 4202496 25238 0 0 0 38852 3 0 0 25 0 1 0 538441361 101773312 24175 33554432000 4194304 4890832 140734936489584 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/11342/statm: 24847 24175 86 171 0 24674 0
[pid=11340/tid=11430] ppid=11284 vsize=366672 CPUtime=0 cores=1,3,5,7
/proc/11340/task/11430/stat : 11430 (python) S 11284 11284 11084 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538471097 375472128 12261 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604471116002432 0 0 -1 3 0 0 0
[pid=11284/tid=11291] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11291/stat : 11291 (python) S 11282 11284 11084 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 538362992 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11294] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11294/stat : 11294 (python) S 11282 11284 11084 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 8 0 538362994 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11297] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11297/stat : 11297 (python) S 11282 11284 11084 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 538362997 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11300] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11300/stat : 11300 (python) S 11282 11284 11084 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 8 0 538362999 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11307] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11307/stat : 11307 (python) S 11282 11284 11084 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 538373007 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11334] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11334/stat : 11334 (python) S 11282 11284 11084 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 538431346 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11341] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11341/stat : 11341 (python) S 11282 11284 11084 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 538441361 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4696.05
Current children cumulated vsize (KiB) 4402668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.4 s]
/proc/loadavg: 5.15 6.43 5.75 6/206 11433
/proc/meminfo: memFree=27396500/32951124 swapFree=67111444/67111528
[pid=11284] ppid=11282 vsize=376916 CPUtime=8.38 cores=1,3,5,7
/proc/11284/stat : 11284 (python) S 11282 11284 11084 0 -1 4202496 27285 935 1 0 822 16 0 0 18 0 8 0 538362152 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11284/statm: 94229 13753 1888 364 0 30129 0
[pid=11290] ppid=11284 vsize=315380 CPUtime=0.39 cores=1,3,5,7
/proc/11290/stat : 11290 (python) S 11284 11284 11084 0 -1 4202560 1215 0 0 0 19 20 0 0 18 0 2 0 538362991 322949120 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11290/statm: 78845 12257 415 364 0 14763 0
[pid=11292] ppid=11290 vsize=29996 CPUtime=292.07 cores=1,3,5,7
/proc/11292/stat : 11292 (lingeling) T 11290 11292 11292 0 -1 4202496 16455 0 0 0 29205 2 0 0 25 0 1 0 538362992 30715904 6668 33554432000 4194304 4352236 140733541835664 18446744073709551615 4207860 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11292/statm: 7499 6668 129 39 0 6579 0
[pid=11290/tid=11305] ppid=11284 vsize=315380 CPUtime=0 cores=1,3,5,7
/proc/11290/task/11305/stat : 11305 (python) S 11284 11284 11084 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538373004 322949120 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604470817461504 0 0 -1 5 0 0 0
[pid=11293] ppid=11284 vsize=315392 CPUtime=0.76 cores=1,3,5,7
/proc/11293/stat : 11293 (python) S 11284 11284 11084 0 -1 4202560 1174 0 0 0 41 35 0 0 15 0 2 0 538362994 322961408 12241 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11293/statm: 78848 12241 399 364 0 14763 0
[pid=11295] ppid=11293 vsize=595444 CPUtime=514.28 cores=1,3,5,7
/proc/11295/stat : 11295 (cryptominisat-2) R 11293 11295 11295 0 -1 4202496 265144 0 0 0 51360 68 0 0 25 0 1 0 538362994 609734656 121914 33554432000 4194304 4677096 140737227960480 18446744073709551615 4317775 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11295/statm: 148861 121914 392 118 0 143820 0
[pid=11293/tid=11323] ppid=11284 vsize=315392 CPUtime=0 cores=1,3,5,7
/proc/11293/task/11323/stat : 11323 (python) S 11284 11284 11084 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538412116 322961408 12241 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604469792644160 0 0 -1 1 0 0 0
[pid=11296] ppid=11284 vsize=325648 CPUtime=1.62 cores=1,3,5,7
/proc/11296/stat : 11296 (python) S 11284 11284 11084 0 -1 4202560 976 0 0 0 87 75 0 0 18 0 1 0 538362996 333463552 12215 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207496 0 0 17 7 0 0 0
/proc/11296/statm: 81412 12215 370 364 0 17324 0
[pid=11298] ppid=11296 vsize=54820 CPUtime=1190.83 cores=1,3,5,7
/proc/11298/stat : 11298 (lingeling) R 11296 11298 11298 0 -1 4202496 35546 0 0 0 119078 5 0 0 25 0 1 0 538362997 56135680 12875 33554432000 4194304 4352236 140735864071216 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11298/statm: 13705 12875 129 39 0 12785 0
[pid=11299] ppid=11284 vsize=335904 CPUtime=1.59 cores=1,3,5,7
/proc/11299/stat : 11299 (python) S 11284 11284 11084 0 -1 4202560 982 0 0 0 81 78 0 0 18 0 1 0 538362999 343965696 12219 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207492 0 0 17 3 0 0 0
/proc/11299/statm: 83976 12219 370 364 0 19885 0
[pid=11301] ppid=11299 vsize=55236 CPUtime=1199.56 cores=1,3,5,7
/proc/11301/stat : 11301 (lingeling) R 11299 11301 11301 0 -1 4202496 35137 0 0 0 119951 5 0 0 25 0 1 0 538362999 56561664 12979 33554432000 4194304 4352236 140735622911328 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11301/statm: 13809 12979 129 39 0 12889 0
[pid=11306] ppid=11284 vsize=346160 CPUtime=1.61 cores=1,3,5,7
/proc/11306/stat : 11306 (python) S 11284 11284 11084 0 -1 4202560 1028 0 0 0 82 79 0 0 15 0 1 0 538373007 354467840 12223 33554432000 4194304 5683644 140733533533152 18446744073709551615 228122734150 0 0 16781312 514 17581190928138207496 0 0 17 3 0 0 0
/proc/11306/statm: 86540 12223 370 364 0 22446 0
[pid=11308] ppid=11306 vsize=759392 CPUtime=1098.09 cores=1,3,5,7
/proc/11308/stat : 11308 (cryptominisat-2) R 11306 11308 11308 0 -1 4202496 438374 0 0 0 109658 151 0 0 25 0 1 0 538373007 777617408 151712 33554432000 4194304 4677096 140736214523408 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11308/statm: 189848 151712 392 118 0 184807 0
[pid=11333] ppid=11284 vsize=356416 CPUtime=0.13 cores=1,3,5,7
/proc/11333/stat : 11333 (python) S 11284 11284 11084 0 -1 4202560 1135 0 0 0 7 6 0 0 19 0 2 0 538431345 364969984 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11333/statm: 89104 12257 399 364 0 25007 0
[pid=11335] ppid=11333 vsize=76496 CPUtime=99.69 cores=1,3,5,7
/proc/11335/stat : 11335 (SApperloT-base) T 11333 11335 11335 0 -1 4202496 19089 0 0 0 9964 5 0 0 25 0 1 0 538431346 78331904 18242 33554432000 134512640 135674940 4293413408 18446744073709551615 134564409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11335/statm: 19124 18242 100 284 0 18838 0
[pid=11333/tid=11339] ppid=11284 vsize=356416 CPUtime=0 cores=1,3,5,7
/proc/11333/task/11339/stat : 11339 (python) S 11284 11284 11084 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538441358 364969984 12257 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604467678083776 0 0 -1 3 0 0 0
[pid=11340] ppid=11284 vsize=366672 CPUtime=0.52 cores=1,3,5,7
/proc/11340/stat : 11340 (python) S 11284 11284 11084 0 -1 4202560 1162 0 0 0 31 21 0 0 18 0 2 0 538441361 375472128 12261 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11340/statm: 91668 12261 399 364 0 27568 0
[pid=11342] ppid=11340 vsize=99388 CPUtime=390.81 cores=1,3,5,7
/proc/11342/stat : 11342 (precosat) T 11340 11342 11342 0 -1 4202496 25238 0 0 0 39078 3 0 0 25 0 1 0 538441361 101773312 24175 33554432000 4194304 4890832 140734936489584 18446744073709551615 4236391 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/11342/statm: 24847 24175 86 171 0 24674 0
[pid=11340/tid=11430] ppid=11284 vsize=366672 CPUtime=0 cores=1,3,5,7
/proc/11340/task/11430/stat : 11430 (python) S 11284 11284 11084 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538471097 375472128 12261 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 514 18446604471116002432 0 0 -1 3 0 0 0
[pid=11284/tid=11291] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11291/stat : 11291 (python) S 11282 11284 11084 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 538362992 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11294] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11294/stat : 11294 (python) S 11282 11284 11084 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 538362994 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 5 0 0 0
[pid=11284/tid=11297] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11297/stat : 11297 (python) S 11282 11284 11084 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 538362997 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11300] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11300/stat : 11300 (python) S 11282 11284 11084 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 8 0 538362999 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11307] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11307/stat : 11307 (python) S 11282 11284 11084 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 538373007 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11334] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11334/stat : 11334 (python) S 11282 11284 11084 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 538431346 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
[pid=11284/tid=11341] ppid=11282 vsize=376916 CPUtime=0 cores=1,3,5,7
/proc/11284/task/11341/stat : 11341 (python) S 11282 11284 11084 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 538441361 385961984 13753 33554432000 4194304 5683644 140733533533152 18446744073709551615 228134537649 0 0 16781312 2 18446604470817463296 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 4409260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11284 and gives
#  childrusage.ru_utime.tv_sec=2401
#  childrusage.ru_utime.tv_usec=781873
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=244506
# CPU time returned by wait4() is 2405.03
# while last known CPU time is 4800.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1208.45
CPU time (s): 4800.33
CPU user time (s): 4794.64
CPU system time (s): 5.69
CPU usage (%): 397.23
Max. virtual memory (cumulated for all children) (KiB): 4474344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2401.78
system time used= 3.24451
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106378
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= 10995
involuntary context switches= 31274

runsolver used 2.27365 second user time and 5.38218 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-01 18:34:02
IDJOB=3317723
IDBENCH=70817
IDSOLVER=1706
FILE ID=node138/3317723-1304267641
RUNJOBID= node138-1304267281-11103
PBS_JOBID= 13173941
Free space on /tmp= 72432 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317723-1304267641/watcher-3317723-1304267641 -o /tmp/evaluation-result-3317723-1304267641/solver-3317723-1304267641 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317723-1304267641.cnf -seed 1247388603 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=1247388603

node138.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.854
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.70
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.854
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.75
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30267084 kB
Buffers:        696832 kB
Cached:        1167864 kB
SwapCached:         84 kB
Active:         684708 kB
Inactive:      1593968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30267084 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           34136 kB
Writeback:           0 kB
AnonPages:      413364 kB
Mapped:          21068 kB
Slab:           337476 kB
PageTables:       8780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   970328 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= 72232 MiB
End job on node138 at 2011-05-01 18:54:12