Trace number 3498361

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)? (MO) 925.07 924.535

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark124.843
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3498361-1307953240.cnf
0.35/0.67	c INFO: computing task features
13.63/13.94	c INFO: computed variable-clause graph statistics
14.03/14.35	c INFO: computed clause balance statistics
63.33/63.68	c INFO: computed variable balance statistics
98.73/99.01	c INFO: computed small-clause counts
100.62/100.97	c INFO: computed Horn-clause counts
530.95/531.20	c INFO: computed variable graph statistics
530.95/531.21	c INFO: collected features for HOME/instance-3498361-1307953240.cnf in 530.17 s
530.95/531.24	c INFO: running cryptominisat-2.9.0@0 for 582 with 4469 remaining (b = 0.39)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.65 0.59 0.21 2/177 3259
/proc/meminfo: memFree=3677784/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 722 0 0 0 0 0 0 0 22 0 1 0 906924659 15552512 612 33554432000 4194304 5683644 140736098776096 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3259/statm: 3796 612 321 364 0 283 0

[startup+0.0865209 s]
/proc/loadavg: 1.65 0.59 0.21 2/177 3259
/proc/meminfo: memFree=3677784/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=54540 CPUtime=0.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 2058 0 0 0 3 1 0 0 22 0 1 0 906924659 55848960 1814 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3259/statm: 13635 1814 492 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54540

[startup+0.100564 s]
/proc/loadavg: 1.65 0.59 0.21 2/177 3259
/proc/meminfo: memFree=3677784/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 2640 0 0 0 4 1 0 0 22 0 1 0 906924659 89812992 2354 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3259/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.3005 s]
/proc/loadavg: 1.65 0.59 0.21 2/177 3259
/proc/meminfo: memFree=3677784/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 5974 934 1 0 12 5 0 0 18 0 1 0 906924659 139010048 4150 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3259/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700413 s]
/proc/loadavg: 1.65 0.59 0.21 2/177 3259
/proc/meminfo: memFree=3677784/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=338072 CPUtime=0.43 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 24148 934 1 0 29 14 0 0 17 0 1 0 906924659 346185728 21818 33554432000 4194304 5683644 140736098776096 18446744073709551615 4571167 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3259/statm: 84518 21818 1761 364 0 20442 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 338072

[startup+1.50035 s]
/proc/loadavg: 1.68 0.61 0.22 3/178 3264
/proc/meminfo: memFree=3576220/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=388196 CPUtime=1.23 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 36517 934 1 0 107 16 0 0 18 0 1 0 906924659 397512704 34187 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640520389 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 97049 34187 1761 364 0 32973 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 388196

[startup+3.10103 s]
/proc/loadavg: 1.68 0.61 0.22 3/178 3264
/proc/meminfo: memFree=3510004/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=483512 CPUtime=2.83 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 60008 934 1 0 264 19 0 0 21 0 1 0 906924659 495116288 57678 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640520389 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 120878 57678 1761 364 0 56802 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 483512

[startup+6.30045 s]
/proc/loadavg: 1.68 0.61 0.22 3/178 3264
/proc/meminfo: memFree=3312084/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=675900 CPUtime=6.03 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 108238 934 1 0 577 26 0 0 25 0 1 0 906924659 692121600 105908 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640520389 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 168975 105908 1761 364 0 104899 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 675900

[startup+12.7003 s]
/proc/loadavg: 1.72 0.66 0.24 3/179 3265
/proc/meminfo: memFree=3066696/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=12.43 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 254709 934 1 0 1199 44 0 0 25 0 1 0 906924659 841302016 142801 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143634352 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142801 1815 364 0 141320 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 821584

[startup+25.501 s]
/proc/loadavg: 1.77 0.70 0.25 3/179 3266
/proc/meminfo: memFree=3134572/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=797044 CPUtime=25.23 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 266959 934 1 0 2477 46 0 0 25 0 1 0 906924659 816173056 136677 33554432000 4194304 5683644 140736098776096 18446744073709551615 4862096 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 199261 136677 1826 364 0 135185 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 797044

[startup+51.1003 s]
/proc/loadavg: 1.85 0.80 0.30 3/179 3266
/proc/meminfo: memFree=3127172/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=797044 CPUtime=50.83 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 266959 934 1 0 5037 46 0 0 25 0 1 0 906924659 816173056 136677 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488151060944 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 199261 136677 1826 364 0 135185 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 797044

[startup+102.306 s]
/proc/loadavg: 1.94 1.00 0.39 3/182 3271
/proc/meminfo: memFree=3095240/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=102.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 10155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 821584

[startup+162.301 s]
/proc/loadavg: 1.97 1.18 0.49 3/182 3272
/proc/meminfo: memFree=3076148/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=162.03 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 16154 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 821584

[startup+222.3 s]
/proc/loadavg: 1.99 1.33 0.58 3/183 3275
/proc/meminfo: memFree=3070636/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=222.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 22155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 821584

[startup+282.3 s]
/proc/loadavg: 1.99 1.45 0.67 3/183 3276
/proc/meminfo: memFree=3064796/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=282.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 28155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 821584

[startup+342.3 s]
/proc/loadavg: 2.05 1.56 0.76 3/183 3278
/proc/meminfo: memFree=3064648/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=342.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 34155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 821584

[startup+402.301 s]
/proc/loadavg: 2.02 1.64 0.83 3/183 3280
/proc/meminfo: memFree=3064132/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=402.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 40155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 821584

[startup+462.301 s]
/proc/loadavg: 2.00 1.70 0.90 3/183 3281
/proc/meminfo: memFree=3062484/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=462.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 46155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648896 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 821584

[startup+522.301 s]
/proc/loadavg: 2.00 1.75 0.97 3/186 3286
/proc/meminfo: memFree=3001056/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=821584 CPUtime=522.04 cores=0,2,4,6
/proc/3259/stat : 3259 (python) R 3257 3259 3094 0 -1 4202496 291473 934 1 0 52155 49 0 0 25 0 1 0 906924659 841302016 142819 33554432000 4194304 5683644 140736098776096 18446744073709551615 47488143648908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3259/statm: 205396 142819 1833 364 0 141320 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 821584

[startup+582.301 s]
/proc/loadavg: 2.00 1.80 1.03 3/189 3290
/proc/meminfo: memFree=2477448/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=0.07 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1007 0 0 0 4 3 0 0 15 0 1 0 906977783 612253696 85441 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 12602602277568479492 0 0 17 0 0 0 0
/proc/3287/statm: 149476 85441 381 364 0 85394 0
[pid=3289] ppid=3287 vsize=979300 CPUtime=51.04 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 212099 0 0 0 5078 26 0 0 25 0 1 0 906977784 1002803200 181868 33554432000 4194304 4677096 140734596139824 18446744073709551615 4337401 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3289/statm: 244825 181868 387 118 0 239784 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 2185352

[startup+642.301 s]
/proc/loadavg: 2.00 1.83 1.09 3/189 3292
/proc/meminfo: memFree=1514452/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=0.19 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1252 0 0 0 12 7 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 3033235925980119300 0 0 17 0 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=1978756 CPUtime=111.04 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 1888919 0 0 0 10870 234 0 0 25 0 1 0 906977784 2026246144 417488 33554432000 4194304 4677096 140734596139824 18446744073709551615 253640556931 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3289/statm: 494689 417495 390 118 0 489648 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 3184808

[startup+702.301 s]
/proc/loadavg: 2.00 1.86 1.14 3/189 3294
/proc/meminfo: memFree=114672/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=0.37 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1315 0 0 0 25 12 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 3033235925980119300 0 0 17 4 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=4660716 CPUtime=171.04 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 7900106 0 0 0 16033 1071 0 0 25 0 1 0 906977784 4772573184 1090331 33554432000 4194304 4677096 140734596139824 18446744073709551615 4548323 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3289/statm: 1165179 1090331 390 118 0 1160138 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.4
Current children cumulated vsize (KiB) 5866768

[startup+762.307 s]
/proc/loadavg: 2.00 1.88 1.19 3/189 3296
/proc/meminfo: memFree=188336/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=0.55 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1376 0 0 0 38 17 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 3033235925980119300 0 0 17 4 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=7220436 CPUtime=230.9 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 14034643 0 0 0 21133 1957 0 0 25 0 1 0 906977784 7393726464 1737703 33554432000 4194304 4677096 140734596139824 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3289/statm: 1805109 1737706 390 118 0 1800068 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 8426488

[startup+822.301 s]
/proc/loadavg: 2.00 1.90 1.24 3/189 3298
/proc/meminfo: memFree=214628/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=0.73 cores=0,2,4,6
/proc/3287/stat : 3287 (python) R 3259 3259 3094 0 -1 4202560 1427 0 0 0 49 24 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686224 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=10054312 CPUtime=290.82 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 20381692 0 0 0 26232 2850 0 0 25 0 1 0 906977784 10295615488 2437918 33554432000 4194304 4677096 140734596139824 18446744073709551615 253640884119 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3289/statm: 2513578 2437918 390 118 0 2508537 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 11260364

[startup+882.301 s]
/proc/loadavg: 2.00 1.92 1.28 3/189 3299
/proc/meminfo: memFree=209860/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=0.92 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1470 0 0 0 62 30 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 3033235925980119300 0 0 17 4 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=12761964 CPUtime=350.83 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 26717739 0 0 0 31345 3738 0 0 25 0 1 0 906977784 13068251136 3114948 33554432000 4194304 4677096 140734596139824 18446744073709551615 4293752 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3289/statm: 3190491 3114948 390 118 0 3185450 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 882.74
Current children cumulated vsize (KiB) 13968016



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+924.501 s]
/proc/loadavg: 2.00 1.92 1.31 3/189 3301
/proc/meminfo: memFree=95220/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=1.05 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1501 0 0 0 72 33 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 3033235925980119300 0 0 17 4 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=14673568 CPUtime=393.03 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 31132871 0 0 0 34949 4354 0 0 25 0 1 0 906977784 15025733632 3592732 33554432000 4194304 4677096 140734596139824 18446744073709551615 4564076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3289/statm: 3668392 3592732 390 118 0 3663351 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 925.07
Current children cumulated vsize (KiB) 15879620

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

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

[startup+924.501 s]
/proc/loadavg: 2.00 1.92 1.31 3/189 3301
/proc/meminfo: memFree=95220/32951124 swapFree=67060180/67111528
[pid=3259] ppid=3257 vsize=608148 CPUtime=530.99 cores=0,2,4,6
/proc/3259/stat : 3259 (python) S 3257 3259 3094 0 -1 4202496 291854 934 1 0 53048 51 0 0 25 0 2 0 906924659 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3259/statm: 152037 86939 1875 364 0 87955 0
[pid=3287] ppid=3259 vsize=597904 CPUtime=1.05 cores=0,2,4,6
/proc/3287/stat : 3287 (python) S 3259 3259 3094 0 -1 4202560 1501 0 0 0 72 33 0 0 15 0 1 0 906977783 612253696 85442 33554432000 4194304 5683644 140736098776096 18446744073709551615 253640879631 0 0 16781312 514 3033235925980119300 0 0 17 4 0 0 0
/proc/3287/statm: 149476 85442 382 364 0 85394 0
[pid=3289] ppid=3287 vsize=14673568 CPUtime=393.03 cores=0,2,4,6
/proc/3289/stat : 3289 (cryptominisat-2) R 3287 3289 3289 0 -1 4202496 31132871 0 0 0 34949 4354 0 0 25 0 1 0 906977784 15025733632 3592732 33554432000 4194304 4677096 140734596139824 18446744073709551615 4564076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3289/statm: 3668392 3592732 390 118 0 3663351 0
[pid=3259/tid=3288] ppid=3257 vsize=608148 CPUtime=0 cores=0,2,4,6
/proc/3259/task/3288/stat : 3288 (python) S 3257 3259 3094 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 906977784 622743552 86939 33554432000 4194304 5683644 140736098776096 18446744073709551615 253652683185 0 0 16781312 2 18446604453932932032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 925.07
Current children cumulated vsize (KiB) 15879620

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3259 and gives
#  childrusage.ru_utime.tv_sec=530
#  childrusage.ru_utime.tv_usec=485353
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=531919
# CPU time returned by wait4() is 531.017
# while last known CPU time is 925.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 924.535
CPU time (s): 925.07
CPU user time (s): 880.69
CPU system time (s): 44.38
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 15879620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.485
system time used= 0.531919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292788
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= 2853
involuntary context switches= 1105

runsolver used 1.45478 second user time and 3.11653 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 10:20:42
IDJOB=3498361
IDBENCH=82386
IDSOLVER=1991
FILE ID=node106/3498361-1307953240
RUNJOBID= node106-1307953127-3114
PBS_JOBID= 13559722
Free space on /var/tmp= 2800 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498361-1307953240/watcher-3498361-1307953240 -o /var/tmp/evaluation-result-3498361-1307953240/solver-3498361-1307953240 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498361-1307953240.cnf -seed 797703876 -budget 5000

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=797703876

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3677964 kB
Buffers:        101476 kB
Cached:       28187176 kB
SwapCached:      12844 kB
Active:       13337052 kB
Inactive:     15026812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3677964 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:           91568 kB
Writeback:           0 kB
AnonPages:       72656 kB
Mapped:          15776 kB
Slab:           844432 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   279148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2768 MiB
End job on node106 at 2011-06-13 10:36:09