Trace number 3498500

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 4994.16

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.37/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.66	c INFO: solving HOME/instance-3498500-1307956460.cnf
0.37/0.66	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.68	c INFO: computed clause balance statistics
0.44/0.73	c INFO: computed variable balance statistics
0.44/0.77	c INFO: computed small-clause counts
0.44/0.78	c INFO: computed Horn-clause counts
0.44/0.78	c INFO: computed variable graph statistics
0.44/0.78	c INFO: collected features for HOME/instance-3498500-1307956460.cnf in 0.11 s
0.54/0.80	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
100.73/100.94	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
586.97/586.50	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
687.17/686.63	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.41)
1174.22/1173.04	c INFO: running precosat-570@0 for 388 with 3828 remaining (b = 0.29)
1563.23/1561.52	c INFO: running lingeling-276@585 for 679 with 3439 remaining (b = 0.27)
2243.78/2241.23	c INFO: running lingeling-276@0 for 582 with 2759 remaining (b = 0.39)
2830.05/2826.85	c INFO: running cryptominisat-2.9.0@0 for 485 with 2174 remaining (b = 0.29)
3317.16/3313.34	c INFO: running lingeling-276@0 for 194 with 1688 remaining (b = 0.15)
3513.59/3509.59	c INFO: running cryptominisat-2.9.0@486 for 97 with 1492 remaining (b = 0.05)
3610.93/3606.70	c INFO: running cryptominisat-2.9.0@486 for 97 with 1394 remaining (b = 0.05)
3708.15/3703.82	c INFO: running lingeling-276@196 for 388 with 1297 remaining (b = 0.18)
4100.08/4095.28	c INFO: running precosat-570@388 for 388 with 906 remaining (b = 0.20)
4491.95/4486.69	c INFO: running precosat-570@0 for 388 with 515 remaining (b = 0.20)
4880.79/4875.10	c INFO: running lingeling-276@0 for 126 with 126 remaining (b = 0.06)
5000.03/4994.15	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 /var/tmp/evaluation-result-3498500-1307956460/watcher-3498500-1307956460 -o /var/tmp/evaluation-result-3498500-1307956460/solver-3498500-1307956460 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498500-1307956460.cnf -seed 283649774 -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: 2.00 2.00 1.91 2/206 3563
/proc/meminfo: memFree=14502896/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 729 0 0 0 0 0 0 0 25 0 1 0 907246453 15548416 617 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3563/statm: 3796 617 322 364 0 283 0

[startup+0.0328839 s]
/proc/loadavg: 2.00 2.00 1.91 2/206 3563
/proc/meminfo: memFree=14502896/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=16540 CPUtime=0.01 cores=0,2,4,6
/proc/3563/stat : 3563 (python) R 3561 3563 3094 0 -1 4202496 1192 0 0 0 1 0 0 0 25 0 1 0 907246453 16936960 1051 33554432000 4194304 5683644 140733212849440 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3563/statm: 4135 1051 417 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.100852 s]
/proc/loadavg: 2.00 2.00 1.91 2/206 3563
/proc/meminfo: memFree=14502896/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/3563/stat : 3563 (python) R 3561 3563 3094 0 -1 4202496 2674 0 0 0 4 2 0 0 25 0 1 0 907246453 91922432 2388 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3563/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300776 s]
/proc/loadavg: 2.00 2.00 1.91 2/206 3563
/proc/meminfo: memFree=14502896/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 5972 937 1 0 13 5 0 0 17 0 1 0 907246453 139005952 4150 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3563/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700735 s]
/proc/loadavg: 2.00 2.00 1.91 2/206 3563
/proc/meminfo: memFree=14502896/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=278624 CPUtime=0.44 cores=0,2,4,6
/proc/3563/stat : 3563 (python) R 3561 3563 3094 0 -1 4202496 9402 937 1 0 32 12 0 0 16 0 1 0 907246453 285310976 7059 33554432000 4194304 5683644 140733212849440 18446744073709551615 46962554890728 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3563/statm: 69656 7059 1826 364 0 5580 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278624

[startup+1.50059 s]
/proc/loadavg: 2.00 2.00 1.91 3/210 3571
/proc/meminfo: memFree=14477048/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=288892 CPUtime=0.54 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 9878 937 1 0 42 12 0 0 18 0 2 0 907246453 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72223 7112 1875 364 0 8141 0
[pid=3569] ppid=3563 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 787 0 0 0 0 0 0 0 18 0 1 0 907246534 285335552 5585 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879631 0 0 16781312 514 4606975440031055871 0 0 17 2 0 0 0
/proc/3569/statm: 69662 5585 352 364 0 5580 0
[pid=3571] ppid=3569 vsize=6400 CPUtime=0.68 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 1061 0 0 0 68 0 0 0 21 0 1 0 907246534 6553600 786 33554432000 4194304 4352236 140734609737360 18446744073709551615 4234247 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 1600 786 129 39 0 680 0
[pid=3563/tid=3570] ppid=3561 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 2 0 907246534 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 573940

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.91 3/210 3571
/proc/meminfo: memFree=14475436/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=288892 CPUtime=0.54 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 9878 937 1 0 42 12 0 0 18 0 2 0 907246453 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72223 7112 1875 364 0 8141 0
[pid=3569] ppid=3563 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 907246534 285335552 5592 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879631 0 0 16781312 514 4606975440031023364 0 0 17 2 0 0 0
/proc/3569/statm: 69662 5592 359 364 0 5580 0
[pid=3571] ppid=3569 vsize=7676 CPUtime=2.28 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 1670 0 0 0 228 0 0 0 25 0 1 0 907246534 7860224 1121 33554432000 4194304 4352236 140734609737360 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 1919 1121 129 39 0 999 0
[pid=3563/tid=3570] ppid=3561 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 2 0 907246534 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 575216

[startup+6.30076 s]
/proc/loadavg: 2.00 2.00 1.91 3/210 3571
/proc/meminfo: memFree=14473416/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=288892 CPUtime=0.54 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 9878 937 1 0 42 12 0 0 18 0 2 0 907246453 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72223 7112 1875 364 0 8141 0
[pid=3569] ppid=3563 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 907246534 285335552 5614 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879631 0 0 16781312 514 4606975440031023364 0 0 17 2 0 0 0
/proc/3569/statm: 69662 5614 381 364 0 5580 0
[pid=3571] ppid=3569 vsize=7804 CPUtime=5.48 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 2182 0 0 0 548 0 0 0 25 0 1 0 907246534 7991296 1153 33554432000 4194304 4352236 140734609737360 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 1951 1153 129 39 0 1031 0
[pid=3563/tid=3570] ppid=3561 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 2 0 907246534 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 575344

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.91 3/210 3571
/proc/meminfo: memFree=14470300/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=288892 CPUtime=0.54 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 9878 937 1 0 42 12 0 0 18 0 2 0 907246453 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72223 7112 1875 364 0 8141 0
[pid=3569] ppid=3563 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 907246534 285335552 5615 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879631 0 0 16781312 514 6691926833807458564 0 0 17 2 0 0 0
/proc/3569/statm: 69662 5615 382 364 0 5580 0
[pid=3571] ppid=3569 vsize=8548 CPUtime=11.88 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 3208 0 0 0 1188 0 0 0 25 0 1 0 907246534 8753152 1339 33554432000 4194304 4352236 140734609737360 18446744073709551615 4328843 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 2137 1339 129 39 0 1217 0
[pid=3563/tid=3570] ppid=3561 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 2 0 907246534 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 576088

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 1.91 3/210 3571
/proc/meminfo: memFree=14472012/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=288892 CPUtime=0.54 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 9878 937 1 0 42 12 0 0 18 0 2 0 907246453 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72223 7112 1875 364 0 8141 0
[pid=3569] ppid=3563 vsize=278648 CPUtime=0.02 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 969 0 0 0 1 1 0 0 18 0 1 0 907246534 285335552 5615 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879631 0 0 16781312 514 6691926833807458564 0 0 17 2 0 0 0
/proc/3569/statm: 69662 5615 382 364 0 5580 0
[pid=3571] ppid=3569 vsize=9832 CPUtime=24.68 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 5225 0 0 0 2468 0 0 0 25 0 1 0 907246534 10067968 1660 33554432000 4194304 4352236 140734609737360 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 2458 1660 129 39 0 1538 0
[pid=3563/tid=3570] ppid=3561 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 2 0 907246534 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 577372

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.91 3/210 3572
/proc/meminfo: memFree=14468688/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=288892 CPUtime=0.54 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 9878 937 1 0 42 12 0 0 18 0 2 0 907246453 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72223 7112 1875 364 0 8141 0
[pid=3569] ppid=3563 vsize=278648 CPUtime=0.05 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 977 0 0 0 3 2 0 0 18 0 1 0 907246534 285335552 5615 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879631 0 0 16781312 514 6691926833807458564 0 0 17 2 0 0 0
/proc/3569/statm: 69662 5615 382 364 0 5580 0
[pid=3571] ppid=3569 vsize=13040 CPUtime=50.28 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 9547 0 0 0 5028 0 0 0 25 0 1 0 907246534 13352960 2462 33554432000 4194304 4352236 140734609737360 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 3260 2462 129 39 0 2340 0
[pid=3563/tid=3570] ppid=3561 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 2 0 907246534 295825408 7112 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 580580

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 3574
/proc/meminfo: memFree=14453232/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=289176 CPUtime=0.58 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 10343 937 1 0 45 13 0 0 18 0 2 0 907246453 296116224 7166 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72294 7166 1876 364 0 8212 0
[pid=3569] ppid=3563 vsize=288892 CPUtime=0.11 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 1159 0 0 0 6 5 0 0 18 0 2 0 907246534 295825408 5654 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3569/statm: 72223 5654 416 364 0 8141 0
[pid=3571] ppid=3569 vsize=20800 CPUtime=101.47 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 21133 0 0 0 10145 2 0 0 25 0 1 0 907246534 21299200 4402 33554432000 4194304 4352236 140734609737360 18446744073709551615 4329185 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 5200 4402 129 39 0 4280 0
[pid=3569/tid=3574] ppid=3563 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3569/task/3574/stat : 3574 (python) S 3563 3563 3094 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907256545 295825408 5654 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=3563/tid=3570] ppid=3561 vsize=289176 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 2 0 907246534 296116224 7166 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 598868

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/211 3576
/proc/meminfo: memFree=14447980/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=289176 CPUtime=0.58 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 10343 937 1 0 45 13 0 0 18 0 2 0 907246453 296116224 7166 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 72294 7166 1876 364 0 8212 0
[pid=3569] ppid=3563 vsize=288892 CPUtime=0.18 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 1181 0 0 0 10 8 0 0 18 0 2 0 907246534 295825408 5654 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3569/statm: 72223 5654 416 364 0 8141 0
[pid=3571] ppid=3569 vsize=21056 CPUtime=161.46 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 28845 0 0 0 16143 3 0 0 25 0 1 0 907246534 21561344 4466 33554432000 4194304 4352236 140734609737360 18446744073709551615 4208101 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3571/statm: 5264 4466 129 39 0 4344 0
[pid=3569/tid=3574] ppid=3563 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3569/task/3574/stat : 3574 (python) S 3563 3563 3094 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907256545 295825408 5654 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=3563/tid=3570] ppid=3561 vsize=289176 CPUtime=0 cores=0,2,4,6

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

/proc/3674/stat : 3674 (lingeling) T 3672 3674 3674 0 -1 4202496 83051 0 0 0 58548 12 0 0 25 0 1 0 907470577 39489536 8842 33554432000 4194304 4352236 140736795820096 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/3674/statm: 9641 8842 129 39 0 8721 0
[pid=3672/tid=3700] ppid=3563 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/3672/task/3700/stat : 3700 (python) S 3563 3563 3094 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907529137 327819264 5750 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453985337408 0 0 -1 6 0 0 0
[pid=3701] ppid=3563 vsize=330392 CPUtime=0.71 cores=0,2,4,6
/proc/3701/stat : 3701 (python) S 3563 3563 3094 0 -1 4202560 1163 0 0 0 38 33 0 0 15 0 2 0 907529139 338321408 5773 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3701/statm: 82598 5773 400 364 0 18501 0
[pid=3703] ppid=3701 vsize=138700 CPUtime=583.58 cores=0,2,4,6
/proc/3703/stat : 3703 (cryptominisat-2) T 3701 3703 3703 0 -1 4202496 158570 0 0 0 58327 31 0 0 25 0 1 0 907529139 142028800 26994 33554432000 4194304 4677096 140735745859920 18446744073709551615 4320199 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/3703/statm: 34675 26994 388 118 0 29634 0
[pid=3701/tid=3720] ppid=3563 vsize=330392 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (python) S 3563 3563 3094 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 907577787 338321408 5773 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453938113536 0 0 -1 6 0 0 0
[pid=3721] ppid=3563 vsize=340648 CPUtime=0.79 cores=0,2,4,6
/proc/3721/stat : 3721 (python) S 3563 3563 3094 0 -1 4202560 1161 0 0 0 43 36 0 0 18 0 2 0 907577788 348823552 5777 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3721/statm: 85162 5777 400 364 0 21062 0
[pid=3723] ppid=3721 vsize=38144 CPUtime=587.69 cores=0,2,4,6
/proc/3723/stat : 3723 (lingeling) T 3721 3723 3723 0 -1 4202496 88896 0 0 0 58759 10 0 0 25 0 1 0 907577789 39059456 8738 33554432000 4194304 4352236 140733842265536 18446744073709551615 4278708 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3723/statm: 9536 8738 129 39 0 8616 0
[pid=3721/tid=3729] ppid=3563 vsize=340648 CPUtime=0 cores=0,2,4,6
/proc/3721/task/3729/stat : 3729 (python) S 3563 3563 3094 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907597412 348823552 5777 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453891428800 0 0 -1 6 0 0 0
[pid=3756] ppid=3563 vsize=351108 CPUtime=0.45 cores=0,2,4,6
/proc/3756/stat : 3756 (python) S 3563 3563 3094 0 -1 4202560 1205 0 0 0 26 19 0 0 19 0 2 0 907695123 359534592 5817 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3756/statm: 87777 5817 406 364 0 23674 0
[pid=3758] ppid=3756 vsize=35940 CPUtime=388.39 cores=0,2,4,6
/proc/3758/stat : 3758 (precosat) T 3756 3758 3758 0 -1 4202496 16501 0 0 0 38836 3 0 0 25 0 1 0 907695123 36802560 8850 33554432000 4194304 4890832 140736242355136 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/3758/statm: 8985 8850 86 171 0 8812 0
[pid=3756/tid=3770] ppid=3563 vsize=351108 CPUtime=0 cores=0,2,4,6
/proc/3756/task/3770/stat : 3770 (python) S 3563 3563 3094 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907733963 359534592 5817 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453882876224 0 0 -1 4 0 0 0
[pid=3771] ppid=3563 vsize=361364 CPUtime=0.15 cores=0,2,4,6
/proc/3771/stat : 3771 (python) S 3563 3563 3094 0 -1 4202560 958 0 0 0 9 6 0 0 18 0 1 0 907733964 370036736 5785 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879686 0 0 16781312 514 6691926833807458564 0 0 17 0 0 0 0
/proc/3771/statm: 90341 5785 371 364 0 26235 0
[pid=3773] ppid=3771 vsize=17948 CPUtime=118.99 cores=0,2,4,6
/proc/3773/stat : 3773 (lingeling) R 3771 3773 3773 0 -1 4202496 20542 0 0 0 11898 1 0 0 25 0 1 0 907733964 18378752 3689 33554432000 4194304 4352236 140734406901072 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/3773/statm: 4487 3689 129 39 0 3567 0
[pid=3563/tid=3570] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 35 937 0 0 0 0 0 0 18 0 10 0 907246534 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3589] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3589/stat : 3589 (python) S 3561 3563 3094 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 10 0 907305104 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3599] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3599/stat : 3599 (python) S 3561 3563 3094 0 -1 4202560 36 937 0 0 0 0 0 0 18 0 10 0 907315117 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3616] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3616/stat : 3616 (python) S 3561 3563 3094 0 -1 4202560 32 937 0 0 0 0 0 0 18 0 10 0 907363758 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3673] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3673/stat : 3673 (python) S 3561 3563 3094 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 10 0 907470577 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3702] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3702/stat : 3702 (python) S 3561 3563 3094 0 -1 4202560 31 937 0 0 0 0 0 0 18 0 10 0 907529139 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3722] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3722/stat : 3722 (python) S 3561 3563 3094 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 10 0 907577788 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 2 0 0 0
[pid=3563/tid=3757] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3757/stat : 3757 (python) S 3561 3563 3094 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 10 0 907695123 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3772] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3772/stat : 3772 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 10 0 907733964 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 3765176

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

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

[startup+4994.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/204 3776
/proc/meminfo: memFree=14654992/32951124 swapFree=67060180/67111528
[pid=3563] ppid=3561 vsize=371608 CPUtime=0.77 cores=0,2,4,6
/proc/3563/stat : 3563 (python) S 3561 3563 3094 0 -1 4202496 16378 937 1 0 63 14 0 0 20 0 10 0 907246453 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3563/statm: 92902 7310 1892 364 0 28796 0
[pid=3569] ppid=3563 vsize=288892 CPUtime=1.54 cores=0,2,4,6
/proc/3569/stat : 3569 (python) S 3563 3563 3094 0 -1 4202560 1210 0 0 0 89 65 0 0 18 0 2 0 907246534 295825408 5654 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3569/statm: 72223 5654 416 364 0 8141 0
[pid=3571] ppid=3569 vsize=44612 CPUtime=1265.37 cores=0,2,4,6
/proc/3571/stat : 3571 (lingeling) T 3569 3571 3571 0 -1 4202496 169966 0 0 0 126516 21 0 0 25 0 1 0 907246534 45682688 10355 33554432000 4194304 4352236 140734609737360 18446744073709551615 4328377 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/3571/statm: 11153 10355 129 39 0 10233 0
[pid=3569/tid=3574] ppid=3563 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/3569/task/3574/stat : 3574 (python) S 3563 3563 3094 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907256545 295825408 5654 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=3588] ppid=3563 vsize=289188 CPUtime=0.11 cores=0,2,4,6
/proc/3588/stat : 3588 (python) S 3563 3563 3094 0 -1 4202560 1082 0 0 0 6 5 0 0 19 0 2 0 907305104 296128512 5718 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3588/statm: 72297 5718 400 364 0 8212 0
[pid=3590] ppid=3588 vsize=9868 CPUtime=100.1 cores=0,2,4,6
/proc/3590/stat : 3590 (SApperloT-base) T 3588 3590 3590 0 -1 4202496 2361 0 0 0 10010 0 0 0 25 0 1 0 907305104 10104832 2096 33554432000 134512640 135674940 4288824512 18446744073709551615 134564833 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3590/statm: 2467 2096 100 284 0 2181 0
[pid=3588/tid=3597] ppid=3563 vsize=289188 CPUtime=0 cores=0,2,4,6
/proc/3588/task/3597/stat : 3597 (python) S 3563 3563 3094 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907315114 296128512 5718 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453945938112 0 0 -1 2 0 0 0
[pid=3598] ppid=3563 vsize=299444 CPUtime=0.8 cores=0,2,4,6
/proc/3598/stat : 3598 (python) S 3563 3563 3094 0 -1 4202560 1171 0 0 0 47 33 0 0 15 0 2 0 907315117 306630656 5723 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3598/statm: 74861 5723 401 364 0 10773 0
[pid=3600] ppid=3598 vsize=132980 CPUtime=583.48 cores=0,2,4,6
/proc/3600/stat : 3600 (cryptominisat-2) T 3598 3600 3600 0 -1 4202496 155268 0 0 0 58316 32 0 0 25 0 1 0 907315117 136171520 24966 33554432000 4194304 4677096 140734960726944 18446744073709551615 4320976 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/3600/statm: 33245 24966 388 118 0 28204 0
[pid=3598/tid=3614] ppid=3563 vsize=299444 CPUtime=0 cores=0,2,4,6
/proc/3598/task/3614/stat : 3614 (python) S 3563 3563 3094 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907363756 306630656 5723 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453885170048 0 0 -1 4 0 0 0
[pid=3615] ppid=3563 vsize=309700 CPUtime=0.97 cores=0,2,4,6
/proc/3615/stat : 3615 (python) S 3563 3563 3094 0 -1 4202560 1167 0 0 0 53 44 0 0 18 0 2 0 907363758 317132800 5728 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3615/statm: 77425 5728 400 364 0 13334 0
[pid=3617] ppid=3615 vsize=45940 CPUtime=779.86 cores=0,2,4,6
/proc/3617/stat : 3617 (precosat) T 3615 3617 3617 0 -1 4202496 30434 0 0 0 77978 8 0 0 25 0 1 0 907363758 47042560 11357 33554432000 4194304 4890832 140733935846080 18446744073709551615 4238701 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/3617/statm: 11485 11357 86 171 0 11312 0
[pid=3615/tid=3628] ppid=3563 vsize=309700 CPUtime=0 cores=0,2,4,6
/proc/3615/task/3628/stat : 3628 (python) S 3563 3563 3094 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907402604 317132800 5728 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453891429696 0 0 -1 2 0 0 0
[pid=3672] ppid=3563 vsize=320136 CPUtime=0.68 cores=0,2,4,6
/proc/3672/stat : 3672 (python) S 3563 3563 3094 0 -1 4202560 1157 0 0 0 38 30 0 0 19 0 2 0 907470577 327819264 5750 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3672/statm: 80034 5750 400 364 0 15940 0
[pid=3674] ppid=3672 vsize=38564 CPUtime=585.6 cores=0,2,4,6
/proc/3674/stat : 3674 (lingeling) T 3672 3674 3674 0 -1 4202496 83051 0 0 0 58548 12 0 0 25 0 1 0 907470577 39489536 8842 33554432000 4194304 4352236 140736795820096 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/3674/statm: 9641 8842 129 39 0 8721 0
[pid=3672/tid=3700] ppid=3563 vsize=320136 CPUtime=0 cores=0,2,4,6
/proc/3672/task/3700/stat : 3700 (python) S 3563 3563 3094 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907529137 327819264 5750 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453985337408 0 0 -1 6 0 0 0
[pid=3701] ppid=3563 vsize=330392 CPUtime=0.71 cores=0,2,4,6
/proc/3701/stat : 3701 (python) S 3563 3563 3094 0 -1 4202560 1163 0 0 0 38 33 0 0 15 0 2 0 907529139 338321408 5773 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3701/statm: 82598 5773 400 364 0 18501 0
[pid=3703] ppid=3701 vsize=138700 CPUtime=583.58 cores=0,2,4,6
/proc/3703/stat : 3703 (cryptominisat-2) T 3701 3703 3703 0 -1 4202496 158570 0 0 0 58327 31 0 0 25 0 1 0 907529139 142028800 26994 33554432000 4194304 4677096 140735745859920 18446744073709551615 4320199 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/3703/statm: 34675 26994 388 118 0 29634 0
[pid=3701/tid=3720] ppid=3563 vsize=330392 CPUtime=0 cores=0,2,4,6
/proc/3701/task/3720/stat : 3720 (python) S 3563 3563 3094 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 907577787 338321408 5773 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453938113536 0 0 -1 6 0 0 0
[pid=3721] ppid=3563 vsize=340648 CPUtime=0.79 cores=0,2,4,6
/proc/3721/stat : 3721 (python) S 3563 3563 3094 0 -1 4202560 1161 0 0 0 43 36 0 0 18 0 2 0 907577788 348823552 5777 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3721/statm: 85162 5777 400 364 0 21062 0
[pid=3723] ppid=3721 vsize=38144 CPUtime=587.69 cores=0,2,4,6
/proc/3723/stat : 3723 (lingeling) T 3721 3723 3723 0 -1 4202496 88896 0 0 0 58759 10 0 0 25 0 1 0 907577789 39059456 8738 33554432000 4194304 4352236 140733842265536 18446744073709551615 4278708 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3723/statm: 9536 8738 129 39 0 8616 0
[pid=3721/tid=3729] ppid=3563 vsize=340648 CPUtime=0 cores=0,2,4,6
/proc/3721/task/3729/stat : 3729 (python) S 3563 3563 3094 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907597412 348823552 5777 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453891428800 0 0 -1 6 0 0 0
[pid=3756] ppid=3563 vsize=351108 CPUtime=0.45 cores=0,2,4,6
/proc/3756/stat : 3756 (python) S 3563 3563 3094 0 -1 4202560 1205 0 0 0 26 19 0 0 19 0 2 0 907695123 359534592 5817 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3756/statm: 87777 5817 406 364 0 23674 0
[pid=3758] ppid=3756 vsize=35940 CPUtime=388.39 cores=0,2,4,6
/proc/3758/stat : 3758 (precosat) T 3756 3758 3758 0 -1 4202496 16501 0 0 0 38836 3 0 0 25 0 1 0 907695123 36802560 8850 33554432000 4194304 4890832 140736242355136 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/3758/statm: 8985 8850 86 171 0 8812 0
[pid=3756/tid=3770] ppid=3563 vsize=351108 CPUtime=0 cores=0,2,4,6
/proc/3756/task/3770/stat : 3770 (python) S 3563 3563 3094 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907733963 359534592 5817 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 514 18446604453882876224 0 0 -1 4 0 0 0
[pid=3771] ppid=3563 vsize=361364 CPUtime=0.15 cores=0,2,4,6
/proc/3771/stat : 3771 (python) S 3563 3563 3094 0 -1 4202560 958 0 0 0 9 6 0 0 18 0 1 0 907733964 370036736 5785 33554432000 4194304 5683644 140733212849440 18446744073709551615 253640879686 0 0 16781312 514 6691926833807458564 0 0 17 0 0 0 0
/proc/3771/statm: 90341 5785 371 364 0 26235 0
[pid=3773] ppid=3771 vsize=17948 CPUtime=118.99 cores=0,2,4,6
/proc/3773/stat : 3773 (lingeling) R 3771 3773 3773 0 -1 4202496 20542 0 0 0 11898 1 0 0 25 0 1 0 907733964 18378752 3689 33554432000 4194304 4352236 140734406901072 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/3773/statm: 4487 3689 129 39 0 3567 0
[pid=3563/tid=3570] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (python) S 3561 3563 3094 0 -1 4202560 35 937 0 0 0 0 0 0 18 0 10 0 907246534 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3589] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3589/stat : 3589 (python) S 3561 3563 3094 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 10 0 907305104 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3599] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3599/stat : 3599 (python) S 3561 3563 3094 0 -1 4202560 36 937 0 0 0 0 0 0 18 0 10 0 907315117 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3616] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3616/stat : 3616 (python) S 3561 3563 3094 0 -1 4202560 32 937 0 0 0 0 0 0 18 0 10 0 907363758 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3673] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3673/stat : 3673 (python) S 3561 3563 3094 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 10 0 907470577 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3702] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3702/stat : 3702 (python) S 3561 3563 3094 0 -1 4202560 31 937 0 0 0 0 0 0 18 0 10 0 907529139 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3722] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3722/stat : 3722 (python) S 3561 3563 3094 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 10 0 907577788 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 2 0 0 0
[pid=3563/tid=3757] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3757/stat : 3757 (python) S 3561 3563 3094 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 10 0 907695123 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
[pid=3563/tid=3772] ppid=3561 vsize=371608 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3772/stat : 3772 (python) S 3561 3563 3094 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 10 0 907733964 380526592 7310 33554432000 4194304 5683644 140733212849440 18446744073709551615 253652683185 0 0 16781312 2 18446604453909527424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 3765176

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3563 and gives
#  childrusage.ru_utime.tv_sec=123
#  childrusage.ru_utime.tv_usec=213268
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=939553
# CPU time returned by wait4() is 126.153
# 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): 4994.16
CPU time (s): 5000.03
CPU user time (s): 4996
CPU system time (s): 4.03
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 3768760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.213
system time used= 2.93955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49463
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= 8626
involuntary context switches= 191

runsolver used 13.394 second user time and 25.2692 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 11:14:20
IDJOB=3498500
IDBENCH=84808
IDSOLVER=1991
FILE ID=node106/3498500-1307956460
RUNJOBID= node106-1307953127-3114
PBS_JOBID= 13559722
Free space on /var/tmp= 2856 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.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-3498500-1307956460/watcher-3498500-1307956460 -o /var/tmp/evaluation-result-3498500-1307956460/solver-3498500-1307956460 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498500-1307956460.cnf -seed 283649774 -budget 5000

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=283649774

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14502952 kB
Buffers:         79528 kB
Cached:       17127288 kB
SwapCached:      12872 kB
Active:        2423664 kB
Inactive:     15397336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14502952 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:           31436 kB
Writeback:           0 kB
AnonPages:      611744 kB
Mapped:          17088 kB
Slab:           555376 kB
PageTables:      10784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1392080 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= 2860 MiB
End job on node106 at 2011-06-13 12:37:37