Trace number 3498483

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-seq-industrial (fixed)? (TO) 5000.04 4993.97

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3122.96
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.49	c INFO: solving HOME/instance-3498483-1308501607.cnf
0.29/0.49	c INFO: computing task features
21.47/21.65	c INFO: computed variable-clause graph statistics
21.97/22.15	c INFO: computed clause balance statistics
122.87/123.06	c INFO: computed variable balance statistics
152.78/152.91	c INFO: computed small-clause counts
152.87/153.08	c INFO: computed Horn-clause counts
158.18/158.32	c INFO: computed variable graph statistics
158.18/158.34	c INFO: collected features for HOME/instance-3498483-1308501607.cnf in 157.20 s
158.18/158.36	c INFO: running lingeling-276@0 for 97 with 4842 remaining (b = 0.25)
258.47/258.52	c INFO: running cryptominisat-2.9.0@0 for 485 with 4742 remaining (b = 0.19)
745.34/744.82	c INFO: running SApperloT@0 for 97 with 4256 remaining (b = 0.03)
845.53/844.98	c INFO: running lingeling-276@99 for 485 with 4156 remaining (b = 0.19)
1333.61/1332.49	c INFO: running lingeling-276@0 for 97 with 3669 remaining (b = 0.16)
1433.91/1432.66	c INFO: running precosat-570@0 for 97 with 3569 remaining (b = 0.03)
1534.24/1532.83	c INFO: running lingeling-276@587 for 679 with 3469 remaining (b = 0.17)
2214.93/2212.63	c INFO: running cryptominisat-2.9.0@485 for 1164 with 2790 remaining (b = 0.26)
3382.44/3378.50	c INFO: running cryptominisat-2.9.0@1651 for 291 with 1624 remaining (b = 0.07)
3676.14/3671.85	c INFO: running lingeling-276@99 for 1330 with 1330 remaining (b = 0.23)

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: 989)

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-3498483-1308501607/watcher-3498483-1308501607 -o /tmp/evaluation-result-3498483-1308501607/solver-3498483-1308501607 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498483-1308501607.cnf -seed 1641467409 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.53 1.14 1.28 2/180 25622
/proc/meminfo: memFree=27097356/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 735 0 0 0 0 0 0 0 24 0 1 0 961758736 15548416 622 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687673344 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 3796 622 322 364 0 283 0

[startup+0.054264 s]
/proc/loadavg: 1.53 1.14 1.28 2/180 25622
/proc/meminfo: memFree=27097356/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=29788 CPUtime=0.02 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 1461 0 0 0 2 0 0 0 17 0 1 0 961758736 30502912 1299 33554432000 4194304 5683644 140733508229408 18446744073709551615 4438013 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 7447 1299 443 364 0 817 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29788

[startup+0.100267 s]
/proc/loadavg: 1.53 1.14 1.28 2/180 25622
/proc/meminfo: memFree=27097356/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=101740 CPUtime=0.05 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 2932 0 0 0 4 1 0 0 17 0 1 0 961758736 104181760 2626 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/25622/statm: 25436 2627 837 364 0 1736 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 101740

[startup+0.300225 s]
/proc/loadavg: 1.53 1.14 1.28 2/180 25622
/proc/meminfo: memFree=27097356/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=156688 CPUtime=0.21 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 6435 932 1 0 16 5 0 0 17 0 1 0 961758736 160448512 4538 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/25622/statm: 39172 4538 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156688

[startup+0.700144 s]
/proc/loadavg: 1.53 1.14 1.28 2/180 25622
/proc/meminfo: memFree=27097356/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=398120 CPUtime=0.57 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 39116 932 1 0 43 14 0 0 17 0 1 0 961758736 407674880 36787 33554432000 4194304 5683644 140733508229408 18446744073709551615 4619981 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 99530 36787 1761 364 0 35454 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 398120

[startup+1.501 s]
/proc/loadavg: 1.53 1.14 1.28 3/181 25627
/proc/meminfo: memFree=26949232/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=415944 CPUtime=1.37 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 43490 932 1 0 123 14 0 0 18 0 1 0 961758736 425926656 41161 33554432000 4194304 5683644 140733508229408 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 103986 41161 1761 364 0 39910 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 415944

[startup+3.10071 s]
/proc/loadavg: 1.56 1.16 1.29 3/181 25627
/proc/meminfo: memFree=26924516/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=473792 CPUtime=2.97 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 58012 932 1 0 281 16 0 0 21 0 1 0 961758736 485163008 55683 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687336133 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 118448 55684 1761 364 0 54372 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 473792

[startup+6.30014 s]
/proc/loadavg: 1.56 1.16 1.29 3/181 25627
/proc/meminfo: memFree=26746192/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=663988 CPUtime=6.17 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 104189 932 1 0 595 22 0 0 25 0 1 0 961758736 679923712 101860 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687336133 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 165997 101860 1761 364 0 101921 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 663988

[startup+12.701 s]
/proc/loadavg: 1.63 1.18 1.29 3/181 25627
/proc/meminfo: memFree=26373660/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=1023612 CPUtime=12.57 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 194631 932 1 0 1222 35 0 0 25 0 1 0 961758736 1048178688 192303 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687336133 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 255903 192303 1761 364 0 191827 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1023612

[startup+25.5006 s]
/proc/loadavg: 1.69 1.21 1.30 3/181 25628
/proc/meminfo: memFree=25975000/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=1378076 CPUtime=25.37 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 484593 932 1 0 2467 70 0 0 25 0 1 0 961758736 1411149824 281936 33554432000 4194304 5683644 140733508229408 18446744073709551615 5005688 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1378076

[startup+51.101 s]
/proc/loadavg: 1.79 1.27 1.32 3/181 25628
/proc/meminfo: memFree=25974520/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=1378076 CPUtime=50.97 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 484593 932 1 0 5027 70 0 0 25 0 1 0 961758736 1411149824 281936 33554432000 4194304 5683644 140733508229408 18446744073709551615 47691822763616 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1378076

[startup+102.307 s]
/proc/loadavg: 1.92 1.39 1.35 3/185 25634
/proc/meminfo: memFree=25447764/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=1378076 CPUtime=102.18 cores=1,3,5,7
/proc/25622/stat : 25622 (python) R 25620 25622 24776 0 -1 4202496 484593 932 1 0 10148 70 0 0 25 0 1 0 961758736 1411149824 281936 33554432000 4194304 5683644 140733508229408 18446744073709551615 4533077 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25622/statm: 344519 281936 1826 364 0 280443 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 1378076

[startup+162.301 s]
/proc/loadavg: 1.96 1.49 1.39 3/188 25638
/proc/meminfo: memFree=25769376/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=828700 CPUtime=158.26 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 502200 932 1 0 15750 76 0 0 19 0 2 0 961758736 848588800 142070 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25622/statm: 207175 142070 1867 364 0 143093 0
[pid=25636] ppid=25622 vsize=818456 CPUtime=0.01 cores=1,3,5,7
/proc/25636/stat : 25636 (python) S 25622 25622 24776 0 -1 4202560 808 0 0 0 0 1 0 0 18 0 1 0 961774573 838098944 140557 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687695375 0 0 16781312 514 1208275047412629768 0 0 17 5 0 0 0
/proc/25636/statm: 204614 140557 358 364 0 140532 0
[pid=25638] ppid=25636 vsize=225648 CPUtime=3.9 cores=1,3,5,7
/proc/25638/stat : 25638 (lingeling) R 25636 25638 25638 0 -1 4202496 69575 0 0 0 376 14 0 0 25 0 1 0 961774574 231063552 55565 33554432000 4194304 4352236 140735111018816 18446744073709551615 4247822 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/25638/statm: 56412 55565 118 39 0 55492 0
[pid=25622/tid=25637] ppid=25620 vsize=828700 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25637/stat : 25637 (python) S 25620 25622 24776 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 961774574 848588800 142070 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 1872804

[startup+222.301 s]
/proc/loadavg: 2.04 1.60 1.43 3/188 25640
/proc/meminfo: memFree=25705240/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=828700 CPUtime=158.26 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 502200 932 1 0 15750 76 0 0 19 0 2 0 961758736 848588800 142070 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25622/statm: 207175 142070 1867 364 0 143093 0
[pid=25636] ppid=25622 vsize=818456 CPUtime=0.07 cores=1,3,5,7
/proc/25636/stat : 25636 (python) S 25622 25622 24776 0 -1 4202560 982 0 0 0 2 5 0 0 18 0 1 0 961774573 838098944 140580 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687695375 0 0 16781312 514 1953682628976541960 0 0 17 5 0 0 0
/proc/25636/statm: 204614 140580 381 364 0 140532 0
[pid=25638] ppid=25636 vsize=238584 CPUtime=63.89 cores=1,3,5,7
/proc/25638/stat : 25638 (lingeling) R 25636 25638 25638 0 -1 4202496 138728 0 0 0 6369 20 0 0 25 0 1 0 961774574 244310016 58810 33554432000 4194304 4352236 140735111018816 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/25638/statm: 59646 58810 129 39 0 58726 0
[pid=25622/tid=25637] ppid=25620 vsize=828700 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25637/stat : 25637 (python) S 25620 25622 24776 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 961774574 848588800 142070 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1885740

[startup+282.301 s]
/proc/loadavg: 2.02 1.67 1.46 3/192 25645
/proc/meminfo: memFree=24799188/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=838956 CPUtime=158.29 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 502970 932 1 0 15752 77 0 0 19 0 3 0 961758736 859090944 142085 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25622/statm: 209739 142085 1878 364 0 145654 0
[pid=25636] ppid=25622 vsize=828700 CPUtime=0.12 cores=1,3,5,7
/proc/25636/stat : 25636 (python) S 25622 25622 24776 0 -1 4202560 1152 0 0 0 4 8 0 0 19 0 2 0 961774573 848588800 140618 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25636/statm: 207175 140618 414 364 0 143093 0
[pid=25638] ppid=25636 vsize=370420 CPUtime=100.09 cores=1,3,5,7
/proc/25638/stat : 25638 (lingeling) T 25636 25638 25638 0 -1 4202496 171688 0 0 0 9986 23 0 0 25 0 1 0 961774574 379310080 91769 33554432000 4194304 4352236 140735111018816 18446744073709551615 4267768 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/25638/statm: 92605 91769 129 39 0 91685 0
[pid=25636/tid=25642] ppid=25622 vsize=828700 CPUtime=0 cores=1,3,5,7
/proc/25636/task/25642/stat : 25642 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961784587 848588800 140618 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604457488984000 0 0 -1 5 0 0 0
[pid=25643] ppid=25622 vsize=828712 CPUtime=0.03 cores=1,3,5,7
/proc/25643/stat : 25643 (python) S 25622 25622 24776 0 -1 4202560 907 0 0 0 1 2 0 0 15 0 1 0 961784589 848601088 140573 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687695430 0 0 16781312 514 1953682628976541960 0 0 17 1 0 0 0
/proc/25643/statm: 207178 140573 370 364 0 143093 0
[pid=25645] ppid=25643 vsize=871148 CPUtime=23.74 cores=1,3,5,7
/proc/25645/stat : 25645 (cryptominisat-2) R 25643 25645 25645 0 -1 4202496 185409 0 0 0 2351 23 0 0 25 0 1 0 961784590 892055552 184886 33554432000 4194304 4677096 140734186752320 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25645/statm: 217787 184886 378 118 0 212746 0
[pid=25622/tid=25637] ppid=25620 vsize=838956 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25637/stat : 25637 (python) S 25620 25622 24776 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 3 0 961774574 859090944 142085 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25644] ppid=25620 vsize=838956 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25644/stat : 25644 (python) S 25620 25622 24776 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 961784590 859090944 142085 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 3737936

[startup+342.301 s]
/proc/loadavg: 2.00 1.73 1.49 3/192 25647
/proc/meminfo: memFree=24799380/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=838956 CPUtime=158.29 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 502970 932 1 0 15752 77 0 0 19 0 3 0 961758736 859090944 142085 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25622/statm: 209739 142085 1878 364 0 145654 0
[pid=25636] ppid=25622 vsize=828700 CPUtime=0.12 cores=1,3,5,7
/proc/25636/stat : 25636 (python) S 25622 25622 24776 0 -1 4202560 1152 0 0 0 4 8 0 0 19 0 2 0 961774573 848588800 140618 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25636/statm: 207175 140618 414 364 0 143093 0
[pid=25638] ppid=25636 vsize=370420 CPUtime=100.09 cores=1,3,5,7
/proc/25638/stat : 25638 (lingeling) T 25636 25638 25638 0 -1 4202496 171688 0 0 0 9986 23 0 0 25 0 1 0 961774574 379310080 91769 33554432000 4194304 4352236 140735111018816 18446744073709551615 4267768 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/25638/statm: 92605 91769 129 39 0 91685 0

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

/proc/25661/task/25666/stat : 25666 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961843232 859103232 140607 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604471137994816 0 0 -1 7 0 0 0
[pid=25697] ppid=25622 vsize=849224 CPUtime=1.85 cores=1,3,5,7
/proc/25697/stat : 25697 (python) S 25622 25622 24776 0 -1 4202560 1148 0 0 0 103 82 0 0 18 0 2 0 961891985 869605376 140611 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25697/statm: 212306 140611 399 364 0 148215 0
[pid=25699] ppid=25697 vsize=322724 CPUtime=1390.59 cores=1,3,5,7
/proc/25699/stat : 25699 (lingeling) R 25697 25699 25699 0 -1 4202496 283236 0 0 0 139027 32 0 0 25 0 1 0 961891987 330469376 79846 33554432000 4194304 4352236 140734889733344 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/25699/statm: 80681 79846 129 39 0 79761 0
[pid=25697/tid=25706] ppid=25622 vsize=849224 CPUtime=0 cores=1,3,5,7
/proc/25697/task/25706/stat : 25706 (python) S 25622 25622 24776 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 961902000 869605376 140611 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604466709565696 0 0 -1 1 0 0 0
[pid=25707] ppid=25622 vsize=859480 CPUtime=0.14 cores=1,3,5,7
/proc/25707/stat : 25707 (python) S 25622 25622 24776 0 -1 4202560 1110 0 0 0 8 6 0 0 19 0 2 0 961902002 880107520 140615 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25707/statm: 214870 140615 399 364 0 150776 0
[pid=25709] ppid=25707 vsize=422684 CPUtime=100.11 cores=1,3,5,7
/proc/25709/stat : 25709 (precosat) T 25707 25709 25709 0 -1 4202496 302237 0 0 0 9971 40 0 0 25 0 1 0 961902004 432828416 105544 33554432000 4194304 4890832 140736643049200 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/25709/statm: 105671 105544 86 171 0 105498 0
[pid=25707/tid=25717] ppid=25622 vsize=859480 CPUtime=0 cores=1,3,5,7
/proc/25707/task/25717/stat : 25717 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961912017 880107520 140615 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604466709566592 0 0 -1 5 0 0 0
[pid=25622/tid=25637] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25637/stat : 25637 (python) S 25620 25622 24776 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 6 0 961774574 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25644] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25644/stat : 25644 (python) S 25620 25622 24776 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 6 0 961784590 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25662] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25662/stat : 25662 (python) S 25620 25622 24776 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 6 0 961833220 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 5 0 0 0
[pid=25622/tid=25698] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25698/stat : 25698 (python) S 25620 25622 24776 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 6 0 961891986 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 5 0 0 0
[pid=25622/tid=25708] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25708/stat : 25708 (python) S 25620 25622 24776 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 6 0 961902003 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4968.39
Current children cumulated vsize (KiB) 7285424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.9 s]
/proc/loadavg: 1.47 1.86 1.93 2/192 25855
/proc/meminfo: memFree=24686016/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=869724 CPUtime=158.47 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 505959 932 1 0 15766 81 0 0 18 0 6 0 961758736 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25622/statm: 217431 142103 1884 364 0 153337 0
[pid=25636] ppid=25622 vsize=828700 CPUtime=1.6 cores=1,3,5,7
/proc/25636/stat : 25636 (python) S 25622 25622 24776 0 -1 4202560 1200 0 0 0 78 82 0 0 18 0 2 0 961774573 848588800 140619 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25636/statm: 207175 140619 415 364 0 143093 0
[pid=25638] ppid=25636 vsize=249764 CPUtime=1267.36 cores=1,3,5,7
/proc/25638/stat : 25638 (lingeling) T 25636 25638 25638 0 -1 4202496 211858 0 0 0 126707 29 0 0 25 0 1 0 961774574 255758336 61605 33554432000 4194304 4352236 140735111018816 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/25638/statm: 62441 61605 129 39 0 61521 0
[pid=25636/tid=25642] ppid=25622 vsize=828700 CPUtime=0 cores=1,3,5,7
/proc/25636/task/25642/stat : 25642 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 961784587 848588800 140619 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604457488984000 0 0 -1 1 0 0 0
[pid=25643] ppid=25622 vsize=828712 CPUtime=2.55 cores=1,3,5,7
/proc/25643/stat : 25643 (python) S 25622 25622 24776 0 -1 4202560 1135 0 0 0 132 123 0 0 15 0 2 0 961784589 848601088 140603 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25643/statm: 207178 140603 399 364 0 143093 0
[pid=25645] ppid=25643 vsize=933760 CPUtime=1945.5 cores=1,3,5,7
/proc/25645/stat : 25645 (cryptominisat-2) T 25643 25645 25645 0 -1 4202496 274626 0 0 0 194515 35 0 0 25 0 1 0 961784590 956170240 196306 33554432000 4194304 4677096 140734186752320 18446744073709551615 4502821 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/25645/statm: 233440 196306 388 118 0 228399 0
[pid=25643/tid=25660] ppid=25622 vsize=828712 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25660/stat : 25660 (python) S 25622 25622 24776 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 961833216 848601088 140603 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604471161680896 0 0 -1 1 0 0 0
[pid=25661] ppid=25622 vsize=838968 CPUtime=0.12 cores=1,3,5,7
/proc/25661/stat : 25661 (python) S 25622 25622 24776 0 -1 4202560 1078 0 0 0 5 7 0 0 19 0 2 0 961833218 859103232 140607 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25661/statm: 209742 140607 399 364 0 145654 0
[pid=25663] ppid=25661 vsize=281684 CPUtime=100.1 cores=1,3,5,7
/proc/25663/stat : 25663 (SApperloT-base) T 25661 25663 25663 0 -1 4202496 66332 0 0 0 9995 15 0 0 25 0 1 0 961833220 288444416 62274 33554432000 134512640 135674940 4288925728 18446744073709551615 134564247 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25663/statm: 70421 62274 100 284 0 70135 0
[pid=25661/tid=25666] ppid=25622 vsize=838968 CPUtime=0 cores=1,3,5,7
/proc/25661/task/25666/stat : 25666 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961843232 859103232 140607 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604471137994816 0 0 -1 7 0 0 0
[pid=25697] ppid=25622 vsize=849224 CPUtime=1.89 cores=1,3,5,7
/proc/25697/stat : 25697 (python) S 25622 25622 24776 0 -1 4202560 1148 0 0 0 105 84 0 0 18 0 2 0 961891985 869605376 140611 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25697/statm: 212306 140611 399 364 0 148215 0
[pid=25699] ppid=25697 vsize=253708 CPUtime=1422.2 cores=1,3,5,7
/proc/25699/stat : 25699 (lingeling) R 25697 25699 25699 0 -1 4202496 283236 0 0 0 142188 32 0 0 25 0 1 0 961891987 259796992 62592 33554432000 4194304 4352236 140734889733344 18446744073709551615 4241487 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/25699/statm: 63427 62592 129 39 0 62507 0
[pid=25697/tid=25706] ppid=25622 vsize=849224 CPUtime=0 cores=1,3,5,7
/proc/25697/task/25706/stat : 25706 (python) S 25622 25622 24776 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 961902000 869605376 140611 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604466709565696 0 0 -1 1 0 0 0
[pid=25707] ppid=25622 vsize=859480 CPUtime=0.14 cores=1,3,5,7
/proc/25707/stat : 25707 (python) S 25622 25622 24776 0 -1 4202560 1110 0 0 0 8 6 0 0 19 0 2 0 961902002 880107520 140615 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25707/statm: 214870 140615 399 364 0 150776 0
[pid=25709] ppid=25707 vsize=422684 CPUtime=100.11 cores=1,3,5,7
/proc/25709/stat : 25709 (precosat) T 25707 25709 25709 0 -1 4202496 302237 0 0 0 9971 40 0 0 25 0 1 0 961902004 432828416 105544 33554432000 4194304 4890832 140736643049200 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/25709/statm: 105671 105544 86 171 0 105498 0
[pid=25707/tid=25717] ppid=25622 vsize=859480 CPUtime=0 cores=1,3,5,7
/proc/25707/task/25717/stat : 25717 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961912017 880107520 140615 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604466709566592 0 0 -1 5 0 0 0
[pid=25622/tid=25637] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25637/stat : 25637 (python) S 25620 25622 24776 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 6 0 961774574 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25644] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25644/stat : 25644 (python) S 25620 25622 24776 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 6 0 961784590 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25662] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25662/stat : 25662 (python) S 25620 25622 24776 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 6 0 961833220 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 5 0 0 0
[pid=25622/tid=25698] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25698/stat : 25698 (python) S 25620 25622 24776 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 6 0 961891986 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 5 0 0 0
[pid=25622/tid=25708] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25708/stat : 25708 (python) S 25620 25622 24776 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 6 0 961902003 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 7216408

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

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

[startup+4993.9 s]
/proc/loadavg: 1.47 1.86 1.93 2/192 25855
/proc/meminfo: memFree=24686016/32951124 swapFree=67076892/67111528
[pid=25622] ppid=25620 vsize=869724 CPUtime=158.47 cores=1,3,5,7
/proc/25622/stat : 25622 (python) S 25620 25622 24776 0 -1 4202496 505959 932 1 0 15766 81 0 0 18 0 6 0 961758736 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25622/statm: 217431 142103 1884 364 0 153337 0
[pid=25636] ppid=25622 vsize=828700 CPUtime=1.6 cores=1,3,5,7
/proc/25636/stat : 25636 (python) S 25622 25622 24776 0 -1 4202560 1200 0 0 0 78 82 0 0 18 0 2 0 961774573 848588800 140619 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25636/statm: 207175 140619 415 364 0 143093 0
[pid=25638] ppid=25636 vsize=249764 CPUtime=1267.36 cores=1,3,5,7
/proc/25638/stat : 25638 (lingeling) T 25636 25638 25638 0 -1 4202496 211858 0 0 0 126707 29 0 0 25 0 1 0 961774574 255758336 61605 33554432000 4194304 4352236 140735111018816 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/25638/statm: 62441 61605 129 39 0 61521 0
[pid=25636/tid=25642] ppid=25622 vsize=828700 CPUtime=0 cores=1,3,5,7
/proc/25636/task/25642/stat : 25642 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 961784587 848588800 140619 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604457488984000 0 0 -1 1 0 0 0
[pid=25643] ppid=25622 vsize=828712 CPUtime=2.55 cores=1,3,5,7
/proc/25643/stat : 25643 (python) S 25622 25622 24776 0 -1 4202560 1135 0 0 0 132 123 0 0 15 0 2 0 961784589 848601088 140603 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25643/statm: 207178 140603 399 364 0 143093 0
[pid=25645] ppid=25643 vsize=933760 CPUtime=1945.5 cores=1,3,5,7
/proc/25645/stat : 25645 (cryptominisat-2) T 25643 25645 25645 0 -1 4202496 274626 0 0 0 194515 35 0 0 25 0 1 0 961784590 956170240 196306 33554432000 4194304 4677096 140734186752320 18446744073709551615 4502821 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/25645/statm: 233440 196306 388 118 0 228399 0
[pid=25643/tid=25660] ppid=25622 vsize=828712 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25660/stat : 25660 (python) S 25622 25622 24776 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 961833216 848601088 140603 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604471161680896 0 0 -1 1 0 0 0
[pid=25661] ppid=25622 vsize=838968 CPUtime=0.12 cores=1,3,5,7
/proc/25661/stat : 25661 (python) S 25622 25622 24776 0 -1 4202560 1078 0 0 0 5 7 0 0 19 0 2 0 961833218 859103232 140607 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25661/statm: 209742 140607 399 364 0 145654 0
[pid=25663] ppid=25661 vsize=281684 CPUtime=100.1 cores=1,3,5,7
/proc/25663/stat : 25663 (SApperloT-base) T 25661 25663 25663 0 -1 4202496 66332 0 0 0 9995 15 0 0 25 0 1 0 961833220 288444416 62274 33554432000 134512640 135674940 4288925728 18446744073709551615 134564247 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25663/statm: 70421 62274 100 284 0 70135 0
[pid=25661/tid=25666] ppid=25622 vsize=838968 CPUtime=0 cores=1,3,5,7
/proc/25661/task/25666/stat : 25666 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961843232 859103232 140607 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604471137994816 0 0 -1 7 0 0 0
[pid=25697] ppid=25622 vsize=849224 CPUtime=1.89 cores=1,3,5,7
/proc/25697/stat : 25697 (python) S 25622 25622 24776 0 -1 4202560 1148 0 0 0 105 84 0 0 18 0 2 0 961891985 869605376 140611 33554432000 4194304 5683644 140733508229408 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25697/statm: 212306 140611 399 364 0 148215 0
[pid=25699] ppid=25697 vsize=253708 CPUtime=1422.2 cores=1,3,5,7
/proc/25699/stat : 25699 (lingeling) R 25697 25699 25699 0 -1 4202496 283236 0 0 0 142188 32 0 0 25 0 1 0 961891987 259796992 62592 33554432000 4194304 4352236 140734889733344 18446744073709551615 4241487 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/25699/statm: 63427 62592 129 39 0 62507 0
[pid=25697/tid=25706] ppid=25622 vsize=849224 CPUtime=0 cores=1,3,5,7
/proc/25697/task/25706/stat : 25706 (python) S 25622 25622 24776 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 961902000 869605376 140611 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604466709565696 0 0 -1 1 0 0 0
[pid=25707] ppid=25622 vsize=859480 CPUtime=0.14 cores=1,3,5,7
/proc/25707/stat : 25707 (python) S 25622 25622 24776 0 -1 4202560 1110 0 0 0 8 6 0 0 19 0 2 0 961902002 880107520 140615 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25707/statm: 214870 140615 399 364 0 150776 0
[pid=25709] ppid=25707 vsize=422684 CPUtime=100.11 cores=1,3,5,7
/proc/25709/stat : 25709 (precosat) T 25707 25709 25709 0 -1 4202496 302237 0 0 0 9971 40 0 0 25 0 1 0 961902004 432828416 105544 33554432000 4194304 4890832 140736643049200 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/25709/statm: 105671 105544 86 171 0 105498 0
[pid=25707/tid=25717] ppid=25622 vsize=859480 CPUtime=0 cores=1,3,5,7
/proc/25707/task/25717/stat : 25717 (python) S 25622 25622 24776 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 961912017 880107520 140615 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 514 18446604466709566592 0 0 -1 5 0 0 0
[pid=25622/tid=25637] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25637/stat : 25637 (python) S 25620 25622 24776 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 6 0 961774574 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25644] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25644/stat : 25644 (python) S 25620 25622 24776 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 6 0 961784590 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 1 0 0 0
[pid=25622/tid=25662] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25662/stat : 25662 (python) S 25620 25622 24776 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 6 0 961833220 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 5 0 0 0
[pid=25622/tid=25698] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25698/stat : 25698 (python) S 25620 25622 24776 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 6 0 961891986 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 5 0 0 0
[pid=25622/tid=25708] ppid=25620 vsize=869724 CPUtime=0 cores=1,3,5,7
/proc/25622/task/25708/stat : 25708 (python) S 25620 25622 24776 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 6 0 961902003 890597376 142103 33554432000 4194304 5683644 140733508229408 18446744073709551615 212699498929 0 0 16781312 2 18446604467537775424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 7216408

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25622 and gives
#  childrusage.ru_utime.tv_sec=157
#  childrusage.ru_utime.tv_usec=662031
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=836872
# CPU time returned by wait4() is 158.499
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.97
CPU time (s): 5000.04
CPU user time (s): 4994.7
CPU system time (s): 5.34
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 7501336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.662
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506891
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= 1042
involuntary context switches= 424

runsolver used 8.81566 second user time and 21.2558 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-19 18:40:10
IDJOB=3498483
IDBENCH=83466
IDSOLVER=1991
FILE ID=node139/3498483-1308501607
RUNJOBID= node139-1308501562-25541
PBS_JOBID= 13608167
Free space on /tmp= 73148 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498483-1308501607/watcher-3498483-1308501607 -o /tmp/evaluation-result-3498483-1308501607/solver-3498483-1308501607 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498483-1308501607.cnf -seed 1641467409 -budget 5000

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=1641467409

node139.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.852
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.852
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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27097512 kB
Buffers:        576212 kB
Cached:        4756020 kB
SwapCached:       3512 kB
Active:        1661276 kB
Inactive:      3801896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27097512 kB
SwapTotal:    67111528 kB
SwapFree:     67076892 kB
Dirty:          146308 kB
Writeback:           0 kB
AnonPages:      128828 kB
Mapped:          19672 kB
Slab:           323592 kB
PageTables:       6152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   384552 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= 73152 MiB
End job on node139 at 2011-06-19 20:03:26