Trace number 3317885

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.37 1216.55

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.65	c INFO: solving HOME/instance-3317885-1304267407.cnf
0.34/0.65	c INFO: computing task features
1.13/1.44	c INFO: computed variable-clause graph statistics
1.13/1.48	c INFO: computed clause balance statistics
5.43/5.71	c INFO: computed variable balance statistics
8.63/8.91	c INFO: computed small-clause counts
8.63/8.95	c INFO: computed Horn-clause counts
19.03/19.32	c INFO: computed variable graph statistics
19.03/19.32	c INFO: collected features for HOME/instance-3317885-1304267407.cnf in 18.64 s
19.03/19.35	c INFO: running lingeling-276@0 for 97 with 4781 remaining (b = 0.40)
19.03/19.37	c INFO: running cryptominisat-2.9.0@0 for 485 with 4781 remaining (b = 0.35)
19.11/19.40	c INFO: running lingeling-276@0 for 1261 with 4781 remaining (b = 0.48)
19.11/19.42	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4781 remaining (b = 0.56)
418.56/119.50	c INFO: running lingeling-276@0 for 97 with 4681 remaining (b = 0.11)
798.81/214.63	c INFO: running lingeling-276@94 for 97 with 4586 remaining (b = 0.11)
1202.71/315.77	c INFO: running lingeling-276@195 for 97 with 4484 remaining (b = 0.11)
1582.57/410.90	c INFO: running precosat-570@0 for 291 with 4389 remaining (b = 0.37)
1981.59/510.73	c INFO: running lingeling-276@0 for 97 with 4289 remaining (b = 0.21)
2381.34/610.88	c INFO: running lingeling-276@290 for 1067 with 4189 remaining (b = 0.28)
2770.32/708.28	c INFO: running cryptominisat-2.9.0@0 for 1552 with 4092 remaining (b = 0.42)
4800.37/1216.53	c INFO: running lingeling-276@99 for 97 with 3584 remaining (b = 0.08)

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-3317885-1304267407/watcher-3317885-1304267407 -o /tmp/evaluation-result-3317885-1304267407/solver-3317885-1304267407 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317885-1304267407.cnf -seed 778475972 -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: 6.24 2.04 0.72 6/189 7048
/proc/meminfo: memFree=29747984/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/7048/stat : 7048 (python) R 7046 7048 6903 0 -1 4202496 736 0 0 0 0 0 0 0 22 0 1 0 538341148 15552512 624 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640859392 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7048/statm: 3846 631 322 364 0 333 0

[startup+0.0837121 s]
/proc/loadavg: 6.24 2.04 0.72 6/189 7048
/proc/meminfo: memFree=29747984/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=54532 CPUtime=0.05 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 2071 0 0 0 4 1 0 0 22 0 1 0 538341148 55840768 1827 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7048/statm: 13633 1827 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.100701 s]
/proc/loadavg: 6.24 2.04 0.72 6/189 7048
/proc/meminfo: memFree=29747984/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=93956 CPUtime=0.05 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 2695 0 0 0 4 1 0 0 22 0 1 0 538341148 96210944 2406 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7048/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.300661 s]
/proc/loadavg: 6.24 2.04 0.72 6/189 7048
/proc/meminfo: memFree=29747984/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=135744 CPUtime=0.18 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 5960 934 1 0 13 5 0 0 17 0 1 0 538341148 139001856 4149 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7048/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.705628 s]
/proc/loadavg: 6.24 2.04 0.72 6/189 7048
/proc/meminfo: memFree=29747984/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=285568 CPUtime=0.43 cores=0,2,4,6
/proc/7048/stat : 7048 (python) R 7046 7048 6903 0 -1 4202496 11030 934 1 0 33 10 0 0 16 0 1 0 538341148 292421632 8712 33554432000 4194304 5683644 140733818187952 18446744073709551615 4539162 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7048/statm: 71392 8712 1761 364 0 7316 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285568

[startup+1.50046 s]
/proc/loadavg: 6.14 2.08 0.74 6/190 7053
/proc/meminfo: memFree=29699492/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=329724 CPUtime=1.23 cores=0,2,4,6
/proc/7048/stat : 7048 (python) R 7046 7048 6903 0 -1 4202496 30979 934 1 0 110 13 0 0 17 0 1 0 538341148 337637376 19816 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640518232 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7048/statm: 82431 19816 1826 364 0 18355 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 329724

[startup+3.10017 s]
/proc/loadavg: 6.14 2.08 0.74 6/190 7053
/proc/meminfo: memFree=29674532/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=329724 CPUtime=2.83 cores=0,2,4,6
/proc/7048/stat : 7048 (python) R 7046 7048 6903 0 -1 4202496 30979 934 1 0 270 13 0 0 19 0 1 0 538341148 337637376 19816 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640526830 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7048/statm: 82431 19816 1826 364 0 18355 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 329724

[startup+6.3006 s]
/proc/loadavg: 6.14 2.08 0.74 6/190 7053
/proc/meminfo: memFree=29675036/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=329724 CPUtime=6.03 cores=0,2,4,6
/proc/7048/stat : 7048 (python) R 7046 7048 6903 0 -1 4202496 30980 934 1 0 590 13 0 0 25 0 1 0 538341148 337637376 19817 33554432000 4194304 5683644 140733818187952 18446744073709551615 47082595417121 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7048/statm: 82431 19817 1827 364 0 18355 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 329724

[startup+12.7004 s]
/proc/loadavg: 5.97 2.18 0.78 6/190 7053
/proc/meminfo: memFree=29673688/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=331884 CPUtime=12.43 cores=0,2,4,6
/proc/7048/stat : 7048 (python) R 7046 7048 6903 0 -1 4202496 31526 934 1 0 1230 13 0 0 25 0 1 0 538341148 339849216 20363 33554432000 4194304 5683644 140733818187952 18446744073709551615 47082592655500 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7048/statm: 82971 20363 1833 364 0 18895 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 331884

[startup+25.5011 s]
/proc/loadavg: 6.06 2.32 0.84 9/202 7066
/proc/meminfo: memFree=28854060/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=368680 CPUtime=19.15 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 34190 934 1 0 1901 14 0 0 25 0 5 0 538341148 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7048/statm: 92170 19367 1881 364 0 28079 0
[pid=7055] ppid=7048 vsize=327668 CPUtime=0 cores=0,2,4,6
/proc/7055/stat : 7055 (python) S 7048 7048 6903 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 538343084 335532032 17851 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879631 0 0 16781312 514 4176759904704364804 0 0 17 2 0 0 0
/proc/7055/statm: 81917 17851 381 364 0 17835 0
[pid=7057] ppid=7055 vsize=47628 CPUtime=6.1 cores=0,2,4,6
/proc/7057/stat : 7057 (lingeling) R 7055 7057 7057 0 -1 4202496 18944 0 0 0 608 2 0 0 25 0 1 0 538343084 48771072 11107 33554432000 4194304 4352236 140735205095440 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7057/statm: 11907 11107 127 39 0 10987 0
[pid=7058] ppid=7048 vsize=337924 CPUtime=0 cores=0,2,4,6
/proc/7058/stat : 7058 (python) S 7048 7048 6903 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 538343086 346034176 17844 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4330324845465141508 0 0 17 4 0 0 0
/proc/7058/statm: 84481 17844 370 364 0 20396 0
[pid=7060] ppid=7058 vsize=491156 CPUtime=6.11 cores=0,2,4,6
/proc/7060/stat : 7060 (cryptominisat-2) R 7058 7060 7060 0 -1 4202496 97786 0 0 0 601 10 0 0 25 0 1 0 538343087 502943744 95324 33554432000 4194304 4677096 140736412228144 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7060/statm: 122789 95324 361 118 0 117748 0
[pid=7061] ppid=7048 vsize=348180 CPUtime=0 cores=0,2,4,6
/proc/7061/stat : 7061 (python) S 7048 7048 6903 0 -1 4202560 922 0 0 0 0 0 0 0 18 0 1 0 538343089 356536320 17847 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4417776152047747332 0 0 17 0 0 0 0
/proc/7061/statm: 87045 17847 369 364 0 22957 0
[pid=7063] ppid=7061 vsize=47564 CPUtime=6.08 cores=0,2,4,6
/proc/7063/stat : 7063 (lingeling) R 7061 7063 7063 0 -1 4202496 18983 0 0 0 606 2 0 0 25 0 1 0 538343089 48705536 11091 33554432000 4194304 4352236 140733739963872 18446744073709551615 4267867 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7063/statm: 11891 11091 127 39 0 10971 0
[pid=7064] ppid=7048 vsize=358436 CPUtime=0 cores=0,2,4,6
/proc/7064/stat : 7064 (python) S 7048 7048 6903 0 -1 4202560 940 0 0 0 0 0 0 0 18 0 1 0 538343091 367038464 17852 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4281370189750042884 0 0 17 4 0 0 0
/proc/7064/statm: 89609 17852 370 364 0 25518 0
[pid=7066] ppid=7064 vsize=486900 CPUtime=6.04 cores=0,2,4,6
/proc/7066/stat : 7066 (cryptominisat-2) R 7064 7066 7066 0 -1 4202496 96831 0 0 0 595 9 0 0 25 0 1 0 538343091 498585600 94370 33554432000 4194304 4677096 140734799693360 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7066/statm: 121725 94370 361 118 0 116684 0
[pid=7048/tid=7056] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7056/stat : 7056 (python) S 7046 7048 6903 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 538343084 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 6 0 0 0
[pid=7048/tid=7059] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7059/stat : 7059 (python) S 7046 7048 6903 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538343086 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7062] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7062/stat : 7062 (python) S 7046 7048 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538343089 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 0 0 0 0
[pid=7048/tid=7065] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7065/stat : 7065 (python) S 7046 7048 6903 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 538343091 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.48
Current children cumulated vsize (KiB) 2814136

[startup+51.1014 s]
/proc/loadavg: 6.72 2.78 1.03 9/202 7067
/proc/meminfo: memFree=28411408/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=368680 CPUtime=19.15 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 34190 934 1 0 1901 14 0 0 25 0 5 0 538341148 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7048/statm: 92170 19367 1881 364 0 28079 0
[pid=7055] ppid=7048 vsize=327668 CPUtime=0.03 cores=0,2,4,6
/proc/7055/stat : 7055 (python) S 7048 7048 6903 0 -1 4202560 985 0 0 0 2 1 0 0 18 0 1 0 538343084 335532032 17851 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879631 0 0 16781312 514 4768291658594746628 0 0 17 2 0 0 0
/proc/7055/statm: 81917 17851 381 364 0 17835 0
[pid=7057] ppid=7055 vsize=40060 CPUtime=31.56 cores=0,2,4,6
/proc/7057/stat : 7057 (lingeling) R 7055 7057 7057 0 -1 4202496 22863 0 0 0 3153 3 0 0 25 0 1 0 538343084 41021440 9185 33554432000 4194304 4352236 140735205095440 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7057/statm: 10015 9185 129 39 0 9095 0
[pid=7058] ppid=7048 vsize=337924 CPUtime=0.03 cores=0,2,4,6
/proc/7058/stat : 7058 (python) S 7048 7048 6903 0 -1 4202560 922 0 0 0 2 1 0 0 15 0 1 0 538343086 346034176 17844 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 3099342963088523524 0 0 17 4 0 0 0
/proc/7058/statm: 84481 17844 370 364 0 20396 0
[pid=7060] ppid=7058 vsize=732784 CPUtime=31.67 cores=0,2,4,6
/proc/7060/stat : 7060 (cryptominisat-2) R 7058 7060 7060 0 -1 4202496 151181 0 0 0 3151 16 0 0 25 0 1 0 538343087 750370816 146341 33554432000 4194304 4677096 140736412228144 18446744073709551615 4335347 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7060/statm: 183196 146341 392 118 0 178155 0
[pid=7061] ppid=7048 vsize=348180 CPUtime=0.03 cores=0,2,4,6
/proc/7061/stat : 7061 (python) S 7048 7048 6903 0 -1 4202560 935 0 0 0 2 1 0 0 18 0 1 0 538343089 356536320 17848 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4768291658594746628 0 0 17 0 0 0 0
/proc/7061/statm: 87045 17848 370 364 0 22957 0
[pid=7063] ppid=7061 vsize=39928 CPUtime=31.64 cores=0,2,4,6
/proc/7063/stat : 7063 (lingeling) R 7061 7063 7063 0 -1 4202496 22881 0 0 0 3162 2 0 0 25 0 1 0 538343089 40886272 9152 33554432000 4194304 4352236 140733739963872 18446744073709551615 4242144 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7063/statm: 9982 9152 129 39 0 9062 0
[pid=7064] ppid=7048 vsize=358436 CPUtime=0.04 cores=0,2,4,6
/proc/7064/stat : 7064 (python) S 7048 7048 6903 0 -1 4202560 954 0 0 0 2 2 0 0 15 0 1 0 538343091 367038464 17852 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4768291658594746628 0 0 17 4 0 0 0
/proc/7064/statm: 89609 17852 370 364 0 25518 0
[pid=7066] ppid=7064 vsize=727284 CPUtime=31.58 cores=0,2,4,6
/proc/7066/stat : 7066 (cryptominisat-2) R 7064 7066 7066 0 -1 4202496 150204 0 0 0 3141 17 0 0 25 0 1 0 538343091 744738816 145271 33554432000 4194304 4677096 140734799693360 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7066/statm: 181821 145271 391 118 0 176780 0
[pid=7048/tid=7056] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7056/stat : 7056 (python) S 7046 7048 6903 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 538343084 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 6 0 0 0
[pid=7048/tid=7059] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7059/stat : 7059 (python) S 7046 7048 6903 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538343086 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7062] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7062/stat : 7062 (python) S 7046 7048 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 538343089 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 0 0 0 0
[pid=7048/tid=7065] ppid=7046 vsize=368680 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7065/stat : 7065 (python) S 7046 7048 6903 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 538343091 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145.73
Current children cumulated vsize (KiB) 3280944

[startup+102.307 s]
/proc/loadavg: 7.55 3.67 1.44 9/203 7069
/proc/meminfo: memFree=28261228/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=368680 CPUtime=19.15 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 34190 934 1 0 1901 14 0 0 25 0 5 0 538341148 377528320 19367 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7048/statm: 92170 19367 1881 364 0 28079 0
[pid=7055] ppid=7048 vsize=327668 CPUtime=0.11 cores=0,2,4,6
/proc/7055/stat : 7055 (python) S 7048 7048 6903 0 -1 4202560 1009 0 0 0 7 4 0 0 18 0 1 0 538343084 335532032 17851 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879631 0 0 16781312 514 4768291658594746628 0 0 17 2 0 0 0
/proc/7055/statm: 81917 17851 381 364 0 17835 0
[pid=7057] ppid=7055 vsize=40180 CPUtime=82.48 cores=0,2,4,6
/proc/7057/stat : 7057 (lingeling) R 7055 7057 7057 0 -1 4202496 23375 0 0 0 8245 3 0 0 25 0 1 0 538343084 41144320 9215 33554432000 4194304 4352236 140735205095440 18446744073709551615 4277885 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7057/statm: 10045 9215 129 39 0 9125 0
[pid=7058] ppid=7048 vsize=337924 CPUtime=0.12 cores=0,2,4,6
/proc/7058/stat : 7058 (python) S 7048 7048 6903 0 -1 4202560 944 0 0 0 6 6 0 0 15 0 1 0 538343086 346034176 17844 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 3099342963088523524 0 0 17 4 0 0 0
/proc/7058/statm: 84481 17844 370 364 0 20396 0
[pid=7060] ppid=7058 vsize=808096 CPUtime=82.81 cores=0,2,4,6
/proc/7060/stat : 7060 (cryptominisat-2) R 7058 7060 7060 0 -1 4202496 180280 0 0 0 8259 22 0 0 25 0 1 0 538343087 827490304 165614 33554432000 4194304 4677096 140736412228144 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7060/statm: 202024 165614 392 118 0 196983 0

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

/proc/7092/statm: 10100 9269 129 39 0 9180 0
[pid=7090/tid=7103] ppid=7048 vsize=378948 CPUtime=0 cores=0,2,4,6
/proc/7090/task/7103/stat : 7103 (python) S 7048 7048 6903 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538402235 388042752 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453921919168 0 0 -1 4 0 0 0
[pid=7048/tid=7056] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7056/stat : 7056 (python) S 7046 7048 6903 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 7 0 538343084 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 6 0 0 0
[pid=7048/tid=7059] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7059/stat : 7059 (python) S 7046 7048 6903 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 7 0 538343086 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7062] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7062/stat : 7062 (python) S 7046 7048 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 7 0 538343089 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 0 0 0 0
[pid=7048/tid=7065] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7065/stat : 7065 (python) S 7046 7048 6903 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 7 0 538343091 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7080] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7080/stat : 7080 (python) S 7046 7048 6903 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538382239 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7091] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7091/stat : 7091 (python) S 7046 7048 6903 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538392222 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4663.74
Current children cumulated vsize (KiB) 4958052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1216.5 s]
/proc/loadavg: 6.31 7.50 5.91 6/202 7156
/proc/meminfo: memFree=27495352/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=389192 CPUtime=19.3 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 36498 934 1 0 1916 14 0 0 18 0 7 0 538341148 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7048/statm: 97298 19380 1886 364 0 33201 0
[pid=7055] ppid=7048 vsize=337912 CPUtime=1.32 cores=0,2,4,6
/proc/7055/stat : 7055 (python) S 7048 7048 6903 0 -1 4202560 1208 0 0 0 80 52 0 0 18 0 2 0 538343084 346021888 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7055/statm: 84478 17890 415 364 0 20396 0
[pid=7057] ppid=7055 vsize=55644 CPUtime=992.3 cores=0,2,4,6
/proc/7057/stat : 7057 (lingeling) R 7055 7057 7057 0 -1 4202496 47979 0 0 0 99224 6 0 0 25 0 1 0 538343084 56979456 13081 33554432000 4194304 4352236 140735205095440 18446744073709551615 4281230 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7057/statm: 13911 13081 129 39 0 12991 0
[pid=7055/tid=7070] ppid=7048 vsize=337912 CPUtime=0 cores=0,2,4,6
/proc/7055/task/7070/stat : 7070 (python) S 7048 7048 6903 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538353096 346021888 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453885170944 0 0 -1 2 0 0 0
[pid=7058] ppid=7048 vsize=337924 CPUtime=1.42 cores=0,2,4,6
/proc/7058/stat : 7058 (python) S 7048 7048 6903 0 -1 4202560 1173 0 0 0 80 62 0 0 15 0 2 0 538343086 346034176 17875 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7058/statm: 84481 17875 400 364 0 20396 0
[pid=7060] ppid=7058 vsize=1043968 CPUtime=998.39 cores=0,2,4,6
/proc/7060/stat : 7060 (cryptominisat-2) R 7058 7060 7060 0 -1 4202496 553758 0 0 0 99716 123 0 0 25 0 1 0 538343087 1069023232 201383 33554432000 4194304 4677096 140736412228144 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7060/statm: 260992 201383 392 118 0 255951 0
[pid=7058/tid=7089] ppid=7048 vsize=337924 CPUtime=0 cores=0,2,4,6
/proc/7058/task/7089/stat : 7089 (python) S 7048 7048 6903 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538392220 346034176 17875 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453920925568 0 0 -1 4 0 0 0
[pid=7061] ppid=7048 vsize=348180 CPUtime=1.58 cores=0,2,4,6
/proc/7061/stat : 7061 (python) S 7048 7048 6903 0 -1 4202560 994 0 0 0 93 65 0 0 18 0 1 0 538343089 356536320 17848 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4768291658594746628 0 0 17 0 0 0 0
/proc/7061/statm: 87045 17848 370 364 0 22957 0
[pid=7063] ppid=7061 vsize=61300 CPUtime=1195.54 cores=0,2,4,6
/proc/7063/stat : 7063 (lingeling) R 7061 7063 7063 0 -1 4202496 53348 0 0 0 119544 10 0 0 25 0 1 0 538343089 62771200 14495 33554432000 4194304 4352236 140733739963872 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7063/statm: 15325 14495 129 39 0 14405 0
[pid=7064] ppid=7048 vsize=358436 CPUtime=1.68 cores=0,2,4,6
/proc/7064/stat : 7064 (python) S 7048 7048 6903 0 -1 4202560 1029 0 0 0 93 75 0 0 15 0 1 0 538343091 367038464 17853 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 3033227129887097092 0 0 17 4 0 0 0
/proc/7064/statm: 89609 17853 371 364 0 25518 0
[pid=7066] ppid=7064 vsize=1173436 CPUtime=1193.35 cores=0,2,4,6
/proc/7066/stat : 7066 (cryptominisat-2) R 7064 7066 7066 0 -1 4202496 661638 0 0 0 119188 147 0 0 25 0 1 0 538343091 1201598464 233120 33554432000 4194304 4677096 140734799693360 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7066/statm: 293359 233120 392 118 0 288318 0
[pid=7079] ppid=7048 vsize=368692 CPUtime=0.4 cores=0,2,4,6
/proc/7079/stat : 7079 (python) S 7048 7048 6903 0 -1 4202560 1157 0 0 0 23 17 0 0 19 0 2 0 538382239 377540608 17886 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7079/statm: 92173 17886 399 364 0 28079 0
[pid=7081] ppid=7079 vsize=125632 CPUtime=295.13 cores=0,2,4,6
/proc/7081/stat : 7081 (precosat) T 7079 7081 7081 0 -1 4202496 36474 0 0 0 29509 4 0 0 25 0 1 0 538382239 128647168 30131 33554432000 4194304 4890832 140734760183184 18446744073709551615 4291611 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/7081/statm: 31408 30131 86 171 0 31235 0
[pid=7079/tid=7108] ppid=7048 vsize=368692 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7108/stat : 7108 (python) S 7048 7048 6903 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538411975 377540608 17886 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453896244160 0 0 -1 6 0 0 0
[pid=7090] ppid=7048 vsize=378948 CPUtime=0.13 cores=0,2,4,6
/proc/7090/stat : 7090 (python) S 7048 7048 6903 0 -1 4202560 1129 0 0 0 7 6 0 0 19 0 2 0 538392222 388042752 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7090/statm: 94737 17890 399 364 0 30640 0
[pid=7092] ppid=7090 vsize=40400 CPUtime=99.83 cores=0,2,4,6
/proc/7092/stat : 7092 (lingeling) T 7090 7092 7092 0 -1 4202496 23455 0 0 0 9980 3 0 0 25 0 1 0 538392223 41369600 9269 33554432000 4194304 4352236 140733214909152 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/7092/statm: 10100 9269 129 39 0 9180 0
[pid=7090/tid=7103] ppid=7048 vsize=378948 CPUtime=0 cores=0,2,4,6
/proc/7090/task/7103/stat : 7103 (python) S 7048 7048 6903 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538402235 388042752 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453921919168 0 0 -1 4 0 0 0
[pid=7048/tid=7056] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7056/stat : 7056 (python) S 7046 7048 6903 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 7 0 538343084 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 6 0 0 0
[pid=7048/tid=7059] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7059/stat : 7059 (python) S 7046 7048 6903 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 7 0 538343086 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7062] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7062/stat : 7062 (python) S 7046 7048 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 7 0 538343089 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 0 0 0 0
[pid=7048/tid=7065] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7065/stat : 7065 (python) S 7046 7048 6903 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 7 0 538343091 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7080] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7080/stat : 7080 (python) S 7046 7048 6903 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538382239 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7091] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7091/stat : 7091 (python) S 7046 7048 6903 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538392222 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 5019664

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

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

[startup+1216.5 s]
/proc/loadavg: 6.31 7.50 5.91 6/202 7156
/proc/meminfo: memFree=27495352/32951124 swapFree=67111364/67111528
[pid=7048] ppid=7046 vsize=389192 CPUtime=19.3 cores=0,2,4,6
/proc/7048/stat : 7048 (python) S 7046 7048 6903 0 -1 4202496 36498 934 1 0 1916 14 0 0 18 0 7 0 538341148 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7048/statm: 97298 19380 1886 364 0 33201 0
[pid=7055] ppid=7048 vsize=337912 CPUtime=1.32 cores=0,2,4,6
/proc/7055/stat : 7055 (python) S 7048 7048 6903 0 -1 4202560 1208 0 0 0 80 52 0 0 18 0 2 0 538343084 346021888 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7055/statm: 84478 17890 415 364 0 20396 0
[pid=7057] ppid=7055 vsize=55644 CPUtime=992.3 cores=0,2,4,6
/proc/7057/stat : 7057 (lingeling) R 7055 7057 7057 0 -1 4202496 47979 0 0 0 99224 6 0 0 25 0 1 0 538343084 56979456 13081 33554432000 4194304 4352236 140735205095440 18446744073709551615 4281230 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7057/statm: 13911 13081 129 39 0 12991 0
[pid=7055/tid=7070] ppid=7048 vsize=337912 CPUtime=0 cores=0,2,4,6
/proc/7055/task/7070/stat : 7070 (python) S 7048 7048 6903 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538353096 346021888 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453885170944 0 0 -1 2 0 0 0
[pid=7058] ppid=7048 vsize=337924 CPUtime=1.42 cores=0,2,4,6
/proc/7058/stat : 7058 (python) S 7048 7048 6903 0 -1 4202560 1173 0 0 0 80 62 0 0 15 0 2 0 538343086 346034176 17875 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7058/statm: 84481 17875 400 364 0 20396 0
[pid=7060] ppid=7058 vsize=1043968 CPUtime=998.39 cores=0,2,4,6
/proc/7060/stat : 7060 (cryptominisat-2) R 7058 7060 7060 0 -1 4202496 553758 0 0 0 99716 123 0 0 25 0 1 0 538343087 1069023232 201383 33554432000 4194304 4677096 140736412228144 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7060/statm: 260992 201383 392 118 0 255951 0
[pid=7058/tid=7089] ppid=7048 vsize=337924 CPUtime=0 cores=0,2,4,6
/proc/7058/task/7089/stat : 7089 (python) S 7048 7048 6903 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538392220 346034176 17875 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453920925568 0 0 -1 4 0 0 0
[pid=7061] ppid=7048 vsize=348180 CPUtime=1.58 cores=0,2,4,6
/proc/7061/stat : 7061 (python) S 7048 7048 6903 0 -1 4202560 994 0 0 0 93 65 0 0 18 0 1 0 538343089 356536320 17848 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 4768291658594746628 0 0 17 0 0 0 0
/proc/7061/statm: 87045 17848 370 364 0 22957 0
[pid=7063] ppid=7061 vsize=61300 CPUtime=1195.54 cores=0,2,4,6
/proc/7063/stat : 7063 (lingeling) R 7061 7063 7063 0 -1 4202496 53348 0 0 0 119544 10 0 0 25 0 1 0 538343089 62771200 14495 33554432000 4194304 4352236 140733739963872 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7063/statm: 15325 14495 129 39 0 14405 0
[pid=7064] ppid=7048 vsize=358436 CPUtime=1.68 cores=0,2,4,6
/proc/7064/stat : 7064 (python) S 7048 7048 6903 0 -1 4202560 1029 0 0 0 93 75 0 0 15 0 1 0 538343091 367038464 17853 33554432000 4194304 5683644 140733818187952 18446744073709551615 253640879686 0 0 16781312 514 3033227129887097092 0 0 17 4 0 0 0
/proc/7064/statm: 89609 17853 371 364 0 25518 0
[pid=7066] ppid=7064 vsize=1173436 CPUtime=1193.35 cores=0,2,4,6
/proc/7066/stat : 7066 (cryptominisat-2) R 7064 7066 7066 0 -1 4202496 661638 0 0 0 119188 147 0 0 25 0 1 0 538343091 1201598464 233120 33554432000 4194304 4677096 140734799693360 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7066/statm: 293359 233120 392 118 0 288318 0
[pid=7079] ppid=7048 vsize=368692 CPUtime=0.4 cores=0,2,4,6
/proc/7079/stat : 7079 (python) S 7048 7048 6903 0 -1 4202560 1157 0 0 0 23 17 0 0 19 0 2 0 538382239 377540608 17886 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7079/statm: 92173 17886 399 364 0 28079 0
[pid=7081] ppid=7079 vsize=125632 CPUtime=295.13 cores=0,2,4,6
/proc/7081/stat : 7081 (precosat) T 7079 7081 7081 0 -1 4202496 36474 0 0 0 29509 4 0 0 25 0 1 0 538382239 128647168 30131 33554432000 4194304 4890832 140734760183184 18446744073709551615 4291611 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/7081/statm: 31408 30131 86 171 0 31235 0
[pid=7079/tid=7108] ppid=7048 vsize=368692 CPUtime=0 cores=0,2,4,6
/proc/7079/task/7108/stat : 7108 (python) S 7048 7048 6903 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538411975 377540608 17886 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453896244160 0 0 -1 6 0 0 0
[pid=7090] ppid=7048 vsize=378948 CPUtime=0.13 cores=0,2,4,6
/proc/7090/stat : 7090 (python) S 7048 7048 6903 0 -1 4202560 1129 0 0 0 7 6 0 0 19 0 2 0 538392222 388042752 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7090/statm: 94737 17890 399 364 0 30640 0
[pid=7092] ppid=7090 vsize=40400 CPUtime=99.83 cores=0,2,4,6
/proc/7092/stat : 7092 (lingeling) T 7090 7092 7092 0 -1 4202496 23455 0 0 0 9980 3 0 0 25 0 1 0 538392223 41369600 9269 33554432000 4194304 4352236 140733214909152 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/7092/statm: 10100 9269 129 39 0 9180 0
[pid=7090/tid=7103] ppid=7048 vsize=378948 CPUtime=0 cores=0,2,4,6
/proc/7090/task/7103/stat : 7103 (python) S 7048 7048 6903 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538402235 388042752 17890 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 514 18446604453921919168 0 0 -1 4 0 0 0
[pid=7048/tid=7056] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7056/stat : 7056 (python) S 7046 7048 6903 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 7 0 538343084 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 6 0 0 0
[pid=7048/tid=7059] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7059/stat : 7059 (python) S 7046 7048 6903 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 7 0 538343086 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7062] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7062/stat : 7062 (python) S 7046 7048 6903 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 7 0 538343089 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 0 0 0 0
[pid=7048/tid=7065] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7065/stat : 7065 (python) S 7046 7048 6903 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 7 0 538343091 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7080] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7080/stat : 7080 (python) S 7046 7048 6903 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538382239 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
[pid=7048/tid=7091] ppid=7046 vsize=389192 CPUtime=0 cores=0,2,4,6
/proc/7048/task/7091/stat : 7091 (python) S 7046 7048 6903 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 7 0 538392222 398532608 19380 33554432000 4194304 5683644 140733818187952 18446744073709551615 253652683185 0 0 16781312 2 18446604453938113536 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 5019664

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7048 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=181084
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 19.3371
# while last known CPU time is 4800.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1216.55
CPU time (s): 4800.37
CPU user time (s): 4794.53
CPU system time (s): 5.84
CPU usage (%): 394.587
Max. virtual memory (cumulated for all children) (KiB): 5199748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1811
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37447
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= 2749
involuntary context switches= 219

runsolver used 2.12568 second user time and 5.10622 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-01 18:30:07
IDJOB=3317885
IDBENCH=70797
IDSOLVER=1706
FILE ID=node106/3317885-1304267407
RUNJOBID= node106-1304267295-6921
PBS_JOBID= 13173972
Free space on /tmp= 72956 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.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-3317885-1304267407/watcher-3317885-1304267407 -o /tmp/evaluation-result-3317885-1304267407/solver-3317885-1304267407 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317885-1304267407.cnf -seed 778475972 -budget 4800 -cores 4

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=778475972

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.830
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.82
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.830
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.830
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.830
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.75
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29748264 kB
Buffers:        296324 kB
Cached:        2545696 kB
SwapCached:         88 kB
Active:        1258180 kB
Inactive:      1722620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29748264 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           36464 kB
Writeback:           0 kB
AnonPages:      138364 kB
Mapped:          21156 kB
Slab:           154624 kB
PageTables:       7752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   497156 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= 72912 MiB
End job on node106 at 2011-05-01 18:50:26