Trace number 3380950

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-par-industrial (fixed)UNSAT 420.819 55.7172

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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-3380950-1305496446.cnf
0.37/0.67	c INFO: computing task features
0.55/0.86	c INFO: computed variable-clause graph statistics
0.55/0.87	c INFO: computed clause balance statistics
1.64/1.91	c INFO: computed variable balance statistics
2.44/2.70	c INFO: computed small-clause counts
2.44/2.70	c INFO: computed Horn-clause counts
2.96/3.25	c INFO: computed variable graph statistics
2.96/3.25	c INFO: collected features for HOME/instance-3380950-1305496446.cnf in 2.58 s
2.96/3.27	c INFO: running lingeling-276@0 for 97 with 4997 remaining (b = 0.31)
2.96/3.30	c INFO: running cryptominisat-2.9.0@0 for 485 with 4997 remaining (b = 0.33)
3.06/3.32	c INFO: running lingeling-276@0 for 1261 with 4997 remaining (b = 0.49)
3.06/3.35	c INFO: running lingeling-276@0 for 1261 with 4997 remaining (b = 0.43)
3.06/3.37	c INFO: running SApperloT@0 for 97 with 4997 remaining (b = 0.03)
3.14/3.40	c INFO: running precosat-570@0 for 291 with 4997 remaining (b = 0.16)
3.14/3.42	c INFO: running cryptominisat-2.9.0@0 for 485 with 4997 remaining (b = 0.21)
3.14/3.45	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4997 remaining (b = 0.43)
419.98/55.69	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-3380950-1305496446/watcher-3380950-1305496446 -o /tmp/evaluation-result-3380950-1305496446/solver-3380950-1305496446 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380950-1305496446.cnf -seed 520882689 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.44 7.92 7.96 2/447 20265
/proc/meminfo: memFree=24946452/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=16240 CPUtime=0 cores=0-7
/proc/20265/stat : 20265 (python) S 20263 20265 20239 0 -1 4202496 999 0 0 0 0 0 0 0 17 0 1 0 661247231 16629760 872 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20265/statm: 4060 872 371 364 0 547 0

[startup+0.079894 s]
/proc/loadavg: 7.44 7.92 7.96 2/447 20265
/proc/meminfo: memFree=24946452/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=50016 CPUtime=0.05 cores=0-7
/proc/20265/stat : 20265 (python) S 20263 20265 20239 0 -1 4202496 1948 0 0 0 4 1 0 0 17 0 1 0 661247231 51216384 1713 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20265/statm: 12504 1713 476 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50016

[startup+0.100867 s]
/proc/loadavg: 7.44 7.92 7.96 2/447 20265
/proc/meminfo: memFree=24946452/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=89772 CPUtime=0.06 cores=0-7
/proc/20265/stat : 20265 (python) R 20263 20265 20239 0 -1 4202496 2672 0 0 0 5 1 0 0 17 0 1 0 661247231 91926528 2388 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20265/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.300852 s]
/proc/loadavg: 7.44 7.92 7.96 2/447 20265
/proc/meminfo: memFree=24946452/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=135752 CPUtime=0.18 cores=0-7
/proc/20265/stat : 20265 (python) R 20263 20265 20239 0 -1 4202496 5961 936 1 0 14 4 0 0 18 0 1 0 661247231 139010048 4150 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634511365 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20265/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700779 s]
/proc/loadavg: 7.44 7.92 7.96 2/447 20265
/proc/meminfo: memFree=24946452/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=281372 CPUtime=0.45 cores=0-7
/proc/20265/stat : 20265 (python) R 20263 20265 20239 0 -1 4202496 9995 936 1 0 34 11 0 0 17 0 1 0 661247231 288124928 7678 33554432000 4194304 5683644 140733946620544 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20265/statm: 70343 7678 1761 364 0 6267 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 281372

[startup+1.50062 s]
/proc/loadavg: 6.93 7.81 7.92 2/448 20270
/proc/meminfo: memFree=24910632/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=292120 CPUtime=1.24 cores=0-7
/proc/20265/stat : 20265 (python) R 20263 20265 20239 0 -1 4202496 14264 936 1 0 113 11 0 0 18 0 1 0 661247231 299130880 10414 33554432000 4194304 5683644 140733946620544 18446744073709551615 216637924009 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20265/statm: 73030 10414 1826 364 0 8954 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 292120

[startup+3.10035 s]
/proc/loadavg: 6.93 7.81 7.92 2/448 20270
/proc/meminfo: memFree=24909640/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=292120 CPUtime=2.84 cores=0-7
/proc/20265/stat : 20265 (python) R 20263 20265 20239 0 -1 4202496 14271 936 1 0 273 11 0 0 21 0 1 0 661247231 299130880 10421 33554432000 4194304 5683644 140733946620544 18446744073709551615 47353486686336 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20265/statm: 73030 10421 1833 364 0 8954 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 292120

[startup+6.30174 s]
/proc/loadavg: 7.09 7.83 7.93 9/472 20294
/proc/meminfo: memFree=24717388/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=439056 CPUtime=3.2 cores=0-7
/proc/20265/stat : 20265 (python) S 20263 20265 20239 0 -1 4202496 19747 936 1 0 306 14 0 0 23 0 9 0 661247231 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20265/statm: 109764 10455 1889 364 0 45661 0
[pid=20271] ppid=20265 vsize=291484 CPUtime=0 cores=0-7
/proc/20271/stat : 20271 (python) S 20265 20265 20239 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 661247559 298479616 8781 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535439 0 0 16781312 514 5127648621608534273 0 0 17 1 0 0 0
/proc/20271/statm: 72871 8781 358 364 0 8789 0
[pid=20273] ppid=20271 vsize=10616 CPUtime=3 cores=0-7
/proc/20273/stat : 20273 (lingeling) R 20271 20273 20273 0 -1 4202496 2873 0 0 0 300 0 0 0 25 0 1 0 661247560 10870784 1825 33554432000 4194304 4352236 140734507732448 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20273/statm: 2654 1825 129 39 0 1734 0
[pid=20274] ppid=20265 vsize=301740 CPUtime=0 cores=0-7
/proc/20274/stat : 20274 (python) S 20265 20265 20239 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 661247562 308981760 8774 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 8388143426272461059 0 0 17 0 0 0 0
/proc/20274/statm: 75435 8774 347 364 0 11350 0
[pid=20276] ppid=20274 vsize=68908 CPUtime=2.98 cores=0-7
/proc/20276/stat : 20276 (cryptominisat-2) R 20274 20276 20276 0 -1 4202496 12299 0 0 0 297 1 0 0 25 0 1 0 661247562 70561792 10307 33554432000 4194304 4677096 140733548153296 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20276/statm: 17227 10307 392 118 0 12186 0
[pid=20277] ppid=20265 vsize=311996 CPUtime=0 cores=0-7
/proc/20277/stat : 20277 (python) S 20265 20265 20239 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 661247564 319483904 8778 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6535079030499016963 0 0 17 1 0 0 0
/proc/20277/statm: 77999 8778 347 364 0 13911 0
[pid=20279] ppid=20277 vsize=10500 CPUtime=2.96 cores=0-7
/proc/20279/stat : 20279 (lingeling) R 20277 20279 20279 0 -1 4202496 3355 0 0 0 296 0 0 0 25 0 1 0 661247564 10752000 1795 33554432000 4194304 4352236 140735055755712 18446744073709551615 4279501 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20279/statm: 2625 1795 129 39 0 1705 0
[pid=20280] ppid=20265 vsize=322252 CPUtime=0 cores=0-7
/proc/20280/stat : 20280 (python) S 20265 20265 20239 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 661247566 329986048 8782 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 13762864675853140225 0 0 17 1 0 0 0
/proc/20280/statm: 80563 8782 347 364 0 16472 0
[pid=20282] ppid=20280 vsize=10464 CPUtime=2.94 cores=0-7
/proc/20282/stat : 20282 (lingeling) R 20280 20282 20282 0 -1 4202496 2835 0 0 0 294 0 0 0 25 0 1 0 661247567 10715136 1786 33554432000 4194304 4352236 140733403621536 18446744073709551615 4331456 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20282/statm: 2616 1786 129 39 0 1696 0
[pid=20283] ppid=20265 vsize=398044 CPUtime=0 cores=0-7
/proc/20283/stat : 20283 (python) S 20265 20265 20239 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 661247569 407597056 8904 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 11665105616585588994 0 0 17 1 0 0 0
/proc/20283/statm: 99511 8904 348 364 0 35417 0
[pid=20285] ppid=20283 vsize=9192 CPUtime=2.91 cores=0-7
/proc/20285/stat : 20285 (SApperloT-base) R 20283 20285 20285 0 -1 4202496 2244 0 0 0 291 0 0 0 25 0 1 0 661247569 9412608 1987 33554432000 134512640 135674940 4290693648 18446744073709551615 134564271 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20285/statm: 2298 1987 99 284 0 2012 0
[pid=20286] ppid=20265 vsize=408300 CPUtime=0 cores=0-7
/proc/20286/stat : 20286 (python) S 20265 20265 20239 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 661247571 418099200 8880 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 12894531140253090050 0 0 17 7 0 0 0
/proc/20286/statm: 102075 8880 348 364 0 37978 0
[pid=20288] ppid=20286 vsize=22948 CPUtime=2.85 cores=0-7
/proc/20288/stat : 20288 (precosat) R 20286 20288 20288 0 -1 4202496 5927 0 0 0 284 1 0 0 25 0 1 0 661247572 23498752 5356 33554432000 4194304 4890832 140737170971776 18446744073709551615 4299160 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/20288/statm: 5737 5356 86 171 0 5564 0
[pid=20289] ppid=20265 vsize=418556 CPUtime=0 cores=0-7
/proc/20289/stat : 20289 (python) S 20265 20265 20239 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 661247574 428601344 8895 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 8757280266042441986 0 0 17 1 0 0 0
/proc/20289/statm: 104639 8895 348 364 0 40539 0
[pid=20291] ppid=20289 vsize=68724 CPUtime=2.84 cores=0-7
/proc/20291/stat : 20291 (cryptominisat-2) R 20289 20291 20291 0 -1 4202496 12071 0 0 0 283 1 0 0 25 0 1 0 661247576 70373376 10291 33554432000 4194304 4677096 140736681384096 18446744073709551615 4319423 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20291/statm: 17181 10292 392 118 0 12140 0
[pid=20292] ppid=20265 vsize=428812 CPUtime=0 cores=0-7
/proc/20292/stat : 20292 (python) S 20265 20265 20239 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 661247576 439103488 8916 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 15054297707524882691 0 0 17 1 0 0 0
/proc/20292/statm: 107203 8916 354 364 0 43100 0
[pid=20294] ppid=20292 vsize=68988 CPUtime=2.77 cores=0-7
/proc/20294/stat : 20294 (cryptominisat-2) R 20292 20294 20294 0 -1 4202496 12232 0 0 0 276 1 0 0 25 0 1 0 661247577 70643712 10264 33554432000 4194304 4677096 140735982363264 18446744073709551615 216634211985 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20294/statm: 17247 10264 392 118 0 12206 0
[pid=20265/tid=20272] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20272/stat : 20272 (python) S 20263 20265 20239 0 -1 4202560 23 936 0 0 0 0 0 0 22 0 9 0 661247559 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20275] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20275/stat : 20275 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 661247562 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20278] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20278/stat : 20278 (python) S 20263 20265 20239 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 661247564 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20281] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20281/stat : 20281 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 18 0 9 0 661247567 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 5 0 0 0
[pid=20265/tid=20284] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20284/stat : 20284 (python) S 20263 20265 20239 0 -1 4202560 86 936 0 0 0 0 0 0 20 0 9 0 661247569 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20287] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20287/stat : 20287 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 661247572 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 7 0 0 0
[pid=20265/tid=20290] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20290/stat : 20290 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 22 0 9 0 661247574 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=20265/tid=20293] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20293/stat : 20293 (python) S 20263 20265 20239 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 9 0 661247577 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26.45
Current children cumulated vsize (KiB) 3590580

[startup+12.7016 s]
/proc/loadavg: 7.16 7.83 7.93 9/472 20294
/proc/meminfo: memFree=24677772/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=439056 CPUtime=3.2 cores=0-7
/proc/20265/stat : 20265 (python) S 20263 20265 20239 0 -1 4202496 19747 936 1 0 306 14 0 0 23 0 9 0 661247231 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20265/statm: 109764 10455 1889 364 0 45661 0
[pid=20271] ppid=20265 vsize=291484 CPUtime=0.02 cores=0-7
/proc/20271/stat : 20271 (python) S 20265 20265 20239 0 -1 4202560 987 0 0 0 1 1 0 0 18 0 1 0 661247559 298479616 8804 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535439 0 0 16781312 514 5127648621608534273 0 0 17 1 0 0 0
/proc/20271/statm: 72871 8804 381 364 0 8789 0
[pid=20273] ppid=20271 vsize=11832 CPUtime=9.4 cores=0-7
/proc/20273/stat : 20273 (lingeling) R 20271 20273 20273 0 -1 4202496 3177 0 0 0 940 0 0 0 25 0 1 0 661247560 12115968 2129 33554432000 4194304 4352236 140734507732448 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20273/statm: 2958 2129 129 39 0 2038 0
[pid=20274] ppid=20265 vsize=301740 CPUtime=0.01 cores=0-7
/proc/20274/stat : 20274 (python) S 20265 20265 20239 0 -1 4202560 921 0 0 0 1 0 0 0 15 0 1 0 661247562 308981760 8796 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 8388143426272461059 0 0 17 0 0 0 0
/proc/20274/statm: 75435 8796 369 364 0 11350 0
[pid=20276] ppid=20274 vsize=84308 CPUtime=9.38 cores=0-7
/proc/20276/stat : 20276 (cryptominisat-2) R 20274 20276 20276 0 -1 4202496 17163 0 0 0 936 2 0 0 25 0 1 0 661247562 86331392 12878 33554432000 4194304 4677096 140733548153296 18446744073709551615 4319744 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20276/statm: 21077 12878 393 118 0 16036 0
[pid=20277] ppid=20265 vsize=311996 CPUtime=0.01 cores=0-7
/proc/20277/stat : 20277 (python) S 20265 20265 20239 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 661247564 319483904 8801 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6535079030499016963 0 0 17 1 0 0 0
/proc/20277/statm: 77999 8801 370 364 0 13911 0
[pid=20279] ppid=20277 vsize=11480 CPUtime=9.36 cores=0-7
/proc/20279/stat : 20279 (lingeling) R 20277 20279 20279 0 -1 4202496 3600 0 0 0 936 0 0 0 25 0 1 0 661247564 11755520 2040 33554432000 4194304 4352236 140735055755712 18446744073709551615 4329165 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20279/statm: 2870 2040 129 39 0 1950 0
[pid=20280] ppid=20265 vsize=322252 CPUtime=0.01 cores=0-7
/proc/20280/stat : 20280 (python) S 20265 20265 20239 0 -1 4202560 906 0 0 0 1 0 0 0 18 0 1 0 661247566 329986048 8805 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 13762864675853140225 0 0 17 1 0 0 0
/proc/20280/statm: 80563 8805 370 364 0 16472 0
[pid=20282] ppid=20280 vsize=11584 CPUtime=9.34 cores=0-7
/proc/20282/stat : 20282 (lingeling) R 20280 20282 20282 0 -1 4202496 3115 0 0 0 934 0 0 0 25 0 1 0 661247567 11862016 2066 33554432000 4194304 4352236 140733403621536 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20282/statm: 2896 2066 129 39 0 1976 0
[pid=20283] ppid=20265 vsize=398044 CPUtime=0.01 cores=0-7
/proc/20283/stat : 20283 (python) S 20265 20265 20239 0 -1 4202560 805 0 0 0 0 1 0 0 18 0 1 0 661247569 407597056 8927 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 11665105616585588994 0 0 17 1 0 0 0
/proc/20283/statm: 99511 8927 371 364 0 35417 0
[pid=20285] ppid=20283 vsize=16992 CPUtime=9.29 cores=0-7
/proc/20285/stat : 20285 (SApperloT-base) R 20283 20285 20285 0 -1 4202496 4155 0 0 0 928 1 0 0 25 0 1 0 661247569 17399808 3865 33554432000 134512640 135674940 4290693648 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20285/statm: 4248 3865 99 284 0 3962 0
[pid=20286] ppid=20265 vsize=408300 CPUtime=0.01 cores=0-7
/proc/20286/stat : 20286 (python) S 20265 20265 20239 0 -1 4202560 812 0 0 0 1 0 0 0 18 0 1 0 661247571 418099200 8903 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 12894531140253090050 0 0 17 7 0 0 0
/proc/20286/statm: 102075 8903 371 364 0 37978 0
[pid=20288] ppid=20286 vsize=22948 CPUtime=9.12 cores=0-7
/proc/20288/stat : 20288 (precosat) R 20286 20288 20288 0 -1 4202496 5928 0 0 0 911 1 0 0 25 0 1 0 661247572 23498752 5357 33554432000 4194304 4890832 140737170971776 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/20288/statm: 5737 5357 86 171 0 5564 0
[pid=20289] ppid=20265 vsize=418556 CPUtime=0.02 cores=0-7
/proc/20289/stat : 20289 (python) R 20265 20265 20239 0 -1 4202560 833 0 0 0 1 1 0 0 15 0 1 0 661247574 428601344 8918 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634513467 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/20289/statm: 104640 8918 371 364 0 40540 0

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

/proc/20265/task/20275/stat : 20275 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 661247562 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20278] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20278/stat : 20278 (python) S 20263 20265 20239 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 661247564 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20281] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20281/stat : 20281 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 18 0 9 0 661247567 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 5 0 0 0
[pid=20265/tid=20284] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20284/stat : 20284 (python) S 20263 20265 20239 0 -1 4202560 86 936 0 0 0 0 0 0 20 0 9 0 661247569 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20287] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20287/stat : 20287 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 661247572 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 7 0 0 0
[pid=20265/tid=20290] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20290/stat : 20290 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 22 0 9 0 661247574 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=20265/tid=20293] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20293/stat : 20293 (python) S 20263 20265 20239 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 9 0 661247577 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 409.58
Current children cumulated vsize (KiB) 3759140

[startup+55.1011 s]
/proc/loadavg: 7.57 7.85 7.93 9/472 20295
/proc/meminfo: memFree=24551200/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=439056 CPUtime=3.2 cores=0-7
/proc/20265/stat : 20265 (python) S 20263 20265 20239 0 -1 4202496 19747 936 1 0 306 14 0 0 23 0 9 0 661247231 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20265/statm: 109764 10455 1889 364 0 45661 0
[pid=20271] ppid=20265 vsize=291484 CPUtime=0.18 cores=0-7
/proc/20271/stat : 20271 (python) S 20265 20265 20239 0 -1 4202560 1012 0 0 0 10 8 0 0 18 0 1 0 661247559 298479616 8804 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535439 0 0 16781312 514 6104418188668141825 0 0 17 1 0 0 0
/proc/20271/statm: 72871 8804 381 364 0 8789 0
[pid=20273] ppid=20271 vsize=17208 CPUtime=51.8 cores=0-7
/proc/20273/stat : 20273 (lingeling) R 20271 20273 20273 0 -1 4202496 5033 0 0 0 5180 0 0 0 25 0 1 0 661247560 17620992 3473 33554432000 4194304 4352236 140734507732448 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20273/statm: 4302 3473 129 39 0 3382 0
[pid=20274] ppid=20265 vsize=301740 CPUtime=0.19 cores=0-7
/proc/20274/stat : 20274 (python) S 20265 20265 20239 0 -1 4202560 939 0 0 0 11 8 0 0 15 0 1 0 661247562 308981760 8797 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141827 0 0 17 0 0 0 0
/proc/20274/statm: 75435 8797 370 364 0 11350 0
[pid=20276] ppid=20274 vsize=108944 CPUtime=51.78 cores=0-7
/proc/20276/stat : 20276 (cryptominisat-2) R 20274 20276 20276 0 -1 4202496 39692 0 0 0 5171 7 0 0 25 0 1 0 661247562 111558656 20626 33554432000 4194304 4677096 140733548153296 18446744073709551615 4320141 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20276/statm: 27236 20626 393 118 0 22195 0
[pid=20277] ppid=20265 vsize=311996 CPUtime=0.18 cores=0-7
/proc/20277/stat : 20277 (python) S 20265 20265 20239 0 -1 4202560 931 0 0 0 10 8 0 0 18 0 1 0 661247564 319483904 8801 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141827 0 0 17 1 0 0 0
/proc/20277/statm: 77999 8801 370 364 0 13911 0
[pid=20279] ppid=20277 vsize=16856 CPUtime=51.76 cores=0-7
/proc/20279/stat : 20279 (lingeling) R 20277 20279 20279 0 -1 4202496 4945 0 0 0 5176 0 0 0 25 0 1 0 661247564 17260544 3385 33554432000 4194304 4352236 140735055755712 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20279/statm: 4214 3385 129 39 0 3294 0
[pid=20280] ppid=20265 vsize=322252 CPUtime=0.17 cores=0-7
/proc/20280/stat : 20280 (python) S 20265 20265 20239 0 -1 4202560 921 0 0 0 10 7 0 0 18 0 1 0 661247566 329986048 8805 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141825 0 0 17 1 0 0 0
/proc/20280/statm: 80563 8805 370 364 0 16472 0
[pid=20282] ppid=20280 vsize=18236 CPUtime=51.73 cores=0-7
/proc/20282/stat : 20282 (lingeling) R 20280 20282 20282 0 -1 4202496 5802 0 0 0 5173 0 0 0 25 0 1 0 661247567 18673664 3729 33554432000 4194304 4352236 140733403621536 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20282/statm: 4559 3729 129 39 0 3639 0
[pid=20283] ppid=20265 vsize=398044 CPUtime=0.17 cores=0-7
/proc/20283/stat : 20283 (python) S 20265 20265 20239 0 -1 4202560 805 0 0 0 8 9 0 0 18 0 1 0 661247569 407597056 8927 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141826 0 0 17 1 0 0 0
/proc/20283/statm: 99511 8927 371 364 0 35417 0
[pid=20285] ppid=20283 vsize=25784 CPUtime=51.52 cores=0-7
/proc/20285/stat : 20285 (SApperloT-base) R 20283 20285 20285 0 -1 4202496 5898 0 0 0 5151 1 0 0 25 0 1 0 661247569 26402816 5608 33554432000 134512640 135674940 4290693648 18446744073709551615 134564252 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20285/statm: 6446 5608 100 284 0 6160 0
[pid=20286] ppid=20265 vsize=408300 CPUtime=0.15 cores=0-7
/proc/20286/stat : 20286 (python) S 20265 20265 20239 0 -1 4202560 812 0 0 0 8 7 0 0 18 0 1 0 661247571 418099200 8903 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141826 0 0 17 7 0 0 0
/proc/20286/statm: 102075 8903 371 364 0 37978 0
[pid=20288] ppid=20286 vsize=26280 CPUtime=50.68 cores=0-7
/proc/20288/stat : 20288 (precosat) R 20286 20288 20288 0 -1 4202496 7166 0 0 0 5067 1 0 0 25 0 1 0 661247572 26910720 6159 33554432000 4194304 4890832 140737170971776 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/20288/statm: 6570 6159 86 171 0 6397 0
[pid=20289] ppid=20265 vsize=418556 CPUtime=0.19 cores=0-7
/proc/20289/stat : 20289 (python) S 20265 20265 20239 0 -1 4202560 835 0 0 0 10 9 0 0 15 0 1 0 661247574 428601344 8918 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141826 0 0 17 1 0 0 0
/proc/20289/statm: 104639 8918 371 364 0 40539 0
[pid=20291] ppid=20289 vsize=112044 CPUtime=51.63 cores=0-7
/proc/20291/stat : 20291 (cryptominisat-2) R 20289 20291 20291 0 -1 4202496 33566 0 0 0 5157 6 0 0 25 0 1 0 661247576 114733056 19358 33554432000 4194304 4677096 140736681384096 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20291/statm: 28011 19358 393 118 0 22970 0
[pid=20292] ppid=20265 vsize=428812 CPUtime=0.19 cores=0-7
/proc/20292/stat : 20292 (python) S 20265 20265 20239 0 -1 4202560 882 0 0 0 11 8 0 0 15 0 1 0 661247576 439103488 8939 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 5607064772542431491 0 0 17 1 0 0 0
/proc/20292/statm: 107203 8939 377 364 0 43100 0
[pid=20294] ppid=20292 vsize=113548 CPUtime=50.45 cores=0-7
/proc/20294/stat : 20294 (cryptominisat-2) R 20292 20294 20294 0 -1 4202496 40055 0 0 0 5037 8 0 0 25 0 1 0 661247577 116273152 22097 33554432000 4194304 4677096 140735982363264 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20294/statm: 28387 22097 393 118 0 23346 0
[pid=20265/tid=20272] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20272/stat : 20272 (python) S 20263 20265 20239 0 -1 4202560 23 936 0 0 0 0 0 0 22 0 9 0 661247559 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20275] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20275/stat : 20275 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 661247562 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20278] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20278/stat : 20278 (python) S 20263 20265 20239 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 661247564 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20281] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20281/stat : 20281 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 18 0 9 0 661247567 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 5 0 0 0
[pid=20265/tid=20284] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20284/stat : 20284 (python) S 20263 20265 20239 0 -1 4202560 86 936 0 0 0 0 0 0 20 0 9 0 661247569 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20287] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20287/stat : 20287 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 661247572 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 7 0 0 0
[pid=20265/tid=20290] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20290/stat : 20290 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 22 0 9 0 661247574 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=20265/tid=20293] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20293/stat : 20293 (python) S 20263 20265 20239 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 9 0 661247577 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 415.97
Current children cumulated vsize (KiB) 3759140

[startup+55.5011 s]
/proc/loadavg: 7.57 7.85 7.93 9/472 20295
/proc/meminfo: memFree=24551200/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=439056 CPUtime=3.2 cores=0-7
/proc/20265/stat : 20265 (python) S 20263 20265 20239 0 -1 4202496 19747 936 1 0 306 14 0 0 23 0 9 0 661247231 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20265/statm: 109764 10455 1889 364 0 45661 0
[pid=20271] ppid=20265 vsize=291484 CPUtime=0.18 cores=0-7
/proc/20271/stat : 20271 (python) S 20265 20265 20239 0 -1 4202560 1012 0 0 0 10 8 0 0 18 0 1 0 661247559 298479616 8804 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535439 0 0 16781312 514 6104418188668141825 0 0 17 1 0 0 0
/proc/20271/statm: 72871 8804 381 364 0 8789 0
[pid=20273] ppid=20271 vsize=17208 CPUtime=52.2 cores=0-7
/proc/20273/stat : 20273 (lingeling) R 20271 20273 20273 0 -1 4202496 5033 0 0 0 5220 0 0 0 25 0 1 0 661247560 17620992 3473 33554432000 4194304 4352236 140734507732448 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20273/statm: 4302 3473 129 39 0 3382 0
[pid=20274] ppid=20265 vsize=301740 CPUtime=0.19 cores=0-7
/proc/20274/stat : 20274 (python) S 20265 20265 20239 0 -1 4202560 939 0 0 0 11 8 0 0 15 0 1 0 661247562 308981760 8797 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141827 0 0 17 0 0 0 0
/proc/20274/statm: 75435 8797 370 364 0 11350 0
[pid=20276] ppid=20274 vsize=108944 CPUtime=52.18 cores=0-7
/proc/20276/stat : 20276 (cryptominisat-2) R 20274 20276 20276 0 -1 4202496 39791 0 0 0 5211 7 0 0 25 0 1 0 661247562 111558656 20725 33554432000 4194304 4677096 140733548153296 18446744073709551615 4320779 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20276/statm: 27236 20725 393 118 0 22195 0
[pid=20277] ppid=20265 vsize=311996 CPUtime=0.18 cores=0-7
/proc/20277/stat : 20277 (python) S 20265 20265 20239 0 -1 4202560 931 0 0 0 10 8 0 0 18 0 1 0 661247564 319483904 8801 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141827 0 0 17 1 0 0 0
/proc/20277/statm: 77999 8801 370 364 0 13911 0
[pid=20279] ppid=20277 vsize=16856 CPUtime=52.16 cores=0-7
/proc/20279/stat : 20279 (lingeling) R 20277 20279 20279 0 -1 4202496 4945 0 0 0 5216 0 0 0 25 0 1 0 661247564 17260544 3385 33554432000 4194304 4352236 140735055755712 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20279/statm: 4214 3385 129 39 0 3294 0
[pid=20280] ppid=20265 vsize=322252 CPUtime=0.17 cores=0-7
/proc/20280/stat : 20280 (python) S 20265 20265 20239 0 -1 4202560 921 0 0 0 10 7 0 0 18 0 1 0 661247566 329986048 8805 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141825 0 0 17 1 0 0 0
/proc/20280/statm: 80563 8805 370 364 0 16472 0
[pid=20282] ppid=20280 vsize=18236 CPUtime=52.13 cores=0-7
/proc/20282/stat : 20282 (lingeling) R 20280 20282 20282 0 -1 4202496 5802 0 0 0 5213 0 0 0 25 0 1 0 661247567 18673664 3729 33554432000 4194304 4352236 140733403621536 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20282/statm: 4559 3729 129 39 0 3639 0
[pid=20283] ppid=20265 vsize=398044 CPUtime=0.17 cores=0-7
/proc/20283/stat : 20283 (python) S 20265 20265 20239 0 -1 4202560 805 0 0 0 8 9 0 0 18 0 1 0 661247569 407597056 8927 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141826 0 0 17 1 0 0 0
/proc/20283/statm: 99511 8927 371 364 0 35417 0
[pid=20285] ppid=20283 vsize=25784 CPUtime=51.92 cores=0-7
/proc/20285/stat : 20285 (SApperloT-base) R 20283 20285 20285 0 -1 4202496 5898 0 0 0 5191 1 0 0 25 0 1 0 661247569 26402816 5608 33554432000 134512640 135674940 4290693648 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20285/statm: 6446 5608 100 284 0 6160 0
[pid=20286] ppid=20265 vsize=408300 CPUtime=0.15 cores=0-7
/proc/20286/stat : 20286 (python) S 20265 20265 20239 0 -1 4202560 812 0 0 0 8 7 0 0 18 0 1 0 661247571 418099200 8903 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 6104418188668141826 0 0 17 7 0 0 0
/proc/20286/statm: 102075 8903 371 364 0 37978 0
[pid=20288] ppid=20286 vsize=26936 CPUtime=51.08 cores=0-7
/proc/20288/stat : 20288 (precosat) R 20286 20288 20288 0 -1 4202496 7330 0 0 0 5107 1 0 0 25 0 1 0 661247572 27582464 6323 33554432000 4194304 4890832 140737170971776 18446744073709551615 4296178 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/20288/statm: 6734 6323 86 171 0 6561 0
[pid=20289] ppid=20265 vsize=418556 CPUtime=0.19 cores=0-7
/proc/20289/stat : 20289 (python) S 20265 20265 20239 0 -1 4202560 835 0 0 0 10 9 0 0 15 0 1 0 661247574 428601344 8918 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 8757280266042441986 0 0 17 1 0 0 0
/proc/20289/statm: 104639 8918 371 364 0 40539 0
[pid=20291] ppid=20289 vsize=112044 CPUtime=52.03 cores=0-7
/proc/20291/stat : 20291 (cryptominisat-2) R 20289 20291 20291 0 -1 4202496 33609 0 0 0 5197 6 0 0 25 0 1 0 661247576 114733056 19401 33554432000 4194304 4677096 140736681384096 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20291/statm: 28011 19401 393 118 0 22970 0
[pid=20292] ppid=20265 vsize=428812 CPUtime=0.19 cores=0-7
/proc/20292/stat : 20292 (python) S 20265 20265 20239 0 -1 4202560 882 0 0 0 11 8 0 0 15 0 1 0 661247576 439103488 8939 33554432000 4194304 5683644 140733946620544 18446744073709551615 216634535494 0 0 16781312 514 5607064772542431491 0 0 17 1 0 0 0
/proc/20292/statm: 107203 8939 377 364 0 43100 0
[pid=20294] ppid=20292 vsize=113548 CPUtime=50.85 cores=0-7
/proc/20294/stat : 20294 (cryptominisat-2) R 20292 20294 20294 0 -1 4202496 40164 0 0 0 5077 8 0 0 25 0 1 0 661247577 116273152 22206 33554432000 4194304 4677096 140735982363264 18446744073709551615 4319747 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20294/statm: 28387 22206 393 118 0 23346 0
[pid=20265/tid=20272] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20272/stat : 20272 (python) S 20263 20265 20239 0 -1 4202560 23 936 0 0 0 0 0 0 22 0 9 0 661247559 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20275] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20275/stat : 20275 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 9 0 661247562 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20278] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20278/stat : 20278 (python) S 20263 20265 20239 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 9 0 661247564 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20281] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20281/stat : 20281 (python) S 20263 20265 20239 0 -1 4202560 22 936 0 0 0 0 0 0 18 0 9 0 661247567 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 5 0 0 0
[pid=20265/tid=20284] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20284/stat : 20284 (python) S 20263 20265 20239 0 -1 4202560 86 936 0 0 0 0 0 0 20 0 9 0 661247569 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 0 0 0 0
[pid=20265/tid=20287] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20287/stat : 20287 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 661247572 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 7 0 0 0
[pid=20265/tid=20290] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20290/stat : 20290 (python) S 20263 20265 20239 0 -1 4202560 32 936 0 0 0 0 0 0 22 0 9 0 661247574 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 6 0 0 0
[pid=20265/tid=20293] ppid=20263 vsize=439056 CPUtime=0 cores=0-7
/proc/20265/task/20293/stat : 20293 (python) S 20263 20265 20239 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 9 0 661247577 449593344 10455 33554432000 4194304 5683644 140733946620544 18446744073709551615 216646338993 0 0 16781312 2 18446604446305057664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 419.17
Current children cumulated vsize (KiB) 3759796

[startup+55.701 s]
/proc/loadavg: 7.57 7.85 7.93 9/472 20295
/proc/meminfo: memFree=24551200/32951124 swapFree=53501244/67111528
[pid=20265] ppid=20263 vsize=387728 CPUtime=420.79 cores=0-7
/proc/20265/stat : 20265 (python) R 20263 20265 20239 0 -1 4202496 21938 151378 1 0 307 15 41657 100 17 0 1 0 661247231 397033472 10408 33554432000 4194304 5683644 140733946620544 18446744073709551615 5114130 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20265/statm: 96932 10408 1873 364 0 32856 0
Current children cumulated CPU time (s) 420.79
Current children cumulated vsize (KiB) 387728

Child status: 0
Real time (s): 55.7172
CPU time (s): 420.819
CPU user time (s): 419.656
CPU system time (s): 1.16282
CPU usage (%): 755.277
Max. virtual memory (cumulated for all children) (KiB): 3761940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.656
system time used= 1.16282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176901
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= 4129
involuntary context switches= 2717

runsolver used 0.287956 second user time and 0.621905 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 23:54:06
IDJOB=3380950
IDBENCH=83117
IDSOLVER=1864
FILE ID=node103/3380950-1305496446
RUNJOBID= node103-1305496446-20253
PBS_JOBID= 13325438
Free space on /tmp= 72960 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.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-3380950-1305496446/watcher-3380950-1305496446 -o /tmp/evaluation-result-3380950-1305496446/solver-3380950-1305496446 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380950-1305496446.cnf -seed 520882689 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=520882689

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.858
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:      24946484 kB
Buffers:        338480 kB
Cached:        4192016 kB
SwapCached:     340184 kB
Active:        2492436 kB
Inactive:      5212632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24946484 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           33172 kB
Writeback:           0 kB
AnonPages:     2845084 kB
Mapped:          20172 kB
Slab:           164312 kB
PageTables:      66548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137670668 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= 72928 MiB
End job on node103 at 2011-05-15 23:55:02