Trace number 3377924

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) 1301.77 1300.05

General information on the benchmark

NameSAT_RACE08/Q1/
SAT_dat.k85.cnf
MD5SUMdce41996d9c5153aa0c253fa128d227c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.2814
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2349692
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 510950
Number of clauses of size over 541663

Solver Data

0.62/1.85	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.62/1.85	c INFO: solving HOME/instance-3377924-1305453017.cnf
0.62/1.85	c INFO: computing task features
3.68/4.95	c INFO: computed variable-clause graph statistics
4.08/5.38	c INFO: computed clause balance statistics
17.78/19.00	c INFO: computed variable balance statistics
27.68/28.95	c INFO: computed small-clause counts
27.88/29.13	c INFO: computed Horn-clause counts
66.10/67.34	c INFO: computed variable graph statistics
66.10/67.34	c INFO: collected features for HOME/instance-3377924-1305453017.cnf in 65.38 s
66.10/67.35	c INFO: running lingeling-276@0 for 388 with 2334 remaining (b = 0.34)
458.87/459.27	c INFO: running lingeling-276@391 for 97 with 1942 remaining (b = 0.12)
553.33/553.49	c INFO: running lingeling-276@0 for 97 with 1848 remaining (b = 0.19)
653.68/653.75	c INFO: running lingeling-276@486 for 97 with 1748 remaining (b = 0.03)
751.13/750.99	c INFO: running cryptominisat-2.9.0@0 for 1651 with 1651 remaining (b = 0.42)

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: 961)

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-3377924-1305453017/watcher-3377924-1305453017 -o /tmp/evaluation-result-3377924-1305453017/solver-3377924-1305453017 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377924-1305453017.cnf -seed 1438995717 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.86 3.39 3.77 3/322 30016
/proc/meminfo: memFree=15086492/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=15912 CPUtime=0 cores=4,6
/proc/30016/stat : 30016 (python) D 30014 30016 29010 0 -1 4202496 949 0 0 0 0 0 0 0 20 0 1 0 735532510 16293888 827 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895490304 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 0
/proc/30016/statm: 3978 827 357 364 0 465 0

[startup+0.0495731 s]
/proc/loadavg: 1.86 3.39 3.77 3/322 30016
/proc/meminfo: memFree=15086492/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=16396 CPUtime=0.01 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 1122 0 0 0 1 0 0 0 17 0 1 0 735532510 16789504 990 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/30016/statm: 4099 990 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.10059 s]
/proc/loadavg: 1.86 3.39 3.77 3/322 30016
/proc/meminfo: memFree=15086492/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=18884 CPUtime=0.03 cores=4,6
/proc/30016/stat : 30016 (python) D 30014 30016 29010 0 -1 4202496 1286 0 1 0 3 0 0 0 17 0 1 0 735532510 19337216 1141 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895488512 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30016/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884

[startup+0.300524 s]
/proc/loadavg: 1.86 3.39 3.77 3/322 30016
/proc/meminfo: memFree=15086492/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=54536 CPUtime=0.11 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 2057 0 13 0 10 1 0 0 17 0 1 0 735532510 55844864 1828 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 3
/proc/30016/statm: 13634 1828 492 364 0 1284 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 54536

[startup+0.700452 s]
/proc/loadavg: 1.86 3.39 3.77 3/322 30016
/proc/meminfo: memFree=15086492/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=121292 CPUtime=0.24 cores=4,6
/proc/30016/stat : 30016 (python) R 30014 30016 29010 0 -1 4202496 3914 0 33 0 20 4 0 0 16 0 1 0 735532510 124203008 3577 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895486388 0 2147483391 16781312 2 0 0 0 17 6 0 0 11
/proc/30016/statm: 30323 3577 970 364 0 2653 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 121292

[startup+1.5003 s]
/proc/loadavg: 1.86 3.39 3.77 5/323 30025
/proc/meminfo: memFree=14965196/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=226928 CPUtime=0.49 cores=4,6
/proc/30016/stat : 30016 (python) D 30014 30016 29010 0 -1 4202496 7631 924 82 9 38 11 0 0 16 0 1 0 735532510 232374272 5650 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895295771 0 0 16781312 2 0 0 0 17 6 0 0 27
/proc/30016/statm: 56732 5650 1566 364 0 4270 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 226928

[startup+3.10106 s]
/proc/loadavg: 1.86 3.39 3.77 5/326 30035
/proc/meminfo: memFree=14724032/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=374528 CPUtime=1.88 cores=4,6
/proc/30016/stat : 30016 (python) R 30014 30016 29010 0 -1 4202496 32646 924 104 9 170 18 0 0 17 0 1 0 735532510 383516672 30421 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 4 0 0 33
/proc/30016/statm: 93632 30421 1761 364 0 29556 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 374528
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 2.03 3.39 3.77 5/326 30035
/proc/meminfo: memFree=14112616/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=472528 CPUtime=5.08 cores=4,6
/proc/30016/stat : 30016 (python) R 30014 30016 29010 0 -1 4202496 80948 924 104 9 484 24 0 0 23 0 1 0 735532510 483868672 55517 33554432000 4194304 5683644 140737223517440 18446744073709551615 4578757 0 0 16781312 2 0 0 0 17 4 0 0 33
/proc/30016/statm: 118132 55517 1826 364 0 54056 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 472528

[startup+12.7013 s]
/proc/loadavg: 2.35 3.44 3.78 5/329 30045
/proc/meminfo: memFree=13377332/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=472528 CPUtime=11.48 cores=4,6
/proc/30016/stat : 30016 (python) R 30014 30016 29010 0 -1 4202496 80948 924 104 9 1124 24 0 0 25 0 1 0 735532510 483868672 55517 33554432000 4194304 5683644 140737223517440 18446744073709551615 5102852 0 0 16781312 2 0 0 0 17 4 0 0 33
/proc/30016/statm: 118132 55517 1826 364 0 54056 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 472528

[startup+25.5118 s]
/proc/loadavg: 2.71 3.46 3.79 5/329 30046
/proc/meminfo: memFree=12514532/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=472528 CPUtime=24.29 cores=4,6
/proc/30016/stat : 30016 (python) R 30014 30016 29010 0 -1 4202496 80949 924 104 9 2405 24 0 0 25 0 1 0 735532510 483868672 55518 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895149511 0 0 16781312 2 0 0 0 17 4 0 0 33
/proc/30016/statm: 118132 55518 1827 364 0 54056 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 472528

[startup+51.101 s]
/proc/loadavg: 3.15 3.51 3.79 5/326 30059
/proc/meminfo: memFree=11368192/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=472528 CPUtime=49.88 cores=4,6
/proc/30016/stat : 30016 (python) R 30014 30016 29010 0 -1 4202496 80955 924 104 9 4964 24 0 0 25 0 1 0 735532510 483868672 55524 33554432000 4194304 5683644 140737223517440 18446744073709551615 47184358131852 0 0 16781312 2 0 0 0 17 4 0 0 33
/proc/30016/statm: 118132 55524 1833 364 0 54056 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 472528

[startup+102.3 s]
/proc/loadavg: 3.63 3.58 3.80 5/332 30086
/proc/meminfo: memFree=10950624/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=467840 CPUtime=66.14 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 81243 924 104 9 6589 25 0 0 25 0 2 0 735532510 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 33
/proc/30016/statm: 116960 51831 1875 364 0 52878 0
[pid=30083] ppid=30016 vsize=457596 CPUtime=0.09 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 898 0 0 0 4 5 0 0 18 0 1 0 735539246 468578304 50328 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510543 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30083/statm: 114399 50328 376 364 0 50317 0
[pid=30085] ppid=30083 vsize=74796 CPUtime=34.93 cores=4,6
/proc/30085/stat : 30085 (lingeling) R 30083 30085 30085 0 -1 4202496 28656 0 0 0 3489 4 0 0 25 0 1 0 735539247 76591104 17869 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30085/statm: 18699 17869 129 39 0 17779 0
[pid=30016/tid=30084] ppid=30014 vsize=467840 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 735539247 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 1000232

[startup+162.301 s]
/proc/loadavg: 3.94 3.67 3.82 5/338 30093
/proc/meminfo: memFree=11032964/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=467840 CPUtime=66.14 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 81243 924 104 9 6589 25 0 0 25 0 2 0 735532510 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 33
/proc/30016/statm: 116960 51831 1875 364 0 52878 0
[pid=30083] ppid=30016 vsize=457596 CPUtime=0.22 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 926 0 0 0 11 11 0 0 18 0 1 0 735539246 468578304 50328 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510543 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30083/statm: 114399 50328 376 364 0 50317 0
[pid=30085] ppid=30083 vsize=74660 CPUtime=94.93 cores=4,6
/proc/30085/stat : 30085 (lingeling) R 30083 30085 30085 0 -1 4202496 29586 0 0 0 9489 4 0 0 25 0 1 0 735539247 76451840 17835 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30085/statm: 18665 17835 129 39 0 17745 0
[pid=30016/tid=30084] ppid=30014 vsize=467840 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 735539247 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 1000096

[startup+222.301 s]
/proc/loadavg: 3.97 3.73 3.82 5/338 30095
/proc/meminfo: memFree=11032124/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=467840 CPUtime=66.14 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 81243 924 104 9 6589 25 0 0 25 0 2 0 735532510 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 33
/proc/30016/statm: 116960 51831 1875 364 0 52878 0
[pid=30083] ppid=30016 vsize=457596 CPUtime=0.36 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 944 0 0 0 18 18 0 0 18 0 1 0 735539246 468578304 50328 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510543 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30083/statm: 114399 50328 376 364 0 50317 0
[pid=30085] ppid=30083 vsize=81088 CPUtime=154.94 cores=4,6
/proc/30085/stat : 30085 (lingeling) R 30083 30085 30085 0 -1 4202496 31075 0 0 0 15490 4 0 0 25 0 1 0 735539247 83034112 18419 33554432000 4194304 4352236 140737306175040 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30085/statm: 20272 18419 129 39 0 19352 0
[pid=30016/tid=30084] ppid=30014 vsize=467840 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 735539247 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 1006524

[startup+282.301 s]
/proc/loadavg: 3.99 3.77 3.83 5/339 30098
/proc/meminfo: memFree=11023640/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=467840 CPUtime=66.14 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 81243 924 104 9 6589 25 0 0 25 0 2 0 735532510 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 33
/proc/30016/statm: 116960 51831 1875 364 0 52878 0
[pid=30083] ppid=30016 vsize=457596 CPUtime=0.5 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 963 0 0 0 25 25 0 0 18 0 1 0 735539246 468578304 50328 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510543 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30083/statm: 114399 50328 376 364 0 50317 0
[pid=30085] ppid=30083 vsize=80996 CPUtime=214.93 cores=4,6
/proc/30085/stat : 30085 (lingeling) R 30083 30085 30085 0 -1 4202496 31963 0 0 0 21489 4 0 0 25 0 1 0 735539247 82939904 18396 33554432000 4194304 4352236 140737306175040 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30085/statm: 20249 18396 129 39 0 19329 0
[pid=30016/tid=30084] ppid=30014 vsize=467840 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 735539247 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 1006432

[startup+342.312 s]
/proc/loadavg: 4.07 3.83 3.84 5/339 30099
/proc/meminfo: memFree=11014232/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=467840 CPUtime=66.14 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 81243 924 104 9 6589 25 0 0 25 0 2 0 735532510 479068160 51831 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 33
/proc/30016/statm: 116960 51831 1875 364 0 52878 0
[pid=30083] ppid=30016 vsize=457596 CPUtime=0.64 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 970 0 0 0 31 33 0 0 18 0 1 0 735539246 468578304 50328 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510543 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30083/statm: 114399 50328 376 364 0 50317 0
[pid=30085] ppid=30083 vsize=84396 CPUtime=274.94 cores=4,6
/proc/30085/stat : 30085 (lingeling) R 30083 30085 30085 0 -1 4202496 33598 0 0 0 27490 4 0 0 25 0 1 0 735539247 86421504 20018 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30085/statm: 21099 20018 129 39 0 20179 0
[pid=30016/tid=30084] ppid=30014 vsize=467840 CPUtime=0 cores=4,6

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

[startup+1182.3 s]
/proc/loadavg: 3.04 3.53 3.74 4/356 30179
/proc/meminfo: memFree=9844516/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=488352 CPUtime=66.19 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 82942 924 104 9 6592 27 0 0 20 0 4 0 735532510 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 33
/proc/30016/statm: 122088 51844 1880 364 0 58000 0
[pid=30083] ppid=30016 vsize=467840 CPUtime=1.39 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 1204 0 0 0 73 66 0 0 18 0 2 0 735539246 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30083/statm: 116960 50373 416 364 0 52878 0
[pid=30085] ppid=30083 vsize=85900 CPUtime=583.36 cores=4,6
/proc/30085/stat : 30085 (lingeling) T 30083 30085 30085 0 -1 4202496 36829 0 0 0 58331 5 0 0 25 0 1 0 735539247 87961600 20645 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328447 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30085/statm: 21475 20645 129 39 0 20555 0
[pid=30083/tid=30103] ppid=30016 vsize=467840 CPUtime=0 cores=4,6
/proc/30083/task/30103/stat : 30103 (python) S 30016 30016 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735578437 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604450456398528 0 0 -1 4 0 0 0
[pid=30108] ppid=30016 vsize=467852 CPUtime=0.24 cores=4,6
/proc/30108/stat : 30108 (python) S 30016 30016 29010 0 -1 4202560 1099 0 0 0 14 10 0 0 19 0 2 0 735587860 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 116963 50356 399 364 0 52878 0
[pid=30110] ppid=30108 vsize=74656 CPUtime=100.08 cores=4,6
/proc/30110/stat : 30110 (lingeling) T 30108 30110 30110 0 -1 4202496 29590 0 0 0 10004 4 0 0 25 0 1 0 735587861 76447744 17834 33554432000 4194304 4352236 140736189465776 18446744073709551615 4233968 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/30110/statm: 18664 17834 129 39 0 17744 0
[pid=30108/tid=30125] ppid=30016 vsize=467852 CPUtime=0 cores=4,6
/proc/30108/task/30125/stat : 30125 (python) S 30016 30016 29010 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735597885 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604448523412416 0 0 -1 4 0 0 0
[pid=30133] ppid=30016 vsize=478108 CPUtime=1.19 cores=4,6
/proc/30133/stat : 30133 (python) S 30016 30016 29010 0 -1 4202560 1024 0 0 0 68 51 0 0 15 0 1 0 735607610 489582592 50331 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510598 0 0 16781312 514 8454743044590108929 0 0 17 6 0 0 0
/proc/30133/statm: 119527 50331 371 364 0 55439 0
[pid=30135] ppid=30133 vsize=589364 CPUtime=431.29 cores=4,6
/proc/30135/stat : 30135 (cryptominisat-2) R 30133 30135 30135 0 -1 4202496 230172 0 0 0 43092 37 0 0 25 0 1 0 735607611 603508736 135196 33554432000 4194304 4677096 140735082809792 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30135/statm: 147341 135196 394 118 0 142300 0
[pid=30016/tid=30084] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 34 924 0 9 0 0 0 0 18 0 4 0 735539247 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30109] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30109/stat : 30109 (python) S 30014 30016 29010 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 4 0 735587861 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30134] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30134/stat : 30134 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 4 0 735607611 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.74
Current children cumulated vsize (KiB) 2652072

[startup+1242.3 s]
/proc/loadavg: 3.14 3.46 3.70 4/356 30180
/proc/meminfo: memFree=9559028/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=488352 CPUtime=66.19 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 82942 924 104 9 6592 27 0 0 20 0 4 0 735532510 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 33
/proc/30016/statm: 122088 51844 1880 364 0 58000 0
[pid=30083] ppid=30016 vsize=467840 CPUtime=1.39 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 1204 0 0 0 73 66 0 0 18 0 2 0 735539246 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30083/statm: 116960 50373 416 364 0 52878 0
[pid=30085] ppid=30083 vsize=85900 CPUtime=583.36 cores=4,6
/proc/30085/stat : 30085 (lingeling) T 30083 30085 30085 0 -1 4202496 36829 0 0 0 58331 5 0 0 25 0 1 0 735539247 87961600 20645 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328447 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30085/statm: 21475 20645 129 39 0 20555 0
[pid=30083/tid=30103] ppid=30016 vsize=467840 CPUtime=0 cores=4,6
/proc/30083/task/30103/stat : 30103 (python) S 30016 30016 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735578437 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604450456398528 0 0 -1 4 0 0 0
[pid=30108] ppid=30016 vsize=467852 CPUtime=0.24 cores=4,6
/proc/30108/stat : 30108 (python) S 30016 30016 29010 0 -1 4202560 1099 0 0 0 14 10 0 0 19 0 2 0 735587860 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 116963 50356 399 364 0 52878 0
[pid=30110] ppid=30108 vsize=74656 CPUtime=100.08 cores=4,6
/proc/30110/stat : 30110 (lingeling) T 30108 30110 30110 0 -1 4202496 29590 0 0 0 10004 4 0 0 25 0 1 0 735587861 76447744 17834 33554432000 4194304 4352236 140736189465776 18446744073709551615 4233968 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/30110/statm: 18664 17834 129 39 0 17744 0
[pid=30108/tid=30125] ppid=30016 vsize=467852 CPUtime=0 cores=4,6
/proc/30108/task/30125/stat : 30125 (python) S 30016 30016 29010 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735597885 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604448523412416 0 0 -1 4 0 0 0
[pid=30133] ppid=30016 vsize=478108 CPUtime=1.35 cores=4,6
/proc/30133/stat : 30133 (python) S 30016 30016 29010 0 -1 4202560 1024 0 0 0 78 57 0 0 15 0 1 0 735607610 489582592 50331 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510598 0 0 16781312 514 8454743044590108929 0 0 17 6 0 0 0
/proc/30133/statm: 119527 50331 371 364 0 55439 0
[pid=30135] ppid=30133 vsize=600732 CPUtime=491.3 cores=4,6
/proc/30135/stat : 30135 (cryptominisat-2) R 30133 30135 30135 0 -1 4202496 245844 0 0 0 49089 41 0 0 25 0 1 0 735607611 615149568 137538 33554432000 4194304 4677096 140735082809792 18446744073709551615 4449657 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30135/statm: 150183 137538 394 118 0 145142 0
[pid=30016/tid=30084] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 34 924 0 9 0 0 0 0 18 0 4 0 735539247 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30109] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30109/stat : 30109 (python) S 30014 30016 29010 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 4 0 735587861 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30134] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30134/stat : 30134 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 4 0 735607611 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.91
Current children cumulated vsize (KiB) 2663440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.38 3.66 4/356 30182
/proc/meminfo: memFree=9561700/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=488352 CPUtime=66.19 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 82942 924 104 9 6592 27 0 0 20 0 4 0 735532510 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 33
/proc/30016/statm: 122088 51844 1880 364 0 58000 0
[pid=30083] ppid=30016 vsize=467840 CPUtime=1.39 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 1204 0 0 0 73 66 0 0 18 0 2 0 735539246 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30083/statm: 116960 50373 416 364 0 52878 0
[pid=30085] ppid=30083 vsize=85900 CPUtime=583.36 cores=4,6
/proc/30085/stat : 30085 (lingeling) T 30083 30085 30085 0 -1 4202496 36829 0 0 0 58331 5 0 0 25 0 1 0 735539247 87961600 20645 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328447 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30085/statm: 21475 20645 129 39 0 20555 0
[pid=30083/tid=30103] ppid=30016 vsize=467840 CPUtime=0 cores=4,6
/proc/30083/task/30103/stat : 30103 (python) S 30016 30016 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735578437 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604450456398528 0 0 -1 4 0 0 0
[pid=30108] ppid=30016 vsize=467852 CPUtime=0.24 cores=4,6
/proc/30108/stat : 30108 (python) S 30016 30016 29010 0 -1 4202560 1099 0 0 0 14 10 0 0 19 0 2 0 735587860 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 116963 50356 399 364 0 52878 0
[pid=30110] ppid=30108 vsize=74656 CPUtime=100.08 cores=4,6
/proc/30110/stat : 30110 (lingeling) T 30108 30110 30110 0 -1 4202496 29590 0 0 0 10004 4 0 0 25 0 1 0 735587861 76447744 17834 33554432000 4194304 4352236 140736189465776 18446744073709551615 4233968 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/30110/statm: 18664 17834 129 39 0 17744 0
[pid=30108/tid=30125] ppid=30016 vsize=467852 CPUtime=0 cores=4,6
/proc/30108/task/30125/stat : 30125 (python) S 30016 30016 29010 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735597885 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604448523412416 0 0 -1 4 0 0 0
[pid=30133] ppid=30016 vsize=478108 CPUtime=1.5 cores=4,6
/proc/30133/stat : 30133 (python) S 30016 30016 29010 0 -1 4202560 1024 0 0 0 87 63 0 0 15 0 1 0 735607610 489582592 50331 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510598 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30133/statm: 119527 50331 371 364 0 55439 0
[pid=30135] ppid=30133 vsize=600992 CPUtime=549.01 cores=4,6
/proc/30135/stat : 30135 (cryptominisat-2) R 30133 30135 30135 0 -1 4202496 256121 0 0 0 54858 43 0 0 25 0 1 0 735607611 615415808 138170 33554432000 4194304 4677096 140735082809792 18446744073709551615 4320188 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30135/statm: 150248 138170 394 118 0 145207 0
[pid=30016/tid=30084] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 34 924 0 9 0 0 0 0 18 0 4 0 735539247 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30109] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30109/stat : 30109 (python) S 30014 30016 29010 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 4 0 735587861 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30134] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30134/stat : 30134 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 4 0 735607611 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 2663700

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

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

[startup+1300 s]
/proc/loadavg: 3.05 3.38 3.66 4/356 30182
/proc/meminfo: memFree=9561700/32950928 swapFree=67085488/67111528
[pid=30016] ppid=30014 vsize=488352 CPUtime=66.19 cores=4,6
/proc/30016/stat : 30016 (python) S 30014 30016 29010 0 -1 4202496 82942 924 104 9 6592 27 0 0 20 0 4 0 735532510 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 33
/proc/30016/statm: 122088 51844 1880 364 0 58000 0
[pid=30083] ppid=30016 vsize=467840 CPUtime=1.39 cores=4,6
/proc/30083/stat : 30083 (python) S 30016 30016 29010 0 -1 4202560 1204 0 0 0 73 66 0 0 18 0 2 0 735539246 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30083/statm: 116960 50373 416 364 0 52878 0
[pid=30085] ppid=30083 vsize=85900 CPUtime=583.36 cores=4,6
/proc/30085/stat : 30085 (lingeling) T 30083 30085 30085 0 -1 4202496 36829 0 0 0 58331 5 0 0 25 0 1 0 735539247 87961600 20645 33554432000 4194304 4352236 140737306175040 18446744073709551615 4328447 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30085/statm: 21475 20645 129 39 0 20555 0
[pid=30083/tid=30103] ppid=30016 vsize=467840 CPUtime=0 cores=4,6
/proc/30083/task/30103/stat : 30103 (python) S 30016 30016 29010 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 735578437 479068160 50373 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604450456398528 0 0 -1 4 0 0 0
[pid=30108] ppid=30016 vsize=467852 CPUtime=0.24 cores=4,6
/proc/30108/stat : 30108 (python) S 30016 30016 29010 0 -1 4202560 1099 0 0 0 14 10 0 0 19 0 2 0 735587860 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 116963 50356 399 364 0 52878 0
[pid=30110] ppid=30108 vsize=74656 CPUtime=100.08 cores=4,6
/proc/30110/stat : 30110 (lingeling) T 30108 30110 30110 0 -1 4202496 29590 0 0 0 10004 4 0 0 25 0 1 0 735587861 76447744 17834 33554432000 4194304 4352236 140736189465776 18446744073709551615 4233968 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/30110/statm: 18664 17834 129 39 0 17744 0
[pid=30108/tid=30125] ppid=30016 vsize=467852 CPUtime=0 cores=4,6
/proc/30108/task/30125/stat : 30125 (python) S 30016 30016 29010 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735597885 479080448 50356 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 514 18446604448523412416 0 0 -1 4 0 0 0
[pid=30133] ppid=30016 vsize=478108 CPUtime=1.5 cores=4,6
/proc/30133/stat : 30133 (python) S 30016 30016 29010 0 -1 4202560 1024 0 0 0 87 63 0 0 15 0 1 0 735607610 489582592 50331 33554432000 4194304 5683644 140737223517440 18446744073709551615 231895510598 0 0 16781312 514 17572570756976443649 0 0 17 6 0 0 0
/proc/30133/statm: 119527 50331 371 364 0 55439 0
[pid=30135] ppid=30133 vsize=600992 CPUtime=549.01 cores=4,6
/proc/30135/stat : 30135 (cryptominisat-2) R 30133 30135 30135 0 -1 4202496 256121 0 0 0 54858 43 0 0 25 0 1 0 735607611 615415808 138170 33554432000 4194304 4677096 140735082809792 18446744073709551615 4320188 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30135/statm: 150248 138170 394 118 0 145207 0
[pid=30016/tid=30084] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30084/stat : 30084 (python) S 30014 30016 29010 0 -1 4202560 34 924 0 9 0 0 0 0 18 0 4 0 735539247 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30109] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30109/stat : 30109 (python) S 30014 30016 29010 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 4 0 735587861 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 6 0 0 0
[pid=30016/tid=30134] ppid=30014 vsize=488352 CPUtime=0 cores=4,6
/proc/30016/task/30134/stat : 30134 (python) S 30014 30016 29010 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 4 0 735607611 500072448 51844 33554432000 4194304 5683644 140737223517440 18446744073709551615 231907314097 0 0 16781312 2 18446604452320467648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 2663700

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30016 and gives
#  childrusage.ru_utime.tv_sec=65
#  childrusage.ru_utime.tv_usec=922978
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=288956
# CPU time returned by wait4() is 66.2119
# while last known CPU time is 1301.77
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 1301.77
CPU user time (s): 1299.59
CPU system time (s): 2.18
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 2685920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.923
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83867
page faults= 113
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20668
involuntary context switches= 330

runsolver used 4.45632 second user time and 9.25059 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 11:50:18
IDJOB=3377924
IDBENCH=53034
IDSOLVER=1858
FILE ID=node114/3377924-1305453017
RUNJOBID= node114-1305453017-29987
PBS_JOBID= 13324876
Free space on /tmp= 72908 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/Q1/SAT_dat.k85.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 /tmp/evaluation-result-3377924-1305453017/watcher-3377924-1305453017 -o /tmp/evaluation-result-3377924-1305453017/solver-3377924-1305453017 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377924-1305453017.cnf -seed 1438995717 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= dce41996d9c5153aa0c253fa128d227c
RANDOM SEED=1438995717

node114.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.848
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.69
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      15087028 kB
Buffers:        293108 kB
Cached:        6796524 kB
SwapCached:         96 kB
Active:       12209028 kB
Inactive:      5243492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15087028 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          166584 kB
Writeback:           0 kB
AnonPages:    10362404 kB
Mapped:          27572 kB
Slab:           311332 kB
PageTables:      37372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52462040 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72804 MiB
End job on node114 at 2011-05-15 12:12:00