Trace number 3498521

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.01 4994.36

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.42/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/0.71	c INFO: solving HOME/instance-3498521-1307957281.cnf
0.42/0.71	c INFO: computing task features
0.42/0.71	c INFO: computed variable-clause graph statistics
0.42/0.71	c INFO: computed clause balance statistics
0.42/0.73	c INFO: computed variable balance statistics
0.42/0.75	c INFO: computed small-clause counts
0.42/0.75	c INFO: computed Horn-clause counts
0.42/0.75	c INFO: computed variable graph statistics
0.42/0.75	c INFO: collected features for HOME/instance-3498521-1307957281.cnf in 0.04 s
0.42/0.77	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.27)
100.72/100.92	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
586.89/586.48	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
687.10/686.61	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.40)
1175.61/1174.52	c INFO: running precosat-570@0 for 388 with 3826 remaining (b = 0.29)
1569.48/1567.94	c INFO: running lingeling-276@585 for 679 with 3433 remaining (b = 0.28)
2250.00/2247.62	c INFO: running cryptominisat-2.9.0@0 for 388 with 2754 remaining (b = 0.25)
2639.36/2636.54	c INFO: running cryptominisat-2.9.0@388 for 97 with 2365 remaining (b = 0.09)
2739.58/2736.66	c INFO: running lingeling-276@0 for 873 with 2265 remaining (b = 0.42)
3615.51/3611.54	c INFO: running lingeling-276@0 for 582 with 1390 remaining (b = 0.30)
4202.79/4198.13	c INFO: running precosat-570@393 for 388 with 804 remaining (b = 0.20)
4588.66/4583.55	c INFO: running precosat-570@0 for 418 with 418 remaining (b = 0.19)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498521-1307957281/watcher-3498521-1307957281 -o /var/tmp/evaluation-result-3498521-1307957281/solver-3498521-1307957281 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498521-1307957281.cnf -seed 1844482515 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.95 2/206 4138
/proc/meminfo: memFree=5964232/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 888143768 15548416 614 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/4138/statm: 3796 614 321 364 0 283 0

[startup+0.102799 s]
/proc/loadavg: 2.01 2.02 1.95 2/206 4138
/proc/meminfo: memFree=5964232/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/4138/stat : 4138 (python) R 4136 4138 3763 0 -1 4202496 2631 0 0 0 5 1 0 0 17 0 1 0 888143768 87674880 2348 33554432000 4194304 5683644 140735141937744 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/4138/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.200781 s]
/proc/loadavg: 2.01 2.02 1.95 2/206 4138
/proc/meminfo: memFree=5964232/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=124064 CPUtime=0.12 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 4184 0 1 0 9 3 0 0 17 0 1 0 888143768 127041536 3794 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/4138/statm: 31016 3794 991 364 0 2827 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124064

[startup+0.3008 s]
/proc/loadavg: 2.01 2.02 1.95 2/206 4138
/proc/meminfo: memFree=5964232/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=135744 CPUtime=0.18 cores=1,3,5,7
/proc/4138/stat : 4138 (python) R 4136 4138 3763 0 -1 4202496 5971 934 1 0 13 5 0 0 17 0 1 0 888143768 139001856 4148 33554432000 4194304 5683644 140735141937744 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/4138/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.70067 s]
/proc/loadavg: 2.01 2.02 1.95 2/206 4138
/proc/meminfo: memFree=5964232/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=268640 CPUtime=0.42 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 8860 934 1 0 30 12 0 0 15 0 1 0 888143768 275087360 6619 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/4138/statm: 67160 6619 1705 364 0 5291 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 268640

[startup+1.50051 s]
/proc/loadavg: 2.01 2.02 1.95 3/210 4146
/proc/meminfo: memFree=5935704/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288540 CPUtime=0.49 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 9795 934 1 0 37 12 0 0 18 0 2 0 888143768 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72135 7035 1875 364 0 8053 0
[pid=4144] ppid=4138 vsize=278296 CPUtime=0 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 784 0 0 0 0 0 0 0 18 0 1 0 888143846 284975104 5508 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425103 0 0 16781312 514 4962386801273602047 0 0 17 3 0 0 0
/proc/4144/statm: 69574 5508 352 364 0 5492 0
[pid=4146] ppid=4144 vsize=6996 CPUtime=0.71 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 1570 0 0 0 71 0 0 0 21 0 1 0 888143846 7163904 945 33554432000 4194304 4352236 140733285570976 18446744073709551615 4239279 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 1749 945 129 39 0 829 0
[pid=4138/tid=4145] ppid=4136 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 2 0 888143846 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 573832

[startup+3.10021 s]
/proc/loadavg: 2.01 2.02 1.95 3/210 4146
/proc/meminfo: memFree=5932852/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288540 CPUtime=0.49 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 9795 934 1 0 37 12 0 0 18 0 2 0 888143768 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72135 7035 1875 364 0 8053 0
[pid=4144] ppid=4138 vsize=278296 CPUtime=0 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 888143846 284975104 5515 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425103 0 0 16781312 514 4962386801273569544 0 0 17 3 0 0 0
/proc/4144/statm: 69574 5515 359 364 0 5492 0
[pid=4146] ppid=4144 vsize=8588 CPUtime=2.31 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 2691 0 0 0 231 0 0 0 25 0 1 0 888143846 8794112 1343 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 2147 1343 129 39 0 1227 0
[pid=4138/tid=4145] ppid=4136 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 2 0 888143846 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 575424

[startup+6.3006 s]
/proc/loadavg: 2.01 2.02 1.95 3/210 4146
/proc/meminfo: memFree=5923220/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288540 CPUtime=0.49 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 9795 934 1 0 37 12 0 0 18 0 2 0 888143768 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72135 7035 1875 364 0 8053 0
[pid=4144] ppid=4138 vsize=278296 CPUtime=0 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 962 0 0 0 0 0 0 0 18 0 1 0 888143846 284975104 5537 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425103 0 0 16781312 514 4962386801273569544 0 0 17 3 0 0 0
/proc/4144/statm: 69574 5537 381 364 0 5492 0
[pid=4146] ppid=4144 vsize=13708 CPUtime=5.51 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 5091 0 0 0 551 0 0 0 25 0 1 0 888143846 14036992 2623 33554432000 4194304 4352236 140733285570976 18446744073709551615 4207870 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 3427 2623 129 39 0 2507 0
[pid=4138/tid=4145] ppid=4136 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 2 0 888143846 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 580544

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 1.95 3/210 4146
/proc/meminfo: memFree=6003208/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288540 CPUtime=0.49 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 9795 934 1 0 37 12 0 0 18 0 2 0 888143768 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72135 7035 1875 364 0 8053 0
[pid=4144] ppid=4138 vsize=278296 CPUtime=0.01 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 966 0 0 0 0 1 0 0 18 0 1 0 888143846 284975104 5537 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425103 0 0 16781312 514 5297271100764291336 0 0 17 3 0 0 0
/proc/4144/statm: 69574 5537 381 364 0 5492 0
[pid=4146] ppid=4144 vsize=14548 CPUtime=11.91 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 7525 0 0 0 1190 1 0 0 25 0 1 0 888143846 14897152 2833 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 3637 2833 129 39 0 2717 0
[pid=4138/tid=4145] ppid=4136 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 2 0 888143846 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 581384

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 1.95 3/210 4146
/proc/meminfo: memFree=5930424/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288540 CPUtime=0.49 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 9795 934 1 0 37 12 0 0 18 0 2 0 888143768 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72135 7035 1875 364 0 8053 0
[pid=4144] ppid=4138 vsize=278296 CPUtime=0.02 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 888143846 284975104 5537 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425103 0 0 16781312 514 5297271100764291336 0 0 17 3 0 0 0
/proc/4144/statm: 69574 5537 381 364 0 5492 0
[pid=4146] ppid=4144 vsize=18644 CPUtime=24.71 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 12741 0 0 0 2469 2 0 0 25 0 1 0 888143846 19091456 3857 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 4661 3857 129 39 0 3741 0
[pid=4138/tid=4145] ppid=4136 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 2 0 888143846 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 585480

[startup+51.1011 s]
/proc/loadavg: 2.00 2.01 1.95 3/210 4147
/proc/meminfo: memFree=5928692/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288540 CPUtime=0.49 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 9795 934 1 0 37 12 0 0 18 0 2 0 888143768 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72135 7035 1875 364 0 8053 0
[pid=4144] ppid=4138 vsize=278296 CPUtime=0.06 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 984 0 0 0 3 3 0 0 18 0 1 0 888143846 284975104 5538 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425103 0 0 16781312 514 5297271100764291336 0 0 17 3 0 0 0
/proc/4144/statm: 69574 5538 382 364 0 5492 0
[pid=4146] ppid=4144 vsize=20308 CPUtime=50.31 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 18981 0 0 0 5028 3 0 0 25 0 1 0 888143846 20795392 4273 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 5077 4273 129 39 0 4157 0
[pid=4138/tid=4145] ppid=4136 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 2 0 888143846 295464960 7035 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 587144

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/211 4149
/proc/meminfo: memFree=5914588/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288948 CPUtime=0.51 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 10264 934 1 0 39 12 0 0 18 0 2 0 888143768 295882752 7120 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72237 7120 1876 364 0 8155 0
[pid=4144] ppid=4138 vsize=288540 CPUtime=0.12 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 1166 0 0 0 6 6 0 0 18 0 2 0 888143846 295464960 5577 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/4144/statm: 72135 5577 416 364 0 8053 0
[pid=4146] ppid=4144 vsize=33368 CPUtime=101.5 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 33254 0 0 0 10145 5 0 0 25 0 1 0 888143846 34168832 7538 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 8342 7538 129 39 0 7422 0
[pid=4144/tid=4149] ppid=4138 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4144/task/4149/stat : 4149 (python) S 4138 4138 3763 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888153858 295464960 5577 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604462658023552 0 0 -1 7 0 0 0
[pid=4138/tid=4145] ppid=4136 vsize=288948 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 2 0 888143846 295882752 7120 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 610856

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/211 4151
/proc/meminfo: memFree=5920016/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=288948 CPUtime=0.51 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 10264 934 1 0 39 12 0 0 18 0 2 0 888143768 295882752 7120 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4138/statm: 72237 7120 1876 364 0 8155 0
[pid=4144] ppid=4138 vsize=288540 CPUtime=0.2 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 1187 0 0 0 11 9 0 0 18 0 2 0 888143846 295464960 5577 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/4144/statm: 72135 5577 416 364 0 8053 0
[pid=4146] ppid=4144 vsize=29784 CPUtime=161.49 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) R 4144 4146 4146 0 -1 4202496 47142 0 0 0 16143 6 0 0 25 0 1 0 888143846 30498816 6642 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4146/statm: 7446 6642 129 39 0 6526 0
[pid=4144/tid=4149] ppid=4138 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4144/task/4149/stat : 4149 (python) S 4138 4138 3763 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888153858 295464960 5577 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604462658023552 0 0 -1 7 0 0 0
[pid=4138/tid=4145] ppid=4136 vsize=288948 CPUtime=0 cores=1,3,5,7

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

/proc/4172/stat : 4172 (cryptominisat-2) T 4170 4172 4172 0 -1 4202496 119983 0 0 0 48768 20 0 0 25 0 1 0 888212430 121671680 22210 33554432000 4194304 4677096 140733857706800 18446744073709551615 4319581 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4172/statm: 29705 22210 386 118 0 24664 0
[pid=4170/tid=4211] ppid=4138 vsize=299364 CPUtime=0 cores=1,3,5,7
/proc/4170/task/4211/stat : 4211 (python) S 4138 4138 3763 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 888261219 306548736 5675 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604462658024448 0 0 -1 5 0 0 0
[pid=4212] ppid=4138 vsize=309620 CPUtime=0.94 cores=1,3,5,7
/proc/4212/stat : 4212 (python) S 4138 4138 3763 0 -1 4202560 1145 0 0 0 49 45 0 0 18 0 2 0 888261221 317050880 5679 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4212/statm: 77405 5679 400 364 0 13314 0
[pid=4214] ppid=4212 vsize=80252 CPUtime=778.81 cores=1,3,5,7
/proc/4214/stat : 4214 (precosat) T 4212 4214 4214 0 -1 4202496 204620 0 0 0 77837 44 0 0 25 0 1 0 888261221 82178048 18460 33554432000 4194304 4890832 140734638058064 18446744073709551615 4238577 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/4214/statm: 20063 18460 86 171 0 19890 0
[pid=4212/tid=4225] ppid=4138 vsize=309620 CPUtime=0 cores=1,3,5,7
/proc/4212/task/4225/stat : 4225 (python) S 4138 4138 3763 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888300561 317050880 5679 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604471159769216 0 0 -1 5 0 0 0
[pid=4254] ppid=4138 vsize=319980 CPUtime=0.58 cores=1,3,5,7
/proc/4254/stat : 4254 (python) S 4138 4138 3763 0 -1 4202560 1151 0 0 0 31 27 0 0 15 0 2 0 888368531 327659520 5709 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4254/statm: 79995 5709 400 364 0 15901 0
[pid=4256] ppid=4254 vsize=125196 CPUtime=489.01 cores=1,3,5,7
/proc/4256/stat : 4256 (cryptominisat-2) T 4254 4256 4256 0 -1 4202496 148833 0 0 0 48877 24 0 0 25 0 1 0 888368532 128200704 22561 33554432000 4194304 4677096 140735295266704 18446744073709551615 4320172 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4256/statm: 31299 22561 386 118 0 26258 0
[pid=4254/tid=4267] ppid=4138 vsize=319980 CPUtime=0 cores=1,3,5,7
/proc/4254/task/4267/stat : 4267 (python) S 4138 4138 3763 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 888407421 327659520 5709 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604471138052224 0 0 -1 5 0 0 0
[pid=4271] ppid=4138 vsize=330236 CPUtime=1.01 cores=1,3,5,7
/proc/4271/stat : 4271 (python) S 4138 4138 3763 0 -1 4202560 1146 0 0 0 54 47 0 0 19 0 2 0 888417435 338161664 5729 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4271/statm: 82559 5729 400 364 0 18462 0
[pid=4273] ppid=4271 vsize=60964 CPUtime=874.88 cores=1,3,5,7
/proc/4273/stat : 4273 (lingeling) T 4271 4273 4273 0 -1 4202496 199431 0 0 0 87466 22 0 0 25 0 1 0 888417436 62427136 14436 33554432000 4194304 4352236 140735869379088 18446744073709551615 4328351 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/4273/statm: 15241 14436 129 39 0 14321 0
[pid=4271/tid=4300] ppid=4138 vsize=330236 CPUtime=0 cores=1,3,5,7
/proc/4271/task/4300/stat : 4300 (python) S 4138 4138 3763 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888504922 338161664 5729 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604458473300928 0 0 -1 5 0 0 0
[pid=4301] ppid=4138 vsize=340492 CPUtime=0.68 cores=1,3,5,7
/proc/4301/stat : 4301 (python) S 4138 4138 3763 0 -1 4202560 1135 0 0 0 34 34 0 0 19 0 2 0 888504923 348663808 5733 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4301/statm: 85123 5733 400 364 0 21023 0
[pid=4303] ppid=4301 vsize=42024 CPUtime=586.59 cores=1,3,5,7
/proc/4303/stat : 4303 (lingeling) T 4301 4303 4303 0 -1 4202496 140070 0 0 0 58645 14 0 0 25 0 1 0 888504923 43032576 9702 33554432000 4194304 4352236 140733710249744 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/4303/statm: 10506 9702 129 39 0 9586 0
[pid=4301/tid=4320] ppid=4138 vsize=340492 CPUtime=0 cores=1,3,5,7
/proc/4301/task/4320/stat : 4320 (python) S 4138 4138 3763 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 888563581 348663808 5733 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604471159767424 0 0 -1 5 0 0 0
[pid=4331] ppid=4138 vsize=350748 CPUtime=0.5 cores=1,3,5,7
/proc/4331/stat : 4331 (python) S 4138 4138 3763 0 -1 4202560 1029 0 0 0 27 23 0 0 18 0 1 0 888602123 359165952 5728 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425158 0 0 16781312 514 5297271100764291333 0 0 17 1 0 0 0
/proc/4331/statm: 87687 5728 377 364 0 23584 0
[pid=4333] ppid=4331 vsize=56748 CPUtime=378.74 cores=1,3,5,7
/proc/4333/stat : 4333 (precosat) R 4331 4333 4333 0 -1 4202496 101560 0 0 0 37855 19 0 0 25 0 1 0 888602124 58109952 13474 33554432000 4194304 4890832 140736116286720 18446744073709551615 4238544 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/4333/statm: 14187 13474 86 171 0 14014 0
[pid=4138/tid=4145] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 888143846 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
[pid=4138/tid=4164] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4164/stat : 4164 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 888202417 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 5 0 0 0
[pid=4138/tid=4171] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4171/stat : 4171 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 888212430 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4213] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4213/stat : 4213 (python) S 4136 4138 3763 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 888261221 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4255] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4255/stat : 4255 (python) S 4136 4138 3763 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 888368531 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 5 0 0 0
[pid=4138/tid=4272] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4272/stat : 4272 (python) S 4136 4138 3763 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 888417435 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4302] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4302/stat : 4302 (python) S 4136 4138 3763 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 888504923 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4332] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4332/stat : 4332 (python) S 4136 4138 3763 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 888602123 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4967.97
Current children cumulated vsize (KiB) 3444416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4994.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/200 4344
/proc/meminfo: memFree=6706656/32951124 swapFree=67064576/67111528
[pid=4138] ppid=4136 vsize=360992 CPUtime=0.67 cores=1,3,5,7
/proc/4138/stat : 4138 (python) S 4136 4138 3763 0 -1 4202496 15684 934 1 0 53 14 0 0 20 0 9 0 888143768 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4138/statm: 90248 7245 1890 364 0 26145 0
[pid=4144] ppid=4138 vsize=288540 CPUtime=1.56 cores=1,3,5,7
/proc/4144/stat : 4144 (python) S 4138 4138 3763 0 -1 4202560 1203 0 0 0 84 72 0 0 18 0 2 0 888143846 295464960 5577 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/4144/statm: 72135 5577 416 364 0 8053 0
[pid=4146] ppid=4144 vsize=67420 CPUtime=1265.37 cores=1,3,5,7
/proc/4146/stat : 4146 (lingeling) T 4144 4146 4146 0 -1 4202496 267815 0 0 0 126503 34 0 0 25 0 1 0 888143846 69038080 16051 33554432000 4194304 4352236 140733285570976 18446744073709551615 4328032 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/4146/statm: 16855 16051 129 39 0 15935 0
[pid=4144/tid=4149] ppid=4138 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/4144/task/4149/stat : 4149 (python) S 4138 4138 3763 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 888153858 295464960 5577 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604462658023552 0 0 -1 7 0 0 0
[pid=4163] ppid=4138 vsize=288784 CPUtime=0.11 cores=1,3,5,7
/proc/4163/stat : 4163 (python) S 4138 4138 3763 0 -1 4202560 1086 0 0 0 6 5 0 0 19 0 2 0 888202417 295714816 5591 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4163/statm: 72196 5591 400 364 0 8111 0
[pid=4165] ppid=4163 vsize=4236 CPUtime=100.02 cores=1,3,5,7
/proc/4165/stat : 4165 (SApperloT-base) T 4163 4165 4165 0 -1 4202496 1082 0 0 0 10002 0 0 0 25 0 1 0 888202417 4337664 821 33554432000 134512640 135674940 4288692512 18446744073709551615 134564674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4165/statm: 1059 821 99 284 0 773 0
[pid=4163/tid=4169] ppid=4138 vsize=288784 CPUtime=0 cores=1,3,5,7
/proc/4163/task/4169/stat : 4169 (python) S 4138 4138 3763 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888212428 295714816 5591 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604465782778880 0 0 -1 1 0 0 0
[pid=4170] ppid=4138 vsize=299364 CPUtime=0.62 cores=1,3,5,7
/proc/4170/stat : 4170 (python) S 4138 4138 3763 0 -1 4202560 1141 0 0 0 32 30 0 0 17 0 2 0 888212430 306548736 5675 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4170/statm: 74841 5675 400 364 0 10753 0
[pid=4172] ppid=4170 vsize=118820 CPUtime=487.88 cores=1,3,5,7
/proc/4172/stat : 4172 (cryptominisat-2) T 4170 4172 4172 0 -1 4202496 119983 0 0 0 48768 20 0 0 25 0 1 0 888212430 121671680 22210 33554432000 4194304 4677096 140733857706800 18446744073709551615 4319581 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4172/statm: 29705 22210 386 118 0 24664 0
[pid=4170/tid=4211] ppid=4138 vsize=299364 CPUtime=0 cores=1,3,5,7
/proc/4170/task/4211/stat : 4211 (python) S 4138 4138 3763 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 888261219 306548736 5675 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604462658024448 0 0 -1 5 0 0 0
[pid=4212] ppid=4138 vsize=309620 CPUtime=0.94 cores=1,3,5,7
/proc/4212/stat : 4212 (python) S 4138 4138 3763 0 -1 4202560 1145 0 0 0 49 45 0 0 18 0 2 0 888261221 317050880 5679 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4212/statm: 77405 5679 400 364 0 13314 0
[pid=4214] ppid=4212 vsize=80252 CPUtime=778.81 cores=1,3,5,7
/proc/4214/stat : 4214 (precosat) T 4212 4214 4214 0 -1 4202496 204620 0 0 0 77837 44 0 0 25 0 1 0 888261221 82178048 18460 33554432000 4194304 4890832 140734638058064 18446744073709551615 4238577 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/4214/statm: 20063 18460 86 171 0 19890 0
[pid=4212/tid=4225] ppid=4138 vsize=309620 CPUtime=0 cores=1,3,5,7
/proc/4212/task/4225/stat : 4225 (python) S 4138 4138 3763 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 888300561 317050880 5679 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604471159769216 0 0 -1 5 0 0 0
[pid=4254] ppid=4138 vsize=319980 CPUtime=0.58 cores=1,3,5,7
/proc/4254/stat : 4254 (python) S 4138 4138 3763 0 -1 4202560 1151 0 0 0 31 27 0 0 15 0 2 0 888368531 327659520 5709 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4254/statm: 79995 5709 400 364 0 15901 0
[pid=4256] ppid=4254 vsize=125196 CPUtime=489.01 cores=1,3,5,7
/proc/4256/stat : 4256 (cryptominisat-2) T 4254 4256 4256 0 -1 4202496 148833 0 0 0 48877 24 0 0 25 0 1 0 888368532 128200704 22561 33554432000 4194304 4677096 140735295266704 18446744073709551615 4320172 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4256/statm: 31299 22561 386 118 0 26258 0
[pid=4254/tid=4267] ppid=4138 vsize=319980 CPUtime=0 cores=1,3,5,7
/proc/4254/task/4267/stat : 4267 (python) S 4138 4138 3763 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 888407421 327659520 5709 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604471138052224 0 0 -1 5 0 0 0
[pid=4271] ppid=4138 vsize=330236 CPUtime=1.01 cores=1,3,5,7
/proc/4271/stat : 4271 (python) S 4138 4138 3763 0 -1 4202560 1146 0 0 0 54 47 0 0 19 0 2 0 888417435 338161664 5729 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4271/statm: 82559 5729 400 364 0 18462 0
[pid=4273] ppid=4271 vsize=60964 CPUtime=874.88 cores=1,3,5,7
/proc/4273/stat : 4273 (lingeling) T 4271 4273 4273 0 -1 4202496 199431 0 0 0 87466 22 0 0 25 0 1 0 888417436 62427136 14436 33554432000 4194304 4352236 140735869379088 18446744073709551615 4328351 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/4273/statm: 15241 14436 129 39 0 14321 0
[pid=4271/tid=4300] ppid=4138 vsize=330236 CPUtime=0 cores=1,3,5,7
/proc/4271/task/4300/stat : 4300 (python) S 4138 4138 3763 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888504922 338161664 5729 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604458473300928 0 0 -1 5 0 0 0
[pid=4301] ppid=4138 vsize=340492 CPUtime=0.68 cores=1,3,5,7
/proc/4301/stat : 4301 (python) S 4138 4138 3763 0 -1 4202560 1135 0 0 0 34 34 0 0 19 0 2 0 888504923 348663808 5733 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4301/statm: 85123 5733 400 364 0 21023 0
[pid=4303] ppid=4301 vsize=42024 CPUtime=586.59 cores=1,3,5,7
/proc/4303/stat : 4303 (lingeling) T 4301 4303 4303 0 -1 4202496 140070 0 0 0 58645 14 0 0 25 0 1 0 888504923 43032576 9702 33554432000 4194304 4352236 140733710249744 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/4303/statm: 10506 9702 129 39 0 9586 0
[pid=4301/tid=4320] ppid=4138 vsize=340492 CPUtime=0 cores=1,3,5,7
/proc/4301/task/4320/stat : 4320 (python) S 4138 4138 3763 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 888563581 348663808 5733 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 514 18446604471159767424 0 0 -1 5 0 0 0
[pid=4331] ppid=4138 vsize=350748 CPUtime=0.54 cores=1,3,5,7
/proc/4331/stat : 4331 (python) S 4138 4138 3763 0 -1 4202560 1029 0 0 0 29 25 0 0 18 0 1 0 888602123 359165952 5728 33554432000 4194304 5683644 140735141937744 18446744073709551615 264726425158 0 0 16781312 514 5297271100764291333 0 0 17 1 0 0 0
/proc/4331/statm: 87687 5728 377 364 0 23584 0
[pid=4333] ppid=4331 vsize=56664 CPUtime=410.74 cores=1,3,5,7
/proc/4333/stat : 4333 (precosat) R 4331 4333 4333 0 -1 4202496 103993 0 0 0 41055 19 0 0 25 0 1 0 888602124 58023936 14040 33554432000 4194304 4890832 140736116286720 18446744073709551615 4238643 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/4333/statm: 14166 14040 86 171 0 13993 0
[pid=4138/tid=4145] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4145/stat : 4145 (python) S 4136 4138 3763 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 888143846 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 3 0 0 0
[pid=4138/tid=4164] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4164/stat : 4164 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 888202417 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 5 0 0 0
[pid=4138/tid=4171] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4171/stat : 4171 (python) S 4136 4138 3763 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 888212430 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4213] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4213/stat : 4213 (python) S 4136 4138 3763 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 888261221 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4255] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4255/stat : 4255 (python) S 4136 4138 3763 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 888368531 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 5 0 0 0
[pid=4138/tid=4272] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4272/stat : 4272 (python) S 4136 4138 3763 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 888417435 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4302] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4302/stat : 4302 (python) S 4136 4138 3763 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 888504923 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 7 0 0 0
[pid=4138/tid=4332] ppid=4136 vsize=360992 CPUtime=0 cores=1,3,5,7
/proc/4138/task/4332/stat : 4332 (python) S 4136 4138 3763 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 888602123 369655808 7245 33554432000 4194304 5683644 140735141937744 18446744073709551615 264738228657 0 0 16781312 2 18446604465782776192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 3444332

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 4138 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=540917
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 0.684895
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4994.36
CPU time (s): 5000.01
CPU user time (s): 4995.25
CPU system time (s): 4.76
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 3449584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.540917
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16962
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= 2891
involuntary context switches= 26

runsolver used 10.3974 second user time and 25.3012 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-13 11:28:01
IDJOB=3498521
IDBENCH=87943
IDSOLVER=1991
FILE ID=node141/3498521-1307957281
RUNJOBID= node141-1307953114-3782
PBS_JOBID= 13559687
Free space on /var/tmp= 2880 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.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 /var/tmp/evaluation-result-3498521-1307957281/watcher-3498521-1307957281 -o /var/tmp/evaluation-result-3498521-1307957281/solver-3498521-1307957281 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498521-1307957281.cnf -seed 1844482515 -budget 5000

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=1844482515

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5965156 kB
Buffers:        107156 kB
Cached:       24796472 kB
SwapCached:       9036 kB
Active:       10656640 kB
Inactive:     15492712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5965156 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:           31832 kB
Writeback:           0 kB
AnonPages:     1243388 kB
Mapped:          16964 kB
Slab:           764956 kB
PageTables:      11848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2339280 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 /var/tmp at the end= 2880 MiB
End job on node141 at 2011-06-13 12:51:18