Trace number 3498262

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.03 5018.27

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2847.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.59/25.24	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.59/25.24	c INFO: solving HOME/instance-3498262-1307953114.cnf
0.59/25.24	c INFO: computing task features
0.59/25.26	c INFO: computed variable-clause graph statistics
0.59/25.26	c INFO: computed clause balance statistics
0.66/25.35	c INFO: computed variable balance statistics
0.76/25.42	c INFO: computed small-clause counts
0.76/25.42	c INFO: computed Horn-clause counts
0.76/25.43	c INFO: computed variable graph statistics
0.76/25.43	c INFO: collected features for HOME/instance-3498262-1307953114.cnf in 0.19 s
0.79/25.59	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
101.01/125.74	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
587.15/611.27	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
687.46/711.41	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.40)
1179.29/1202.76	c INFO: running precosat-570@0 for 388 with 3822 remaining (b = 0.29)
1568.32/1591.25	c INFO: running lingeling-276@0 for 582 with 3434 remaining (b = 0.36)
2155.75/2177.94	c INFO: running lingeling-276@0 for 97 with 2847 remaining (b = 0.08)
2255.94/2278.07	c INFO: running cryptominisat-2.9.0@491 for 97 with 2747 remaining (b = 0.07)
2352.18/2374.13	c INFO: running cryptominisat-2.9.0@0 for 485 with 2651 remaining (b = 0.21)
2842.00/2863.22	c INFO: running lingeling-276@100 for 97 with 2162 remaining (b = 0.05)
2939.21/2960.35	c INFO: running cryptominisat-2.9.0@488 for 97 with 2065 remaining (b = 0.05)
3035.32/3056.31	c INFO: running precosat-570@388 for 194 with 1969 remaining (b = 0.09)
3234.81/3255.58	c INFO: running precosat-570@587 for 194 with 1770 remaining (b = 0.11)
3426.41/3446.84	c INFO: running precosat-570@0 for 194 with 1579 remaining (b = 0.09)
3622.86/3643.09	c INFO: running lingeling-276@585 for 485 with 1383 remaining (b = 0.18)
4111.28/4130.71	c INFO: running lingeling-276@197 for 388 with 895 remaining (b = 0.16)
4497.22/4516.17	c INFO: running precosat-570@196 for 97 with 510 remaining (b = 0.05)
4594.45/4613.29	c INFO: running lingeling-276@0 for 194 with 413 remaining (b = 0.09)
4789.99/4808.54	c INFO: running lingeling-276@1073 for 217 with 217 remaining (b = 0.07)
5000.03/5018.24	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

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

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: 0.00 0.00 0.00 2/173 14084
/proc/meminfo: memFree=3887844/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/14084/stat : 14084 (runsolver) S 14082 14084 14046 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906909786 12087296 50 33554432000 4194304 5436572 140734274791440 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 6 0 0 0
/proc/14084/statm: 2951 50 31 304 0 2643 0

[startup+0.055237 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 14084
/proc/meminfo: memFree=3887844/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/14084/stat : 14084 (runsolver) S 14082 14084 14046 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 906909786 12087296 55 33554432000 4194304 5436572 140734274791440 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 4 0 0 0
/proc/14084/statm: 2951 55 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100227 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 14084
/proc/meminfo: memFree=3887844/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=6240 CPUtime=0 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4194304 98 0 2 0 0 0 0 0 17 0 1 0 906909786 6389760 51 33554432000 4194304 5683644 140737402331520 18446744073709551615 212682751623 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 2
/proc/14084/statm: 1560 51 40 364 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6240

[startup+0.300214 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 14084
/proc/meminfo: memFree=3887844/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=15216 CPUtime=0 cores=0,2,4,6
/proc/14084/stat : 14084 (python) D 14082 14084 14046 0 -1 4202496 650 0 6 0 0 0 0 0 16 0 1 0 906909786 15581184 550 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687675136 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 7
/proc/14084/statm: 3804 550 312 364 0 291 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15216

[startup+0.701118 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 14084
/proc/meminfo: memFree=3887844/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=15764 CPUtime=0 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 841 0 6 0 0 0 0 0 15 0 1 0 906909786 16142336 728 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 19
/proc/14084/statm: 3941 728 334 364 0 428 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15764

[startup+1.50102 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 14094
/proc/meminfo: memFree=3847828/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=16812 CPUtime=0.03 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 1224 0 6 0 2 1 0 0 15 0 1 0 906909786 17215488 1086 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 23
/proc/14084/statm: 4203 1086 417 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16812

[startup+3.10068 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 14094
/proc/meminfo: memFree=3845996/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=21104 CPUtime=0.05 cores=0,2,4,6
/proc/14084/stat : 14084 (python) D 14082 14084 14046 0 -1 4202496 1309 0 8 0 4 1 0 0 16 0 1 0 906909786 21610496 1166 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 31
/proc/14084/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21104
heavy processes:

[startup+6.30114 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 14094
/proc/meminfo: memFree=3842884/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=30112 CPUtime=0.07 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 1506 0 11 0 5 2 0 0 16 0 1 0 906909786 30834688 1352 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 41
/proc/14084/statm: 7528 1352 443 364 0 898 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30112
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.22 0.05 0.02 1/178 14094
/proc/meminfo: memFree=3834612/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=85364 CPUtime=0.13 cores=0,2,4,6
/proc/14084/stat : 14084 (python) D 14082 14084 14046 0 -1 4202496 2574 0 21 0 8 5 0 0 16 0 1 0 906909786 87412736 2315 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 75
/proc/14084/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 85364
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.19 0.05 0.01 1/178 14102
/proc/meminfo: memFree=3775372/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=279116 CPUtime=0.79 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 9444 926 114 9 59 20 0 0 15 0 1 0 906909786 285814784 7199 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 200
/proc/14084/statm: 69779 7199 1835 364 0 5703 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 279116
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 0.80 0.20 0.07 3/184 14109
/proc/meminfo: memFree=3682484/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=289384 CPUtime=0.81 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 9792 926 114 9 61 20 0 0 17 0 2 0 906909786 296329216 7243 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 200
/proc/14084/statm: 72346 7243 1875 364 0 8264 0
[pid=14103] ppid=14084 vsize=279140 CPUtime=0.02 cores=0,2,4,6
/proc/14103/stat : 14103 (python) S 14084 14084 14046 0 -1 4202560 960 0 0 0 1 1 0 0 15 0 1 0 906912345 285839360 5746 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687695375 0 0 16781312 514 15773488258958196996 0 0 17 0 0 0 0
/proc/14103/statm: 69785 5746 382 364 0 5703 0
[pid=14105] ppid=14103 vsize=11964 CPUtime=25.49 cores=0,2,4,6
/proc/14105/stat : 14105 (lingeling) R 14103 14105 14105 0 -1 4202496 8203 0 0 0 2549 0 0 0 25 0 1 0 906912346 12251136 2178 33554432000 4194304 4352236 140736156423440 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14105/statm: 2991 2178 129 39 0 2071 0
[pid=14084/tid=14104] ppid=14082 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14104/stat : 14104 (python) S 14082 14084 14046 0 -1 4202560 26 926 0 9 0 0 0 0 17 0 2 0 906912345 296329216 7243 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.32
Current children cumulated vsize (KiB) 580488
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.52 0.50 0.17 3/181 14153
/proc/meminfo: memFree=2076020/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=289384 CPUtime=0.81 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 9792 926 114 9 61 20 0 0 17 0 2 0 906909786 296329216 7243 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 200
/proc/14084/statm: 72346 7243 1875 364 0 8264 0
[pid=14103] ppid=14084 vsize=279140 CPUtime=0.09 cores=0,2,4,6
/proc/14103/stat : 14103 (python) S 14084 14084 14046 0 -1 4202560 978 0 0 0 5 4 0 0 15 0 1 0 906912345 285839360 5746 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687695375 0 0 16781312 514 15773488258958196996 0 0 17 0 0 0 0
/proc/14103/statm: 69785 5746 382 364 0 5703 0
[pid=14105] ppid=14103 vsize=17084 CPUtime=76.7 cores=0,2,4,6
/proc/14105/stat : 14105 (lingeling) R 14103 14105 14105 0 -1 4202496 16683 0 0 0 7668 2 0 0 25 0 1 0 906912346 17494016 3458 33554432000 4194304 4352236 140736156423440 18446744073709551615 4277681 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14105/statm: 4271 3458 129 39 0 3351 0
[pid=14084/tid=14104] ppid=14082 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14104/stat : 14104 (python) S 14082 14084 14046 0 -1 4202560 26 926 0 9 0 0 0 0 17 0 2 0 906912345 296329216 7243 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.6
Current children cumulated vsize (KiB) 585608
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.82 0.77 0.29 3/182 14156
/proc/meminfo: memFree=2274456/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=289384 CPUtime=0.85 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 10258 926 114 9 64 21 0 0 17 0 2 0 906909786 296329216 7244 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 200
/proc/14084/statm: 72346 7244 1876 364 0 8264 0
[pid=14103] ppid=14084 vsize=289384 CPUtime=0.16 cores=0,2,4,6
/proc/14103/stat : 14103 (python) S 14084 14084 14046 0 -1 4202560 1159 0 0 0 9 7 0 0 15 0 2 0 906912345 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14103/statm: 72346 5785 416 364 0 8264 0
[pid=14105] ppid=14103 vsize=20416 CPUtime=136.66 cores=0,2,4,6
/proc/14105/stat : 14105 (lingeling) R 14103 14105 14105 0 -1 4202496 24315 0 0 0 13664 2 0 0 25 0 1 0 906912346 20905984 4306 33554432000 4194304 4352236 140736156423440 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14105/statm: 5104 4306 129 39 0 4184 0
[pid=14103/tid=14155] ppid=14084 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14103/task/14155/stat : 14155 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 906922357 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453928035520 0 0 -1 0 0 0 0
[pid=14084/tid=14104] ppid=14082 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14104/stat : 14104 (python) S 14082 14084 14046 0 -1 4202560 26 926 0 9 0 0 0 0 15 0 2 0 906912345 296329216 7244 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 137.67
Current children cumulated vsize (KiB) 599184

[startup+222.301 s]
/proc/loadavg: 1.93 0.99 0.39 3/182 14157
/proc/meminfo: memFree=2271208/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=289384 CPUtime=0.85 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 10258 926 114 9 64 21 0 0 17 0 2 0 906909786 296329216 7244 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 200
/proc/14084/statm: 72346 7244 1876 364 0 8264 0
[pid=14103] ppid=14084 vsize=289384 CPUtime=0.23 cores=0,2,4,6
/proc/14103/stat : 14103 (python) S 14084 14084 14046 0 -1 4202560 1179 0 0 0 13 10 0 0 15 0 2 0 906912345 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14103/statm: 72346 5785 416 364 0 8264 0
[pid=14105] ppid=14103 vsize=23364 CPUtime=196.67 cores=0,2,4,6
/proc/14105/stat : 14105 (lingeling) R 14103 14105 14105 0 -1 4202496 32380 0 0 0 19664 3 0 0 25 0 1 0 906912346 23924736 5043 33554432000 4194304 4352236 140736156423440 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14105/statm: 5841 5043 129 39 0 4921 0
[pid=14103/tid=14155] ppid=14084 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14103/task/14155/stat : 14155 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 906922357 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453928035520 0 0 -1 0 0 0 0
[pid=14084/tid=14104] ppid=14082 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14104/stat : 14104 (python) S 14082 14084 14046 0 -1 4202560 26 926 0 9 0 0 0 0 15 0 2 0 906912345 296329216 7244 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.75
Current children cumulated vsize (KiB) 602132

[startup+282.301 s]
/proc/loadavg: 1.97 1.17 0.49 3/182 14159
/proc/meminfo: memFree=2273164/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=289384 CPUtime=0.85 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 10258 926 114 9 64 21 0 0 17 0 2 0 906909786 296329216 7244 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 200
/proc/14084/statm: 72346 7244 1876 364 0 8264 0
[pid=14103] ppid=14084 vsize=289384 CPUtime=0.31 cores=0,2,4,6
/proc/14103/stat : 14103 (python) S 14084 14084 14046 0 -1 4202560 1190 0 0 0 17 14 0 0 15 0 2 0 906912345 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14103/statm: 72346 5785 416 364 0 8264 0
[pid=14105] ppid=14103 vsize=21444 CPUtime=256.67 cores=0,2,4,6
/proc/14105/stat : 14105 (lingeling) R 14103 14105 14105 0 -1 4202496 37788 0 0 0 25663 4 0 0 25 0 1 0 906912346 21958656 4563 33554432000 4194304 4352236 140736156423440 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14105/statm: 5361 4563 129 39 0 4441 0
[pid=14103/tid=14155] ppid=14084 vsize=289384 CPUtime=0 cores=0,2,4,6

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

/proc/14294/stat : 14294 (lingeling) T 14292 14294 14294 0 -1 4202496 60477 0 0 0 58258 8 0 0 25 0 1 0 907127581 26746880 5731 33554432000 4194304 4352236 140735990642576 18446744073709551615 4328035 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/14294/statm: 6530 5731 129 39 0 5610 0
[pid=14292/tid=14301] ppid=14084 vsize=330600 CPUtime=0 cores=0,2,4,6
/proc/14292/task/14301/stat : 14301 (python) S 14084 14084 14046 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907137592 338534400 5823 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453636129728 0 0 -1 4 0 0 0
[pid=14305] ppid=14084 vsize=341096 CPUtime=0.84 cores=0,2,4,6
/proc/14305/stat : 14305 (python) S 14084 14084 14046 0 -1 4202560 1174 0 0 0 47 37 0 0 15 0 2 0 907147200 349282304 5869 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14305/statm: 85274 5869 401 364 0 21174 0
[pid=14307] ppid=14305 vsize=128668 CPUtime=584.98 cores=0,2,4,6
/proc/14307/stat : 14307 (cryptominisat-2) T 14305 14307 14307 0 -1 4202496 114603 0 0 0 58479 19 0 0 25 0 1 0 907147200 131756032 24271 33554432000 4194304 4677096 140736604095680 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/14307/statm: 32167 24271 392 118 0 27126 0
[pid=14305/tid=14334] ppid=14084 vsize=341096 CPUtime=0 cores=0,2,4,6
/proc/14305/task/14334/stat : 14334 (python) S 14084 14084 14046 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907196107 349282304 5869 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453921014080 0 0 -1 0 0 0 0
[pid=14350] ppid=14084 vsize=351352 CPUtime=0.39 cores=0,2,4,6
/proc/14350/stat : 14350 (python) S 14084 14084 14046 0 -1 4202560 1203 0 0 0 21 18 0 0 18 0 2 0 907254470 359784448 5906 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14350/statm: 87838 5906 406 364 0 23735 0
[pid=14352] ppid=14350 vsize=30168 CPUtime=293.34 cores=0,2,4,6
/proc/14352/stat : 14352 (precosat) T 14350 14352 14352 0 -1 4202496 7820 0 0 0 29333 1 0 0 25 0 1 0 907254471 30892032 7326 33554432000 4194304 4890832 140733359417648 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/14352/statm: 7542 7326 86 171 0 7369 0
[pid=14350/tid=14359] ppid=14084 vsize=351352 CPUtime=0 cores=0,2,4,6
/proc/14350/task/14359/stat : 14359 (python) S 14084 14084 14046 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907274094 359784448 5906 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453942916928 0 0 -1 4 0 0 0
[pid=14397] ppid=14084 vsize=361608 CPUtime=0.26 cores=0,2,4,6
/proc/14397/stat : 14397 (python) S 14084 14084 14046 0 -1 4202560 1132 0 0 0 15 11 0 0 19 0 2 0 907371116 370286592 5904 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14397/statm: 90402 5904 400 364 0 26296 0
[pid=14399] ppid=14397 vsize=21280 CPUtime=195.23 cores=0,2,4,6
/proc/14399/stat : 14399 (lingeling) T 14397 14399 14399 0 -1 4202496 31395 0 0 0 19520 3 0 0 25 0 1 0 907371116 21790720 4522 33554432000 4194304 4352236 140734267225216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/14399/statm: 5320 4522 129 39 0 4400 0
[pid=14397/tid=14405] ppid=14084 vsize=361608 CPUtime=0 cores=0,2,4,6
/proc/14397/task/14405/stat : 14405 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907390639 370286592 5904 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453985322816 0 0 -1 6 0 0 0
[pid=14084/tid=14104] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14104/stat : 14104 (python) S 14082 14084 14046 0 -1 4202560 35 926 0 9 0 0 0 0 15 0 10 0 906912345 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
[pid=14084/tid=14173] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14173/stat : 14173 (python) S 14082 14084 14046 0 -1 4202560 28 926 0 9 0 0 0 0 19 0 10 0 906970914 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 4 0 0 0
[pid=14084/tid=14181] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14181/stat : 14181 (python) S 14082 14084 14046 0 -1 4202560 35 926 0 9 0 0 0 0 18 0 10 0 906980928 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
[pid=14084/tid=14205] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14205/stat : 14205 (python) S 14082 14084 14046 0 -1 4202560 30 926 0 9 0 0 0 0 18 0 10 0 907030063 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
[pid=14084/tid=14227] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14227/stat : 14227 (python) S 14082 14084 14046 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 10 0 907068912 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14293] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14293/stat : 14293 (python) S 14082 14084 14046 0 -1 4202560 33 926 0 9 0 0 0 0 18 0 10 0 907127581 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14306] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14306/stat : 14306 (python) S 14082 14084 14046 0 -1 4202560 29 926 0 9 0 0 0 0 18 0 10 0 907147200 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14351] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14351/stat : 14351 (python) S 14082 14084 14046 0 -1 4202560 33 926 0 9 0 0 0 0 18 0 10 0 907254471 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14398] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14398/stat : 14398 (python) S 14082 14084 14046 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 10 0 907371116 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4944.04
Current children cumulated vsize (KiB) 3750072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5018.21 s]
/proc/loadavg: 2.01 2.03 1.96 3/234 14411
/proc/meminfo: memFree=5825204/32951124 swapFree=67076880/67111528
[pid=14084] ppid=14082 vsize=371852 CPUtime=1.1 cores=0,2,4,6
/proc/14084/stat : 14084 (python) S 14082 14084 14046 0 -1 4202496 17036 926 114 9 88 22 0 0 18 0 10 0 906909786 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 200
/proc/14084/statm: 92963 7399 1892 364 0 28857 0
[pid=14103] ppid=14084 vsize=289384 CPUtime=1.74 cores=0,2,4,6
/proc/14103/stat : 14103 (python) S 14084 14084 14046 0 -1 4202560 1190 0 0 0 98 76 0 0 15 0 2 0 906912345 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14103/statm: 72346 5785 416 364 0 8264 0
[pid=14105] ppid=14103 vsize=38232 CPUtime=1282.94 cores=0,2,4,6
/proc/14105/stat : 14105 (lingeling) R 14103 14105 14105 0 -1 4202496 119677 0 0 0 128280 14 0 0 25 0 1 0 906912346 39149568 8760 33554432000 4194304 4352236 140736156423440 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14105/statm: 9558 8760 129 39 0 8638 0
[pid=14103/tid=14155] ppid=14084 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/14103/task/14155/stat : 14155 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 906922357 296329216 5785 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453928035520 0 0 -1 0 0 0 0
[pid=14172] ppid=14084 vsize=289396 CPUtime=0.13 cores=0,2,4,6
/proc/14172/stat : 14172 (python) S 14084 14084 14046 0 -1 4202560 1081 0 0 0 9 4 0 0 19 0 2 0 906970914 296341504 5769 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14172/statm: 72349 5769 400 364 0 8264 0
[pid=14174] ppid=14172 vsize=7316 CPUtime=100.11 cores=0,2,4,6
/proc/14174/stat : 14174 (SApperloT-base) T 14172 14174 14174 0 -1 4202496 1823 0 0 0 10011 0 0 0 25 0 1 0 906970914 7491584 1559 33554432000 134512640 135674940 4288364160 18446744073709551615 134564788 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14174/statm: 1829 1559 100 284 0 1543 0
[pid=14172/tid=14179] ppid=14084 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/14172/task/14179/stat : 14179 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906980925 296341504 5769 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453928036416 0 0 -1 2 0 0 0
[pid=14180] ppid=14084 vsize=299652 CPUtime=0.73 cores=0,2,4,6
/proc/14180/stat : 14180 (python) S 14084 14084 14046 0 -1 4202560 1176 0 0 0 42 31 0 0 15 0 2 0 906980928 306843648 5778 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14180/statm: 74913 5778 401 364 0 10825 0
[pid=14182] ppid=14180 vsize=156984 CPUtime=587.32 cores=0,2,4,6
/proc/14182/stat : 14182 (cryptominisat-2) T 14180 14182 14182 0 -1 4202496 118839 0 1 0 58710 22 0 0 25 0 1 0 906980928 160751616 20924 33554432000 4194304 4677096 140734325663456 18446744073709551615 4319581 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 4
/proc/14182/statm: 39246 20924 393 118 0 34205 0
[pid=14180/tid=14203] ppid=14084 vsize=299652 CPUtime=0 cores=0,2,4,6
/proc/14180/task/14203/stat : 14203 (python) S 14084 14084 14046 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907030060 306843648 5778 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453928037312 0 0 -1 2 0 0 0
[pid=14204] ppid=14084 vsize=310088 CPUtime=1.1 cores=0,2,4,6
/proc/14204/stat : 14204 (python) S 14084 14084 14046 0 -1 4202560 1153 0 0 0 60 50 0 0 18 0 2 0 907030063 317530112 5796 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14204/statm: 77522 5796 400 364 0 13431 0
[pid=14206] ppid=14204 vsize=43124 CPUtime=778.99 cores=0,2,4,6
/proc/14206/stat : 14206 (precosat) T 14204 14206 14206 0 -1 4202496 13557 0 0 0 77896 3 0 0 25 0 1 0 907030063 44158976 10607 33554432000 4194304 4890832 140735076641296 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/14206/statm: 10781 10607 86 171 0 10608 0
[pid=14204/tid=14225] ppid=14084 vsize=310088 CPUtime=0 cores=0,2,4,6
/proc/14204/task/14225/stat : 14225 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907068909 317530112 5796 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453886654336 0 0 -1 2 0 0 0
[pid=14226] ppid=14084 vsize=320344 CPUtime=0.76 cores=0,2,4,6
/proc/14226/stat : 14226 (python) S 14084 14084 14046 0 -1 4202560 1155 0 0 0 42 34 0 0 19 0 2 0 907068912 328032256 5817 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14226/statm: 80086 5817 400 364 0 15992 0
[pid=14228] ppid=14226 vsize=34728 CPUtime=586.64 cores=0,2,4,6
/proc/14228/stat : 14228 (lingeling) T 14226 14228 14228 0 -1 4202496 68298 0 0 0 58651 13 0 0 25 0 1 0 907068912 35561472 7852 33554432000 4194304 4352236 140734929913344 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/14228/statm: 8682 7852 129 39 0 7762 0
[pid=14226/tid=14291] ppid=14084 vsize=320344 CPUtime=0 cores=0,2,4,6
/proc/14226/task/14291/stat : 14291 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907127579 328032256 5817 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453632266368 0 0 -1 6 0 0 0
[pid=14292] ppid=14084 vsize=330600 CPUtime=0.77 cores=0,2,4,6
/proc/14292/stat : 14292 (python) S 14084 14084 14046 0 -1 4202560 1148 0 0 0 45 32 0 0 18 0 2 0 907127581 338534400 5823 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14292/statm: 82650 5823 400 364 0 18553 0
[pid=14294] ppid=14292 vsize=26120 CPUtime=582.66 cores=0,2,4,6
/proc/14294/stat : 14294 (lingeling) T 14292 14294 14294 0 -1 4202496 60477 0 0 0 58258 8 0 0 25 0 1 0 907127581 26746880 5731 33554432000 4194304 4352236 140735990642576 18446744073709551615 4328035 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/14294/statm: 6530 5731 129 39 0 5610 0
[pid=14292/tid=14301] ppid=14084 vsize=330600 CPUtime=0 cores=0,2,4,6
/proc/14292/task/14301/stat : 14301 (python) S 14084 14084 14046 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907137592 338534400 5823 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453636129728 0 0 -1 4 0 0 0
[pid=14305] ppid=14084 vsize=341096 CPUtime=0.84 cores=0,2,4,6
/proc/14305/stat : 14305 (python) S 14084 14084 14046 0 -1 4202560 1174 0 0 0 47 37 0 0 15 0 2 0 907147200 349282304 5869 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14305/statm: 85274 5869 401 364 0 21174 0
[pid=14307] ppid=14305 vsize=128668 CPUtime=584.98 cores=0,2,4,6
/proc/14307/stat : 14307 (cryptominisat-2) T 14305 14307 14307 0 -1 4202496 114603 0 0 0 58479 19 0 0 25 0 1 0 907147200 131756032 24271 33554432000 4194304 4677096 140736604095680 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/14307/statm: 32167 24271 392 118 0 27126 0
[pid=14305/tid=14334] ppid=14084 vsize=341096 CPUtime=0 cores=0,2,4,6
/proc/14305/task/14334/stat : 14334 (python) S 14084 14084 14046 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907196107 349282304 5869 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453921014080 0 0 -1 0 0 0 0
[pid=14350] ppid=14084 vsize=351352 CPUtime=0.39 cores=0,2,4,6
/proc/14350/stat : 14350 (python) S 14084 14084 14046 0 -1 4202560 1203 0 0 0 21 18 0 0 18 0 2 0 907254470 359784448 5906 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14350/statm: 87838 5906 406 364 0 23735 0
[pid=14352] ppid=14350 vsize=30168 CPUtime=293.34 cores=0,2,4,6
/proc/14352/stat : 14352 (precosat) T 14350 14352 14352 0 -1 4202496 7820 0 0 0 29333 1 0 0 25 0 1 0 907254471 30892032 7326 33554432000 4194304 4890832 140733359417648 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/14352/statm: 7542 7326 86 171 0 7369 0
[pid=14350/tid=14359] ppid=14084 vsize=351352 CPUtime=0 cores=0,2,4,6
/proc/14350/task/14359/stat : 14359 (python) S 14084 14084 14046 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907274094 359784448 5906 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453942916928 0 0 -1 4 0 0 0
[pid=14397] ppid=14084 vsize=361608 CPUtime=0.26 cores=0,2,4,6
/proc/14397/stat : 14397 (python) S 14084 14084 14046 0 -1 4202560 1132 0 0 0 15 11 0 0 19 0 2 0 907371116 370286592 5904 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14397/statm: 90402 5904 400 364 0 26296 0
[pid=14399] ppid=14397 vsize=21280 CPUtime=195.23 cores=0,2,4,6
/proc/14399/stat : 14399 (lingeling) T 14397 14399 14399 0 -1 4202496 31395 0 0 0 19520 3 0 0 25 0 1 0 907371116 21790720 4522 33554432000 4194304 4352236 140734267225216 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/14399/statm: 5320 4522 129 39 0 4400 0
[pid=14397/tid=14405] ppid=14084 vsize=361608 CPUtime=0 cores=0,2,4,6
/proc/14397/task/14405/stat : 14405 (python) S 14084 14084 14046 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907390639 370286592 5904 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 514 18446604453985322816 0 0 -1 6 0 0 0
[pid=14084/tid=14104] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14104/stat : 14104 (python) S 14082 14084 14046 0 -1 4202560 35 926 0 9 0 0 0 0 15 0 10 0 906912345 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
[pid=14084/tid=14173] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14173/stat : 14173 (python) S 14082 14084 14046 0 -1 4202560 28 926 0 9 0 0 0 0 19 0 10 0 906970914 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 4 0 0 0
[pid=14084/tid=14181] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14181/stat : 14181 (python) S 14082 14084 14046 0 -1 4202560 35 926 0 9 0 0 0 0 18 0 10 0 906980928 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
[pid=14084/tid=14205] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14205/stat : 14205 (python) S 14082 14084 14046 0 -1 4202560 30 926 0 9 0 0 0 0 18 0 10 0 907030063 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 0 0 0 0
[pid=14084/tid=14227] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14227/stat : 14227 (python) S 14082 14084 14046 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 10 0 907068912 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14293] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14293/stat : 14293 (python) S 14082 14084 14046 0 -1 4202560 33 926 0 9 0 0 0 0 18 0 10 0 907127581 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14306] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14306/stat : 14306 (python) S 14082 14084 14046 0 -1 4202560 29 926 0 9 0 0 0 0 18 0 10 0 907147200 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14351] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14351/stat : 14351 (python) S 14082 14084 14046 0 -1 4202560 33 926 0 9 0 0 0 0 18 0 10 0 907254471 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 2 0 0 0
[pid=14084/tid=14398] ppid=14082 vsize=371852 CPUtime=0 cores=0,2,4,6
/proc/14084/task/14398/stat : 14398 (python) S 14082 14084 14046 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 10 0 907371116 380776448 7399 33554432000 4194304 5683644 140737402331520 18446744073709551615 212699498929 0 0 16781312 2 18446604453921016768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 3751992

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14084 and gives
#  childrusage.ru_utime.tv_sec=4217
#  childrusage.ru_utime.tv_usec=215885
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=86378
# CPU time returned by wait4() is 4221.3
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5018.27
CPU time (s): 5000.03
CPU user time (s): 4996.05
CPU system time (s): 3.98
CPU usage (%): 99.6366
Max. virtual memory (cumulated for all children) (KiB): 3758776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4217.22
system time used= 4.08638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555734
page faults= 124
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25254
involuntary context switches= 7229

runsolver used 16.1006 second user time and 30.8133 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-13 10:18:34
IDJOB=3498262
IDBENCH=20468
IDSOLVER=1991
FILE ID=node139/3498262-1307953114
RUNJOBID= node139-1307953114-14064
PBS_JOBID= 13559689
Free space on /tmp= 2692 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.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-3498262-1307953114/watcher-3498262-1307953114 -o /tmp/evaluation-result-3498262-1307953114/solver-3498262-1307953114 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498262-1307953114.cnf -seed 462826349 -budget 5000

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=462826349

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:       3888000 kB
Buffers:        114304 kB
Cached:       28015884 kB
SwapCached:       3400 kB
Active:       13217480 kB
Inactive:     14946880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3888000 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           38244 kB
Writeback:           0 kB
AnonPages:       32668 kB
Mapped:          13560 kB
Slab:           835072 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186644 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= 2624 MiB
End job on node139 at 2011-06-13 11:42:19