Trace number 3317860

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (MO) 2218.2 1051.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.34/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.66	c INFO: solving HOME/instance-3317860-1304268659.cnf
0.34/0.66	c INFO: computing task features
30.72/31.05	c INFO: computed variable-clause graph statistics
31.71/32.02	c INFO: computed clause balance statistics
144.22/144.60	c INFO: computed variable balance statistics
243.12/243.47	c INFO: computed small-clause counts
248.22/248.59	c INFO: computed Horn-clause counts
552.63/552.98	c INFO: computed variable graph statistics
552.72/553.00	c INFO: collected features for HOME/instance-3317860-1304268659.cnf in 550.60 s
552.72/553.03	c INFO: running lingeling-276@0 for 97 with 4247 remaining (b = 0.78)
552.72/553.07	c INFO: running precosat-570@0 for 97 with 4247 remaining (b = 0.61)
552.81/553.11	c INFO: running lingeling-276@0 for 388 with 4247 remaining (b = 0.70)
552.81/553.14	c INFO: running cryptominisat-2.9.0@0 for 97 with 4247 remaining (b = 0.37)
902.36/653.24	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4147 remaining (b = 0.67)
902.69/653.36	c INFO: running lingeling-276@0 for 388 with 4147 remaining (b = 0.45)
1054.37/703.87	c INFO: running lingeling-276@0 for 97 with 4096 remaining (b = 0.55)
1351.47/803.08	c INFO: running glucosER@0 for 291 with 3997 remaining (b = 0.34)
2119.61/1022.90	c INFO: running precosat-570@0 for 97 with 3777 remaining (b = 0.17)
2203.47/1046.85	c INFO: running precosat-570@0 for 97 with 3753 remaining (b = 0.15)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.91 7.49 5.97 7/200 23830
/proc/meminfo: memFree=21130888/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/23830/stat : 23830 (python) S 23828 23830 23557 0 -1 4202496 733 0 0 0 0 0 0 0 21 0 1 0 538466035 15548416 622 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/23830/statm: 3796 622 322 364 0 283 0

[startup+0.0755431 s]
/proc/loadavg: 7.91 7.49 5.97 7/200 23830
/proc/meminfo: memFree=21130888/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=38908 CPUtime=0.04 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1652 0 0 0 3 1 0 0 21 0 1 0 538466035 39841792 1482 33554432000 4194304 5683644 140733341519040 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 9727 1484 455 364 0 1027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38908

[startup+0.100542 s]
/proc/loadavg: 7.91 7.49 5.97 7/200 23830
/proc/meminfo: memFree=21130888/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/23830/stat : 23830 (python) S 23828 23830 23557 0 -1 4202496 2629 0 0 0 4 1 0 0 21 0 1 0 538466035 87674880 2348 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/23830/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300504 s]
/proc/loadavg: 7.91 7.49 5.97 7/200 23830
/proc/meminfo: memFree=21130888/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/23830/stat : 23830 (python) S 23828 23830 23557 0 -1 4202496 5965 937 1 0 13 4 0 0 21 0 1 0 538466035 139005952 4150 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/23830/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.70038 s]
/proc/loadavg: 7.91 7.49 5.97 7/200 23830
/proc/meminfo: memFree=21130888/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=437272 CPUtime=0.41 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 27582 937 1 0 28 13 0 0 20 0 1 0 538466035 447766528 25262 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473967360 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 109318 25283 1758 364 0 45242 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 437272

[startup+1.50024 s]
/proc/loadavg: 7.91 7.49 5.97 7/201 23835
/proc/meminfo: memFree=20920476/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=491600 CPUtime=1.21 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 62018 937 1 0 102 19 0 0 22 0 1 0 538466035 503398400 59698 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 122900 59698 1761 364 0 58824 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 491600

[startup+3.10095 s]
/proc/loadavg: 7.76 7.47 5.97 8/201 23835
/proc/meminfo: memFree=20877076/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=603416 CPUtime=2.81 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 90116 937 1 0 259 22 0 0 25 0 1 0 538466035 617897984 87796 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 150854 87796 1761 364 0 86778 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 603416

[startup+6.30044 s]
/proc/loadavg: 7.76 7.47 5.97 4/186 23839
/proc/meminfo: memFree=21886876/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=826080 CPUtime=6.01 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 145381 937 1 0 570 31 0 0 25 0 1 0 538466035 845905920 143061 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473653968 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 206520 143061 1761 364 0 142444 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 826080

[startup+12.7003 s]
/proc/loadavg: 7.02 7.32 5.94 4/189 23867
/proc/meminfo: memFree=21131800/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1283860 CPUtime=12.42 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 255919 937 1 0 1194 48 0 0 25 0 1 0 538466035 1314672640 253599 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 320965 253599 1761 364 0 256889 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1283860

[startup+25.5011 s]
/proc/loadavg: 6.40 7.18 5.91 4/189 23867
/proc/meminfo: memFree=19726156/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1909108 CPUtime=25.22 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 817138 937 1 0 2407 115 0 0 25 0 1 0 538466035 1954926592 400966 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473664981 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23830/statm: 477277 400985 1814 364 0 413201 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1909108

[startup+51.1005 s]
/proc/loadavg: 5.24 6.84 5.83 4/189 23868
/proc/meminfo: memFree=19830068/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=50.81 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1020431 937 1 0 4942 139 0 0 25 0 1 0 538466035 1607630848 329873 33554432000 4194304 5683644 140733341519040 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329873 1826 364 0 328412 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1569952

[startup+102.307 s]
/proc/loadavg: 3.89 6.19 5.66 4/189 23869
/proc/meminfo: memFree=19818864/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=102.02 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1020431 937 1 0 10063 139 0 0 25 0 1 0 538466035 1607630848 329873 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473658805 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329873 1826 364 0 328412 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1569952

[startup+162.301 s]
/proc/loadavg: 3.33 5.61 5.49 4/189 23871
/proc/meminfo: memFree=19818960/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=162.02 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1020432 937 1 0 16063 139 0 0 25 0 1 0 538466035 1607630848 329874 33554432000 4194304 5683644 140733341519040 18446744073709551615 274477376181 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329874 1827 364 0 328412 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1569952

[startup+222.3 s]
/proc/loadavg: 3.12 5.13 5.33 4/189 23872
/proc/meminfo: memFree=19801684/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=222.02 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1020432 937 1 0 22063 139 0 0 25 0 1 0 538466035 1607630848 329874 33554432000 4194304 5683644 140733341519040 18446744073709551615 47221320778069 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329874 1827 364 0 328412 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 1569952

[startup+282.301 s]
/proc/loadavg: 3.05 4.77 5.20 4/189 23874
/proc/meminfo: memFree=19806124/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=282.02 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1380567 937 1 0 28020 182 0 0 25 0 1 0 538466035 1607630848 329880 33554432000 4194304 5683644 140733341519040 18446744073709551615 47221320697984 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329880 1833 364 0 328412 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 1569952

[startup+342.3 s]
/proc/loadavg: 3.01 4.42 5.05 4/189 23876
/proc/meminfo: memFree=19803868/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=342.02 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1380567 937 1 0 34020 182 0 0 25 0 1 0 538466035 1607630848 329880 33554432000 4194304 5683644 140733341519040 18446744073709551615 47221320697996 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329880 1833 364 0 328412 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 1569952

[startup+402.301 s]
/proc/loadavg: 3.00 4.18 4.93 4/189 23877
/proc/meminfo: memFree=19792184/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=402.02 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1380567 937 1 0 40019 183 0 0 25 0 1 0 538466035 1607630848 329880 33554432000 4194304 5683644 140733341519040 18446744073709551615 47221320697996 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329880 1833 364 0 328412 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 1569952

[startup+462.301 s]
/proc/loadavg: 3.00 3.94 4.79 4/189 23879
/proc/meminfo: memFree=19787052/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=462.03 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1380567 937 1 0 46020 183 0 0 25 0 1 0 538466035 1607630848 329880 33554432000 4194304 5683644 140733341519040 18446744073709551615 47221320697996 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329880 1833 364 0 328412 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1569952

[startup+522.301 s]
/proc/loadavg: 3.00 3.78 4.69 4/189 23880
/proc/meminfo: memFree=19765696/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1569952 CPUtime=522.03 cores=0,2,4,6
/proc/23830/stat : 23830 (python) R 23828 23830 23557 0 -1 4202496 1380567 937 1 0 52020 183 0 0 25 0 1 0 538466035 1607630848 329880 33554432000 4194304 5683644 140733341519040 18446744073709551615 47221320697984 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23830/statm: 392488 329880 1833 364 0 328412 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1569952

[startup+582.301 s]
/proc/loadavg: 4.18 3.91 4.66 7/201 23894
/proc/meminfo: memFree=18436424/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1034648 CPUtime=552.88 cores=0,2,4,6
/proc/23830/stat : 23830 (python) S 23828 23830 23557 0 -1 4202496 1383251 937 1 0 55095 193 0 0 25 0 5 0 538466035 1059479552 185859 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23830/statm: 258662 185859 1881 364 0 194571 0
[pid=23882] ppid=23830 vsize=993636 CPUtime=0.04 cores=0,2,4,6
/proc/23882/stat : 23882 (python) S 23830 23830 23557 0 -1 4202560 988 0 0 0 1 3 0 0 18 0 1 0 538521339 1017483264 184343 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987599 0 0 16781312 514 10304886858307305732 0 0 17 6 0 0 0
/proc/23882/statm: 248409 184343 381 364 0 184327 0
[pid=23884] ppid=23882 vsize=181568 CPUtime=29.2 cores=0,2,4,6

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

/proc/23882/statm: 250970 184382 415 364 0 186888 0
[pid=23884] ppid=23882 vsize=200572 CPUtime=446.16 cores=0,2,4,6
/proc/23884/stat : 23884 (lingeling) R 23882 23884 23884 0 -1 4202496 143674 0 0 0 44593 23 0 0 25 0 1 0 538521341 205385728 49313 33554432000 4194304 4352236 140737087997728 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/23884/statm: 50143 49313 129 39 0 49223 0
[pid=23882/tid=23906] ppid=23830 vsize=1003880 CPUtime=0 cores=0,2,4,6
/proc/23882/task/23906/stat : 23906 (python) S 23830 23830 23557 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538531358 1027973120 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453875218496 0 0 -1 6 0 0 0
[pid=23885] ppid=23830 vsize=1003892 CPUtime=0.15 cores=0,2,4,6
/proc/23885/stat : 23885 (python) S 23830 23830 23557 0 -1 4202560 1098 0 0 0 7 8 0 0 19 0 2 0 538521343 1027985408 184366 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23885/statm: 250973 184366 399 364 0 186888 0
[pid=23887] ppid=23885 vsize=890216 CPUtime=100.09 cores=0,2,4,6
/proc/23887/stat : 23887 (precosat) T 23885 23887 23887 0 -1 4202496 228637 0 0 0 9973 36 0 0 25 0 1 0 538521345 911581184 220643 33554432000 4194304 4890832 140734928407168 18446744073709551615 4293408 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/23887/statm: 222554 220643 86 171 0 222381 0
[pid=23885/tid=23910] ppid=23830 vsize=1003892 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23910/stat : 23910 (python) S 23830 23830 23557 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538531370 1027985408 184366 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453846264512 0 0 -1 2 0 0 0
[pid=23888] ppid=23830 vsize=1014148 CPUtime=0.62 cores=0,2,4,6
/proc/23888/stat : 23888 (python) S 23830 23830 23557 0 -1 4202560 1009 0 0 0 35 27 0 0 18 0 1 0 538521347 1038487552 184340 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 10304886858307305732 0 0 17 6 0 0 0
/proc/23888/statm: 253537 184340 370 364 0 189449 0
[pid=23892] ppid=23888 vsize=209616 CPUtime=372.91 cores=0,2,4,6
/proc/23892/stat : 23892 (lingeling) R 23888 23892 23892 0 -1 4202496 105449 0 0 0 37271 20 0 0 25 0 1 0 538521352 214646784 51574 33554432000 4194304 4352236 140734446782624 18446744073709551615 4280939 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/23892/statm: 52404 51574 129 39 0 51484 0
[pid=23890] ppid=23830 vsize=1024404 CPUtime=0.22 cores=0,2,4,6
/proc/23890/stat : 23890 (python) S 23830 23830 23557 0 -1 4202560 1154 0 0 0 10 12 0 0 16 0 2 0 538521350 1048989696 184374 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23890/statm: 256101 184374 399 364 0 192010 0
[pid=23893] ppid=23890 vsize=1145740 CPUtime=100.38 cores=0,2,4,6
/proc/23893/stat : 23893 (cryptominisat-2) T 23890 23893 23893 0 -1 4202496 234964 0 0 0 10000 38 0 0 25 0 1 0 538521354 1173237760 213599 33554432000 4194304 4677096 140736888882400 18446744073709551615 4336125 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/23893/statm: 286435 213599 388 118 0 281394 0
[pid=23890/tid=23912] ppid=23830 vsize=1024404 CPUtime=0 cores=0,2,4,6
/proc/23890/task/23912/stat : 23912 (python) S 23830 23830 23557 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538536421 1048989696 184374 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453867415360 0 0 -1 6 0 0 0
[pid=23907] ppid=23830 vsize=1034660 CPUtime=0.51 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23830 23830 23557 0 -1 4202560 1026 0 0 0 26 25 0 0 15 0 1 0 538531360 1059491840 184348 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 3704061164225790212 0 0 17 0 0 0 0
/proc/23907/statm: 258665 184348 370 364 0 194571 0
[pid=23909] ppid=23907 vsize=3092128 CPUtime=273.85 cores=0,2,4,6
/proc/23909/stat : 23909 (cryptominisat-2) R 23907 23909 23909 0 -1 4202496 630168 0 0 0 27287 98 0 0 25 0 1 0 538531362 3166339072 586633 33554432000 4194304 4677096 140736160322480 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23909/statm: 773032 586633 391 118 0 767991 0
[pid=23913] ppid=23830 vsize=1044916 CPUtime=0.15 cores=0,2,4,6
/proc/23913/stat : 23913 (python) S 23830 23830 23557 0 -1 4202560 1135 0 0 0 8 7 0 0 19 0 2 0 538536423 1069993984 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23913/statm: 261229 184382 399 364 0 197132 0
[pid=23915] ppid=23913 vsize=182092 CPUtime=99.13 cores=0,2,4,6
/proc/23915/stat : 23915 (lingeling) T 23913 23915 23915 0 -1 4202496 73363 0 0 0 9899 14 0 0 25 0 1 0 538536425 186462208 44693 33554432000 4194304 4352236 140734115911856 18446744073709551615 4278811 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23915/statm: 45523 44693 129 39 0 44603 0
[pid=23913/tid=23922] ppid=23830 vsize=1044916 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (python) S 23830 23830 23557 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538546342 1069993984 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453862226880 0 0 -1 0 0 0 0
[pid=23923] ppid=23830 vsize=1055172 CPUtime=0.28 cores=0,2,4,6
/proc/23923/stat : 23923 (python) S 23830 23830 23557 0 -1 4202560 1006 0 0 0 14 14 0 0 18 0 1 0 538546344 1080496128 184356 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 10304886858307305732 0 0 17 2 0 0 0
/proc/23923/statm: 263793 184356 370 364 0 199693 0
[pid=23925] ppid=23923 vsize=505888 CPUtime=99.58 cores=0,2,4,6
/proc/23925/stat : 23925 (glucoser_static) R 23923 23925 23925 0 -1 4202496 121098 0 0 0 9937 21 0 0 25 0 1 0 538546346 518029312 120822 33554432000 134512640 134580299 4292678800 18446744073709551615 134543168 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/23925/statm: 126472 120822 242 17 0 125800 0
[pid=23830/tid=23883] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23883/stat : 23883 (python) S 23828 23830 23557 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 538521341 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23886] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23886/stat : 23886 (python) S 23828 23830 23557 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 8 0 538521345 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23889] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23889/stat : 23889 (python) S 23828 23830 23557 0 -1 4202560 34 937 0 0 0 0 0 0 25 0 8 0 538521348 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23891] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23891/stat : 23891 (python) S 23828 23830 23557 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 8 0 538521352 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23908] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23908/stat : 23908 (python) S 23828 23830 23557 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 538531362 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23914] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23914/stat : 23914 (python) S 23828 23830 23557 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 538536425 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23924] ppid=23828 vsize=1065416 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23924/stat : 23924 (python) S 23828 23830 23557 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538546346 1090985984 185878 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2047.66
Current children cumulated vsize (KiB) 14472740



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1051 s]
/proc/loadavg: 6.12 5.64 5.21 7/218 23936
/proc/meminfo: memFree=14797236/32950928 swapFree=67111524/67111528
[pid=23830] ppid=23828 vsize=1075672 CPUtime=553.1 cores=0,2,4,6
/proc/23830/stat : 23830 (python) S 23828 23830 23557 0 -1 4202496 1386510 937 1 0 55108 202 0 0 20 0 9 0 538466035 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23830/statm: 268918 185884 1890 364 0 204815 0
[pid=23882] ppid=23830 vsize=1003880 CPUtime=0.68 cores=0,2,4,6
/proc/23882/stat : 23882 (python) S 23830 23830 23557 0 -1 4202560 1212 0 0 0 36 32 0 0 18 0 2 0 538521339 1027973120 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23882/statm: 250970 184382 415 364 0 186888 0
[pid=23884] ppid=23882 vsize=200532 CPUtime=490.26 cores=0,2,4,6
/proc/23884/stat : 23884 (lingeling) T 23882 23884 23884 0 -1 4202496 143674 0 0 0 49003 23 0 0 25 0 1 0 538521341 205344768 49303 33554432000 4194304 4352236 140737087997728 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/23884/statm: 50133 49303 129 39 0 49213 0
[pid=23882/tid=23906] ppid=23830 vsize=1003880 CPUtime=0 cores=0,2,4,6
/proc/23882/task/23906/stat : 23906 (python) S 23830 23830 23557 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538531358 1027973120 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453875218496 0 0 -1 6 0 0 0
[pid=23885] ppid=23830 vsize=1003892 CPUtime=0.19 cores=0,2,4,6
/proc/23885/stat : 23885 (python) S 23830 23830 23557 0 -1 4202560 1139 0 0 0 9 10 0 0 18 0 2 0 538521343 1027985408 184366 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23885/statm: 250973 184366 399 364 0 186888 0
[pid=23887] ppid=23885 vsize=890216 CPUtime=116.54 cores=0,2,4,6
/proc/23887/stat : 23887 (precosat) R 23885 23887 23887 0 -1 4202496 228638 0 0 0 11618 36 0 0 25 0 1 0 538521345 911581184 220644 33554432000 4194304 4890832 140734928407168 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/23887/statm: 222554 220644 86 171 0 222381 0
[pid=23885/tid=23910] ppid=23830 vsize=1003892 CPUtime=0 cores=0,2,4,6
/proc/23885/task/23910/stat : 23910 (python) S 23830 23830 23557 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538531370 1027985408 184366 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453846264512 0 0 -1 2 0 0 0
[pid=23888] ppid=23830 vsize=1014148 CPUtime=0.65 cores=0,2,4,6
/proc/23888/stat : 23888 (python) S 23830 23830 23557 0 -1 4202560 1165 0 0 0 37 28 0 0 19 0 2 0 538521347 1038487552 184370 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23888/statm: 253537 184370 399 364 0 189449 0
[pid=23892] ppid=23888 vsize=209616 CPUtime=393.46 cores=0,2,4,6
/proc/23892/stat : 23892 (lingeling) T 23888 23892 23892 0 -1 4202496 105449 0 0 0 39326 20 0 0 25 0 1 0 538521352 214646784 51574 33554432000 4194304 4352236 140734446782624 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/23892/statm: 52404 51574 129 39 0 51484 0
[pid=23888/tid=23932] ppid=23830 vsize=1014148 CPUtime=0 cores=0,2,4,6
/proc/23888/task/23932/stat : 23932 (python) S 23830 23830 23557 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538568323 1038487552 184370 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453984687168 0 0 -1 2 0 0 0
[pid=23890] ppid=23830 vsize=1024404 CPUtime=0.22 cores=0,2,4,6
/proc/23890/stat : 23890 (python) S 23830 23830 23557 0 -1 4202560 1154 0 0 0 10 12 0 0 16 0 2 0 538521350 1048989696 184374 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23890/statm: 256101 184374 399 364 0 192010 0
[pid=23893] ppid=23890 vsize=1145740 CPUtime=100.38 cores=0,2,4,6
/proc/23893/stat : 23893 (cryptominisat-2) T 23890 23893 23893 0 -1 4202496 234964 0 0 0 10000 38 0 0 25 0 1 0 538521354 1173237760 213599 33554432000 4194304 4677096 140736888882400 18446744073709551615 4336125 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/23893/statm: 286435 213599 388 118 0 281394 0
[pid=23890/tid=23912] ppid=23830 vsize=1024404 CPUtime=0 cores=0,2,4,6
/proc/23890/task/23912/stat : 23912 (python) S 23830 23830 23557 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538536421 1048989696 184374 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453867415360 0 0 -1 6 0 0 0
[pid=23907] ppid=23830 vsize=1034660 CPUtime=0.59 cores=0,2,4,6
/proc/23907/stat : 23907 (python) S 23830 23830 23557 0 -1 4202560 1026 0 0 0 31 28 0 0 15 0 1 0 538531360 1059491840 184348 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 3704061164225790212 0 0 17 0 0 0 0
/proc/23907/statm: 258665 184348 370 364 0 194571 0
[pid=23909] ppid=23907 vsize=3092664 CPUtime=322.49 cores=0,2,4,6
/proc/23909/stat : 23909 (cryptominisat-2) R 23907 23909 23909 0 -1 4202496 633549 0 0 0 32149 100 0 0 25 0 1 0 538531362 3166887936 587098 33554432000 4194304 4677096 140736160322480 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23909/statm: 773166 587098 391 118 0 768125 0
[pid=23913] ppid=23830 vsize=1044916 CPUtime=0.15 cores=0,2,4,6
/proc/23913/stat : 23913 (python) S 23830 23830 23557 0 -1 4202560 1135 0 0 0 8 7 0 0 19 0 2 0 538536423 1069993984 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23913/statm: 261229 184382 399 364 0 197132 0
[pid=23915] ppid=23913 vsize=182092 CPUtime=99.13 cores=0,2,4,6
/proc/23915/stat : 23915 (lingeling) T 23913 23915 23915 0 -1 4202496 73363 0 0 0 9899 14 0 0 25 0 1 0 538536425 186462208 44693 33554432000 4194304 4352236 140734115911856 18446744073709551615 4278811 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23915/statm: 45523 44693 129 39 0 44603 0
[pid=23913/tid=23922] ppid=23830 vsize=1044916 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (python) S 23830 23830 23557 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538546342 1069993984 184382 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 514 18446604453862226880 0 0 -1 0 0 0 0
[pid=23923] ppid=23830 vsize=1055172 CPUtime=0.33 cores=0,2,4,6
/proc/23923/stat : 23923 (python) S 23830 23830 23557 0 -1 4202560 1012 0 0 0 17 16 0 0 18 0 1 0 538546344 1080496128 184356 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 10304886858307305732 0 0 17 2 0 0 0
/proc/23923/statm: 263793 184356 370 364 0 199693 0
[pid=23925] ppid=23923 vsize=507916 CPUtime=137.96 cores=0,2,4,6
/proc/23925/stat : 23925 (glucoser_static) R 23923 23925 23925 0 -1 4202496 121606 0 0 0 13775 21 0 0 25 0 1 0 538546346 520105984 121328 33554432000 134512640 134580299 4292678800 18446744073709551615 134552965 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/23925/statm: 126979 121328 242 17 0 126307 0
[pid=23933] ppid=23830 vsize=1065428 CPUtime=0.02 cores=0,2,4,6
/proc/23933/stat : 23933 (python) S 23830 23830 23557 0 -1 4202560 982 0 0 0 0 2 0 0 18 0 1 0 538570721 1090998272 184366 33554432000 4194304 5683644 140733341519040 18446744073709551615 274473987654 0 0 16781312 514 1078413653201387519 0 0 17 4 0 0 0
/proc/23933/statm: 266357 184366 376 364 0 202254 0
[pid=23935] ppid=23933 vsize=324648 CPUtime=2.05 cores=0,2,4,6
/proc/23935/stat : 23935 (precosat) R 23933 23935 23935 0 -1 4202496 80855 0 0 0 191 14 0 0 25 0 1 0 538570724 332439552 80587 33554432000 4194304 4890832 140733735712256 18446744073709551615 4452198 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/23935/statm: 81162 80587 65 171 0 80989 0
[pid=23830/tid=23883] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23883/stat : 23883 (python) S 23828 23830 23557 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 9 0 538521341 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23886] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23886/stat : 23886 (python) S 23828 23830 23557 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 9 0 538521345 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23889] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23889/stat : 23889 (python) S 23828 23830 23557 0 -1 4202560 34 937 0 0 0 0 0 0 25 0 9 0 538521348 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23891] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23891/stat : 23891 (python) S 23828 23830 23557 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 9 0 538521352 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23908] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23908/stat : 23908 (python) S 23828 23830 23557 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 538531362 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23914] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23914/stat : 23914 (python) S 23828 23830 23557 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 9 0 538536425 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23924] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23924/stat : 23924 (python) S 23828 23830 23557 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 538546346 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
[pid=23830/tid=23934] ppid=23828 vsize=1075672 CPUtime=0 cores=0,2,4,6
/proc/23830/task/23934/stat : 23934 (python) S 23828 23830 23557 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 538570723 1101488128 185884 33554432000 4194304 5683644 140733341519040 18446744073709551615 274485791153 0 0 16781312 2 18446604453892856768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2218.2
Current children cumulated vsize (KiB) 15875596

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23830 and gives
#  childrusage.ru_utime.tv_sec=551
#  childrusage.ru_utime.tv_usec=85222
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=82683
# CPU time returned by wait4() is 553.168
# while last known CPU time is 2218.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1051.12
CPU time (s): 2218.2
CPU user time (s): 2212.17
CPU system time (s): 6.03
CPU usage (%): 211.033
Max. virtual memory (cumulated for all children) (KiB): 15875596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 551.085
system time used= 2.08268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1387453
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= 2910
involuntary context switches= 1251

runsolver used 1.87371 second user time and 4.29135 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-01 18:51:04
IDJOB=3317860
IDBENCH=82371
IDSOLVER=1706
FILE ID=node125/3317860-1304268659
RUNJOBID= node125-1304267283-23575
PBS_JOBID= 13173954
Free space on /tmp= 72900 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317860-1304268659/watcher-3317860-1304268659 -o /tmp/evaluation-result-3317860-1304268659/solver-3317860-1304268659 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317860-1304268659.cnf -seed 1760787075 -budget 4800 -cores 4

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1760787075

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      21130672 kB
Buffers:       2139320 kB
Cached:        7442744 kB
SwapCached:          4 kB
Active:        4498092 kB
Inactive:      6782764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21130672 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          191092 kB
Writeback:           0 kB
AnonPages:     1698376 kB
Mapped:          23736 kB
Slab:           466312 kB
PageTables:      13036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2956356 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= 72752 MiB
End job on node125 at 2011-05-01 19:08:37