Trace number 3498266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.04 5010.15

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.281
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

0.42/16.96	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/16.96	c INFO: solving HOME/instance-3498266-1307953114.cnf
0.42/16.96	c INFO: computing task features
0.97/17.50	c INFO: computed variable-clause graph statistics
0.97/17.52	c INFO: computed clause balance statistics
3.66/20.24	c INFO: computed variable balance statistics
5.66/22.22	c INFO: computed small-clause counts
5.66/22.23	c INFO: computed Horn-clause counts
8.26/24.81	c INFO: computed variable graph statistics
8.26/24.81	c INFO: collected features for HOME/instance-3498266-1307953114.cnf in 7.83 s
8.26/24.85	c INFO: running lingeling-276@0 for 97 with 4992 remaining (b = 0.33)
108.43/124.98	c INFO: running cryptominisat-2.9.0@0 for 485 with 4892 remaining (b = 0.32)
595.30/611.20	c INFO: running lingeling-276@100 for 388 with 4406 remaining (b = 0.31)
981.17/996.60	c INFO: running lingeling-276@0 for 97 with 4020 remaining (b = 0.26)
1081.36/1096.74	c INFO: running lingeling-276@100 for 97 with 3920 remaining (b = 0.09)
1176.56/1191.85	c INFO: running precosat-570@0 for 97 with 3825 remaining (b = 0.15)
1276.78/1292.00	c INFO: running cryptominisat-2.9.0@485 for 97 with 3725 remaining (b = 0.08)
1378.26/1393.20	c INFO: running lingeling-276@195 for 97 with 3624 remaining (b = 0.07)
1475.46/1490.34	c INFO: running precosat-570@100 for 97 with 3527 remaining (b = 0.08)
1572.69/1587.47	c INFO: running lingeling-276@0 for 194 with 3430 remaining (b = 0.17)
1769.24/1783.73	c INFO: running cryptominisat-2.9.0@0 for 97 with 3233 remaining (b = 0.07)
1867.80/1882.13	c INFO: running precosat-570@197 for 97 with 3135 remaining (b = 0.04)
1965.04/1979.26	c INFO: running cryptominisat-2.9.0@98 for 388 with 3038 remaining (b = 0.14)
2355.95/2369.64	c INFO: running precosat-570@0 for 97 with 2648 remaining (b = 0.07)
2456.16/2469.78	c INFO: running precosat-570@294 for 97 with 2548 remaining (b = 0.04)
2553.50/2566.91	c INFO: running cryptominisat-2.9.0@488 for 97 with 2451 remaining (b = 0.04)
2650.43/2663.76	c INFO: running lingeling-276@485 for 776 with 2354 remaining (b = 0.22)
3427.40/3439.67	c INFO: running lingeling-276@292 for 194 with 1578 remaining (b = 0.08)
3620.97/3632.91	c INFO: running cryptominisat-2.9.0@586 for 1385 with 1385 remaining (b = 0.37)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 18292
/proc/meminfo: memFree=4880488/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/18292/stat : 18292 (runsolver) S 18289 18292 18249 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 1 0 906910037 12087296 51 33554432000 4194304 5436572 140734280756656 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/18292/statm: 2951 51 31 304 0 2643 0

[startup+0.071813 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 18292
/proc/meminfo: memFree=4880488/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 618 0 0 0 0 0 0 0 17 0 1 0 906910037 15441920 513 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699953811 0 0 17 6 0 0 0
/proc/18292/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.10081 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 18292
/proc/meminfo: memFree=4880488/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 651 0 0 0 0 0 0 0 17 0 1 0 906910037 15441920 545 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18292/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300808 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 18292
/proc/meminfo: memFree=4880488/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 897 0 0 0 0 0 0 0 15 0 1 0 906910037 16158720 777 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18292/statm: 3945 777 343 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.700737 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 18292
/proc/meminfo: memFree=4880488/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=18892 CPUtime=0.01 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 1240 0 0 0 1 0 0 0 16 0 1 0 906910037 19345408 1094 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18292/statm: 4723 1094 421 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18892

[startup+1.50065 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 18296
/proc/meminfo: memFree=4868724/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=99348 CPUtime=0.07 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 2859 0 0 0 5 2 0 0 15 0 1 0 906910037 101732352 2558 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122709861 0 2147483391 16781312 2 18446744071699953811 0 0 17 6 0 0 0
/proc/18292/statm: 24837 2558 818 364 0 1688 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99348

[startup+3.1003 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 18296
/proc/meminfo: memFree=4864260/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=104640 CPUtime=0.08 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 3183 0 0 0 6 2 0 0 16 0 1 0 906910037 107151360 2852 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18292/statm: 26160 2852 847 364 0 1908 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104640
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 18296
/proc/meminfo: memFree=4855692/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 5971 934 1 0 14 3 0 0 15 0 1 0 906910037 139010048 4149 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/18292/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.13 0.03 0.01 1/178 18304
/proc/meminfo: memFree=4851664/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=135752 CPUtime=0.22 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 5974 934 1 0 17 5 0 0 16 0 1 0 906910037 139010048 4150 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699953811 0 0 17 4 0 0 0
/proc/18292/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 0.41 0.09 0.03 3/184 18311
/proc/meminfo: memFree=4784120/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=322268 CPUtime=8.3 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 23210 934 1 0 817 13 0 0 19 0 2 0 906910037 330002432 15437 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18292/statm: 80567 15437 1875 364 0 16485 0
[pid=18309] ppid=18292 vsize=312024 CPUtime=0 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 789 0 0 0 0 0 0 0 18 0 1 0 906912522 319512576 13909 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734095 0 0 16781312 514 3121453867045224447 0 0 17 4 0 0 0
/proc/18309/statm: 78006 13909 351 364 0 13924 0
[pid=18311] ppid=18309 vsize=16520 CPUtime=0.62 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) R 18309 18311 18311 0 -1 4202496 5459 0 0 0 62 0 0 0 20 0 1 0 906912522 16916480 3283 33554432000 4194304 4352236 140735929229456 18446744073709551615 4241475 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18311/statm: 4130 3283 118 39 0 3210 0
[pid=18292/tid=18310] ppid=18289 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18310/stat : 18310 (python) S 18289 18292 18249 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 906912522 330002432 15437 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.92
Current children cumulated vsize (KiB) 650812
heavy processes:

[startup+51.1006 s]
/proc/loadavg: 0.95 0.25 0.08 3/184 18311
/proc/meminfo: memFree=4767580/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=322268 CPUtime=8.3 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 23210 934 1 0 817 13 0 0 19 0 2 0 906910037 330002432 15437 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18292/statm: 80567 15437 1875 364 0 16485 0
[pid=18309] ppid=18292 vsize=312024 CPUtime=0.02 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 967 0 0 0 1 1 0 0 18 0 1 0 906912522 319512576 13939 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734095 0 0 16781312 514 14851780855533109505 0 0 17 4 0 0 0
/proc/18309/statm: 78006 13939 381 364 0 13924 0
[pid=18311] ppid=18309 vsize=23672 CPUtime=26.23 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) R 18309 18311 18311 0 -1 4202496 7754 0 0 0 2622 1 0 0 25 0 1 0 906912522 24240128 5088 33554432000 4194304 4352236 140735929229456 18446744073709551615 4319072 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18311/statm: 5918 5088 129 39 0 4998 0
[pid=18292/tid=18310] ppid=18289 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18310/stat : 18310 (python) S 18289 18292 18249 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 906912522 330002432 15437 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.55
Current children cumulated vsize (KiB) 657964
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.58 0.54 0.19 3/184 18313
/proc/meminfo: memFree=4759708/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=322268 CPUtime=8.3 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 23210 934 1 0 817 13 0 0 19 0 2 0 906910037 330002432 15437 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18292/statm: 80567 15437 1875 364 0 16485 0
[pid=18309] ppid=18292 vsize=312024 CPUtime=0.09 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 984 0 0 0 5 4 0 0 18 0 1 0 906912522 319512576 13939 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734095 0 0 16781312 514 14851780855533109505 0 0 17 4 0 0 0
/proc/18309/statm: 78006 13939 381 364 0 13924 0
[pid=18311] ppid=18309 vsize=30024 CPUtime=77.43 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) R 18309 18311 18311 0 -1 4202496 9664 0 0 0 7742 1 0 0 25 0 1 0 906912522 30744576 6676 33554432000 4194304 4352236 140735929229456 18446744073709551615 4327896 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18311/statm: 7506 6676 129 39 0 6586 0
[pid=18292/tid=18310] ppid=18289 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18310/stat : 18310 (python) S 18289 18292 18249 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 906912522 330002432 15437 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.82
Current children cumulated vsize (KiB) 664316

[startup+162.301 s]
/proc/loadavg: 1.83 0.78 0.29 3/189 18319
/proc/meminfo: memFree=4522892/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=332524 CPUtime=8.32 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 23987 934 1 0 819 13 0 0 19 0 3 0 906910037 340504576 15444 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18292/statm: 83131 15444 1878 364 0 19046 0
[pid=18309] ppid=18292 vsize=322268 CPUtime=0.11 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 1153 0 0 0 6 5 0 0 19 0 2 0 906912522 330002432 13977 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18309/statm: 80567 13977 414 364 0 16485 0
[pid=18311] ppid=18309 vsize=30024 CPUtime=100.08 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) T 18309 18311 18311 0 -1 4202496 9664 0 0 0 10007 1 0 0 25 0 1 0 906912522 30744576 6676 33554432000 4194304 4352236 140735929229456 18446744073709551615 4235610 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18311/statm: 7506 6676 129 39 0 6586 0
[pid=18309/tid=18315] ppid=18292 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18315/stat : 18315 (python) S 18292 18292 18249 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906922533 330002432 13977 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453639463360 0 0 -1 4 0 0 0
[pid=18316] ppid=18292 vsize=322280 CPUtime=0.05 cores=0,2,4,6
/proc/18316/stat : 18316 (python) S 18292 18292 18249 0 -1 4202560 916 0 0 0 3 2 0 0 15 0 1 0 906922536 330014720 13932 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734150 0 0 16781312 514 14851780855533109508 0 0 17 4 0 0 0
/proc/18316/statm: 80570 13932 370 364 0 16485 0
[pid=18318] ppid=18316 vsize=318808 CPUtime=37.29 cores=0,2,4,6
/proc/18318/stat : 18318 (cryptominisat-2) R 18316 18318 18318 0 -1 4202496 71889 0 1 0 3720 9 0 0 25 0 1 0 906922536 326459392 57338 33554432000 4194304 4677096 140733372541856 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18318/statm: 79702 57338 393 118 0 74661 0
[pid=18292/tid=18310] ppid=18289 vsize=332524 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18310/stat : 18310 (python) S 18289 18292 18249 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 906912522 340504576 15444 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 0 0 0 0
[pid=18292/tid=18317] ppid=18289 vsize=332524 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18317/stat : 18317 (python) S 18289 18292 18249 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 906922536 340504576 15444 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145.85
Current children cumulated vsize (KiB) 1325904

[startup+222.3 s]
/proc/loadavg: 1.94 1.02 0.40 3/189 18321
/proc/meminfo: memFree=4457620/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=332524 CPUtime=8.32 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 23987 934 1 0 819 13 0 0 19 0 3 0 906910037 340504576 15444 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18292/statm: 83131 15444 1878 364 0 19046 0
[pid=18309] ppid=18292 vsize=322268 CPUtime=0.11 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 1153 0 0 0 6 5 0 0 19 0 2 0 906912522 330002432 13977 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18309/statm: 80567 13977 414 364 0 16485 0
[pid=18311] ppid=18309 vsize=30024 CPUtime=100.08 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) T 18309 18311 18311 0 -1 4202496 9664 0 0 0 10007 1 0 0 25 0 1 0 906912522 30744576 6676 33554432000 4194304 4352236 140735929229456 18446744073709551615 4235610 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18311/statm: 7506 6676 129 39 0 6586 0
[pid=18309/tid=18315] ppid=18292 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18315/stat : 18315 (python) S 18292 18292 18249 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906922533 330002432 13977 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453639463360 0 0 -1 4 0 0 0
[pid=18316] ppid=18292 vsize=322280 CPUtime=0.13 cores=0,2,4,6
/proc/18316/stat : 18316 (python) S 18292 18292 18249 0 -1 4202560 936 0 0 0 7 6 0 0 15 0 1 0 906922536 330014720 13932 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734150 0 0 16781312 514 14851780855533109508 0 0 17 4 0 0 0
/proc/18316/statm: 80570 13932 370 364 0 16485 0

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

[pid=18309] ppid=18292 vsize=322268 CPUtime=1.61 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 1213 0 0 0 89 72 0 0 18 0 2 0 906912522 330002432 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18309/statm: 80567 13978 415 364 0 16485 0
[pid=18311] ppid=18309 vsize=40460 CPUtime=1261.4 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) T 18309 18311 18311 0 -1 4202496 32443 0 0 0 126136 4 0 0 25 0 1 0 906912522 41431040 9285 33554432000 4194304 4352236 140735929229456 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/18311/statm: 10115 9285 129 39 0 9195 0
[pid=18309/tid=18315] ppid=18292 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18315/stat : 18315 (python) S 18292 18292 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906922533 330002432 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453639463360 0 0 -1 4 0 0 0
[pid=18316] ppid=18292 vsize=322280 CPUtime=2.68 cores=0,2,4,6
/proc/18316/stat : 18316 (python) S 18292 18292 18249 0 -1 4202560 1183 0 0 0 148 120 0 0 15 0 2 0 906922536 330014720 13963 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18316/statm: 80570 13963 400 364 0 16485 0
[pid=18318] ppid=18316 vsize=840856 CPUtime=1964.49 cores=0,2,4,6
/proc/18318/stat : 18318 (cryptominisat-2) R 18316 18318 18318 0 -1 4202496 778072 0 1 0 196316 133 0 0 25 0 1 0 906922536 861036544 196255 33554432000 4194304 4677096 140733372541856 18446744073709551615 228122410652 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18318/statm: 210214 196255 393 118 0 205173 0
[pid=18316/tid=18335] ppid=18292 vsize=322280 CPUtime=0 cores=0,2,4,6
/proc/18316/task/18335/stat : 18335 (python) S 18292 18292 18249 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 906971155 330014720 13963 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453954728256 0 0 -1 4 0 0 0
[pid=18351] ppid=18292 vsize=332536 CPUtime=0.62 cores=0,2,4,6
/proc/18351/stat : 18351 (python) S 18292 18292 18249 0 -1 4202560 1156 0 0 0 36 26 0 0 18 0 2 0 907009698 340516864 13966 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18351/statm: 83134 13966 399 364 0 19046 0
[pid=18353] ppid=18351 vsize=34548 CPUtime=485.53 cores=0,2,4,6
/proc/18353/stat : 18353 (lingeling) T 18351 18353 18353 0 -1 4202496 13766 0 0 0 48552 1 0 0 25 0 1 0 907009698 35377152 7552 33554432000 4194304 4352236 140733770198192 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18353/statm: 8637 7552 129 39 0 7717 0
[pid=18351/tid=18356] ppid=18292 vsize=332536 CPUtime=0 cores=0,2,4,6
/proc/18351/task/18356/stat : 18356 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907019709 340516864 13966 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453919772864 0 0 -1 2 0 0 0
[pid=18360] ppid=18292 vsize=342792 CPUtime=0.53 cores=0,2,4,6
/proc/18360/stat : 18360 (python) S 18292 18292 18249 0 -1 4202560 1159 0 0 0 31 22 0 0 18 0 2 0 907029223 351019008 13970 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18360/statm: 85698 13970 399 364 0 21607 0
[pid=18362] ppid=18360 vsize=71548 CPUtime=391.47 cores=0,2,4,6
/proc/18362/stat : 18362 (precosat) T 18360 18362 18362 0 -1 4202496 20604 0 0 0 39145 2 0 0 25 0 1 0 907029223 73265152 17442 33554432000 4194304 4890832 140735045301664 18446744073709551615 4238657 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/18362/statm: 17887 17442 86 171 0 17714 0
[pid=18360/tid=18370] ppid=18292 vsize=342792 CPUtime=0 cores=0,2,4,6
/proc/18360/task/18370/stat : 18370 (python) S 18292 18292 18249 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 907039235 351019008 13970 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453648156736 0 0 -1 2 0 0 0
[pid=18379] ppid=18292 vsize=353048 CPUtime=0.26 cores=0,2,4,6
/proc/18379/stat : 18379 (python) S 18292 18292 18249 0 -1 4202560 1144 0 0 0 14 12 0 0 19 0 2 0 907068785 361521152 13974 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18379/statm: 88262 13974 399 364 0 24168 0
[pid=18381] ppid=18379 vsize=29756 CPUtime=196.23 cores=0,2,4,6
/proc/18381/stat : 18381 (lingeling) T 18379 18381 18381 0 -1 4202496 9581 0 0 0 19622 1 0 0 25 0 1 0 907068785 30470144 6608 33554432000 4194304 4352236 140735709090048 18446744073709551615 4208094 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/18381/statm: 7439 6608 129 39 0 6519 0
[pid=18379/tid=18388] ppid=18292 vsize=353048 CPUtime=0 cores=0,2,4,6
/proc/18379/task/18388/stat : 18388 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907088408 361521152 13974 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453985338304 0 0 -1 0 0 0 0
[pid=18389] ppid=18292 vsize=363304 CPUtime=0.84 cores=0,2,4,6
/proc/18389/stat : 18389 (python) S 18292 18292 18249 0 -1 4202560 1178 0 0 0 48 36 0 0 15 0 2 0 907088410 372023296 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18389/statm: 90826 13978 399 364 0 26729 0
[pid=18391] ppid=18389 vsize=485212 CPUtime=585.51 cores=0,2,4,6
/proc/18391/stat : 18391 (cryptominisat-2) T 18389 18391 18391 0 -1 4202496 323806 0 0 0 58499 52 0 0 25 0 1 0 907088411 496857088 110624 33554432000 4194304 4677096 140733876282592 18446744073709551615 4465817 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/18391/statm: 121303 110624 393 118 0 116262 0
[pid=18389/tid=18394] ppid=18292 vsize=363304 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907098248 372023296 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453639465152 0 0 -1 2 0 0 0
[pid=18411] ppid=18292 vsize=373560 CPUtime=0.12 cores=0,2,4,6
/proc/18411/stat : 18411 (python) S 18292 18292 18249 0 -1 4202560 1115 0 0 0 7 5 0 0 19 0 2 0 907147001 382525440 13982 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18411/statm: 93390 13982 399 364 0 29290 0
[pid=18413] ppid=18411 vsize=61280 CPUtime=100.11 cores=0,2,4,6
/proc/18413/stat : 18413 (precosat) T 18411 18413 18413 0 -1 4202496 16902 0 0 0 10008 3 0 0 25 0 1 0 907147002 62750720 14873 33554432000 4194304 4890832 140734871445808 18446744073709551615 4236240 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18413/statm: 15320 14873 86 171 0 15147 0
[pid=18411/tid=18417] ppid=18292 vsize=373560 CPUtime=0 cores=0,2,4,6
/proc/18411/task/18417/stat : 18417 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907157014 382525440 13982 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453956195328 0 0 -1 4 0 0 0
[pid=18292/tid=18310] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18310/stat : 18310 (python) S 18289 18292 18249 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 8 0 906912522 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 0 0 0 0
[pid=18292/tid=18317] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18317/stat : 18317 (python) S 18289 18292 18249 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 8 0 906922536 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 4 0 0 0
[pid=18292/tid=18352] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18352/stat : 18352 (python) S 18289 18292 18249 0 -1 4202560 38 934 0 0 0 0 0 0 18 0 8 0 907009698 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 6 0 0 0
[pid=18292/tid=18361] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18361/stat : 18361 (python) S 18289 18292 18249 0 -1 4202560 39 934 0 0 0 0 0 0 18 0 8 0 907029223 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 6 0 0 0
[pid=18292/tid=18380] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18380/stat : 18380 (python) S 18289 18292 18249 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 907068785 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 6 0 0 0
[pid=18292/tid=18390] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18390/stat : 18390 (python) S 18289 18292 18249 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 907088411 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 2 0 0 0
[pid=18292/tid=18412] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18412/stat : 18412 (python) S 18289 18292 18249 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 907147001 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 4357252

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

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

[startup+5010.1 s]
/proc/loadavg: 2.03 2.03 1.97 3/238 18510
/proc/meminfo: memFree=2946160/32951124 swapFree=67051728/67111528
[pid=18292] ppid=18289 vsize=383804 CPUtime=8.64 cores=0,2,4,6
/proc/18292/stat : 18292 (python) S 18289 18292 18249 0 -1 4202496 28979 934 1 0 849 15 0 0 18 0 8 0 906910037 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18292/statm: 95951 15474 1888 364 0 31851 0
[pid=18309] ppid=18292 vsize=322268 CPUtime=1.61 cores=0,2,4,6
/proc/18309/stat : 18309 (python) S 18292 18292 18249 0 -1 4202560 1213 0 0 0 89 72 0 0 18 0 2 0 906912522 330002432 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18309/statm: 80567 13978 415 364 0 16485 0
[pid=18311] ppid=18309 vsize=40460 CPUtime=1261.4 cores=0,2,4,6
/proc/18311/stat : 18311 (lingeling) T 18309 18311 18311 0 -1 4202496 32443 0 0 0 126136 4 0 0 25 0 1 0 906912522 41431040 9285 33554432000 4194304 4352236 140735929229456 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/18311/statm: 10115 9285 129 39 0 9195 0
[pid=18309/tid=18315] ppid=18292 vsize=322268 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18315/stat : 18315 (python) S 18292 18292 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906922533 330002432 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453639463360 0 0 -1 4 0 0 0
[pid=18316] ppid=18292 vsize=322280 CPUtime=2.68 cores=0,2,4,6
/proc/18316/stat : 18316 (python) S 18292 18292 18249 0 -1 4202560 1183 0 0 0 148 120 0 0 15 0 2 0 906922536 330014720 13963 33554432000 4194304 5683644 140736366020528 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18316/statm: 80570 13963 400 364 0 16485 0
[pid=18318] ppid=18316 vsize=840856 CPUtime=1964.49 cores=0,2,4,6
/proc/18318/stat : 18318 (cryptominisat-2) R 18316 18318 18318 0 -1 4202496 778072 0 1 0 196316 133 0 0 25 0 1 0 906922536 861036544 196255 33554432000 4194304 4677096 140733372541856 18446744073709551615 228122410652 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18318/statm: 210214 196255 393 118 0 205173 0
[pid=18316/tid=18335] ppid=18292 vsize=322280 CPUtime=0 cores=0,2,4,6
/proc/18316/task/18335/stat : 18335 (python) S 18292 18292 18249 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 906971155 330014720 13963 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453954728256 0 0 -1 4 0 0 0
[pid=18351] ppid=18292 vsize=332536 CPUtime=0.62 cores=0,2,4,6
/proc/18351/stat : 18351 (python) S 18292 18292 18249 0 -1 4202560 1156 0 0 0 36 26 0 0 18 0 2 0 907009698 340516864 13966 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18351/statm: 83134 13966 399 364 0 19046 0
[pid=18353] ppid=18351 vsize=34548 CPUtime=485.53 cores=0,2,4,6
/proc/18353/stat : 18353 (lingeling) T 18351 18353 18353 0 -1 4202496 13766 0 0 0 48552 1 0 0 25 0 1 0 907009698 35377152 7552 33554432000 4194304 4352236 140733770198192 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18353/statm: 8637 7552 129 39 0 7717 0
[pid=18351/tid=18356] ppid=18292 vsize=332536 CPUtime=0 cores=0,2,4,6
/proc/18351/task/18356/stat : 18356 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907019709 340516864 13966 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453919772864 0 0 -1 2 0 0 0
[pid=18360] ppid=18292 vsize=342792 CPUtime=0.53 cores=0,2,4,6
/proc/18360/stat : 18360 (python) S 18292 18292 18249 0 -1 4202560 1159 0 0 0 31 22 0 0 18 0 2 0 907029223 351019008 13970 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18360/statm: 85698 13970 399 364 0 21607 0
[pid=18362] ppid=18360 vsize=71548 CPUtime=391.47 cores=0,2,4,6
/proc/18362/stat : 18362 (precosat) T 18360 18362 18362 0 -1 4202496 20604 0 0 0 39145 2 0 0 25 0 1 0 907029223 73265152 17442 33554432000 4194304 4890832 140735045301664 18446744073709551615 4238657 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/18362/statm: 17887 17442 86 171 0 17714 0
[pid=18360/tid=18370] ppid=18292 vsize=342792 CPUtime=0 cores=0,2,4,6
/proc/18360/task/18370/stat : 18370 (python) S 18292 18292 18249 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 907039235 351019008 13970 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453648156736 0 0 -1 2 0 0 0
[pid=18379] ppid=18292 vsize=353048 CPUtime=0.26 cores=0,2,4,6
/proc/18379/stat : 18379 (python) S 18292 18292 18249 0 -1 4202560 1144 0 0 0 14 12 0 0 19 0 2 0 907068785 361521152 13974 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18379/statm: 88262 13974 399 364 0 24168 0
[pid=18381] ppid=18379 vsize=29756 CPUtime=196.23 cores=0,2,4,6
/proc/18381/stat : 18381 (lingeling) T 18379 18381 18381 0 -1 4202496 9581 0 0 0 19622 1 0 0 25 0 1 0 907068785 30470144 6608 33554432000 4194304 4352236 140735709090048 18446744073709551615 4208094 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/18381/statm: 7439 6608 129 39 0 6519 0
[pid=18379/tid=18388] ppid=18292 vsize=353048 CPUtime=0 cores=0,2,4,6
/proc/18379/task/18388/stat : 18388 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907088408 361521152 13974 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453985338304 0 0 -1 0 0 0 0
[pid=18389] ppid=18292 vsize=363304 CPUtime=0.84 cores=0,2,4,6
/proc/18389/stat : 18389 (python) S 18292 18292 18249 0 -1 4202560 1178 0 0 0 48 36 0 0 15 0 2 0 907088410 372023296 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18389/statm: 90826 13978 399 364 0 26729 0
[pid=18391] ppid=18389 vsize=485212 CPUtime=585.51 cores=0,2,4,6
/proc/18391/stat : 18391 (cryptominisat-2) T 18389 18391 18391 0 -1 4202496 323806 0 0 0 58499 52 0 0 25 0 1 0 907088411 496857088 110624 33554432000 4194304 4677096 140733876282592 18446744073709551615 4465817 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/18391/statm: 121303 110624 393 118 0 116262 0
[pid=18389/tid=18394] ppid=18292 vsize=363304 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907098248 372023296 13978 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453639465152 0 0 -1 2 0 0 0
[pid=18411] ppid=18292 vsize=373560 CPUtime=0.12 cores=0,2,4,6
/proc/18411/stat : 18411 (python) S 18292 18292 18249 0 -1 4202560 1115 0 0 0 7 5 0 0 19 0 2 0 907147001 382525440 13982 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18411/statm: 93390 13982 399 364 0 29290 0
[pid=18413] ppid=18411 vsize=61280 CPUtime=100.11 cores=0,2,4,6
/proc/18413/stat : 18413 (precosat) T 18411 18413 18413 0 -1 4202496 16902 0 0 0 10008 3 0 0 25 0 1 0 907147002 62750720 14873 33554432000 4194304 4890832 140734871445808 18446744073709551615 4236240 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18413/statm: 15320 14873 86 171 0 15147 0
[pid=18411/tid=18417] ppid=18292 vsize=373560 CPUtime=0 cores=0,2,4,6
/proc/18411/task/18417/stat : 18417 (python) S 18292 18292 18249 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907157014 382525440 13982 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 514 18446604453956195328 0 0 -1 4 0 0 0
[pid=18292/tid=18310] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18310/stat : 18310 (python) S 18289 18292 18249 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 8 0 906912522 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 0 0 0 0
[pid=18292/tid=18317] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18317/stat : 18317 (python) S 18289 18292 18249 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 8 0 906922536 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 4 0 0 0
[pid=18292/tid=18352] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18352/stat : 18352 (python) S 18289 18292 18249 0 -1 4202560 38 934 0 0 0 0 0 0 18 0 8 0 907009698 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 6 0 0 0
[pid=18292/tid=18361] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18361/stat : 18361 (python) S 18289 18292 18249 0 -1 4202560 39 934 0 0 0 0 0 0 18 0 8 0 907029223 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 6 0 0 0
[pid=18292/tid=18380] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18380/stat : 18380 (python) S 18289 18292 18249 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 907068785 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 6 0 0 0
[pid=18292/tid=18390] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18390/stat : 18390 (python) S 18289 18292 18249 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 907088411 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 2 0 0 0
[pid=18292/tid=18412] ppid=18289 vsize=383804 CPUtime=0 cores=0,2,4,6
/proc/18292/task/18412/stat : 18412 (python) S 18289 18292 18249 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 907147001 393015296 15474 33554432000 4194304 5683644 140736366020528 18446744073709551615 228134537649 0 0 16781312 2 18446604453648155840 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 4357252

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18292 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=498708
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 8.66068
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5010.15
CPU time (s): 5000.04
CPU user time (s): 4995
CPU system time (s): 5.04
CPU usage (%): 99.7982
Max. virtual memory (cumulated for all children) (KiB): 4562756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.49871
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6219
involuntary context switches= 40

runsolver used 14.9597 second user time and 26.203 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-13 10:18:35
IDJOB=3498266
IDBENCH=20521
IDSOLVER=1991
FILE ID=node138/3498266-1307953114
RUNJOBID= node138-1307953114-18267
PBS_JOBID= 13559690
Free space on /var/tmp= 2892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498266-1307953114/watcher-3498266-1307953114 -o /var/tmp/evaluation-result-3498266-1307953114/solver-3498266-1307953114 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498266-1307953114.cnf -seed 462826349 -budget 5000

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=462826349

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:       4881528 kB
Buffers:        109092 kB
Cached:       27059464 kB
SwapCached:      13136 kB
Active:       12142848 kB
Inactive:     15043112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4881528 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:           68272 kB
Writeback:           0 kB
AnonPages:       15512 kB
Mapped:           8684 kB
Slab:           818632 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2828 MiB
End job on node138 at 2011-06-13 11:42:13