Trace number 3317870

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.08 1282.48

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.39/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.73	c INFO: solving HOME/instance-3317870-1304270945.cnf
0.39/0.73	c INFO: computing task features
3.28/3.64	c INFO: computed variable-clause graph statistics
3.38/3.75	c INFO: computed clause balance statistics
16.39/16.71	c INFO: computed variable balance statistics
25.99/26.33	c INFO: computed small-clause counts
26.18/26.54	c INFO: computed Horn-clause counts
104.79/105.11	c INFO: computed variable graph statistics
104.79/105.11	c INFO: collected features for HOME/instance-3317870-1304270945.cnf in 104.30 s
104.79/105.14	c INFO: running lingeling-276@0 for 97 with 4695 remaining (b = 0.66)
104.79/105.16	c INFO: running cryptominisat-2.9.0@0 for 485 with 4695 remaining (b = 0.47)
104.79/105.19	c INFO: running lingeling-276@0 for 1067 with 4695 remaining (b = 0.54)
104.88/105.22	c INFO: running cryptominisat-2.9.0@0 for 485 with 4695 remaining (b = 0.38)
504.57/205.31	c INFO: running lingeling-276@0 for 97 with 4595 remaining (b = 0.15)
884.28/300.47	c INFO: running lingeling-276@94 for 97 with 4500 remaining (b = 0.15)
1288.35/401.64	c INFO: running lingeling-276@194 for 97 with 4399 remaining (b = 0.14)
1668.46/496.80	c INFO: running precosat-570@0 for 388 with 4303 remaining (b = 0.62)
2063.33/595.78	c INFO: running lingeling-276@0 for 97 with 4204 remaining (b = 0.45)
2075.28/598.78	c INFO: running lingeling-276@288 for 388 with 4201 remaining (b = 0.18)
2463.78/696.04	c INFO: running SApperloT@0 for 97 with 4104 remaining (b = 0.03)
2859.72/795.24	c INFO: running cryptominisat-2.9.0@0 for 97 with 4005 remaining (b = 0.05)
3227.30/887.55	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3913 remaining (b = 0.51)
3262.35/896.36	c INFO: running cryptominisat-2.9.0@389 for 97 with 3904 remaining (b = 0.12)
3637.11/990.42	c INFO: running lingeling-276@0 for 194 with 3810 remaining (b = 0.11)
3658.99/995.96	c INFO: running precosat-570@489 for 291 with 3804 remaining (b = 0.15)
4364.37/1173.03	c INFO: running cryptominisat-2.9.0@100 for 388 with 3627 remaining (b = 0.17)
4418.91/1186.79	c INFO: running precosat-570@0 for 388 with 3613 remaining (b = 0.16)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317870-1304270945/watcher-3317870-1304270945 -o /tmp/evaluation-result-3317870-1304270945/solver-3317870-1304270945 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317870-1304270945.cnf -seed 101583788 -budget 4800 -cores 4 

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

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: 4.00 6.37 7.27 2/218 14497
/proc/meminfo: memFree=27989712/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/14497/stat : 14497 (python) S 14495 14497 13600 0 -1 4202496 794 0 0 0 0 0 0 0 17 0 1 0 538695552 15749120 681 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/14497/statm: 3845 681 322 364 0 332 0

[startup+0.0551741 s]
/proc/loadavg: 4.00 6.37 7.27 2/218 14497
/proc/meminfo: memFree=27989712/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=25292 CPUtime=0.03 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 1347 0 0 0 2 1 0 0 17 0 1 0 538695552 25899008 1193 33554432000 4194304 5683644 140733340309776 18446744073709551615 270608187015 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 6837 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25292

[startup+0.100171 s]
/proc/loadavg: 4.00 6.37 7.27 2/218 14497
/proc/meminfo: memFree=27989712/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=85072 CPUtime=0.05 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 2509 0 0 0 4 1 0 0 17 0 1 0 538695552 87113728 2236 33554432000 4194304 5683644 140733340309776 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 21268 2240 707 364 0 1485 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85072

[startup+0.301132 s]
/proc/loadavg: 4.00 6.37 7.27 2/218 14497
/proc/meminfo: memFree=27989712/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 5961 932 1 0 13 5 0 0 17 0 1 0 538695552 139005952 4150 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613106693 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701098 s]
/proc/loadavg: 4.00 6.37 7.27 2/218 14497
/proc/meminfo: memFree=27989712/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=259460 CPUtime=0.39 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 8591 932 1 0 26 13 0 0 15 0 1 0 538695552 265687040 6432 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613110528 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 64865 6437 1656 364 0 5223 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 259460

[startup+1.50091 s]
/proc/loadavg: 3.84 6.29 7.24 3/222 14512
/proc/meminfo: memFree=27882684/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=341816 CPUtime=1.18 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 24982 932 1 0 103 15 0 0 16 0 1 0 538695552 350019584 22569 33554432000 4194304 5683644 140733340309776 18446744073709551615 270612771525 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 85454 22569 1761 364 0 21378 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 341816

[startup+3.10064 s]
/proc/loadavg: 3.84 6.29 7.24 3/222 14512
/proc/meminfo: memFree=27723344/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=407392 CPUtime=2.78 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 60548 932 1 0 257 21 0 0 18 0 1 0 538695552 417169408 39183 33554432000 4194304 5683644 140733340309776 18446744073709551615 47692864510768 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 101848 39183 1776 364 0 37772 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 407392

[startup+6.30106 s]
/proc/loadavg: 3.78 6.24 7.22 3/222 14512
/proc/meminfo: memFree=27506908/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=445680 CPUtime=5.98 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 70180 932 1 0 576 22 0 0 25 0 1 0 538695552 456376320 48805 33554432000 4194304 5683644 140733340309776 18446744073709551615 4570874 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 111420 48805 1826 364 0 47344 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 445680

[startup+12.7009 s]
/proc/loadavg: 3.63 6.17 7.19 3/222 14512
/proc/meminfo: memFree=27438364/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=445680 CPUtime=12.39 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 70180 932 1 0 1216 23 0 0 25 0 1 0 538695552 456376320 48805 33554432000 4194304 5683644 140733340309776 18446744073709551615 4619696 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 111420 48805 1826 364 0 47344 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 445680

[startup+25.5007 s]
/proc/loadavg: 3.38 6.03 7.13 3/222 14513
/proc/meminfo: memFree=27439192/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=445680 CPUtime=25.18 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 70181 932 1 0 2495 23 0 0 25 0 1 0 538695552 456376320 48806 33554432000 4194304 5683644 140733340309776 18446744073709551615 47692851595812 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 111420 48806 1827 364 0 47344 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 445680

[startup+51.1001 s]
/proc/loadavg: 2.84 5.64 6.97 3/222 14513
/proc/meminfo: memFree=27438504/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=445680 CPUtime=50.78 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 70187 932 1 0 5055 23 0 0 25 0 1 0 538695552 456376320 48812 33554432000 4194304 5683644 140733340309776 18446744073709551615 47692818933900 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 111420 48812 1833 364 0 47344 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 445680

[startup+102.308 s]
/proc/loadavg: 2.36 5.08 6.70 3/222 14515
/proc/meminfo: memFree=27437992/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=445680 CPUtime=101.99 cores=1,3,5,7
/proc/14497/stat : 14497 (python) R 14495 14497 13600 0 -1 4202496 70187 932 1 0 10176 23 0 0 25 0 1 0 538695552 456376320 48812 33554432000 4194304 5683644 140733340309776 18446744073709551615 47692818933900 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14497/statm: 111420 48812 1833 364 0 47344 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 445680

[startup+162.301 s]
/proc/loadavg: 4.12 5.09 6.61 6/234 14528
/proc/meminfo: memFree=25956552/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=473996 CPUtime=104.9 cores=1,3,5,7
/proc/14497/stat : 14497 (python) S 14495 14497 13600 0 -1 4202496 72894 932 1 0 10465 25 0 0 22 0 5 0 538695552 485371904 45696 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14497/statm: 118499 45696 1881 364 0 54408 0
[pid=14516] ppid=14497 vsize=432984 CPUtime=0.08 cores=1,3,5,7
/proc/14516/stat : 14516 (python) S 14497 14497 13600 0 -1 4202560 1002 0 0 0 4 4 0 0 18 0 1 0 538706066 443375616 44181 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130767 0 0 16781312 514 6232542079629623556 0 0 17 1 0 0 0
/proc/14516/statm: 108246 44181 382 364 0 44164 0
[pid=14518] ppid=14516 vsize=74352 CPUtime=57.14 cores=1,3,5,7
/proc/14518/stat : 14518 (lingeling) R 14516 14518 14518 0 -1 4202496 31306 0 0 0 5710 4 0 0 25 0 1 0 538706067 76136448 17758 33554432000 4194304 4352236 140734007617424 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/14518/statm: 18588 17758 129 39 0 17668 0
[pid=14519] ppid=14497 vsize=443240 CPUtime=0.08 cores=1,3,5,7
/proc/14519/stat : 14519 (python) S 14497 14497 13600 0 -1 4202560 927 0 0 0 4 4 0 0 15 0 1 0 538706069 453877760 44173 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 6232542079629623559 0 0 17 1 0 0 0
/proc/14519/statm: 110810 44173 370 364 0 46725 0
[pid=14521] ppid=14519 vsize=889184 CPUtime=57.11 cores=1,3,5,7
/proc/14521/stat : 14521 (cryptominisat-2) R 14519 14521 14521 0 -1 4202496 180157 0 0 0 5686 25 0 0 25 0 1 0 538706070 910524416 171583 33554432000 4194304 4677096 140734753537248 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14521/statm: 222296 171583 393 118 0 217255 0
[pid=14522] ppid=14497 vsize=453496 CPUtime=0.08 cores=1,3,5,7
/proc/14522/stat : 14522 (python) S 14497 14497 13600 0 -1 4202560 947 0 0 0 4 4 0 0 18 0 1 0 538706072 464379904 44177 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 6232542079629623560 0 0 17 7 0 0 0
/proc/14522/statm: 113374 44177 370 364 0 49286 0
[pid=14524] ppid=14522 vsize=60536 CPUtime=56.91 cores=1,3,5,7
/proc/14524/stat : 14524 (lingeling) R 14522 14524 14524 0 -1 4202496 27849 0 0 0 5688 3 0 0 25 0 1 0 538706072 61988864 14304 33554432000 4194304 4352236 140736175635312 18446744073709551615 4327936 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14524/statm: 15134 14304 129 39 0 14214 0
[pid=14525] ppid=14497 vsize=463752 CPUtime=0.09 cores=1,3,5,7
/proc/14525/stat : 14525 (python) S 14497 14497 13600 0 -1 4202560 952 0 0 0 5 4 0 0 15 0 1 0 538706075 474882048 44181 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 5625668839996883208 0 0 17 7 0 0 0
/proc/14525/statm: 115938 44181 370 364 0 51847 0
[pid=14527] ppid=14525 vsize=877404 CPUtime=56.45 cores=1,3,5,7
/proc/14527/stat : 14527 (cryptominisat-2) R 14525 14527 14527 0 -1 4202496 177907 0 0 0 5623 22 0 0 25 0 1 0 538706075 898461696 169215 33554432000 4194304 4677096 140734271935680 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/14527/statm: 219351 169215 393 118 0 214310 0
[pid=14497/tid=14517] ppid=14495 vsize=473996 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14517/stat : 14517 (python) S 14495 14497 13600 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 538706067 485371904 45696 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 5 0 0 0
[pid=14497/tid=14520] ppid=14495 vsize=473996 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14520/stat : 14520 (python) S 14495 14497 13600 0 -1 4202560 21 932 0 0 0 0 0 0 21 0 5 0 538706070 485371904 45696 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 5 0 0 0
[pid=14497/tid=14523] ppid=14495 vsize=473996 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14523/stat : 14523 (python) S 14495 14497 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 538706072 485371904 45696 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14526] ppid=14495 vsize=473996 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14526/stat : 14526 (python) S 14495 14497 13600 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 5 0 538706075 485371904 45696 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 332.84
Current children cumulated vsize (KiB) 4168944

[startup+222.301 s]
/proc/loadavg: 4.72 5.09 6.51 6/235 14531
/proc/meminfo: memFree=25205576/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=473996 CPUtime=104.93 cores=1,3,5,7
/proc/14497/stat : 14497 (python) S 14495 14497 13600 0 -1 4202496 73412 932 1 0 10467 26 0 0 18 0 5 0 538695552 485371904 45697 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14497/statm: 118499 45697 1882 364 0 54408 0
[pid=14516] ppid=14497 vsize=443228 CPUtime=0.17 cores=1,3,5,7
/proc/14516/stat : 14516 (python) S 14497 14497 13600 0 -1 4202560 1179 0 0 0 9 8 0 0 18 0 2 0 538706066 453865472 44220 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14516/statm: 110807 44220 416 364 0 46725 0
[pid=14518] ppid=14516 vsize=74352 CPUtime=116.92 cores=1,3,5,7
/proc/14518/stat : 14518 (lingeling) R 14516 14518 14518 0 -1 4202496 31306 0 0 0 11688 4 0 0 25 0 1 0 538706067 76136448 17758 33554432000 4194304 4352236 140734007617424 18446744073709551615 4328816 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/14518/statm: 18588 17758 129 39 0 17668 0
[pid=14516/tid=14530] ppid=14497 vsize=443228 CPUtime=0 cores=1,3,5,7
/proc/14516/task/14530/stat : 14530 (python) S 14497 14497 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538716082 453865472 44220 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604466823181312 0 0 -1 1 0 0 0
[pid=14519] ppid=14497 vsize=443240 CPUtime=0.2 cores=1,3,5,7
/proc/14519/stat : 14519 (python) S 14497 14497 13600 0 -1 4202560 947 0 0 0 11 9 0 0 15 0 1 0 538706069 453877760 44173 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 6232542079629623559 0 0 17 1 0 0 0
/proc/14519/statm: 110810 44173 370 364 0 46725 0
[pid=14521] ppid=14519 vsize=1364200 CPUtime=117.11 cores=1,3,5,7
/proc/14521/stat : 14521 (cryptominisat-2) R 14519 14521 14521 0 -1 4202496 274754 0 0 0 11671 40 0 0 25 0 1 0 538706070 1396940800 261981 33554432000 4194304 4677096 140734753537248 18446744073709551615 4319152 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14521/statm: 341050 261981 393 118 0 336009 0
[pid=14522] ppid=14497 vsize=453496 CPUtime=0.18 cores=1,3,5,7
/proc/14522/stat : 14522 (python) S 14497 14497 13600 0 -1 4202560 963 0 0 0 10 8 0 0 18 0 1 0 538706072 464379904 44177 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 6232542079629623560 0 0 17 7 0 0 0
/proc/14522/statm: 113374 44177 370 364 0 49286 0
[pid=14524] ppid=14522 vsize=60532 CPUtime=116.76 cores=1,3,5,7
/proc/14524/stat : 14524 (lingeling) R 14522 14524 14524 0 -1 4202496 27849 0 0 0 11673 3 0 0 25 0 1 0 538706072 61984768 14303 33554432000 4194304 4352236 140736175635312 18446744073709551615 4281005 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/14524/statm: 15133 14303 129 39 0 14213 0
[pid=14525] ppid=14497 vsize=463752 CPUtime=0.19 cores=1,3,5,7
/proc/14525/stat : 14525 (python) S 14497 14497 13600 0 -1 4202560 971 0 0 0 11 8 0 0 15 0 1 0 538706075 474882048 44181 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 5625668839996883208 0 0 17 7 0 0 0
/proc/14525/statm: 115938 44181 370 364 0 51847 0
[pid=14527] ppid=14525 vsize=1374696 CPUtime=115.96 cores=1,3,5,7
/proc/14527/stat : 14527 (cryptominisat-2) R 14525 14527 14527 0 -1 4202496 274793 0 0 0 11558 38 0 0 25 0 1 0 538706075 1407688704 263885 33554432000 4194304 4677096 140734271935680 18446744073709551615 4238575 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14527/statm: 343674 263885 393 118 0 338633 0

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

/proc/14579/stat : 14579 (cryptominisat-2) T 14577 14579 14579 0 -1 4202496 366223 0 0 0 19584 55 0 0 25 0 1 0 538775078 1816666112 341766 33554432000 4194304 4677096 140735028178208 18446744073709551615 4317747 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/14579/statm: 443522 341766 393 118 0 438481 0
[pid=14577/tid=14592] ppid=14497 vsize=504776 CPUtime=0 cores=1,3,5,7
/proc/14577/task/14592/stat : 14592 (python) S 14497 14497 13600 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538785186 516890624 44233 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604469192407232 0 0 -1 7 0 0 0
[pid=14599] ppid=14497 vsize=515032 CPUtime=0.36 cores=1,3,5,7
/proc/14599/stat : 14599 (python) S 14497 14497 13600 0 -1 4202560 1162 0 0 0 18 18 0 0 19 0 2 0 538794595 527392768 44231 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14599/statm: 128758 44231 399 364 0 64652 0
[pid=14601] ppid=14599 vsize=63744 CPUtime=195.88 cores=1,3,5,7
/proc/14601/stat : 14601 (lingeling) T 14599 14601 14601 0 -1 4202496 28660 0 0 0 19584 4 0 0 25 0 1 0 538794595 65273856 15105 33554432000 4194304 4352236 140736270544832 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/14601/statm: 15936 15105 129 39 0 15016 0
[pid=14599/tid=14615] ppid=14497 vsize=515032 CPUtime=0 cores=1,3,5,7
/proc/14599/task/14615/stat : 14615 (python) S 14497 14497 13600 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538814230 527392768 44231 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604460790716288 0 0 -1 7 0 0 0
[pid=14616] ppid=14497 vsize=525288 CPUtime=0.1 cores=1,3,5,7
/proc/14616/stat : 14616 (python) S 14497 14497 13600 0 -1 4202560 960 0 0 0 5 5 0 0 18 0 1 0 538814232 537894912 44205 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 6232542079629623559 0 0 17 7 0 0 0
/proc/14616/statm: 131322 44205 370 364 0 67213 0
[pid=14618] ppid=14616 vsize=199120 CPUtime=54.2 cores=1,3,5,7
/proc/14618/stat : 14618 (precosat) R 14616 14618 14618 0 -1 4202496 51554 0 0 0 5409 11 0 0 25 0 1 0 538814234 203898880 47204 33554432000 4194304 4890832 140737471525664 18446744073709551615 4213733 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/14618/statm: 49780 47204 86 171 0 49607 0
[pid=14497/tid=14517] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14517/stat : 14517 (python) S 14495 14497 13600 0 -1 4202560 37 932 0 0 0 0 0 0 18 0 11 0 538706067 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 5 0 0 0
[pid=14497/tid=14520] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14520/stat : 14520 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 11 0 538706070 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 5 0 0 0
[pid=14497/tid=14523] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14523/stat : 14523 (python) S 14495 14497 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 538706072 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14526] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14526/stat : 14526 (python) S 14495 14497 13600 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 11 0 538706075 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14557] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14557/stat : 14557 (python) S 14495 14497 13600 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 11 0 538745234 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14564] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14564/stat : 14564 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 538755131 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14571] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14571/stat : 14571 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 538765157 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14578] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14578/stat : 14578 (python) S 14495 14497 13600 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 11 0 538775078 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14600] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14600/stat : 14600 (python) S 14495 14497 13600 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 11 0 538794595 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14617] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14617/stat : 14617 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 538814234 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4640.36
Current children cumulated vsize (KiB) 13076828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1282.4 s]
/proc/loadavg: 8.19 8.05 7.55 9/297 14621
/proc/meminfo: memFree=15566864/32951124 swapFree=67111516/67111528
[pid=14497] ppid=14495 vsize=535532 CPUtime=105.27 cores=1,3,5,7
/proc/14497/stat : 14497 (python) S 14495 14497 13600 0 -1 4202496 78030 932 1 0 10498 29 0 0 19 0 11 0 538695552 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14497/statm: 133883 45733 1894 364 0 69774 0
[pid=14516] ppid=14497 vsize=443228 CPUtime=1.31 cores=1,3,5,7
/proc/14516/stat : 14516 (python) S 14497 14497 13600 0 -1 4202560 1206 0 0 0 61 70 0 0 18 0 2 0 538706066 453865472 44220 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14516/statm: 110807 44220 416 364 0 46725 0
[pid=14518] ppid=14516 vsize=94828 CPUtime=778.3 cores=1,3,5,7
/proc/14518/stat : 14518 (lingeling) T 14516 14518 14518 0 -1 4202496 36426 0 0 0 77825 5 0 0 25 0 1 0 538706067 97103872 22877 33554432000 4194304 4352236 140734007617424 18446744073709551615 4278690 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14518/statm: 23707 22877 129 39 0 22787 0
[pid=14516/tid=14530] ppid=14497 vsize=443228 CPUtime=0 cores=1,3,5,7
/proc/14516/task/14530/stat : 14530 (python) S 14497 14497 13600 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538716082 453865472 44220 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604466823181312 0 0 -1 1 0 0 0
[pid=14519] ppid=14497 vsize=443240 CPUtime=1.6 cores=1,3,5,7
/proc/14519/stat : 14519 (python) S 14497 14497 13600 0 -1 4202560 1163 0 0 0 82 78 0 0 15 0 2 0 538706069 453877760 44204 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14519/statm: 110810 44204 400 364 0 46725 0
[pid=14521] ppid=14519 vsize=2722112 CPUtime=881.2 cores=1,3,5,7
/proc/14521/stat : 14521 (cryptominisat-2) R 14519 14521 14521 0 -1 4202496 706660 0 0 0 87959 161 0 0 25 0 1 0 538706070 2787442688 515099 33554432000 4194304 4677096 140734753537248 18446744073709551615 4335787 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14521/statm: 680528 515099 393 118 0 675487 0
[pid=14519/tid=14562] ppid=14497 vsize=443240 CPUtime=0 cores=1,3,5,7
/proc/14519/task/14562/stat : 14562 (python) S 14497 14497 13600 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538755128 453877760 44204 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604468544990016 0 0 -1 1 0 0 0
[pid=14522] ppid=14497 vsize=453496 CPUtime=1.84 cores=1,3,5,7
/proc/14522/stat : 14522 (python) S 14497 14497 13600 0 -1 4202560 1149 0 0 0 89 95 0 0 19 0 2 0 538706072 464379904 44207 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14522/statm: 113374 44207 399 364 0 49286 0
[pid=14524] ppid=14522 vsize=108876 CPUtime=1067.5 cores=1,3,5,7
/proc/14524/stat : 14524 (lingeling) T 14522 14524 14524 0 -1 4202496 39936 0 0 0 106745 5 0 0 25 0 1 0 538706072 111489024 26389 33554432000 4194304 4352236 140736175635312 18446744073709551615 4207589 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/14524/statm: 27219 26389 129 39 0 26299 0
[pid=14522/tid=14613] ppid=14497 vsize=453496 CPUtime=0 cores=1,3,5,7
/proc/14522/task/14613/stat : 14613 (python) S 14497 14497 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538812854 464379904 44207 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604468544989120 0 0 -1 7 0 0 0
[pid=14525] ppid=14497 vsize=463752 CPUtime=1.1 cores=1,3,5,7
/proc/14525/stat : 14525 (python) S 14497 14497 13600 0 -1 4202560 1168 0 0 0 57 53 0 0 15 0 2 0 538706075 474882048 44211 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14525/statm: 115938 44211 399 364 0 51847 0
[pid=14527] ppid=14525 vsize=2537432 CPUtime=600.68 cores=1,3,5,7
/proc/14527/stat : 14527 (cryptominisat-2) R 14525 14527 14527 0 -1 4202496 607776 0 0 0 59952 116 0 0 25 0 1 0 538706075 2598330368 479833 33554432000 4194304 4677096 140734271935680 18446744073709551615 4336048 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14527/statm: 634358 479833 393 118 0 629317 0
[pid=14525/tid=14566] ppid=14497 vsize=463752 CPUtime=0 cores=1,3,5,7
/proc/14525/task/14566/stat : 14566 (python) S 14497 14497 13600 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538755428 474882048 44211 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604468544987328 0 0 -1 7 0 0 0
[pid=14556] ppid=14497 vsize=474008 CPUtime=1.2 cores=1,3,5,7
/proc/14556/stat : 14556 (python) S 14497 14497 13600 0 -1 4202560 1163 0 0 0 58 62 0 0 18 0 2 0 538745233 485384192 44215 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14556/statm: 118502 44215 399 364 0 54408 0
[pid=14558] ppid=14556 vsize=198624 CPUtime=675.41 cores=1,3,5,7
/proc/14558/stat : 14558 (precosat) R 14556 14558 14558 0 -1 4202496 89584 0 0 0 67528 13 0 0 25 0 1 0 538745234 203390976 47103 33554432000 4194304 4890832 140737233932720 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/14558/statm: 49656 47103 86 171 0 49483 0
[pid=14556/tid=14591] ppid=14497 vsize=474008 CPUtime=0 cores=1,3,5,7
/proc/14556/task/14591/stat : 14591 (python) S 14497 14497 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538784305 485384192 44215 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604471139168512 0 0 -1 5 0 0 0
[pid=14563] ppid=14497 vsize=484264 CPUtime=0.17 cores=1,3,5,7
/proc/14563/stat : 14563 (python) S 14497 14497 13600 0 -1 4202560 1124 0 0 0 8 9 0 0 19 0 2 0 538755130 495886336 44219 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14563/statm: 121066 44219 399 364 0 56969 0
[pid=14565] ppid=14563 vsize=60540 CPUtime=99.99 cores=1,3,5,7
/proc/14565/stat : 14565 (lingeling) T 14563 14565 14565 0 -1 4202496 27853 0 0 0 9994 5 0 0 25 0 1 0 538755131 61992960 14305 33554432000 4194304 4352236 140735284624368 18446744073709551615 4237043 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14565/statm: 15135 14305 129 39 0 14215 0
[pid=14563/tid=14569] ppid=14497 vsize=484264 CPUtime=0 cores=1,3,5,7
/proc/14563/task/14569/stat : 14569 (python) S 14497 14497 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538765154 495886336 44219 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604464099614784 0 0 -1 7 0 0 0
[pid=14570] ppid=14497 vsize=494520 CPUtime=0.17 cores=1,3,5,7
/proc/14570/stat : 14570 (python) S 14497 14497 13600 0 -1 4202560 1126 0 0 0 8 9 0 0 19 0 2 0 538765157 506388480 44223 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14570/statm: 123630 44223 399 364 0 59530 0
[pid=14572] ppid=14570 vsize=67452 CPUtime=97.76 cores=1,3,5,7
/proc/14572/stat : 14572 (SApperloT-base) T 14570 14572 14572 0 -1 4202496 16320 0 0 0 9772 4 0 0 25 0 1 0 538765157 69070848 15700 33554432000 134512640 135674940 4294377872 18446744073709551615 134557392 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14572/statm: 16863 15700 100 284 0 16577 0
[pid=14570/tid=14576] ppid=14497 vsize=494520 CPUtime=0 cores=1,3,5,7
/proc/14570/task/14576/stat : 14576 (python) S 14497 14497 13600 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538775075 506388480 44223 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604466564116800 0 0 -1 7 0 0 0
[pid=14577] ppid=14497 vsize=504776 CPUtime=0.4 cores=1,3,5,7
/proc/14577/stat : 14577 (python) S 14497 14497 13600 0 -1 4202560 1217 0 0 0 21 19 0 0 15 0 2 0 538775077 516890624 44233 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14577/statm: 126194 44233 405 364 0 62091 0
[pid=14579] ppid=14577 vsize=1774088 CPUtime=196.39 cores=1,3,5,7
/proc/14579/stat : 14579 (cryptominisat-2) T 14577 14579 14579 0 -1 4202496 366223 0 0 0 19584 55 0 0 25 0 1 0 538775078 1816666112 341766 33554432000 4194304 4677096 140735028178208 18446744073709551615 4317747 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/14579/statm: 443522 341766 393 118 0 438481 0
[pid=14577/tid=14592] ppid=14497 vsize=504776 CPUtime=0 cores=1,3,5,7
/proc/14577/task/14592/stat : 14592 (python) S 14497 14497 13600 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538785186 516890624 44233 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604469192407232 0 0 -1 7 0 0 0
[pid=14599] ppid=14497 vsize=515032 CPUtime=0.36 cores=1,3,5,7
/proc/14599/stat : 14599 (python) S 14497 14497 13600 0 -1 4202560 1162 0 0 0 18 18 0 0 19 0 2 0 538794595 527392768 44231 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14599/statm: 128758 44231 399 364 0 64652 0
[pid=14601] ppid=14599 vsize=63744 CPUtime=195.88 cores=1,3,5,7
/proc/14601/stat : 14601 (lingeling) T 14599 14601 14601 0 -1 4202496 28660 0 0 0 19584 4 0 0 25 0 1 0 538794595 65273856 15105 33554432000 4194304 4352236 140736270544832 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/14601/statm: 15936 15105 129 39 0 15016 0
[pid=14599/tid=14615] ppid=14497 vsize=515032 CPUtime=0 cores=1,3,5,7
/proc/14599/task/14615/stat : 14615 (python) S 14497 14497 13600 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538814230 527392768 44231 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 514 18446604460790716288 0 0 -1 7 0 0 0
[pid=14616] ppid=14497 vsize=525288 CPUtime=0.18 cores=1,3,5,7
/proc/14616/stat : 14616 (python) S 14497 14497 13600 0 -1 4202560 973 0 0 0 9 9 0 0 18 0 1 0 538814232 537894912 44205 33554432000 4194304 5683644 140733340309776 18446744073709551615 270613130822 0 0 16781312 514 6232542079629623559 0 0 17 7 0 0 0
/proc/14616/statm: 131322 44205 370 364 0 67213 0
[pid=14618] ppid=14616 vsize=199120 CPUtime=93.37 cores=1,3,5,7
/proc/14618/stat : 14618 (precosat) R 14616 14618 14618 0 -1 4202496 51555 0 0 0 9326 11 0 0 25 0 1 0 538814234 203898880 47205 33554432000 4194304 4890832 140737471525664 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/14618/statm: 49780 47205 86 171 0 49607 0
[pid=14497/tid=14517] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14517/stat : 14517 (python) S 14495 14497 13600 0 -1 4202560 37 932 0 0 0 0 0 0 18 0 11 0 538706067 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 5 0 0 0
[pid=14497/tid=14520] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14520/stat : 14520 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 11 0 538706070 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 5 0 0 0
[pid=14497/tid=14523] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14523/stat : 14523 (python) S 14495 14497 13600 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 538706072 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14526] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14526/stat : 14526 (python) S 14495 14497 13600 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 11 0 538706075 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14557] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14557/stat : 14557 (python) S 14495 14497 13600 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 11 0 538745234 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14564] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14564/stat : 14564 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 538755131 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14571] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14571/stat : 14571 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 538765157 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14578] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14578/stat : 14578 (python) S 14495 14497 13600 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 11 0 538775078 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14600] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14600/stat : 14600 (python) S 14495 14497 13600 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 11 0 538794595 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
[pid=14497/tid=14617] ppid=14495 vsize=535532 CPUtime=0 cores=1,3,5,7
/proc/14497/task/14617/stat : 14617 (python) S 14495 14497 13600 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 11 0 538814234 548384768 45733 33554432000 4194304 5683644 140733340309776 18446744073709551615 270624934321 0 0 16781312 2 18446604469192408128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 13163952

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14497 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=985039
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=310952
# CPU time returned by wait4() is 105.296
# while last known CPU time is 4800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1282.48
CPU time (s): 4800.08
CPU user time (s): 4791.78
CPU system time (s): 8.3
CPU usage (%): 374.281
Max. virtual memory (cumulated for all children) (KiB): 13180252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.985
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78969
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= 3371
involuntary context switches= 209

runsolver used 3.84741 second user time and 10.4644 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-01 19:29:06
IDJOB=3317870
IDBENCH=84248
IDSOLVER=1706
FILE ID=node108/3317870-1304270945
RUNJOBID= node108-1304270945-14484
PBS_JOBID= 13173970
Free space on /tmp= 73024 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.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-3317870-1304270945/watcher-3317870-1304270945 -o /tmp/evaluation-result-3317870-1304270945/solver-3317870-1304270945 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317870-1304270945.cnf -seed 101583788 -budget 4800 -cores 4

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=101583788

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27989744 kB
Buffers:        646140 kB
Cached:        1664608 kB
SwapCached:         12 kB
Active:        2418480 kB
Inactive:      2127976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27989744 kB
SwapTotal:    67111528 kB
SwapFree:     67111516 kB
Dirty:           66400 kB
Writeback:           0 kB
AnonPages:     2235196 kB
Mapped:          18452 kB
Slab:           341724 kB
PageTables:      13116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18061316 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= 72952 MiB
End job on node108 at 2011-05-01 19:50:31