Trace number 3317717

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.32 1252.36

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.57/20.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.57/20.14	c INFO: solving HOME/instance-3317717-1304267283.cnf
0.57/20.14	c INFO: computing task features
2.63/22.29	c INFO: computed variable-clause graph statistics
2.74/22.36	c INFO: computed clause balance statistics
11.54/31.14	c INFO: computed variable balance statistics
18.14/37.74	c INFO: computed small-clause counts
18.23/37.87	c INFO: computed Horn-clause counts
40.63/60.22	c INFO: computed variable graph statistics
40.63/60.22	c INFO: collected features for HOME/instance-3317717-1304267283.cnf in 40.01 s
40.63/60.24	c INFO: running SApperloT@0 for 97 with 4759 remaining (b = 0.15)
40.63/60.27	c INFO: running lingeling-276@0 for 97 with 4759 remaining (b = 0.15)
40.63/60.29	c INFO: running cryptominisat-2.9.0@0 for 485 with 4759 remaining (b = 0.22)
40.72/60.32	c INFO: running lingeling-276@0 for 1261 with 4759 remaining (b = 0.36)
440.49/160.40	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4659 remaining (b = 0.41)
440.49/160.43	c INFO: running lingeling-276@0 for 1164 with 4659 remaining (b = 0.29)
1994.13/549.46	c INFO: running precosat-570@0 for 291 with 4270 remaining (b = 0.18)
3177.84/845.86	c INFO: running lingeling-276@0 for 97 with 3974 remaining (b = 0.08)
3573.92/945.04	c INFO: running precosat-570@293 for 97 with 3875 remaining (b = 0.03)
3957.92/1041.20	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3778 remaining (b = 0.38)

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-3317717-1304267283/watcher-3317717-1304267283 -o /tmp/evaluation-result-3317717-1304267283/solver-3317717-1304267283 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317717-1304267283.cnf -seed 638206346 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/9609/stat : 9609 (python) D 9606 9609 9574 0 -1 4194304 47 0 0 0 0 0 0 0 17 0 1 0 538326726 1884160 1 33554432000 0 0 140737175991958 18446744073709551615 5055495 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/9609/statm: 460 1 0 0 0 36 0

[startup+0.0770031 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 611 0 6 0 0 0 0 0 17 0 1 0 538326726 15441920 513 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335888229 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 2
/proc/9609/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100998 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 611 0 6 0 0 0 0 0 17 0 1 0 538326726 15441920 513 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 2
/proc/9609/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300963 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 722 0 6 0 0 0 0 0 15 0 1 0 538326726 15548416 617 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 3
/proc/9609/statm: 3796 617 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.70089 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 930 0 6 0 0 0 0 0 16 0 1 0 538326726 16154624 814 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 6
/proc/9609/statm: 3944 814 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+2.29761 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=16396 CPUtime=0.03 cores=1,3,5,7
/proc/9609/stat : 9609 (python) D 9606 9609 9574 0 -1 4202496 1160 0 6 0 1 2 0 0 15 0 1 0 538326726 16789504 1030 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 1 0 0 10
/proc/9609/statm: 4099 1030 414 364 0 586 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+3.10048 s]
/proc/loadavg: 0.00 0.00 0.00 1/182 9613
/proc/meminfo: memFree=25672396/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=18884 CPUtime=0.03 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 1244 0 7 0 1 2 0 0 16 0 1 0 538326726 19337216 1105 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 13
/proc/9609/statm: 4721 1105 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884
heavy processes:

[startup+6.3009 s]
/proc/loadavg: 0.08 0.02 0.01 1/182 9613
/proc/meminfo: memFree=25665684/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=93960 CPUtime=0.12 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 2671 0 23 0 6 6 0 0 16 0 1 0 538326726 96215040 2407 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 26
/proc/9609/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 93960
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.15 0.03 0.01 1/182 9621
/proc/meminfo: memFree=25638448/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=135752 CPUtime=0.27 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 5899 925 44 8 17 10 0 0 16 0 1 0 538326726 139010048 4148 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 150
/proc/9609/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 135752
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 0.88 0.19 0.06 7/194 9634
/proc/meminfo: memFree=25440660/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=393412 CPUtime=5.94 cores=1,3,5,7
/proc/9609/stat : 9609 (python) R 9606 9609 9574 0 -1 4202496 57911 925 116 8 566 28 0 0 25 0 1 0 538326726 402853888 35738 33554432000 4194304 5683644 140737175985728 18446744073709551615 47730862383381 0 0 16781312 2 0 0 0 17 5 0 0 305
/proc/9609/statm: 98353 35738 1826 364 0 34277 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 393412
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 2.48 0.63 0.21 6/194 9634
/proc/meminfo: memFree=25402672/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=398304 CPUtime=31.53 cores=1,3,5,7
/proc/9609/stat : 9609 (python) R 9606 9609 9574 0 -1 4202496 59141 925 116 8 3125 28 0 0 25 0 1 0 538326726 407863296 36968 33554432000 4194304 5683644 140737175985728 18446744073709551615 47730862233740 0 0 16781312 2 0 0 0 17 5 0 0 305
/proc/9609/statm: 99576 36968 1833 364 0 35500 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 398304
heavy processes:

[startup+102.301 s]
/proc/loadavg: 5.47 1.70 0.59 9/206 9648
/proc/meminfo: memFree=25000392/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=429900 CPUtime=40.75 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 61854 925 116 8 4045 30 0 0 20 0 5 0 538326726 440217600 34672 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 305
/proc/9609/statm: 107475 34672 1881 364 0 43384 0
[pid=9636] ppid=9609 vsize=388888 CPUtime=0.05 cores=1,3,5,7
/proc/9636/stat : 9636 (python) S 9609 9609 9574 0 -1 4202560 1009 0 0 0 2 3 0 0 18 0 1 0 538332750 398221312 33156 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912463 0 0 16781312 514 3606574060965691656 0 0 17 7 0 0 0
/proc/9636/statm: 97222 33156 381 364 0 33140 0
[pid=9638] ppid=9636 vsize=45056 CPUtime=41.98 cores=1,3,5,7
/proc/9638/stat : 9638 (SApperloT-base) R 9636 9638 9638 0 -1 4202496 10643 0 0 0 4195 3 0 0 25 0 1 0 538332751 46137344 10056 33554432000 134512640 135674940 4288057664 18446744073709551615 134564611 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9638/statm: 11264 10056 100 284 0 10978 0
[pid=9639] ppid=9609 vsize=399144 CPUtime=0.05 cores=1,3,5,7
/proc/9639/stat : 9639 (python) S 9609 9609 9574 0 -1 4202560 928 0 0 0 3 2 0 0 18 0 1 0 538332753 408723456 33149 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 7 0 0 0
/proc/9639/statm: 99786 33149 370 364 0 35701 0
[pid=9641] ppid=9639 vsize=21428 CPUtime=42.01 cores=1,3,5,7
/proc/9641/stat : 9641 (lingeling) R 9639 9641 9641 0 -1 4202496 15647 0 0 0 4198 3 0 0 25 0 1 0 538332754 21942272 4526 33554432000 4194304 4352236 140735483736256 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9641/statm: 5357 4526 129 39 0 4437 0
[pid=9642] ppid=9609 vsize=409400 CPUtime=0.07 cores=1,3,5,7
/proc/9642/stat : 9642 (python) S 9609 9609 9574 0 -1 4202560 944 0 0 0 3 4 0 0 15 0 1 0 538332756 419225600 33153 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 7 0 0 0
/proc/9642/statm: 102350 33153 370 364 0 38262 0
[pid=9644] ppid=9642 vsize=393704 CPUtime=41.98 cores=1,3,5,7
/proc/9644/stat : 9644 (cryptominisat-2) R 9642 9644 9644 0 -1 4202496 89007 0 0 0 4186 12 0 0 25 0 1 0 538332757 403152896 77735 33554432000 4194304 4677096 140736855363936 18446744073709551615 232335588890 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9644/statm: 98426 77735 392 118 0 93385 0
[pid=9645] ppid=9609 vsize=419656 CPUtime=0.05 cores=1,3,5,7
/proc/9645/stat : 9645 (python) S 9609 9609 9574 0 -1 4202560 952 0 0 0 2 3 0 0 18 0 1 0 538332759 429727744 33157 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 5 0 0 0
/proc/9645/statm: 104914 33157 370 364 0 40823 0
[pid=9647] ppid=9645 vsize=18556 CPUtime=41.53 cores=1,3,5,7
/proc/9647/stat : 9647 (lingeling) R 9645 9647 9647 0 -1 4202496 16531 0 0 0 4150 3 0 0 25 0 1 0 538332759 19001344 3809 33554432000 4194304 4352236 140736801381312 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/9647/statm: 4639 3809 129 39 0 3719 0
[pid=9609/tid=9637] ppid=9606 vsize=429900 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9637/stat : 9637 (python) S 9606 9609 9574 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 5 0 538332751 440217600 34672 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 3 0 0 0
[pid=9609/tid=9640] ppid=9606 vsize=429900 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9640/stat : 9640 (python) S 9606 9609 9574 0 -1 4202560 20 925 0 8 0 0 0 0 20 0 5 0 538332754 440217600 34672 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 3 0 0 0
[pid=9609/tid=9643] ppid=9606 vsize=429900 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9643/stat : 9643 (python) S 9606 9609 9574 0 -1 4202560 23 925 0 8 0 0 0 0 20 0 5 0 538332756 440217600 34672 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 7 0 0 0
[pid=9609/tid=9646] ppid=9606 vsize=429900 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9646/stat : 9646 (python) S 9606 9609 9574 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 5 0 538332759 440217600 34672 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 208.47
Current children cumulated vsize (KiB) 2525732

[startup+162.301 s]
/proc/loadavg: 6.95 2.83 1.05 6/199 9690
/proc/meminfo: memFree=24827680/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=440156 CPUtime=40.81 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 63111 925 116 8 4050 31 0 0 20 0 6 0 538326726 450719744 34679 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 305
/proc/9609/statm: 110039 34679 1884 364 0 45945 0
[pid=9636] ppid=9609 vsize=399132 CPUtime=0.13 cores=1,3,5,7
/proc/9636/stat : 9636 (python) S 9609 9609 9574 0 -1 4202560 1186 0 0 0 7 6 0 0 19 0 2 0 538332750 408711168 33194 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9636/statm: 99783 33194 414 364 0 35701 0
[pid=9638] ppid=9636 vsize=49176 CPUtime=99.99 cores=1,3,5,7
/proc/9638/stat : 9638 (SApperloT-base) T 9636 9638 9638 0 -1 4202496 11570 0 0 0 9996 3 0 0 25 0 1 0 538332751 50356224 10983 33554432000 134512640 135674940 4288057664 18446744073709551615 134565212 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9638/statm: 12294 10983 100 284 0 12008 0
[pid=9636/tid=9686] ppid=9609 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/9636/task/9686/stat : 9686 (python) S 9609 9609 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538342764 408711168 33194 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283342272 0 0 -1 7 0 0 0
[pid=9639] ppid=9609 vsize=399144 CPUtime=0.13 cores=1,3,5,7
/proc/9639/stat : 9639 (python) S 9609 9609 9574 0 -1 4202560 1102 0 0 0 5 8 0 0 18 0 2 0 538332753 408723456 33179 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9639/statm: 99786 33179 399 364 0 35701 0
[pid=9641] ppid=9639 vsize=28104 CPUtime=101.97 cores=1,3,5,7
/proc/9641/stat : 9641 (lingeling) R 9639 9641 9641 0 -1 4202496 20904 0 0 0 10193 4 0 0 25 0 1 0 538332754 28778496 6195 33554432000 4194304 4352236 140735483736256 18446744073709551615 4208062 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/9641/statm: 7026 6195 129 39 0 6106 0
[pid=9639/tid=9687] ppid=9609 vsize=399144 CPUtime=0 cores=1,3,5,7
/proc/9639/task/9687/stat : 9687 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538342766 408723456 33179 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283344064 0 0 -1 7 0 0 0
[pid=9642] ppid=9609 vsize=409400 CPUtime=0.15 cores=1,3,5,7
/proc/9642/stat : 9642 (python) S 9609 9609 9574 0 -1 4202560 964 0 0 0 7 8 0 0 15 0 1 0 538332756 419225600 33153 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 7 0 0 0
/proc/9642/statm: 102350 33153 370 364 0 38262 0
[pid=9644] ppid=9642 vsize=414460 CPUtime=101.98 cores=1,3,5,7
/proc/9644/stat : 9644 (cryptominisat-2) R 9642 9644 9644 0 -1 4202496 105478 0 0 0 10181 17 0 0 25 0 1 0 538332757 424407040 81988 33554432000 4194304 4677096 140736855363936 18446744073709551615 4334818 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9644/statm: 103615 81988 392 118 0 98574 0
[pid=9645] ppid=9609 vsize=419656 CPUtime=0.13 cores=1,3,5,7
/proc/9645/stat : 9645 (python) S 9609 9609 9574 0 -1 4202560 970 0 0 0 5 8 0 0 18 0 1 0 538332759 429727744 33157 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 5 0 0 0
/proc/9645/statm: 104914 33157 370 364 0 40823 0
[pid=9647] ppid=9645 vsize=26236 CPUtime=100.92 cores=1,3,5,7
/proc/9647/stat : 9647 (lingeling) R 9645 9647 9647 0 -1 4202496 23062 0 0 0 10088 4 0 0 25 0 1 0 538332759 26865664 5729 33554432000 4194304 4352236 140736801381312 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9647/statm: 6559 5729 129 39 0 5639 0
[pid=9688] ppid=9609 vsize=429912 CPUtime=0 cores=1,3,5,7

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1252.3 s]
/proc/loadavg: 8.25 8.07 5.92 9/239 9760
/proc/meminfo: memFree=19302524/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=460668 CPUtime=40.91 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 64943 925 116 8 4059 32 0 0 18 0 8 0 538326726 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 305
/proc/9609/statm: 115167 34691 1888 364 0 51067 0
[pid=9636] ppid=9609 vsize=399132 CPUtime=0.13 cores=1,3,5,7
/proc/9636/stat : 9636 (python) S 9609 9609 9574 0 -1 4202560 1186 0 0 0 7 6 0 0 19 0 2 0 538332750 408711168 33194 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9636/statm: 99783 33194 414 364 0 35701 0
[pid=9638] ppid=9636 vsize=49176 CPUtime=99.99 cores=1,3,5,7
/proc/9638/stat : 9638 (SApperloT-base) T 9636 9638 9638 0 -1 4202496 11570 0 0 0 9996 3 0 0 25 0 1 0 538332751 50356224 10983 33554432000 134512640 135674940 4288057664 18446744073709551615 134565212 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9638/statm: 12294 10983 100 284 0 12008 0
[pid=9636/tid=9686] ppid=9609 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/9636/task/9686/stat : 9686 (python) S 9609 9609 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538342764 408711168 33194 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283342272 0 0 -1 7 0 0 0
[pid=9639] ppid=9609 vsize=399144 CPUtime=1.67 cores=1,3,5,7
/proc/9639/stat : 9639 (python) S 9609 9609 9574 0 -1 4202560 1160 0 0 0 79 88 0 0 18 0 2 0 538332753 408723456 33179 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9639/statm: 99786 33179 399 364 0 35701 0
[pid=9641] ppid=9639 vsize=65480 CPUtime=1186.65 cores=1,3,5,7
/proc/9641/stat : 9641 (lingeling) R 9639 9641 9641 0 -1 4202496 65076 0 0 0 118655 10 0 0 25 0 1 0 538332754 67051520 15539 33554432000 4194304 4352236 140735483736256 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/9641/statm: 16370 15539 129 39 0 15450 0
[pid=9639/tid=9687] ppid=9609 vsize=399144 CPUtime=0 cores=1,3,5,7
/proc/9639/task/9687/stat : 9687 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538342766 408723456 33179 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283344064 0 0 -1 7 0 0 0
[pid=9642] ppid=9609 vsize=409400 CPUtime=1.03 cores=1,3,5,7
/proc/9642/stat : 9642 (python) S 9609 9609 9574 0 -1 4202560 1185 0 0 0 53 50 0 0 15 0 2 0 538332756 419225600 33184 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9642/statm: 102350 33184 400 364 0 38262 0
[pid=9644] ppid=9642 vsize=467280 CPUtime=699.42 cores=1,3,5,7
/proc/9644/stat : 9644 (cryptominisat-2) R 9642 9644 9644 0 -1 4202496 238217 0 0 0 69871 71 0 0 25 0 1 0 538332757 478494720 97772 33554432000 4194304 4677096 140736855363936 18446744073709551615 4320139 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9644/statm: 116820 97772 392 118 0 111779 0
[pid=9642/tid=9715] ppid=9609 vsize=409400 CPUtime=0 cores=1,3,5,7
/proc/9642/task/9715/stat : 9715 (python) S 9609 9609 9574 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538381670 419225600 33184 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283344960 0 0 -1 1 0 0 0
[pid=9645] ppid=9609 vsize=419656 CPUtime=1.67 cores=1,3,5,7
/proc/9645/stat : 9645 (python) S 9609 9609 9574 0 -1 4202560 1005 0 0 0 90 77 0 0 18 0 1 0 538332759 429727744 33157 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 5 0 0 0
/proc/9645/statm: 104914 33157 370 364 0 40823 0
[pid=9647] ppid=9645 vsize=64124 CPUtime=1190.96 cores=1,3,5,7
/proc/9647/stat : 9647 (lingeling) R 9645 9647 9647 0 -1 4202496 68383 0 0 0 119086 10 0 0 25 0 1 0 538332759 65662976 15201 33554432000 4194304 4352236 140736801381312 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9647/statm: 16031 15201 129 39 0 15111 0
[pid=9688] ppid=9609 vsize=429912 CPUtime=1.59 cores=1,3,5,7
/proc/9688/stat : 9688 (python) S 9609 9609 9574 0 -1 4202560 1040 0 0 0 78 81 0 0 15 0 1 0 538342767 440229888 33162 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691654 0 0 17 5 0 0 0
/proc/9688/statm: 107478 33162 371 364 0 43384 0
[pid=9690] ppid=9688 vsize=516948 CPUtime=1088.76 cores=1,3,5,7
/proc/9690/stat : 9690 (cryptominisat-2) R 9688 9690 9690 0 -1 4202496 137916 0 0 0 108841 35 0 0 25 0 1 0 538342767 529354752 111456 33554432000 4194304 4677096 140735277333408 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9690/statm: 129237 111456 394 118 0 124196 0
[pid=9716] ppid=9609 vsize=440168 CPUtime=0.55 cores=1,3,5,7
/proc/9716/stat : 9716 (python) S 9609 9609 9574 0 -1 4202560 1177 0 0 0 27 28 0 0 18 0 2 0 538381672 450732032 33195 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9716/statm: 110042 33195 399 364 0 45945 0
[pid=9718] ppid=9716 vsize=162712 CPUtime=388.72 cores=1,3,5,7
/proc/9718/stat : 9718 (precosat) T 9716 9718 9718 0 -1 4202496 41477 0 0 0 38863 9 0 0 25 0 1 0 538381673 166617088 39041 33554432000 4194304 4890832 140737364535296 18446744073709551615 4236398 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/9718/statm: 40678 39041 86 171 0 40505 0
[pid=9716/tid=9743] ppid=9609 vsize=440168 CPUtime=0 cores=1,3,5,7
/proc/9716/task/9743/stat : 9743 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538411310 450732032 33195 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604454223473344 0 0 -1 7 0 0 0
[pid=9744] ppid=9609 vsize=450424 CPUtime=0.15 cores=1,3,5,7
/proc/9744/stat : 9744 (python) S 9609 9609 9574 0 -1 4202560 1127 0 0 0 9 6 0 0 19 0 2 0 538411312 461234176 33199 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9744/statm: 112606 33199 399 364 0 48506 0
[pid=9746] ppid=9744 vsize=28816 CPUtime=98.12 cores=1,3,5,7
/proc/9746/stat : 9746 (lingeling) T 9744 9746 9746 0 -1 4202496 22642 0 0 0 9808 4 0 0 25 0 1 0 538411313 29507584 6374 33554432000 4194304 4352236 140737010981872 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/9746/statm: 7204 6374 129 39 0 6284 0
[pid=9744/tid=9749] ppid=9609 vsize=450424 CPUtime=0 cores=1,3,5,7
/proc/9744/task/9749/stat : 9749 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538421228 461234176 33199 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604471161004224 0 0 -1 1 0 0 0
[pid=9609/tid=9637] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9637/stat : 9637 (python) S 9606 9609 9574 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 8 0 538332751 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 3 0 0 0
[pid=9609/tid=9640] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9640/stat : 9640 (python) S 9606 9609 9574 0 -1 4202560 26 925 0 8 0 0 0 0 18 0 8 0 538332754 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 3 0 0 0
[pid=9609/tid=9643] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9643/stat : 9643 (python) S 9606 9609 9574 0 -1 4202560 29 925 0 8 0 0 0 0 18 0 8 0 538332756 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 7 0 0 0
[pid=9609/tid=9646] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9646/stat : 9646 (python) S 9606 9609 9574 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 8 0 538332759 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
[pid=9609/tid=9689] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9689/stat : 9689 (python) S 9606 9609 9574 0 -1 4202560 24 925 0 8 0 0 0 0 20 0 8 0 538342767 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
[pid=9609/tid=9717] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9717/stat : 9717 (python) S 9606 9609 9574 0 -1 4202560 34 925 0 8 0 0 0 0 18 0 8 0 538381673 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 7 0 0 0
[pid=9609/tid=9745] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9745/stat : 9745 (python) S 9606 9609 9574 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 8 0 538411313 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4763040

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

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

[startup+1252.3 s]
/proc/loadavg: 8.25 8.07 5.92 9/239 9760
/proc/meminfo: memFree=19302524/32951124 swapFree=67111412/67111528
[pid=9609] ppid=9606 vsize=460668 CPUtime=40.91 cores=1,3,5,7
/proc/9609/stat : 9609 (python) S 9606 9609 9574 0 -1 4202496 64943 925 116 8 4059 32 0 0 18 0 8 0 538326726 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 305
/proc/9609/statm: 115167 34691 1888 364 0 51067 0
[pid=9636] ppid=9609 vsize=399132 CPUtime=0.13 cores=1,3,5,7
/proc/9636/stat : 9636 (python) S 9609 9609 9574 0 -1 4202560 1186 0 0 0 7 6 0 0 19 0 2 0 538332750 408711168 33194 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9636/statm: 99783 33194 414 364 0 35701 0
[pid=9638] ppid=9636 vsize=49176 CPUtime=99.99 cores=1,3,5,7
/proc/9638/stat : 9638 (SApperloT-base) T 9636 9638 9638 0 -1 4202496 11570 0 0 0 9996 3 0 0 25 0 1 0 538332751 50356224 10983 33554432000 134512640 135674940 4288057664 18446744073709551615 134565212 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9638/statm: 12294 10983 100 284 0 12008 0
[pid=9636/tid=9686] ppid=9609 vsize=399132 CPUtime=0 cores=1,3,5,7
/proc/9636/task/9686/stat : 9686 (python) S 9609 9609 9574 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538342764 408711168 33194 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283342272 0 0 -1 7 0 0 0
[pid=9639] ppid=9609 vsize=399144 CPUtime=1.67 cores=1,3,5,7
/proc/9639/stat : 9639 (python) S 9609 9609 9574 0 -1 4202560 1160 0 0 0 79 88 0 0 18 0 2 0 538332753 408723456 33179 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9639/statm: 99786 33179 399 364 0 35701 0
[pid=9641] ppid=9639 vsize=65480 CPUtime=1186.65 cores=1,3,5,7
/proc/9641/stat : 9641 (lingeling) R 9639 9641 9641 0 -1 4202496 65076 0 0 0 118655 10 0 0 25 0 1 0 538332754 67051520 15539 33554432000 4194304 4352236 140735483736256 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/9641/statm: 16370 15539 129 39 0 15450 0
[pid=9639/tid=9687] ppid=9609 vsize=399144 CPUtime=0 cores=1,3,5,7
/proc/9639/task/9687/stat : 9687 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538342766 408723456 33179 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283344064 0 0 -1 7 0 0 0
[pid=9642] ppid=9609 vsize=409400 CPUtime=1.03 cores=1,3,5,7
/proc/9642/stat : 9642 (python) S 9609 9609 9574 0 -1 4202560 1185 0 0 0 53 50 0 0 15 0 2 0 538332756 419225600 33184 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9642/statm: 102350 33184 400 364 0 38262 0
[pid=9644] ppid=9642 vsize=467280 CPUtime=699.42 cores=1,3,5,7
/proc/9644/stat : 9644 (cryptominisat-2) R 9642 9644 9644 0 -1 4202496 238217 0 0 0 69871 71 0 0 25 0 1 0 538332757 478494720 97772 33554432000 4194304 4677096 140736855363936 18446744073709551615 4320139 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/9644/statm: 116820 97772 392 118 0 111779 0
[pid=9642/tid=9715] ppid=9609 vsize=409400 CPUtime=0 cores=1,3,5,7
/proc/9642/task/9715/stat : 9715 (python) S 9609 9609 9574 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538381670 419225600 33184 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604470283344960 0 0 -1 1 0 0 0
[pid=9645] ppid=9609 vsize=419656 CPUtime=1.67 cores=1,3,5,7
/proc/9645/stat : 9645 (python) S 9609 9609 9574 0 -1 4202560 1005 0 0 0 90 77 0 0 18 0 1 0 538332759 429727744 33157 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691656 0 0 17 5 0 0 0
/proc/9645/statm: 104914 33157 370 364 0 40823 0
[pid=9647] ppid=9645 vsize=64124 CPUtime=1190.96 cores=1,3,5,7
/proc/9647/stat : 9647 (lingeling) R 9645 9647 9647 0 -1 4202496 68383 0 0 0 119086 10 0 0 25 0 1 0 538332759 65662976 15201 33554432000 4194304 4352236 140736801381312 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/9647/statm: 16031 15201 129 39 0 15111 0
[pid=9688] ppid=9609 vsize=429912 CPUtime=1.59 cores=1,3,5,7
/proc/9688/stat : 9688 (python) S 9609 9609 9574 0 -1 4202560 1040 0 0 0 78 81 0 0 15 0 1 0 538342767 440229888 33162 33554432000 4194304 5683644 140737175985728 18446744073709551615 232335912518 0 0 16781312 514 3606574060965691654 0 0 17 5 0 0 0
/proc/9688/statm: 107478 33162 371 364 0 43384 0
[pid=9690] ppid=9688 vsize=516948 CPUtime=1088.76 cores=1,3,5,7
/proc/9690/stat : 9690 (cryptominisat-2) R 9688 9690 9690 0 -1 4202496 137916 0 0 0 108841 35 0 0 25 0 1 0 538342767 529354752 111456 33554432000 4194304 4677096 140735277333408 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9690/statm: 129237 111456 394 118 0 124196 0
[pid=9716] ppid=9609 vsize=440168 CPUtime=0.55 cores=1,3,5,7
/proc/9716/stat : 9716 (python) S 9609 9609 9574 0 -1 4202560 1177 0 0 0 27 28 0 0 18 0 2 0 538381672 450732032 33195 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9716/statm: 110042 33195 399 364 0 45945 0
[pid=9718] ppid=9716 vsize=162712 CPUtime=388.72 cores=1,3,5,7
/proc/9718/stat : 9718 (precosat) T 9716 9718 9718 0 -1 4202496 41477 0 0 0 38863 9 0 0 25 0 1 0 538381673 166617088 39041 33554432000 4194304 4890832 140737364535296 18446744073709551615 4236398 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/9718/statm: 40678 39041 86 171 0 40505 0
[pid=9716/tid=9743] ppid=9609 vsize=440168 CPUtime=0 cores=1,3,5,7
/proc/9716/task/9743/stat : 9743 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538411310 450732032 33195 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604454223473344 0 0 -1 7 0 0 0
[pid=9744] ppid=9609 vsize=450424 CPUtime=0.15 cores=1,3,5,7
/proc/9744/stat : 9744 (python) S 9609 9609 9574 0 -1 4202560 1127 0 0 0 9 6 0 0 19 0 2 0 538411312 461234176 33199 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9744/statm: 112606 33199 399 364 0 48506 0
[pid=9746] ppid=9744 vsize=28816 CPUtime=98.12 cores=1,3,5,7
/proc/9746/stat : 9746 (lingeling) T 9744 9746 9746 0 -1 4202496 22642 0 0 0 9808 4 0 0 25 0 1 0 538411313 29507584 6374 33554432000 4194304 4352236 140737010981872 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/9746/statm: 7204 6374 129 39 0 6284 0
[pid=9744/tid=9749] ppid=9609 vsize=450424 CPUtime=0 cores=1,3,5,7
/proc/9744/task/9749/stat : 9749 (python) S 9609 9609 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538421228 461234176 33199 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 514 18446604471161004224 0 0 -1 1 0 0 0
[pid=9609/tid=9637] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9637/stat : 9637 (python) S 9606 9609 9574 0 -1 4202560 24 925 0 8 0 0 0 0 25 0 8 0 538332751 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 3 0 0 0
[pid=9609/tid=9640] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9640/stat : 9640 (python) S 9606 9609 9574 0 -1 4202560 26 925 0 8 0 0 0 0 18 0 8 0 538332754 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 3 0 0 0
[pid=9609/tid=9643] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9643/stat : 9643 (python) S 9606 9609 9574 0 -1 4202560 29 925 0 8 0 0 0 0 18 0 8 0 538332756 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 7 0 0 0
[pid=9609/tid=9646] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9646/stat : 9646 (python) S 9606 9609 9574 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 8 0 538332759 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
[pid=9609/tid=9689] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9689/stat : 9689 (python) S 9606 9609 9574 0 -1 4202560 24 925 0 8 0 0 0 0 20 0 8 0 538342767 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
[pid=9609/tid=9717] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9717/stat : 9717 (python) S 9606 9609 9574 0 -1 4202560 34 925 0 8 0 0 0 0 18 0 8 0 538381673 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 7 0 0 0
[pid=9609/tid=9745] ppid=9606 vsize=460668 CPUtime=0 cores=1,3,5,7
/proc/9609/task/9745/stat : 9745 (python) S 9606 9609 9574 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 8 0 538411313 471724032 34691 33554432000 4194304 5683644 140737175985728 18446744073709551615 232347716017 0 0 16781312 2 18446604470283343168 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4763040

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9609 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=595828
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=336948
# CPU time returned by wait4() is 40.9328
# while last known CPU time is 4800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1252.36
CPU time (s): 4800.32
CPU user time (s): 4795.22
CPU system time (s): 5.1
CPU usage (%): 383.302
Max. virtual memory (cumulated for all children) (KiB): 4889112

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

runsolver used 2.91056 second user time and 5.87211 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-01 18:28:04
IDJOB=3317717
IDBENCH=20387
IDSOLVER=1706
FILE ID=node132/3317717-1304267283
RUNJOBID= node132-1304267281-9593
PBS_JOBID= 13173947
Free space on /tmp= 72164 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.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-3317717-1304267283/watcher-3317717-1304267283 -o /tmp/evaluation-result-3317717-1304267283/solver-3317717-1304267283 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317717-1304267283.cnf -seed 638206346 -budget 4800 -cores 4

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=638206346

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25681836 kB
Buffers:        703132 kB
Cached:        6018276 kB
SwapCached:        112 kB
Active:        1679316 kB
Inactive:      5106496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25681836 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           74380 kB
Writeback:           0 kB
AnonPages:       64456 kB
Mapped:          14564 kB
Slab:           421328 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72092 MiB
End job on node132 at 2011-05-01 18:49:00