Trace number 3317730

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (MO) 3638.59 1019.19

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.55/9.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/9.90	c INFO: solving HOME/instance-3317730-1304267295.cnf
0.55/9.90	c INFO: computing task features
11.84/21.22	c INFO: computed variable-clause graph statistics
12.25/21.64	c INFO: computed clause balance statistics
62.84/72.22	c INFO: computed variable balance statistics
99.34/108.72	c INFO: computed small-clause counts
99.94/109.37	c INFO: computed Horn-clause counts
130.75/140.18	c INFO: computed variable graph statistics
130.75/140.19	c INFO: collected features for HOME/instance-3317730-1304267295.cnf in 129.83 s
130.85/140.23	c INFO: running lingeling-276@0 for 97 with 4669 remaining (b = 0.56)
130.85/140.26	c INFO: running precosat-570@0 for 97 with 4669 remaining (b = 0.23)
130.85/140.30	c INFO: running cryptominisat-2.9.0@0 for 485 with 4669 remaining (b = 0.23)
130.94/140.33	c INFO: running SApperloT@0 for 97 with 4669 remaining (b = 0.03)
530.39/240.40	c INFO: running lingeling-276@0 for 582 with 4569 remaining (b = 0.20)
530.76/240.42	c INFO: running lingeling-276@0 for 97 with 4569 remaining (b = 0.23)
531.11/240.52	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4569 remaining (b = 0.36)
930.93/340.61	c INFO: running precosat-570@0 for 194 with 4469 remaining (b = 0.07)
1702.53/533.86	c INFO: running lingeling-276@99 for 1164 with 4276 remaining (b = 0.30)
2085.93/629.83	c INFO: running lingeling-276@0 for 97 with 4180 remaining (b = 0.31)
2482.42/729.11	c INFO: running precosat-570@193 for 291 with 4080 remaining (b = 0.12)
2865.59/825.12	c INFO: running precosat-570@0 for 97 with 3984 remaining (b = 0.11)
3264.80/925.30	c INFO: running precosat-570@99 for 97 with 3884 remaining (b = 0.03)
3635.78/1018.47	c INFO: running precosat-570@0 for 97 with 3791 remaining (b = 0.06)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 25717
/proc/meminfo: memFree=30625676/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/25717/stat : 25717 (runsolver) D 25713 25717 25680 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 538330362 12083200 54 33554432000 4194304 5434984 140736522030496 18446744073709551615 5055495 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/25717/statm: 2950 54 34 303 0 2644 0

[startup+0.0808329 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 25717
/proc/meminfo: memFree=30625676/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 506 0 6 0 0 0 0 0 20 0 1 0 538330362 15175680 419 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809161573 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 4
/proc/25717/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.762709 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 25717
/proc/meminfo: memFree=30625676/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/25717/stat : 25717 (python) D 25713 25717 25680 0 -1 4202496 889 0 6 0 0 0 0 0 16 0 1 0 538330362 16150528 776 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809161573 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/25717/statm: 3943 776 343 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.800703 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 25717
/proc/meminfo: memFree=30625676/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 897 0 6 0 0 0 0 0 15 0 1 0 538330362 16150528 783 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809161573 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 7
/proc/25717/statm: 3943 783 346 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.900701 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 25717
/proc/meminfo: memFree=30625676/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 929 0 6 0 0 0 0 0 16 0 1 0 538330362 16150528 813 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 7
/proc/25717/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+1.50057 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 25717
/proc/meminfo: memFree=30625676/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=16532 CPUtime=0.03 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 1184 0 6 0 1 2 0 0 15 0 1 0 538330362 16928768 1049 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 9
/proc/25717/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16532

[startup+3.10028 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 25719
/proc/meminfo: memFree=30612632/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=34420 CPUtime=0.07 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 1539 0 12 0 4 3 0 0 15 0 1 0 538330362 35246080 1387 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 36
/proc/25717/statm: 8605 1387 448 364 0 943 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34420
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 25719
/proc/meminfo: memFree=30601408/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=111024 CPUtime=0.17 cores=0,2,4,6
/proc/25717/stat : 25717 (python) D 25713 25717 25680 0 -1 4202496 3438 0 35 0 11 6 0 0 15 0 1 0 538330362 113688576 3123 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809165568 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 80
/proc/25717/statm: 27756 3123 881 364 0 2292 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 111024
heavy processes:

[startup+12.7065 s]
/proc/loadavg: 0.08 0.02 0.01 4/178 25727
/proc/meminfo: memFree=30112556/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=535728 CPUtime=3.35 cores=0,2,4,6
/proc/25717/stat : 25717 (python) R 25713 25717 25680 0 -1 4202496 72156 922 111 9 308 27 0 0 19 0 1 0 538330362 548585472 69948 33554432000 4194304 5683644 140733789212160 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 146
/proc/25717/statm: 133932 69948 1761 364 0 69856 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 535728
heavy processes:

[startup+25.5002 s]
/proc/loadavg: 0.50 0.11 0.04 3/178 25728
/proc/meminfo: memFree=29687816/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=893628 CPUtime=16.14 cores=0,2,4,6
/proc/25717/stat : 25717 (python) R 25713 25717 25680 0 -1 4202496 307069 922 111 9 1554 60 0 0 25 0 1 0 538330362 915075072 160824 33554432000 4194304 5683644 140733789212160 18446744073709551615 230808826395 0 0 16781312 2 0 0 0 17 2 0 0 146
/proc/25717/statm: 223407 160824 1826 364 0 159331 0
Current children cumulated CPU time (s) 16.14
Current children cumulated vsize (KiB) 893628
heavy processes:

[startup+51.1005 s]
/proc/loadavg: 1.01 0.26 0.09 4/178 25728
/proc/meminfo: memFree=29678448/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=893628 CPUtime=41.75 cores=0,2,4,6
/proc/25717/stat : 25717 (python) R 25713 25717 25680 0 -1 4202496 307069 922 111 9 4115 60 0 0 25 0 1 0 538330362 915075072 160824 33554432000 4194304 5683644 140733789212160 18446744073709551615 4500463 0 0 16781312 2 0 0 0 17 2 0 0 146
/proc/25717/statm: 223407 160824 1826 364 0 159331 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (KiB) 893628

[startup+102.3 s]
/proc/loadavg: 1.57 0.53 0.19 3/178 25730
/proc/meminfo: memFree=29678224/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=893628 CPUtime=92.94 cores=0,2,4,6
/proc/25717/stat : 25717 (python) R 25713 25717 25680 0 -1 4202496 307070 922 111 9 9234 60 0 0 25 0 1 0 538330362 915075072 160825 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989812 0 0 16781312 2 0 0 0 17 2 0 0 146
/proc/25717/statm: 223407 160825 1827 364 0 159331 0
Current children cumulated CPU time (s) 92.94
Current children cumulated vsize (KiB) 893628

[startup+162.307 s]
/proc/loadavg: 2.69 0.99 0.36 6/190 25743
/proc/meminfo: memFree=28424020/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=680224 CPUtime=130.98 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 334997 922 111 9 13028 70 0 0 21 0 5 0 538330362 696549376 97285 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 147
/proc/25717/statm: 170056 97285 1881 364 0 105965 0
[pid=25732] ppid=25717 vsize=639212 CPUtime=0.03 cores=0,2,4,6
/proc/25732/stat : 25732 (python) S 25717 25717 25680 0 -1 4202560 984 0 0 0 1 2 0 0 18 0 1 0 538344385 654553088 95770 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185807 0 0 16781312 514 6214474904562008321 0 0 17 6 0 0 0
/proc/25732/statm: 159803 95770 382 364 0 95721 0
[pid=25734] ppid=25732 vsize=177028 CPUtime=21.89 cores=0,2,4,6
/proc/25734/stat : 25734 (lingeling) R 25732 25734 25734 0 -1 4202496 79639 0 0 0 2178 11 0 0 25 0 1 0 538344386 181276672 43427 33554432000 4194304 4352236 140736195790528 18446744073709551615 4234032 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25734/statm: 44257 43427 129 39 0 43337 0
[pid=25735] ppid=25717 vsize=649468 CPUtime=0.02 cores=0,2,4,6
/proc/25735/stat : 25735 (python) S 25717 25717 25680 0 -1 4202560 910 0 0 0 0 2 0 0 18 0 1 0 538344388 665055232 95762 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 6214474904562008324 0 0 17 2 0 0 0
/proc/25735/statm: 162367 95762 370 364 0 98282 0
[pid=25737] ppid=25735 vsize=452844 CPUtime=22 cores=0,2,4,6
/proc/25737/stat : 25737 (precosat) R 25735 25737 25737 0 -1 4202496 113366 0 0 0 2182 18 0 0 25 0 1 0 538344390 463712256 110228 33554432000 4194304 4890832 140736470300880 18446744073709551615 4246970 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25737/statm: 113211 110228 80 171 0 113038 0
[pid=25738] ppid=25717 vsize=659724 CPUtime=0.03 cores=0,2,4,6
/proc/25738/stat : 25738 (python) S 25717 25717 25680 0 -1 4202560 933 0 0 0 1 2 0 0 15 0 1 0 538344392 675557376 95766 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 6214474904562008322 0 0 17 0 0 0 0
/proc/25738/statm: 164931 95766 370 364 0 100843 0
[pid=25740] ppid=25738 vsize=939744 CPUtime=21.94 cores=0,2,4,6
/proc/25740/stat : 25740 (cryptominisat-2) R 25738 25740 25740 0 -1 4202496 203229 0 0 0 2167 27 0 0 25 0 1 0 538344393 962297856 193885 33554432000 4194304 4677096 140737118269040 18446744073709551615 4449657 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25740/statm: 234936 193885 378 118 0 229895 0
[pid=25741] ppid=25717 vsize=669980 CPUtime=0.03 cores=0,2,4,6
/proc/25741/stat : 25741 (python) S 25717 25717 25680 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 538344396 686059520 95770 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 6214474904562008323 0 0 17 0 0 0 0
/proc/25741/statm: 167495 95770 370 364 0 103404 0
[pid=25743] ppid=25741 vsize=140944 CPUtime=21.88 cores=0,2,4,6
/proc/25743/stat : 25743 (SApperloT-base) R 25741 25743 25743 0 -1 4202496 31630 0 0 0 2179 9 0 0 25 0 1 0 538344397 144326656 30942 33554432000 134512640 135674940 4286701360 18446744073709551615 134543046 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25743/statm: 35236 30942 99 284 0 34950 0
[pid=25717/tid=25733] ppid=25713 vsize=680224 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25733/stat : 25733 (python) S 25713 25717 25680 0 -1 4202560 24 922 0 9 0 0 0 0 25 0 5 0 538344386 696549376 97285 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 2 0 0 0
[pid=25717/tid=25736] ppid=25713 vsize=680224 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25736/stat : 25736 (python) S 25713 25717 25680 0 -1 4202560 21 922 0 9 0 0 0 0 25 0 5 0 538344390 696549376 97285 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 4 0 0 0
[pid=25717/tid=25739] ppid=25713 vsize=680224 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25739/stat : 25739 (python) S 25713 25717 25680 0 -1 4202560 23 922 0 9 0 0 0 0 20 0 5 0 538344393 696549376 97285 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25742] ppid=25713 vsize=680224 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25742/stat : 25742 (python) S 25713 25717 25680 0 -1 4202560 27 922 0 9 0 0 0 0 22 0 5 0 538344397 696549376 97285 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 218.8
Current children cumulated vsize (KiB) 5009168

[startup+222.301 s]
/proc/loadavg: 4.21 1.73 0.65 6/190 25745
/proc/meminfo: memFree=27908380/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=680224 CPUtime=130.98 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 334997 922 111 9 13028 70 0 0 21 0 5 0 538330362 696549376 97285 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 147
/proc/25717/statm: 170056 97285 1881 364 0 105965 0
[pid=25732] ppid=25717 vsize=639212 CPUtime=0.1 cores=0,2,4,6
/proc/25732/stat : 25732 (python) S 25717 25717 25680 0 -1 4202560 1006 0 0 0 5 5 0 0 18 0 1 0 538344385 654553088 95770 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185807 0 0 16781312 514 6214474904562008321 0 0 17 6 0 0 0
/proc/25732/statm: 159803 95770 382 364 0 95721 0
[pid=25734] ppid=25732 vsize=175852 CPUtime=81.5 cores=0,2,4,6
/proc/25734/stat : 25734 (lingeling) R 25732 25734 25734 0 -1 4202496 147188 0 0 0 8131 19 0 0 25 0 1 0 538344386 180072448 43133 33554432000 4194304 4352236 140736195790528 18446744073709551615 4270076 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25734/statm: 43963 43133 129 39 0 43043 0
[pid=25735] ppid=25717 vsize=649468 CPUtime=0.09 cores=0,2,4,6
/proc/25735/stat : 25735 (python) S 25717 25717 25680 0 -1 4202560 937 0 0 0 4 5 0 0 18 0 1 0 538344388 665055232 95762 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 6214474904562008324 0 0 17 2 0 0 0
/proc/25735/statm: 162367 95762 370 364 0 98282 0
[pid=25737] ppid=25735 vsize=508428 CPUtime=81.99 cores=0,2,4,6
/proc/25737/stat : 25737 (precosat) R 25735 25737 25737 0 -1 4202496 127703 0 0 0 8179 20 0 0 25 0 1 0 538344390 520630272 124565 33554432000 4194304 4890832 140736470300880 18446744073709551615 4213019 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25737/statm: 127107 124565 86 171 0 126934 0
[pid=25738] ppid=25717 vsize=659724 CPUtime=0.12 cores=0,2,4,6
/proc/25738/stat : 25738 (python) S 25717 25717 25680 0 -1 4202560 955 0 0 0 7 5 0 0 15 0 1 0 538344392 675557376 95766 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 6214474904562008322 0 0 17 0 0 0 0
/proc/25738/statm: 164931 95766 370 364 0 100843 0
[pid=25740] ppid=25738 vsize=1631452 CPUtime=81.87 cores=0,2,4,6
/proc/25740/stat : 25740 (cryptominisat-2) R 25738 25740 25740 0 -1 4202496 317676 0 0 0 8144 43 0 0 25 0 1 0 538344393 1670606848 300421 33554432000 4194304 4677096 140737118269040 18446744073709551615 4462632 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25740/statm: 407863 300421 391 118 0 402822 0
[pid=25741] ppid=25717 vsize=669980 CPUtime=0.11 cores=0,2,4,6
/proc/25741/stat : 25741 (python) S 25717 25717 25680 0 -1 4202560 957 0 0 0 6 5 0 0 18 0 1 0 538344396 686059520 95770 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 6214474904562008323 0 0 17 0 0 0 0
/proc/25741/statm: 167495 95770 370 364 0 103404 0
[pid=25743] ppid=25741 vsize=148168 CPUtime=81.71 cores=0,2,4,6

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

[pid=25748] ppid=25717 vsize=680236 CPUtime=0.79 cores=0,2,4,6
/proc/25748/stat : 25748 (python) S 25717 25717 25680 0 -1 4202560 1164 0 0 0 41 38 0 0 18 0 2 0 538354405 696561664 95804 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25748/statm: 170059 95804 399 364 0 105965 0
[pid=25750] ppid=25748 vsize=189980 CPUtime=579.81 cores=0,2,4,6
/proc/25750/stat : 25750 (lingeling) R 25748 25750 25750 0 -1 4202496 401290 0 0 0 57926 55 0 0 25 0 1 0 538354406 194539520 46665 33554432000 4194304 4352236 140733362991088 18446744073709551615 4331642 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25750/statm: 47495 46665 129 39 0 46575 0
[pid=25748/tid=25770] ppid=25717 vsize=680236 CPUtime=0 cores=0,2,4,6
/proc/25748/task/25770/stat : 25770 (python) S 25717 25717 25680 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538364420 696561664 95804 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453985329216 0 0 -1 6 0 0 0
[pid=25752] ppid=25717 vsize=690492 CPUtime=1.12 cores=0,2,4,6
/proc/25752/stat : 25752 (python) S 25717 25717 25680 0 -1 4202560 1014 0 0 0 60 52 0 0 15 0 1 0 538354414 707063808 95778 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 4568259711471681793 0 0 17 2 0 0 0
/proc/25752/statm: 172623 95778 370 364 0 108526 0
[pid=25754] ppid=25752 vsize=3811528 CPUtime=777.14 cores=0,2,4,6
/proc/25754/stat : 25754 (cryptominisat-2) R 25752 25754 25754 0 -1 4202496 862000 0 0 0 77586 128 0 0 25 0 1 0 538354416 3903004672 750080 33554432000 4194304 4677096 140737041554560 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25754/statm: 952882 750080 392 118 0 947841 0
[pid=25876] ppid=25717 vsize=700748 CPUtime=0.14 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25717 25717 25680 0 -1 4202560 1117 0 0 0 6 8 0 0 19 0 2 0 538393345 717565952 95812 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25876/statm: 175187 95812 399 364 0 111087 0
[pid=25878] ppid=25876 vsize=174408 CPUtime=98.25 cores=0,2,4,6
/proc/25878/stat : 25878 (lingeling) T 25876 25878 25878 0 -1 4202496 142845 0 0 0 9807 18 0 0 25 0 1 0 538393347 178593792 42773 33554432000 4194304 4352236 140735375781200 18446744073709551615 4328030 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25878/statm: 43602 42773 129 39 0 42682 0
[pid=25876/tid=25885] ppid=25717 vsize=700748 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (python) S 25717 25717 25680 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538403270 717565952 95812 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453892424128 0 0 -1 6 0 0 0
[pid=25889] ppid=25717 vsize=711004 CPUtime=0.26 cores=0,2,4,6
/proc/25889/stat : 25889 (python) S 25717 25717 25680 0 -1 4202560 1195 0 0 0 14 12 0 0 18 0 2 0 538412874 728068096 95822 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25889/statm: 177751 95822 405 364 0 113648 0
[pid=25891] ppid=25889 vsize=510328 CPUtime=193.4 cores=0,2,4,6
/proc/25891/stat : 25891 (precosat) R 25889 25891 25891 0 -1 4202496 128240 0 0 0 19318 22 0 0 25 0 1 0 538412875 522575872 125067 33554432000 4194304 4890832 140737459970256 18446744073709551615 4238231 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25891/statm: 127582 125067 86 171 0 127409 0
[pid=25889/tid=25895] ppid=25717 vsize=711004 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (python) S 25717 25717 25680 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538422890 728068096 95822 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453891446912 0 0 -1 2 0 0 0
[pid=25898] ppid=25717 vsize=721260 CPUtime=0.01 cores=0,2,4,6
/proc/25898/stat : 25898 (python) S 25717 25717 25680 0 -1 4202560 773 0 0 0 0 1 0 0 19 0 1 0 538432209 738570240 95763 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 4185076610656894975 0 0 17 0 0 0 0
/proc/25898/statm: 180315 95763 343 364 0 116209 0
[pid=25900] ppid=25898 vsize=102440 CPUtime=0.61 cores=0,2,4,6
/proc/25900/stat : 25900 (precosat) R 25898 25900 25900 0 -1 4202496 24512 0 0 0 57 4 0 0 22 0 1 0 538432211 104898560 24239 33554432000 4194304 4890832 140734851095392 18446744073709551615 4487008 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/25900/statm: 25610 24239 65 171 0 25437 0
[pid=25717/tid=25733] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25733/stat : 25733 (python) S 25713 25717 25680 0 -1 4202560 29 922 0 9 0 0 0 0 18 0 10 0 538344386 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25736] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25736/stat : 25736 (python) S 25713 25717 25680 0 -1 4202560 33 922 0 9 0 0 0 0 18 0 10 0 538344390 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 4 0 0 0
[pid=25717/tid=25739] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25739/stat : 25739 (python) S 25713 25717 25680 0 -1 4202560 23 922 0 9 0 0 0 0 20 0 10 0 538344393 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25742] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25742/stat : 25742 (python) S 25713 25717 25680 0 -1 4202560 27 922 0 9 0 0 0 0 22 0 10 0 538344397 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25749] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25749/stat : 25749 (python) S 25713 25717 25680 0 -1 4202560 33 922 0 9 0 0 0 0 18 0 10 0 538354406 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25753] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25753/stat : 25753 (python) S 25713 25717 25680 0 -1 4202560 27 922 0 9 0 0 0 0 21 0 10 0 538354416 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25877] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25877/stat : 25877 (python) S 25713 25717 25680 0 -1 4202560 28 922 0 9 0 0 0 0 20 0 10 0 538393346 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25890] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25890/stat : 25890 (python) S 25713 25717 25680 0 -1 4202560 29 922 0 9 0 0 0 0 18 0 10 0 538412875 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25899] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25899/stat : 25899 (python) S 25713 25717 25680 0 -1 4202560 29 922 0 9 0 0 0 0 20 0 10 0 538432210 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3638.59
Current children cumulated vsize (KiB) 16043576

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

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

[startup+1019.1 s]
/proc/loadavg: 8.16 7.64 4.86 9/228 25900
/proc/meminfo: memFree=22278876/32951124 swapFree=67111448/67111528
[pid=25717] ppid=25713 vsize=731504 CPUtime=131.29 cores=0,2,4,6
/proc/25717/stat : 25717 (python) S 25713 25717 25680 0 -1 4202496 339220 922 111 9 13052 77 0 0 19 0 10 0 538330362 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 147
/proc/25717/statm: 182876 97316 1892 364 0 118770 0
[pid=25732] ppid=25717 vsize=649456 CPUtime=0.91 cores=0,2,4,6
/proc/25732/stat : 25732 (python) S 25717 25717 25680 0 -1 4202560 1202 0 0 0 44 47 0 0 18 0 2 0 538344385 665042944 95809 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25732/statm: 162364 95809 416 364 0 98282 0
[pid=25734] ppid=25732 vsize=183532 CPUtime=683.54 cores=0,2,4,6
/proc/25734/stat : 25734 (lingeling) T 25732 25734 25734 0 -1 4202496 469212 0 0 0 68294 60 0 0 25 0 1 0 538344386 187936768 45053 33554432000 4194304 4352236 140736195790528 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/25734/statm: 45883 45053 129 39 0 44963 0
[pid=25732/tid=25746] ppid=25717 vsize=649456 CPUtime=0 cores=0,2,4,6
/proc/25732/task/25746/stat : 25746 (python) S 25717 25717 25680 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538354399 665042944 95809 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453865325888 0 0 -1 6 0 0 0
[pid=25735] ppid=25717 vsize=649468 CPUtime=0.78 cores=0,2,4,6
/proc/25735/stat : 25735 (python) S 25717 25717 25680 0 -1 4202560 1149 0 0 0 41 37 0 0 18 0 2 0 538344388 665055232 95792 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25735/statm: 162367 95792 399 364 0 98282 0
[pid=25737] ppid=25735 vsize=508428 CPUtime=582.63 cores=0,2,4,6
/proc/25737/stat : 25737 (precosat) T 25735 25737 25737 0 -1 4202496 127931 0 0 0 58242 21 0 0 25 0 1 0 538344390 520630272 124793 33554432000 4194304 4890832 140736470300880 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/25737/statm: 127107 124793 86 171 0 126934 0
[pid=25735/tid=25747] ppid=25717 vsize=649468 CPUtime=0 cores=0,2,4,6
/proc/25735/task/25747/stat : 25747 (python) S 25717 25717 25680 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538354402 665055232 95792 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453865372672 0 0 -1 2 0 0 0
[pid=25738] ppid=25717 vsize=659724 CPUtime=0.72 cores=0,2,4,6
/proc/25738/stat : 25738 (python) S 25717 25717 25680 0 -1 4202560 1146 0 0 0 40 32 0 0 17 0 2 0 538344392 675557376 95796 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25738/statm: 164931 95796 399 364 0 100843 0
[pid=25740] ppid=25738 vsize=3550684 CPUtime=487.19 cores=0,2,4,6
/proc/25740/stat : 25740 (cryptominisat-2) T 25738 25740 25740 0 -1 4202496 775162 0 0 0 48598 121 0 0 25 0 1 0 538344393 3635900416 702244 33554432000 4194304 4677096 140737118269040 18446744073709551615 4358797 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/25740/statm: 887671 702244 392 118 0 882630 0
[pid=25738/tid=25875] ppid=25717 vsize=659724 CPUtime=0 cores=0,2,4,6
/proc/25738/task/25875/stat : 25875 (python) S 25717 25717 25680 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 538393343 675557376 95796 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453865371776 0 0 -1 0 0 0 0
[pid=25741] ppid=25717 vsize=669980 CPUtime=0.14 cores=0,2,4,6
/proc/25741/stat : 25741 (python) S 25717 25717 25680 0 -1 4202560 1126 0 0 0 8 6 0 0 19 0 2 0 538344396 686059520 95800 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25741/statm: 167495 95800 399 364 0 103404 0
[pid=25743] ppid=25741 vsize=148376 CPUtime=99.86 cores=0,2,4,6
/proc/25743/stat : 25743 (SApperloT-base) T 25741 25743 25743 0 -1 4202496 33468 0 0 0 9976 10 0 0 25 0 1 0 538344397 151937024 32780 33554432000 134512640 135674940 4286701360 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25743/statm: 37094 32780 100 284 0 36808 0
[pid=25741/tid=25751] ppid=25717 vsize=669980 CPUtime=0 cores=0,2,4,6
/proc/25741/task/25751/stat : 25751 (python) S 25717 25717 25680 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538354412 686059520 95800 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604449090262080 0 0 -1 0 0 0 0
[pid=25748] ppid=25717 vsize=680236 CPUtime=0.79 cores=0,2,4,6
/proc/25748/stat : 25748 (python) S 25717 25717 25680 0 -1 4202560 1164 0 0 0 41 38 0 0 18 0 2 0 538354405 696561664 95804 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25748/statm: 170059 95804 399 364 0 105965 0
[pid=25750] ppid=25748 vsize=189980 CPUtime=579.81 cores=0,2,4,6
/proc/25750/stat : 25750 (lingeling) R 25748 25750 25750 0 -1 4202496 401290 0 0 0 57926 55 0 0 25 0 1 0 538354406 194539520 46665 33554432000 4194304 4352236 140733362991088 18446744073709551615 4331642 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25750/statm: 47495 46665 129 39 0 46575 0
[pid=25748/tid=25770] ppid=25717 vsize=680236 CPUtime=0 cores=0,2,4,6
/proc/25748/task/25770/stat : 25770 (python) S 25717 25717 25680 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538364420 696561664 95804 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453985329216 0 0 -1 6 0 0 0
[pid=25752] ppid=25717 vsize=690492 CPUtime=1.12 cores=0,2,4,6
/proc/25752/stat : 25752 (python) S 25717 25717 25680 0 -1 4202560 1014 0 0 0 60 52 0 0 15 0 1 0 538354414 707063808 95778 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 4568259711471681793 0 0 17 2 0 0 0
/proc/25752/statm: 172623 95778 370 364 0 108526 0
[pid=25754] ppid=25752 vsize=3811528 CPUtime=777.14 cores=0,2,4,6
/proc/25754/stat : 25754 (cryptominisat-2) R 25752 25754 25754 0 -1 4202496 862000 0 0 0 77586 128 0 0 25 0 1 0 538354416 3903004672 750080 33554432000 4194304 4677096 140737041554560 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25754/statm: 952882 750080 392 118 0 947841 0
[pid=25876] ppid=25717 vsize=700748 CPUtime=0.14 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25717 25717 25680 0 -1 4202560 1117 0 0 0 6 8 0 0 19 0 2 0 538393345 717565952 95812 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25876/statm: 175187 95812 399 364 0 111087 0
[pid=25878] ppid=25876 vsize=174408 CPUtime=98.25 cores=0,2,4,6
/proc/25878/stat : 25878 (lingeling) T 25876 25878 25878 0 -1 4202496 142845 0 0 0 9807 18 0 0 25 0 1 0 538393347 178593792 42773 33554432000 4194304 4352236 140735375781200 18446744073709551615 4328030 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25878/statm: 43602 42773 129 39 0 42682 0
[pid=25876/tid=25885] ppid=25717 vsize=700748 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (python) S 25717 25717 25680 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538403270 717565952 95812 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453892424128 0 0 -1 6 0 0 0
[pid=25889] ppid=25717 vsize=711004 CPUtime=0.26 cores=0,2,4,6
/proc/25889/stat : 25889 (python) S 25717 25717 25680 0 -1 4202560 1195 0 0 0 14 12 0 0 18 0 2 0 538412874 728068096 95822 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25889/statm: 177751 95822 405 364 0 113648 0
[pid=25891] ppid=25889 vsize=510328 CPUtime=193.4 cores=0,2,4,6
/proc/25891/stat : 25891 (precosat) R 25889 25891 25891 0 -1 4202496 128240 0 0 0 19318 22 0 0 25 0 1 0 538412875 522575872 125067 33554432000 4194304 4890832 140737459970256 18446744073709551615 4238231 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25891/statm: 127582 125067 86 171 0 127409 0
[pid=25889/tid=25895] ppid=25717 vsize=711004 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (python) S 25717 25717 25680 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538422890 728068096 95822 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 514 18446604453891446912 0 0 -1 2 0 0 0
[pid=25898] ppid=25717 vsize=721260 CPUtime=0.01 cores=0,2,4,6
/proc/25898/stat : 25898 (python) S 25717 25717 25680 0 -1 4202560 773 0 0 0 0 1 0 0 19 0 1 0 538432209 738570240 95763 33554432000 4194304 5683644 140733789212160 18446744073709551615 230809185862 0 0 16781312 514 4185076610656894975 0 0 17 0 0 0 0
/proc/25898/statm: 180315 95763 343 364 0 116209 0
[pid=25900] ppid=25898 vsize=102440 CPUtime=0.61 cores=0,2,4,6
/proc/25900/stat : 25900 (precosat) R 25898 25900 25900 0 -1 4202496 24512 0 0 0 57 4 0 0 22 0 1 0 538432211 104898560 24239 33554432000 4194304 4890832 140734851095392 18446744073709551615 4487008 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/25900/statm: 25610 24239 65 171 0 25437 0
[pid=25717/tid=25733] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25733/stat : 25733 (python) S 25713 25717 25680 0 -1 4202560 29 922 0 9 0 0 0 0 18 0 10 0 538344386 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25736] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25736/stat : 25736 (python) S 25713 25717 25680 0 -1 4202560 33 922 0 9 0 0 0 0 18 0 10 0 538344390 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 4 0 0 0
[pid=25717/tid=25739] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25739/stat : 25739 (python) S 25713 25717 25680 0 -1 4202560 23 922 0 9 0 0 0 0 20 0 10 0 538344393 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25742] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25742/stat : 25742 (python) S 25713 25717 25680 0 -1 4202560 27 922 0 9 0 0 0 0 22 0 10 0 538344397 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25749] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25749/stat : 25749 (python) S 25713 25717 25680 0 -1 4202560 33 922 0 9 0 0 0 0 18 0 10 0 538354406 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25753] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25753/stat : 25753 (python) S 25713 25717 25680 0 -1 4202560 27 922 0 9 0 0 0 0 21 0 10 0 538354416 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25877] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25877/stat : 25877 (python) S 25713 25717 25680 0 -1 4202560 28 922 0 9 0 0 0 0 20 0 10 0 538393346 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25890] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25890/stat : 25890 (python) S 25713 25717 25680 0 -1 4202560 29 922 0 9 0 0 0 0 18 0 10 0 538412875 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
[pid=25717/tid=25899] ppid=25713 vsize=731504 CPUtime=0 cores=0,2,4,6
/proc/25717/task/25899/stat : 25899 (python) S 25713 25717 25680 0 -1 4202560 29 922 0 9 0 0 0 0 20 0 10 0 538432210 749060096 97316 33554432000 4194304 5683644 140733789212160 18446744073709551615 230820989361 0 0 16781312 2 18446604453674348928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3638.59
Current children cumulated vsize (KiB) 16043576

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25717 and gives
#  childrusage.ru_utime.tv_sec=130
#  childrusage.ru_utime.tv_usec=527156
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=805877
# CPU time returned by wait4() is 131.333
# while last known CPU time is 3638.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1019.19
CPU time (s): 3638.59
CPU user time (s): 3631.1
CPU system time (s): 7.49
CPU usage (%): 357.008
Max. virtual memory (cumulated for all children) (KiB): 16043576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.527
system time used= 0.805877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340149
page faults= 120
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20515
involuntary context switches= 379

runsolver used 2.52062 second user time and 5.62315 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-01 18:28:17
IDJOB=3317730
IDBENCH=69571
IDSOLVER=1706
FILE ID=node104/3317730-1304267295
RUNJOBID= node104-1304267294-25698
PBS_JOBID= 13173974
Free space on /tmp= 72708 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317730-1304267295/watcher-3317730-1304267295 -o /tmp/evaluation-result-3317730-1304267295/solver-3317730-1304267295 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317730-1304267295.cnf -seed 1307258985 -budget 4800 -cores 4

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1307258985

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30626096 kB
Buffers:        446364 kB
Cached:        1399228 kB
SwapCached:         80 kB
Active:         463492 kB
Inactive:      1446012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30626096 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:          155364 kB
Writeback:           0 kB
AnonPages:       64156 kB
Mapped:          14540 kB
Slab:           351408 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72668 MiB
End job on node104 at 2011-05-01 18:45:20