Trace number 3317898

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.09 1206.75

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3317898-1304269993.cnf
0.31/0.68	c INFO: computing task features
0.69/1.04	c INFO: computed variable-clause graph statistics
0.69/1.05	c INFO: computed clause balance statistics
2.69/3.02	c INFO: computed variable balance statistics
4.09/4.49	c INFO: computed small-clause counts
4.19/4.50	c INFO: computed Horn-clause counts
5.79/6.17	c INFO: computed variable graph statistics
5.79/6.17	c INFO: collected features for HOME/instance-3317898-1304269993.cnf in 5.49 s
5.89/6.20	c INFO: running lingeling-276@0 for 97 with 4794 remaining (b = 0.33)
5.89/6.22	c INFO: running cryptominisat-2.9.0@0 for 485 with 4794 remaining (b = 0.33)
5.89/6.25	c INFO: running lingeling-276@0 for 1261 with 4794 remaining (b = 0.47)
5.89/6.27	c INFO: running lingeling-276@0 for 1261 with 4794 remaining (b = 0.41)
401.48/105.35	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4695 remaining (b = 0.49)
1958.19/495.14	c INFO: running lingeling-276@0 for 97 with 4305 remaining (b = 0.08)
2345.97/592.28	c INFO: running lingeling-276@96 for 97 with 4208 remaining (b = 0.08)
2750.11/693.41	c INFO: running precosat-570@0 for 388 with 4107 remaining (b = 0.20)
4325.60/1087.94	c INFO: running lingeling-276@197 for 1067 with 3712 remaining (b = 0.27)
4800.09/1206.74	c INFO: running lingeling-276@0 for 97 with 3593 remaining (b = 0.20)

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

running on 4 cores: 0,2,4,6

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.21 5.21 5.03 5/199 20959
/proc/meminfo: memFree=22834808/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/20959/stat : 20959 (python) R 20957 20959 19964 0 -1 4202496 727 0 0 0 0 0 0 0 25 0 1 0 617229973 15548416 616 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367546512 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20959/statm: 3796 616 322 364 0 283 0

[startup+0.052099 s]
/proc/loadavg: 7.21 5.21 5.03 5/199 20959
/proc/meminfo: memFree=22834808/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=21100 CPUtime=0.02 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 1302 0 0 0 2 0 0 0 25 0 1 0 617229973 21606400 1153 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20959/statm: 5275 1153 428 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21100

[startup+0.101064 s]
/proc/loadavg: 7.21 5.21 5.03 5/199 20959
/proc/meminfo: memFree=22834808/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=85616 CPUtime=0.06 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 2629 0 0 0 4 2 0 0 25 0 1 0 617229973 87670784 2347 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20959/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.301026 s]
/proc/loadavg: 7.21 5.21 5.03 5/199 20959
/proc/meminfo: memFree=22834808/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/20959/stat : 20959 (python) R 20957 20959 19964 0 -1 4202496 5962 935 1 0 12 5 0 0 25 0 1 0 617229973 139005952 4150 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367542789 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/20959/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.701011 s]
/proc/loadavg: 7.21 5.21 5.03 5/199 20959
/proc/meminfo: memFree=22834808/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=281672 CPUtime=0.38 cores=0,2,4,6
/proc/20959/stat : 20959 (python) R 20957 20959 19964 0 -1 4202496 10053 935 1 0 27 11 0 0 25 0 1 0 617229973 288432128 7734 33554432000 4194304 5683644 140735397781568 18446744073709551615 47862205655993 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20959/statm: 70418 7734 1761 364 0 6342 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281672

[startup+1.50086 s]
/proc/loadavg: 7.21 5.21 5.03 6/200 20964
/proc/meminfo: memFree=22779620/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=304020 CPUtime=1.19 cores=0,2,4,6
/proc/20959/stat : 20959 (python) R 20957 20959 19964 0 -1 4202496 18620 935 1 0 107 12 0 0 25 0 1 0 617229973 311316480 13390 33554432000 4194304 5683644 140735397781568 18446744073709551615 47862035095713 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20959/statm: 76005 13390 1826 364 0 11929 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 304020

[startup+3.10056 s]
/proc/loadavg: 7.21 5.21 5.03 6/200 20964
/proc/meminfo: memFree=22772428/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=304020 CPUtime=2.79 cores=0,2,4,6
/proc/20959/stat : 20959 (python) R 20957 20959 19964 0 -1 4202496 18621 935 1 0 267 12 0 0 25 0 1 0 617229973 311316480 13391 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367206319 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20959/statm: 76005 13391 1827 364 0 11929 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 304020

[startup+6.3009 s]
/proc/loadavg: 7.03 5.21 5.03 6/200 20964
/proc/meminfo: memFree=22774164/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=343064 CPUtime=5.96 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 21345 935 1 0 583 13 0 0 22 0 5 0 617229973 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20959/statm: 85766 12963 1881 364 0 21675 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 343064

[startup+12.7007 s]
/proc/loadavg: 7.11 5.26 5.04 9/212 20976
/proc/meminfo: memFree=22636784/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=343064 CPUtime=5.96 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 21345 935 1 0 583 13 0 0 22 0 5 0 617229973 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20959/statm: 85766 12963 1881 364 0 21675 0
[pid=20965] ppid=20959 vsize=302052 CPUtime=0 cores=0,2,4,6
/proc/20965/stat : 20965 (python) S 20959 20959 19964 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 617230593 309301248 11447 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566863 0 0 16781312 514 4183936966854672642 0 0 17 0 0 0 0
/proc/20965/statm: 75513 11447 381 364 0 11431 0
[pid=20967] ppid=20965 vsize=15356 CPUtime=6.45 cores=0,2,4,6
/proc/20967/stat : 20967 (lingeling) R 20965 20967 20967 0 -1 4202496 4948 0 0 0 645 0 0 0 25 0 1 0 617230594 15724544 3009 33554432000 4194304 4352236 140736569818112 18446744073709551615 4208731 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20967/statm: 3839 3009 129 39 0 2919 0
[pid=20968] ppid=20959 vsize=312308 CPUtime=0 cores=0,2,4,6
/proc/20968/stat : 20968 (python) S 20959 20959 19964 0 -1 4202560 907 0 0 0 0 0 0 0 15 0 1 0 617230596 319803392 11440 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 17436873434217808132 0 0 17 0 0 0 0
/proc/20968/statm: 78077 11440 370 364 0 13992 0
[pid=20970] ppid=20968 vsize=119640 CPUtime=6.41 cores=0,2,4,6
/proc/20970/stat : 20970 (cryptominisat-2) R 20968 20970 20970 0 -1 4202496 26446 0 0 0 638 3 0 0 25 0 1 0 617230596 122511360 22826 33554432000 4194304 4677096 140735106315696 18446744073709551615 4335712 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20970/statm: 29910 22826 393 118 0 24869 0
[pid=20971] ppid=20959 vsize=322564 CPUtime=0 cores=0,2,4,6
/proc/20971/stat : 20971 (python) S 20959 20959 19964 0 -1 4202560 921 0 0 0 0 0 0 0 18 0 1 0 617230598 330305536 11443 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 4606961696135676164 0 0 17 2 0 0 0
/proc/20971/statm: 80641 11443 369 364 0 16553 0
[pid=20973] ppid=20971 vsize=15352 CPUtime=6.43 cores=0,2,4,6
/proc/20973/stat : 20973 (lingeling) R 20971 20973 20973 0 -1 4202496 4948 0 0 0 643 0 0 0 25 0 1 0 617230598 15720448 3008 33554432000 4194304 4352236 140736519053712 18446744073709551615 4298830 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20973/statm: 3838 3008 129 39 0 2918 0
[pid=20974] ppid=20959 vsize=332820 CPUtime=0 cores=0,2,4,6
/proc/20974/stat : 20974 (python) S 20959 20959 19964 0 -1 4202560 930 0 0 0 0 0 0 0 18 0 1 0 617230600 340807680 11448 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 17714113092138270979 0 0 17 0 0 0 0
/proc/20974/statm: 83205 11448 370 364 0 19114 0
[pid=20976] ppid=20974 vsize=15356 CPUtime=6.41 cores=0,2,4,6
/proc/20976/stat : 20976 (lingeling) R 20974 20976 20976 0 -1 4202496 4948 0 0 0 640 1 0 0 25 0 1 0 617230601 15724544 3009 33554432000 4194304 4352236 140734906149776 18446744073709551615 4213751 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20976/statm: 3839 3009 129 39 0 2919 0
[pid=20959/tid=20966] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20966/stat : 20966 (python) S 20957 20959 19964 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 617230593 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20969] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20969/stat : 20969 (python) S 20957 20959 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617230596 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20972] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20972/stat : 20972 (python) S 20957 20959 19964 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 617230598 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 2 0 0 0
[pid=20959/tid=20975] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20975/stat : 20975 (python) S 20957 20959 19964 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617230601 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.66
Current children cumulated vsize (KiB) 1778512

[startup+25.5013 s]
/proc/loadavg: 7.30 5.39 5.09 9/212 20977
/proc/meminfo: memFree=22574652/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=343064 CPUtime=5.96 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 21345 935 1 0 583 13 0 0 22 0 5 0 617229973 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20959/statm: 85766 12963 1881 364 0 21675 0
[pid=20965] ppid=20959 vsize=302052 CPUtime=0.01 cores=0,2,4,6
/proc/20965/stat : 20965 (python) S 20959 20959 19964 0 -1 4202560 982 0 0 0 1 0 0 0 18 0 1 0 617230593 309301248 11447 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566863 0 0 16781312 514 13586111030567600386 0 0 17 0 0 0 0
/proc/20965/statm: 75513 11447 381 364 0 11431 0
[pid=20967] ppid=20965 vsize=17008 CPUtime=19.21 cores=0,2,4,6
/proc/20967/stat : 20967 (lingeling) R 20965 20967 20967 0 -1 4202496 5361 0 0 0 1920 1 0 0 25 0 1 0 617230594 17416192 3422 33554432000 4194304 4352236 140736569818112 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20967/statm: 4252 3422 129 39 0 3332 0
[pid=20968] ppid=20959 vsize=312308 CPUtime=0.02 cores=0,2,4,6
/proc/20968/stat : 20968 (python) S 20959 20959 19964 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 617230596 319803392 11440 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 5601797068168331524 0 0 17 0 0 0 0
/proc/20968/statm: 78077 11440 370 364 0 13992 0
[pid=20970] ppid=20968 vsize=160816 CPUtime=19.13 cores=0,2,4,6
/proc/20970/stat : 20970 (cryptominisat-2) R 20968 20970 20970 0 -1 4202496 38966 0 0 0 1908 5 0 0 25 0 1 0 617230596 164675584 33522 33554432000 4194304 4677096 140735106315696 18446744073709551615 4336112 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20970/statm: 40204 33522 393 118 0 35163 0
[pid=20971] ppid=20959 vsize=322564 CPUtime=0.01 cores=0,2,4,6
/proc/20971/stat : 20971 (python) S 20959 20959 19964 0 -1 4202560 930 0 0 0 1 0 0 0 18 0 1 0 617230598 330305536 11444 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 2 0 0 0
/proc/20971/statm: 80641 11444 370 364 0 16553 0
[pid=20973] ppid=20971 vsize=17056 CPUtime=19.23 cores=0,2,4,6
/proc/20973/stat : 20973 (lingeling) R 20971 20973 20973 0 -1 4202496 5374 0 0 0 1923 0 0 0 25 0 1 0 617230598 17465344 3434 33554432000 4194304 4352236 140736519053712 18446744073709551615 4207882 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20973/statm: 4264 3434 129 39 0 3344 0
[pid=20974] ppid=20959 vsize=332820 CPUtime=0.02 cores=0,2,4,6
/proc/20974/stat : 20974 (python) S 20959 20959 19964 0 -1 4202560 935 0 0 0 1 1 0 0 18 0 1 0 617230600 340807680 11448 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600387 0 0 17 0 0 0 0
/proc/20974/statm: 83205 11448 370 364 0 19114 0
[pid=20976] ppid=20974 vsize=16404 CPUtime=19.19 cores=0,2,4,6
/proc/20976/stat : 20976 (lingeling) R 20974 20976 20976 0 -1 4202496 5210 0 0 0 1918 1 0 0 25 0 1 0 617230601 16797696 3271 33554432000 4194304 4352236 140734906149776 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20976/statm: 4101 3271 129 39 0 3181 0
[pid=20959/tid=20966] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20966/stat : 20966 (python) S 20957 20959 19964 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 617230593 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20969] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20969/stat : 20969 (python) S 20957 20959 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617230596 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20972] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20972/stat : 20972 (python) S 20957 20959 19964 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 617230598 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 2 0 0 0
[pid=20959/tid=20975] ppid=20957 vsize=343064 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20975/stat : 20975 (python) S 20957 20959 19964 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 617230601 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.78
Current children cumulated vsize (KiB) 1824092

[startup+51.1006 s]
/proc/loadavg: 7.54 5.60 5.16 9/213 20978
/proc/meminfo: memFree=22522968/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=343064 CPUtime=5.96 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 21345 935 1 0 583 13 0 0 22 0 5 0 617229973 351297536 12963 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20959/statm: 85766 12963 1881 364 0 21675 0
[pid=20965] ppid=20959 vsize=302052 CPUtime=0.05 cores=0,2,4,6
/proc/20965/stat : 20965 (python) S 20959 20959 19964 0 -1 4202560 994 0 0 0 3 2 0 0 18 0 1 0 617230593 309301248 11447 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566863 0 0 16781312 514 13586111030567600386 0 0 17 0 0 0 0
/proc/20965/statm: 75513 11447 381 364 0 11431 0
[pid=20967] ppid=20965 vsize=18800 CPUtime=44.69 cores=0,2,4,6
/proc/20967/stat : 20967 (lingeling) R 20965 20967 20967 0 -1 4202496 5809 0 0 0 4467 2 0 0 25 0 1 0 617230594 19251200 3870 33554432000 4194304 4352236 140736569818112 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20967/statm: 4700 3870 129 39 0 3780 0
[pid=20968] ppid=20959 vsize=312308 CPUtime=0.06 cores=0,2,4,6
/proc/20968/stat : 20968 (python) S 20959 20959 19964 0 -1 4202560 937 0 0 0 4 2 0 0 15 0 1 0 617230596 319803392 11440 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 0 0 0 0
/proc/20968/statm: 78077 11440 370 364 0 13992 0
[pid=20970] ppid=20968 vsize=191508 CPUtime=44.57 cores=0,2,4,6
/proc/20970/stat : 20970 (cryptominisat-2) R 20968 20970 20970 0 -1 4202496 61359 0 0 0 4448 9 0 0 25 0 1 0 617230596 196104192 39517 33554432000 4194304 4677096 140735106315696 18446744073709551615 4320141 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20970/statm: 47877 39517 393 118 0 42836 0
[pid=20971] ppid=20959 vsize=322564 CPUtime=0.05 cores=0,2,4,6
/proc/20971/stat : 20971 (python) S 20959 20959 19964 0 -1 4202560 941 0 0 0 3 2 0 0 18 0 1 0 617230598 330305536 11444 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 2 0 0 0
/proc/20971/statm: 80641 11444 370 364 0 16553 0
[pid=20973] ppid=20971 vsize=18596 CPUtime=44.83 cores=0,2,4,6
/proc/20973/stat : 20973 (lingeling) R 20971 20973 20973 0 -1 4202496 5759 0 0 0 4483 0 0 0 25 0 1 0 617230598 19042304 3819 33554432000 4194304 4352236 140736519053712 18446744073709551615 4278657 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20973/statm: 4649 3819 129 39 0 3729 0
[pid=20974] ppid=20959 vsize=332820 CPUtime=0.04 cores=0,2,4,6
/proc/20974/stat : 20974 (python) S 20959 20959 19964 0 -1 4202560 945 0 0 0 2 2 0 0 18 0 1 0 617230600 340807680 11448 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600387 0 0 17 0 0 0 0
/proc/20974/statm: 83205 11448 370 364 0 19114 0

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

/proc/21010/stat : 21010 (python) S 20959 20959 19964 0 -1 4202560 1164 0 0 0 30 27 0 0 19 0 2 0 617299315 361811968 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21010/statm: 88333 11486 399 364 0 24236 0
[pid=21012] ppid=21010 vsize=57024 CPUtime=393.89 cores=0,2,4,6
/proc/21012/stat : 21012 (precosat) T 21010 21012 21012 0 -1 4202496 17813 0 0 0 39386 3 0 0 25 0 1 0 617299315 58392576 13546 33554432000 4194304 4890832 140737280552320 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/21012/statm: 14256 13546 86 171 0 14083 0
[pid=21010/tid=21024] ppid=20959 vsize=353332 CPUtime=0 cores=0,2,4,6
/proc/21010/task/21024/stat : 21024 (python) S 20959 20959 19964 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617338766 361811968 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453858715776 0 0 -1 4 0 0 0
[pid=20959/tid=20966] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20966/stat : 20966 (python) S 20957 20959 19964 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 7 0 617230593 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20969] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20969/stat : 20969 (python) S 20957 20959 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 7 0 617230596 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20972] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20972/stat : 20972 (python) S 20957 20959 19964 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 7 0 617230598 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 2 0 0 0
[pid=20959/tid=20975] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20975/stat : 20975 (python) S 20957 20959 19964 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 7 0 617230601 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20983] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20983/stat : 20983 (python) S 20957 20959 19964 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 7 0 617240509 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=21011] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/21011/stat : 21011 (python) S 20957 20959 19964 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 7 0 617299315 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4702.62
Current children cumulated vsize (KiB) 3469644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.71 s]
/proc/loadavg: 7.43 7.85 7.17 9/223 21247
/proc/meminfo: memFree=21937868/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=363576 CPUtime=6.07 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 23574 935 1 0 593 14 0 0 18 0 7 0 617229973 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20959/statm: 90894 12976 1886 364 0 26797 0
[pid=20965] ppid=20959 vsize=312296 CPUtime=0.56 cores=0,2,4,6
/proc/20965/stat : 20965 (python) S 20959 20959 19964 0 -1 4202560 1204 0 0 0 30 26 0 0 18 0 2 0 617230593 319791104 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20965/statm: 78074 11486 415 364 0 13992 0
[pid=20967] ppid=20965 vsize=34668 CPUtime=414.84 cores=0,2,4,6
/proc/20967/stat : 20967 (lingeling) R 20965 20967 20967 0 -1 4202496 15153 0 0 0 41479 5 0 0 25 0 1 0 617230594 35500032 7837 33554432000 4194304 4352236 140736569818112 18446744073709551615 4276815 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20967/statm: 8667 7837 129 39 0 7747 0
[pid=20965/tid=20981] ppid=20959 vsize=312296 CPUtime=0 cores=0,2,4,6
/proc/20965/task/20981/stat : 20981 (python) S 20959 20959 19964 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 617240506 319791104 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453886841984 0 0 -1 0 0 0 0
[pid=20968] ppid=20959 vsize=312308 CPUtime=0.69 cores=0,2,4,6
/proc/20968/stat : 20968 (python) S 20959 20959 19964 0 -1 4202560 1144 0 0 0 41 28 0 0 16 0 2 0 617230596 319803392 11471 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20968/statm: 78077 11471 400 364 0 13992 0
[pid=20970] ppid=20968 vsize=349824 CPUtime=485.78 cores=0,2,4,6
/proc/20970/stat : 20970 (cryptominisat-2) T 20968 20970 20970 0 -1 4202496 284118 0 0 0 48514 64 0 0 25 0 1 0 617230596 358219776 76559 33554432000 4194304 4677096 140735106315696 18446744073709551615 4337657 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/20970/statm: 87456 76559 393 118 0 82415 0
[pid=20968/tid=20999] ppid=20959 vsize=312308 CPUtime=0 cores=0,2,4,6
/proc/20968/task/20999/stat : 20999 (python) S 20959 20959 19964 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 617279485 319803392 11471 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453985333312 0 0 -1 0 0 0 0
[pid=20971] ppid=20959 vsize=322564 CPUtime=1.61 cores=0,2,4,6
/proc/20971/stat : 20971 (python) S 20959 20959 19964 0 -1 4202560 994 0 0 0 90 71 0 0 18 0 1 0 617230598 330305536 11444 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 2 0 0 0
/proc/20971/statm: 80641 11444 370 364 0 16553 0
[pid=20973] ppid=20971 vsize=49864 CPUtime=1199.81 cores=0,2,4,6
/proc/20973/stat : 20973 (lingeling) R 20971 20973 20973 0 -1 4202496 56201 0 0 0 119973 8 0 0 25 0 1 0 617230598 51060736 11636 33554432000 4194304 4352236 140736519053712 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20973/statm: 12466 11636 129 39 0 11546 0
[pid=20974] ppid=20959 vsize=332820 CPUtime=1.67 cores=0,2,4,6
/proc/20974/stat : 20974 (python) S 20959 20959 19964 0 -1 4202560 995 0 0 0 91 76 0 0 18 0 1 0 617230600 340807680 11448 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600387 0 0 17 0 0 0 0
/proc/20974/statm: 83205 11448 370 364 0 19114 0
[pid=20976] ppid=20974 vsize=55100 CPUtime=1194.73 cores=0,2,4,6
/proc/20976/stat : 20976 (lingeling) R 20974 20976 20976 0 -1 4202496 60453 0 0 0 119460 13 0 0 25 0 1 0 617230601 56422400 12945 33554432000 4194304 4352236 140734906149776 18446744073709551615 4328406 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20976/statm: 13775 12945 129 39 0 12855 0
[pid=20982] ppid=20959 vsize=343076 CPUtime=1.52 cores=0,2,4,6
/proc/20982/stat : 20982 (python) S 20959 20959 19964 0 -1 4202560 1014 0 0 0 89 63 0 0 15 0 1 0 617240509 351309824 11453 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 2 0 0 0
/proc/20982/statm: 85769 11453 371 364 0 21675 0
[pid=20984] ppid=20982 vsize=583232 CPUtime=1098.35 cores=0,2,4,6
/proc/20984/stat : 20984 (cryptominisat-2) R 20982 20984 20984 0 -1 4202496 507612 0 0 0 109696 139 0 0 25 0 1 0 617240509 597229568 113018 33554432000 4194304 4677096 140733901783696 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20984/statm: 145808 113018 393 118 0 140767 0
[pid=21010] ppid=20959 vsize=353332 CPUtime=0.57 cores=0,2,4,6
/proc/21010/stat : 21010 (python) S 20959 20959 19964 0 -1 4202560 1164 0 0 0 30 27 0 0 19 0 2 0 617299315 361811968 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21010/statm: 88333 11486 399 364 0 24236 0
[pid=21012] ppid=21010 vsize=57024 CPUtime=393.89 cores=0,2,4,6
/proc/21012/stat : 21012 (precosat) T 21010 21012 21012 0 -1 4202496 17813 0 0 0 39386 3 0 0 25 0 1 0 617299315 58392576 13546 33554432000 4194304 4890832 140737280552320 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/21012/statm: 14256 13546 86 171 0 14083 0
[pid=21010/tid=21024] ppid=20959 vsize=353332 CPUtime=0 cores=0,2,4,6
/proc/21010/task/21024/stat : 21024 (python) S 20959 20959 19964 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617338766 361811968 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453858715776 0 0 -1 4 0 0 0
[pid=20959/tid=20966] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20966/stat : 20966 (python) S 20957 20959 19964 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 7 0 617230593 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20969] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20969/stat : 20969 (python) S 20957 20959 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 7 0 617230596 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20972] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20972/stat : 20972 (python) S 20957 20959 19964 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 7 0 617230598 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 2 0 0 0
[pid=20959/tid=20975] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20975/stat : 20975 (python) S 20957 20959 19964 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 7 0 617230601 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20983] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20983/stat : 20983 (python) S 20957 20959 19964 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 7 0 617240509 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=21011] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/21011/stat : 21011 (python) S 20957 20959 19964 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 7 0 617299315 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 3469684

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

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

[startup+1206.71 s]
/proc/loadavg: 7.43 7.85 7.17 9/223 21247
/proc/meminfo: memFree=21937868/32950928 swapFree=67111352/67111528
[pid=20959] ppid=20957 vsize=363576 CPUtime=6.07 cores=0,2,4,6
/proc/20959/stat : 20959 (python) S 20957 20959 19964 0 -1 4202496 23574 935 1 0 593 14 0 0 18 0 7 0 617229973 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20959/statm: 90894 12976 1886 364 0 26797 0
[pid=20965] ppid=20959 vsize=312296 CPUtime=0.56 cores=0,2,4,6
/proc/20965/stat : 20965 (python) S 20959 20959 19964 0 -1 4202560 1204 0 0 0 30 26 0 0 18 0 2 0 617230593 319791104 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20965/statm: 78074 11486 415 364 0 13992 0
[pid=20967] ppid=20965 vsize=34668 CPUtime=414.84 cores=0,2,4,6
/proc/20967/stat : 20967 (lingeling) R 20965 20967 20967 0 -1 4202496 15153 0 0 0 41479 5 0 0 25 0 1 0 617230594 35500032 7837 33554432000 4194304 4352236 140736569818112 18446744073709551615 4276815 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20967/statm: 8667 7837 129 39 0 7747 0
[pid=20965/tid=20981] ppid=20959 vsize=312296 CPUtime=0 cores=0,2,4,6
/proc/20965/task/20981/stat : 20981 (python) S 20959 20959 19964 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 617240506 319791104 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453886841984 0 0 -1 0 0 0 0
[pid=20968] ppid=20959 vsize=312308 CPUtime=0.69 cores=0,2,4,6
/proc/20968/stat : 20968 (python) S 20959 20959 19964 0 -1 4202560 1144 0 0 0 41 28 0 0 16 0 2 0 617230596 319803392 11471 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20968/statm: 78077 11471 400 364 0 13992 0
[pid=20970] ppid=20968 vsize=349824 CPUtime=485.78 cores=0,2,4,6
/proc/20970/stat : 20970 (cryptominisat-2) T 20968 20970 20970 0 -1 4202496 284118 0 0 0 48514 64 0 0 25 0 1 0 617230596 358219776 76559 33554432000 4194304 4677096 140735106315696 18446744073709551615 4337657 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/20970/statm: 87456 76559 393 118 0 82415 0
[pid=20968/tid=20999] ppid=20959 vsize=312308 CPUtime=0 cores=0,2,4,6
/proc/20968/task/20999/stat : 20999 (python) S 20959 20959 19964 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 617279485 319803392 11471 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453985333312 0 0 -1 0 0 0 0
[pid=20971] ppid=20959 vsize=322564 CPUtime=1.61 cores=0,2,4,6
/proc/20971/stat : 20971 (python) S 20959 20959 19964 0 -1 4202560 994 0 0 0 90 71 0 0 18 0 1 0 617230598 330305536 11444 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 2 0 0 0
/proc/20971/statm: 80641 11444 370 364 0 16553 0
[pid=20973] ppid=20971 vsize=49864 CPUtime=1199.81 cores=0,2,4,6
/proc/20973/stat : 20973 (lingeling) R 20971 20973 20973 0 -1 4202496 56201 0 0 0 119973 8 0 0 25 0 1 0 617230598 51060736 11636 33554432000 4194304 4352236 140736519053712 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20973/statm: 12466 11636 129 39 0 11546 0
[pid=20974] ppid=20959 vsize=332820 CPUtime=1.67 cores=0,2,4,6
/proc/20974/stat : 20974 (python) S 20959 20959 19964 0 -1 4202560 995 0 0 0 91 76 0 0 18 0 1 0 617230600 340807680 11448 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600387 0 0 17 0 0 0 0
/proc/20974/statm: 83205 11448 370 364 0 19114 0
[pid=20976] ppid=20974 vsize=55100 CPUtime=1194.73 cores=0,2,4,6
/proc/20976/stat : 20976 (lingeling) R 20974 20976 20976 0 -1 4202496 60453 0 0 0 119460 13 0 0 25 0 1 0 617230601 56422400 12945 33554432000 4194304 4352236 140734906149776 18446744073709551615 4328406 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20976/statm: 13775 12945 129 39 0 12855 0
[pid=20982] ppid=20959 vsize=343076 CPUtime=1.52 cores=0,2,4,6
/proc/20982/stat : 20982 (python) S 20959 20959 19964 0 -1 4202560 1014 0 0 0 89 63 0 0 15 0 1 0 617240509 351309824 11453 33554432000 4194304 5683644 140735397781568 18446744073709551615 251367566918 0 0 16781312 514 13586111030567600388 0 0 17 2 0 0 0
/proc/20982/statm: 85769 11453 371 364 0 21675 0
[pid=20984] ppid=20982 vsize=583232 CPUtime=1098.35 cores=0,2,4,6
/proc/20984/stat : 20984 (cryptominisat-2) R 20982 20984 20984 0 -1 4202496 507612 0 0 0 109696 139 0 0 25 0 1 0 617240509 597229568 113018 33554432000 4194304 4677096 140733901783696 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20984/statm: 145808 113018 393 118 0 140767 0
[pid=21010] ppid=20959 vsize=353332 CPUtime=0.57 cores=0,2,4,6
/proc/21010/stat : 21010 (python) S 20959 20959 19964 0 -1 4202560 1164 0 0 0 30 27 0 0 19 0 2 0 617299315 361811968 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21010/statm: 88333 11486 399 364 0 24236 0
[pid=21012] ppid=21010 vsize=57024 CPUtime=393.89 cores=0,2,4,6
/proc/21012/stat : 21012 (precosat) T 21010 21012 21012 0 -1 4202496 17813 0 0 0 39386 3 0 0 25 0 1 0 617299315 58392576 13546 33554432000 4194304 4890832 140737280552320 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/21012/statm: 14256 13546 86 171 0 14083 0
[pid=21010/tid=21024] ppid=20959 vsize=353332 CPUtime=0 cores=0,2,4,6
/proc/21010/task/21024/stat : 21024 (python) S 20959 20959 19964 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617338766 361811968 11486 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 514 18446604453858715776 0 0 -1 4 0 0 0
[pid=20959/tid=20966] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20966/stat : 20966 (python) S 20957 20959 19964 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 7 0 617230593 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20969] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20969/stat : 20969 (python) S 20957 20959 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 7 0 617230596 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20972] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20972/stat : 20972 (python) S 20957 20959 19964 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 7 0 617230598 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 2 0 0 0
[pid=20959/tid=20975] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20975/stat : 20975 (python) S 20957 20959 19964 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 7 0 617230601 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=20983] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/20983/stat : 20983 (python) S 20957 20959 19964 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 7 0 617240509 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
[pid=20959/tid=21011] ppid=20957 vsize=363576 CPUtime=0 cores=0,2,4,6
/proc/20959/task/21011/stat : 21011 (python) S 20957 20959 19964 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 7 0 617299315 372301824 12976 33554432000 4194304 5683644 140735397781568 18446744073709551615 251379370417 0 0 16781312 2 18446604444233791552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 3469684

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20959 and gives
#  childrusage.ru_utime.tv_sec=2404
#  childrusage.ru_utime.tv_usec=77524
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=316495
# CPU time returned by wait4() is 2407.39
# while last known CPU time is 4800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1206.75
CPU time (s): 4800.09
CPU user time (s): 4794.72
CPU system time (s): 5.37
CPU usage (%): 397.769
Max. virtual memory (cumulated for all children) (KiB): 3489272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2404.08
system time used= 3.31649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148611
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= 8546
involuntary context switches= 14146

runsolver used 2.22066 second user time and 5.46717 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 19:13:13
IDJOB=3317898
IDBENCH=83127
IDSOLVER=1706
FILE ID=node113/3317898-1304269993
RUNJOBID= node113-1304267292-19982
PBS_JOBID= 13173966
Free space on /tmp= 72400 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.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-3317898-1304269993/watcher-3317898-1304269993 -o /tmp/evaluation-result-3317898-1304269993/solver-3317898-1304269993 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317898-1304269993.cnf -seed 1718602471 -budget 4800 -cores 4

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1718602471

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22834972 kB
Buffers:        805288 kB
Cached:        2808924 kB
SwapCached:         12 kB
Active:        6357432 kB
Inactive:      3232048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22834972 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           34396 kB
Writeback:           0 kB
AnonPages:     5974796 kB
Mapped:          22860 kB
Slab:           445604 kB
PageTables:      21448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7272536 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= 72360 MiB
End job on node113 at 2011-05-01 19:33:22