Trace number 3317806

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.1 1209.74

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.43/2.91	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/2.91	c INFO: solving HOME/instance-3317806-1307741580.cnf
0.43/2.91	c INFO: computing task features
0.91/3.40	c INFO: computed variable-clause graph statistics
0.91/3.42	c INFO: computed clause balance statistics
3.41/5.91	c INFO: computed variable balance statistics
5.22/7.73	c INFO: computed small-clause counts
5.22/7.75	c INFO: computed Horn-clause counts
6.91/9.50	c INFO: computed variable graph statistics
6.91/9.50	c INFO: collected features for HOME/instance-3317806-1307741580.cnf in 6.56 s
7.01/9.55	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.31)
7.01/9.57	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.31)
7.01/9.59	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.46)
7.08/9.62	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.40)
406.86/109.71	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4693 remaining (b = 0.48)
1960.55/498.73	c INFO: running lingeling-276@0 for 1164 with 4304 remaining (b = 0.31)
4800.10/1209.72	c INFO: running SApperloT@0 for 97 with 3593 remaining (b = 0.15)

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.1 (svn: 988)

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-3317806-1307741580/watcher-3317806-1307741580 -o /tmp/evaluation-result-3317806-1307741580/solver-3317806-1307741580 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317806-1307741580.cnf -seed 1847198014 -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: 0.16 0.03 0.01 2/177 13289
/proc/meminfo: memFree=30980792/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 617 0 0 0 0 0 0 0 23 0 1 0 885756475 15441920 513 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13289/statm: 3770 513 300 364 0 257 0

[startup+0.052672 s]
/proc/loadavg: 0.16 0.03 0.01 2/177 13289
/proc/meminfo: memFree=30980792/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 1122 0 0 0 1 0 0 0 23 0 1 0 885756475 16789504 989 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13289/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100658 s]
/proc/loadavg: 0.16 0.03 0.01 2/177 13289
/proc/meminfo: memFree=30980792/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/13289/stat : 13289 (python) R 13287 13289 13243 0 -1 4202496 1289 0 0 0 2 0 0 0 23 0 1 0 885756475 19337216 1141 33554432000 4194304 5683644 140733390938256 18446744073709551615 4317804 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13289/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.300637 s]
/proc/loadavg: 0.16 0.03 0.01 2/177 13289
/proc/meminfo: memFree=30980792/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=54536 CPUtime=0.05 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 2080 0 0 0 4 1 0 0 17 0 1 0 885756475 55844864 1835 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699953811 0 0 17 4 0 0 0
/proc/13289/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.700641 s]
/proc/loadavg: 0.16 0.03 0.01 2/177 13289
/proc/meminfo: memFree=30980792/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=104228 CPUtime=0.07 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 3067 0 0 0 5 2 0 0 16 0 1 0 885756475 106729472 2748 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699953811 0 0 17 4 0 0 0
/proc/13289/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+1.50043 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 13290
/proc/meminfo: memFree=30966308/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=126800 CPUtime=0.16 cores=0,2,4,6
/proc/13289/stat : 13289 (python) R 13287 13289 13243 0 -1 4202496 5492 936 1 0 12 4 0 0 16 0 1 0 885756475 129843200 4006 33554432000 4194304 5683644 140733390938256 18446744073709551615 5214048 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13289/statm: 31700 4006 1008 364 0 2995 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126800

[startup+3.10115 s]
/proc/loadavg: 0.31 0.07 0.02 1/178 13298
/proc/meminfo: memFree=30956760/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=291788 CPUtime=0.62 cores=0,2,4,6
/proc/13289/stat : 13289 (python) R 13287 13289 13243 0 -1 4202496 12700 936 1 0 48 14 0 0 16 0 1 0 885756475 298790912 10274 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13289/statm: 72947 10274 1761 364 0 8871 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 291788
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 0.31 0.07 0.02 3/178 13298
/proc/meminfo: memFree=30870884/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=310912 CPUtime=3.81 cores=0,2,4,6
/proc/13289/stat : 13289 (python) R 13287 13289 13243 0 -1 4202496 21466 936 1 0 366 15 0 0 20 0 1 0 885756475 318373888 15114 33554432000 4194304 5683644 140733390938256 18446744073709551615 4860448 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13289/statm: 77728 15114 1827 364 0 13652 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 310912
heavy processes:

[startup+12.7013 s]
/proc/loadavg: 1.05 0.23 0.07 9/202 13323
/proc/meminfo: memFree=30630752/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=349404 CPUtime=7.1 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 24186 936 1 0 694 16 0 0 20 0 5 0 885756475 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13289/statm: 87351 14548 1881 364 0 23260 0
[pid=13299] ppid=13289 vsize=308392 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (python) S 13289 13289 13243 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 885757430 315793408 13009 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734095 0 0 16781312 514 4426414740029276420 0 0 17 2 0 0 0
/proc/13299/statm: 77098 13009 358 364 0 13016 0
[pid=13301] ppid=13299 vsize=20908 CPUtime=3.1 cores=0,2,4,6
/proc/13301/stat : 13301 (lingeling) R 13299 13301 13301 0 -1 4202496 6277 0 0 0 309 1 0 0 25 0 1 0 885757431 21409792 4140 33554432000 4194304 4352236 140734422698768 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13301/statm: 5227 4140 127 39 0 4307 0
[pid=13302] ppid=13289 vsize=318648 CPUtime=0 cores=0,2,4,6
/proc/13302/stat : 13302 (python) S 13289 13289 13243 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 885757433 326295552 13002 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 4469519169250885892 0 0 17 6 0 0 0
/proc/13302/statm: 79662 13002 347 364 0 15577 0
[pid=13304] ppid=13302 vsize=128620 CPUtime=3.08 cores=0,2,4,6
/proc/13304/stat : 13304 (cryptominisat-2) R 13302 13304 13304 0 -1 4202496 24405 0 0 0 305 3 0 0 25 0 1 0 885757433 131706880 23150 33554432000 4194304 4677096 140737197816992 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13304/statm: 32155 23150 362 118 0 27114 0
[pid=13305] ppid=13289 vsize=328904 CPUtime=0 cores=0,2,4,6
/proc/13305/stat : 13305 (python) S 13289 13289 13243 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 885757435 336797696 13006 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 4426410891738579204 0 0 17 4 0 0 0
/proc/13305/statm: 82226 13006 347 364 0 18138 0
[pid=13307] ppid=13305 vsize=20908 CPUtime=3.09 cores=0,2,4,6
/proc/13307/stat : 13307 (lingeling) R 13305 13307 13307 0 -1 4202496 6281 0 0 0 309 0 0 0 25 0 1 0 885757436 21409792 4140 33554432000 4194304 4352236 140733367090432 18446744073709551615 4267780 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13307/statm: 5227 4140 127 39 0 4307 0
[pid=13308] ppid=13289 vsize=339160 CPUtime=0 cores=0,2,4,6
/proc/13308/stat : 13308 (python) S 13289 13289 13243 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 885757438 347299840 13010 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 4475506284942033155 0 0 17 6 0 0 0
/proc/13308/statm: 84790 13010 347 364 0 20699 0
[pid=13310] ppid=13308 vsize=20908 CPUtime=3.06 cores=0,2,4,6
/proc/13310/stat : 13310 (lingeling) R 13308 13310 13310 0 -1 4202496 6279 0 0 0 306 0 0 0 25 0 1 0 885757438 21409792 4140 33554432000 4194304 4352236 140735141119632 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13310/statm: 5227 4140 127 39 0 4307 0
[pid=13289/tid=13300] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13300/stat : 13300 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 885757431 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 4 0 0 0
[pid=13289/tid=13303] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13303/stat : 13303 (python) S 13287 13289 13243 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 885757433 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13306] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13306/stat : 13306 (python) S 13287 13289 13243 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 5 0 885757435 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 2 0 0 0
[pid=13289/tid=13309] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13309/stat : 13309 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 885757438 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (KiB) 1835852

[startup+25.501 s]
/proc/loadavg: 2.12 0.48 0.16 9/202 13323
/proc/meminfo: memFree=30431004/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=349404 CPUtime=7.1 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 24186 936 1 0 694 16 0 0 20 0 5 0 885756475 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13289/statm: 87351 14548 1881 364 0 23260 0
[pid=13299] ppid=13289 vsize=308392 CPUtime=0.01 cores=0,2,4,6
/proc/13299/stat : 13299 (python) S 13289 13289 13243 0 -1 4202560 983 0 0 0 0 1 0 0 18 0 1 0 885757430 315793408 13032 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734095 0 0 16781312 514 11440268953427869956 0 0 17 2 0 0 0
/proc/13299/statm: 77098 13032 381 364 0 13016 0
[pid=13301] ppid=13299 vsize=20448 CPUtime=15.8 cores=0,2,4,6
/proc/13301/stat : 13301 (lingeling) R 13299 13301 13301 0 -1 4202496 6634 0 0 0 1579 1 0 0 25 0 1 0 885757431 20938752 4054 33554432000 4194304 4352236 140734422698768 18446744073709551615 4276793 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13301/statm: 5112 4054 129 39 0 4192 0
[pid=13302] ppid=13289 vsize=318648 CPUtime=0.03 cores=0,2,4,6
/proc/13302/stat : 13302 (python) S 13289 13289 13243 0 -1 4202560 915 0 0 0 2 1 0 0 15 0 1 0 885757433 326295552 13025 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 1530647733507948804 0 0 17 4 0 0 0
/proc/13302/statm: 79662 13025 370 364 0 15577 0
[pid=13304] ppid=13302 vsize=182176 CPUtime=15.85 cores=0,2,4,6
/proc/13304/stat : 13304 (cryptominisat-2) R 13302 13304 13304 0 -1 4202496 42437 0 0 0 1580 5 0 0 25 0 1 0 885757433 186548224 33867 33554432000 4194304 4677096 140737197816992 18446744073709551615 4319152 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13304/statm: 45544 33867 393 118 0 40503 0
[pid=13305] ppid=13289 vsize=328904 CPUtime=0.01 cores=0,2,4,6
/proc/13305/stat : 13305 (python) S 13289 13289 13243 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 885757435 336797696 13029 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869956 0 0 17 4 0 0 0
/proc/13305/statm: 82226 13029 370 364 0 18138 0
[pid=13307] ppid=13305 vsize=20864 CPUtime=15.87 cores=0,2,4,6
/proc/13307/stat : 13307 (lingeling) R 13305 13307 13307 0 -1 4202496 6642 0 0 0 1587 0 0 0 25 0 1 0 885757436 21364736 4386 33554432000 4194304 4352236 140733367090432 18446744073709551615 4207744 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13307/statm: 5216 4386 129 39 0 4296 0
[pid=13308] ppid=13289 vsize=339160 CPUtime=0 cores=0,2,4,6
/proc/13308/stat : 13308 (python) S 13289 13289 13243 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 885757438 347299840 13033 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869955 0 0 17 6 0 0 0
/proc/13308/statm: 84790 13033 370 364 0 20699 0
[pid=13310] ppid=13308 vsize=21804 CPUtime=15.86 cores=0,2,4,6
/proc/13310/stat : 13310 (lingeling) R 13308 13310 13310 0 -1 4202496 6609 0 0 0 1586 0 0 0 25 0 1 0 885757438 22327296 4366 33554432000 4194304 4352236 140735141119632 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13310/statm: 5451 4366 129 39 0 4531 0
[pid=13289/tid=13300] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13300/stat : 13300 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 885757431 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 4 0 0 0
[pid=13289/tid=13303] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13303/stat : 13303 (python) S 13287 13289 13243 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 885757433 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13306] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13306/stat : 13306 (python) S 13287 13289 13243 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 5 0 885757435 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 2 0 0 0
[pid=13289/tid=13309] ppid=13287 vsize=349404 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13309/stat : 13309 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 885757438 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 70.53
Current children cumulated vsize (KiB) 1889800

[startup+51.1013 s]
/proc/loadavg: 4.12 1.09 0.37 9/202 13324
/proc/meminfo: memFree=30290960/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=349404 CPUtime=7.1 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 24186 936 1 0 694 16 0 0 20 0 5 0 885756475 357789696 14548 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13289/statm: 87351 14548 1881 364 0 23260 0
[pid=13299] ppid=13289 vsize=308392 CPUtime=0.04 cores=0,2,4,6
/proc/13299/stat : 13299 (python) S 13289 13289 13243 0 -1 4202560 999 0 0 0 2 2 0 0 18 0 1 0 885757430 315793408 13032 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734095 0 0 16781312 514 11440268953427869956 0 0 17 2 0 0 0
/proc/13299/statm: 77098 13032 381 364 0 13016 0
[pid=13301] ppid=13299 vsize=22464 CPUtime=41.21 cores=0,2,4,6
/proc/13301/stat : 13301 (lingeling) R 13299 13301 13301 0 -1 4202496 7685 0 0 0 4120 1 0 0 25 0 1 0 885757431 23003136 4786 33554432000 4194304 4352236 140734422698768 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13301/statm: 5616 4786 129 39 0 4696 0
[pid=13302] ppid=13289 vsize=318648 CPUtime=0.05 cores=0,2,4,6
/proc/13302/stat : 13302 (python) S 13289 13289 13243 0 -1 4202560 925 0 0 0 2 3 0 0 15 0 1 0 885757433 326295552 13025 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869956 0 0 17 4 0 0 0
/proc/13302/statm: 79662 13025 370 364 0 15577 0
[pid=13304] ppid=13302 vsize=222388 CPUtime=41.38 cores=0,2,4,6
/proc/13304/stat : 13304 (cryptominisat-2) R 13302 13304 13304 0 -1 4202496 60164 0 0 0 4130 8 0 0 25 0 1 0 885757433 227725312 45921 33554432000 4194304 4677096 140737197816992 18446744073709551615 4465936 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13304/statm: 55597 45921 393 118 0 50556 0
[pid=13305] ppid=13289 vsize=328904 CPUtime=0.04 cores=0,2,4,6
/proc/13305/stat : 13305 (python) S 13289 13289 13243 0 -1 4202560 917 0 0 0 2 2 0 0 18 0 1 0 885757435 336797696 13029 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869956 0 0 17 4 0 0 0
/proc/13305/statm: 82226 13029 370 364 0 18138 0
[pid=13307] ppid=13305 vsize=20856 CPUtime=41.43 cores=0,2,4,6
/proc/13307/stat : 13307 (lingeling) R 13305 13307 13307 0 -1 4202496 6958 0 0 0 4143 0 0 0 25 0 1 0 885757436 21356544 4384 33554432000 4194304 4352236 140733367090432 18446744073709551615 4276795 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13307/statm: 5214 4384 129 39 0 4294 0
[pid=13308] ppid=13289 vsize=339160 CPUtime=0.04 cores=0,2,4,6

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

/proc/13301/statm: 7308 6223 129 39 0 6388 0
[pid=13299/tid=13326] ppid=13289 vsize=318636 CPUtime=0 cores=0,2,4,6
/proc/13299/task/13326/stat : 13326 (python) S 13289 13289 13243 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885767444 326283264 13071 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 514 18446604453943298240 0 0 -1 2 0 0 0
[pid=13302] ppid=13289 vsize=318648 CPUtime=0.67 cores=0,2,4,6
/proc/13302/stat : 13302 (python) S 13289 13289 13243 0 -1 4202560 1151 0 0 0 35 32 0 0 16 0 2 0 885757433 326295552 13056 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13302/statm: 79662 13056 400 364 0 15577 0
[pid=13304] ppid=13302 vsize=567456 CPUtime=487.8 cores=0,2,4,6
/proc/13304/stat : 13304 (cryptominisat-2) T 13302 13304 13304 0 -1 4202496 215256 0 0 0 48739 41 0 0 25 0 1 0 885757433 581074944 106824 33554432000 4194304 4677096 140737197816992 18446744073709551615 4454526 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/13304/statm: 141864 106824 393 118 0 136823 0
[pid=13302/tid=13345] ppid=13289 vsize=318648 CPUtime=0 cores=0,2,4,6
/proc/13302/task/13345/stat : 13345 (python) S 13289 13289 13243 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885806347 326295552 13056 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 514 18446604453953334272 0 0 -1 4 0 0 0
[pid=13305] ppid=13289 vsize=328904 CPUtime=1.54 cores=0,2,4,6
/proc/13305/stat : 13305 (python) S 13289 13289 13243 0 -1 4202560 972 0 0 0 81 73 0 0 18 0 1 0 885757435 336797696 13029 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869956 0 0 17 4 0 0 0
/proc/13305/statm: 82226 13029 370 364 0 18138 0
[pid=13307] ppid=13305 vsize=40216 CPUtime=1171.65 cores=0,2,4,6
/proc/13307/stat : 13307 (lingeling) R 13305 13307 13307 0 -1 4202496 28817 0 0 0 117161 4 0 0 25 0 1 0 885757436 41181184 9224 33554432000 4194304 4352236 140733367090432 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13307/statm: 10054 9224 129 39 0 9134 0
[pid=13308] ppid=13289 vsize=339160 CPUtime=1.56 cores=0,2,4,6
/proc/13308/stat : 13308 (python) S 13289 13289 13243 0 -1 4202560 983 0 0 0 79 77 0 0 18 0 1 0 885757438 347299840 13033 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869955 0 0 17 6 0 0 0
/proc/13308/statm: 84790 13033 370 364 0 20699 0
[pid=13310] ppid=13308 vsize=38904 CPUtime=1172.7 cores=0,2,4,6
/proc/13310/stat : 13310 (lingeling) R 13308 13310 13310 0 -1 4202496 20800 0 0 0 117266 4 0 0 25 0 1 0 885757438 39837696 8896 33554432000 4194304 4352236 140735141119632 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13310/statm: 9726 8896 129 39 0 8806 0
[pid=13327] ppid=13289 vsize=349416 CPUtime=1.48 cores=0,2,4,6
/proc/13327/stat : 13327 (python) S 13289 13289 13243 0 -1 4202560 1012 0 0 0 79 69 0 0 15 0 1 0 885767446 357801984 13038 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869954 0 0 17 6 0 0 0
/proc/13327/statm: 87354 13038 371 364 0 23260 0
[pid=13329] ppid=13327 vsize=671292 CPUtime=1068.27 cores=0,2,4,6
/proc/13329/stat : 13329 (cryptominisat-2) R 13327 13329 13329 0 -1 4202496 469757 0 0 0 106726 101 0 0 25 0 1 0 885767447 687403008 123780 33554432000 4194304 4677096 140737477090560 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13329/statm: 167823 123780 393 118 0 162782 0
[pid=13289/tid=13300] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13300/stat : 13300 (python) S 13287 13289 13243 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 6 0 885757431 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 4 0 0 0
[pid=13289/tid=13303] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13303/stat : 13303 (python) S 13287 13289 13243 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 6 0 885757433 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13306] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13306/stat : 13306 (python) S 13287 13289 13243 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 6 0 885757435 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 2 0 0 0
[pid=13289/tid=13309] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13309/stat : 13309 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 6 0 885757438 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13328] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13328/stat : 13328 (python) S 13287 13289 13243 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 6 0 885767447 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4690.65
Current children cumulated vsize (KiB) 3361524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1209.7 s]
/proc/loadavg: 8.09 7.94 5.85 9/225 13377
/proc/meminfo: memFree=28387572/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=359660 CPUtime=7.15 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 25563 936 1 0 699 16 0 0 18 0 6 0 885756475 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13289/statm: 89915 14555 1884 364 0 25821 0
[pid=13299] ppid=13289 vsize=318636 CPUtime=1.07 cores=0,2,4,6
/proc/13299/stat : 13299 (python) S 13289 13289 13243 0 -1 4202560 1212 0 0 0 58 49 0 0 18 0 2 0 885757430 326283264 13071 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13299/statm: 79659 13071 415 364 0 15577 0
[pid=13301] ppid=13299 vsize=29232 CPUtime=803.96 cores=0,2,4,6
/proc/13301/stat : 13301 (lingeling) R 13299 13301 13301 0 -1 4202496 13296 0 0 0 80393 3 0 0 25 0 1 0 885757431 29933568 6223 33554432000 4194304 4352236 140734422698768 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13301/statm: 7308 6223 129 39 0 6388 0
[pid=13299/tid=13326] ppid=13289 vsize=318636 CPUtime=0 cores=0,2,4,6
/proc/13299/task/13326/stat : 13326 (python) S 13289 13289 13243 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885767444 326283264 13071 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 514 18446604453943298240 0 0 -1 2 0 0 0
[pid=13302] ppid=13289 vsize=318648 CPUtime=0.67 cores=0,2,4,6
/proc/13302/stat : 13302 (python) S 13289 13289 13243 0 -1 4202560 1151 0 0 0 35 32 0 0 16 0 2 0 885757433 326295552 13056 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13302/statm: 79662 13056 400 364 0 15577 0
[pid=13304] ppid=13302 vsize=567456 CPUtime=487.8 cores=0,2,4,6
/proc/13304/stat : 13304 (cryptominisat-2) T 13302 13304 13304 0 -1 4202496 215256 0 0 0 48739 41 0 0 25 0 1 0 885757433 581074944 106824 33554432000 4194304 4677096 140737197816992 18446744073709551615 4454526 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/13304/statm: 141864 106824 393 118 0 136823 0
[pid=13302/tid=13345] ppid=13289 vsize=318648 CPUtime=0 cores=0,2,4,6
/proc/13302/task/13345/stat : 13345 (python) S 13289 13289 13243 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885806347 326295552 13056 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 514 18446604453953334272 0 0 -1 4 0 0 0
[pid=13305] ppid=13289 vsize=328904 CPUtime=1.58 cores=0,2,4,6
/proc/13305/stat : 13305 (python) S 13289 13289 13243 0 -1 4202560 972 0 0 0 83 75 0 0 18 0 1 0 885757435 336797696 13029 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869956 0 0 17 4 0 0 0
/proc/13305/statm: 82226 13029 370 364 0 18138 0
[pid=13307] ppid=13305 vsize=43420 CPUtime=1199.02 cores=0,2,4,6
/proc/13307/stat : 13307 (lingeling) R 13305 13307 13307 0 -1 4202496 29618 0 0 0 119897 5 0 0 25 0 1 0 885757436 44462080 10025 33554432000 4194304 4352236 140733367090432 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13307/statm: 10855 10025 129 39 0 9935 0
[pid=13308] ppid=13289 vsize=339160 CPUtime=1.59 cores=0,2,4,6
/proc/13308/stat : 13308 (python) S 13289 13289 13243 0 -1 4202560 983 0 0 0 80 79 0 0 18 0 1 0 885757438 347299840 13033 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869955 0 0 17 6 0 0 0
/proc/13308/statm: 84790 13033 370 364 0 20699 0
[pid=13310] ppid=13308 vsize=38904 CPUtime=1200.1 cores=0,2,4,6
/proc/13310/stat : 13310 (lingeling) R 13308 13310 13310 0 -1 4202496 20800 0 0 0 120006 4 0 0 25 0 1 0 885757438 39837696 8896 33554432000 4194304 4352236 140735141119632 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13310/statm: 9726 8896 129 39 0 8806 0
[pid=13327] ppid=13289 vsize=349416 CPUtime=1.52 cores=0,2,4,6
/proc/13327/stat : 13327 (python) S 13289 13289 13243 0 -1 4202560 1012 0 0 0 81 71 0 0 15 0 1 0 885767446 357801984 13038 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869954 0 0 17 6 0 0 0
/proc/13327/statm: 87354 13038 371 364 0 23260 0
[pid=13329] ppid=13327 vsize=671292 CPUtime=1095.64 cores=0,2,4,6
/proc/13329/stat : 13329 (cryptominisat-2) R 13327 13329 13329 0 -1 4202496 469757 0 0 0 109463 101 0 0 25 0 1 0 885767447 687403008 123780 33554432000 4194304 4677096 140737477090560 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13329/statm: 167823 123780 393 118 0 162782 0
[pid=13289/tid=13300] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13300/stat : 13300 (python) S 13287 13289 13243 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 6 0 885757431 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 4 0 0 0
[pid=13289/tid=13303] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13303/stat : 13303 (python) S 13287 13289 13243 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 6 0 885757433 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13306] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13306/stat : 13306 (python) S 13287 13289 13243 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 6 0 885757435 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 2 0 0 0
[pid=13289/tid=13309] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13309/stat : 13309 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 6 0 885757438 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13328] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13328/stat : 13328 (python) S 13287 13289 13243 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 6 0 885767447 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 3364728

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

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

[startup+1209.7 s]
/proc/loadavg: 8.09 7.94 5.85 9/225 13377
/proc/meminfo: memFree=28387572/32951124 swapFree=67051744/67111528
[pid=13289] ppid=13287 vsize=359660 CPUtime=7.15 cores=0,2,4,6
/proc/13289/stat : 13289 (python) S 13287 13289 13243 0 -1 4202496 25563 936 1 0 699 16 0 0 18 0 6 0 885756475 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13289/statm: 89915 14555 1884 364 0 25821 0
[pid=13299] ppid=13289 vsize=318636 CPUtime=1.07 cores=0,2,4,6
/proc/13299/stat : 13299 (python) S 13289 13289 13243 0 -1 4202560 1212 0 0 0 58 49 0 0 18 0 2 0 885757430 326283264 13071 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13299/statm: 79659 13071 415 364 0 15577 0
[pid=13301] ppid=13299 vsize=29232 CPUtime=803.96 cores=0,2,4,6
/proc/13301/stat : 13301 (lingeling) R 13299 13301 13301 0 -1 4202496 13296 0 0 0 80393 3 0 0 25 0 1 0 885757431 29933568 6223 33554432000 4194304 4352236 140734422698768 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/13301/statm: 7308 6223 129 39 0 6388 0
[pid=13299/tid=13326] ppid=13289 vsize=318636 CPUtime=0 cores=0,2,4,6
/proc/13299/task/13326/stat : 13326 (python) S 13289 13289 13243 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885767444 326283264 13071 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 514 18446604453943298240 0 0 -1 2 0 0 0
[pid=13302] ppid=13289 vsize=318648 CPUtime=0.67 cores=0,2,4,6
/proc/13302/stat : 13302 (python) S 13289 13289 13243 0 -1 4202560 1151 0 0 0 35 32 0 0 16 0 2 0 885757433 326295552 13056 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13302/statm: 79662 13056 400 364 0 15577 0
[pid=13304] ppid=13302 vsize=567456 CPUtime=487.8 cores=0,2,4,6
/proc/13304/stat : 13304 (cryptominisat-2) T 13302 13304 13304 0 -1 4202496 215256 0 0 0 48739 41 0 0 25 0 1 0 885757433 581074944 106824 33554432000 4194304 4677096 140737197816992 18446744073709551615 4454526 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/13304/statm: 141864 106824 393 118 0 136823 0
[pid=13302/tid=13345] ppid=13289 vsize=318648 CPUtime=0 cores=0,2,4,6
/proc/13302/task/13345/stat : 13345 (python) S 13289 13289 13243 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885806347 326295552 13056 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 514 18446604453953334272 0 0 -1 4 0 0 0
[pid=13305] ppid=13289 vsize=328904 CPUtime=1.58 cores=0,2,4,6
/proc/13305/stat : 13305 (python) S 13289 13289 13243 0 -1 4202560 972 0 0 0 83 75 0 0 18 0 1 0 885757435 336797696 13029 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869956 0 0 17 4 0 0 0
/proc/13305/statm: 82226 13029 370 364 0 18138 0
[pid=13307] ppid=13305 vsize=43420 CPUtime=1199.02 cores=0,2,4,6
/proc/13307/stat : 13307 (lingeling) R 13305 13307 13307 0 -1 4202496 29618 0 0 0 119897 5 0 0 25 0 1 0 885757436 44462080 10025 33554432000 4194304 4352236 140733367090432 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/13307/statm: 10855 10025 129 39 0 9935 0
[pid=13308] ppid=13289 vsize=339160 CPUtime=1.59 cores=0,2,4,6
/proc/13308/stat : 13308 (python) S 13289 13289 13243 0 -1 4202560 983 0 0 0 80 79 0 0 18 0 1 0 885757438 347299840 13033 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869955 0 0 17 6 0 0 0
/proc/13308/statm: 84790 13033 370 364 0 20699 0
[pid=13310] ppid=13308 vsize=38904 CPUtime=1200.1 cores=0,2,4,6
/proc/13310/stat : 13310 (lingeling) R 13308 13310 13310 0 -1 4202496 20800 0 0 0 120006 4 0 0 25 0 1 0 885757438 39837696 8896 33554432000 4194304 4352236 140735141119632 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/13310/statm: 9726 8896 129 39 0 8806 0
[pid=13327] ppid=13289 vsize=349416 CPUtime=1.52 cores=0,2,4,6
/proc/13327/stat : 13327 (python) S 13289 13289 13243 0 -1 4202560 1012 0 0 0 81 71 0 0 15 0 1 0 885767446 357801984 13038 33554432000 4194304 5683644 140733390938256 18446744073709551615 228122734150 0 0 16781312 514 11440268953427869954 0 0 17 6 0 0 0
/proc/13327/statm: 87354 13038 371 364 0 23260 0
[pid=13329] ppid=13327 vsize=671292 CPUtime=1095.64 cores=0,2,4,6
/proc/13329/stat : 13329 (cryptominisat-2) R 13327 13329 13329 0 -1 4202496 469757 0 0 0 109463 101 0 0 25 0 1 0 885767447 687403008 123780 33554432000 4194304 4677096 140737477090560 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13329/statm: 167823 123780 393 118 0 162782 0
[pid=13289/tid=13300] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13300/stat : 13300 (python) S 13287 13289 13243 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 6 0 885757431 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 4 0 0 0
[pid=13289/tid=13303] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13303/stat : 13303 (python) S 13287 13289 13243 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 6 0 885757433 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13306] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13306/stat : 13306 (python) S 13287 13289 13243 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 6 0 885757435 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 2 0 0 0
[pid=13289/tid=13309] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13309/stat : 13309 (python) S 13287 13289 13243 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 6 0 885757438 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
[pid=13289/tid=13328] ppid=13287 vsize=359660 CPUtime=0 cores=0,2,4,6
/proc/13289/task/13328/stat : 13328 (python) S 13287 13289 13243 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 6 0 885767447 368291840 14555 33554432000 4194304 5683644 140733390938256 18446744073709551615 228134537649 0 0 16781312 2 18446604453648156736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 3364728

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13289 and gives
#  childrusage.ru_utime.tv_sec=2011
#  childrusage.ru_utime.tv_usec=724171
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=845719
# CPU time returned by wait4() is 2013.57
# while last known CPU time is 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1209.74
CPU time (s): 4800.1
CPU user time (s): 4795.34
CPU system time (s): 4.76
CPU usage (%): 396.787
Max. virtual memory (cumulated for all children) (KiB): 3370452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2011.72
system time used= 1.84572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73738
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= 11196
involuntary context switches= 23782

runsolver used 2.08768 second user time and 5.19821 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-10 23:33:00
IDJOB=3317806
IDBENCH=20523
IDSOLVER=1706
FILE ID=node138/3317806-1307741580
RUNJOBID= node138-1307741579-13261
PBS_JOBID= 13550762
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.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-3317806-1307741580/watcher-3317806-1307741580 -o /tmp/evaluation-result-3317806-1307741580/solver-3317806-1307741580 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317806-1307741580.cnf -seed 1847198014 -budget 4800 -cores 4

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1847198014

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30981468 kB
Buffers:        239428 kB
Cached:        1515764 kB
SwapCached:      13436 kB
Active:         508360 kB
Inactive:      1267748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30981468 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           71436 kB
Writeback:           0 kB
AnonPages:       17792 kB
Mapped:           9844 kB
Slab:           129648 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   211108 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= 74012 MiB
End job on node138 at 2011-06-10 23:53:17