Trace number 3377946

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) 876.1 876.046

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

Solver Data

0.22/0.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.22/0.53	c INFO: solving HOME/instance-3377946-1305454527.cnf
0.22/0.53	c INFO: computing task features
15.99/16.17	c INFO: computed variable-clause graph statistics
16.50/16.62	c INFO: computed clause balance statistics
69.89/70.06	c INFO: computed variable balance statistics
107.20/107.35	c INFO: computed small-clause counts
110.00/110.19	c INFO: computed Horn-clause counts
709.61/709.77	c INFO: computed variable graph statistics
709.61/709.78	c INFO: collected features for HOME/instance-3377946-1305454527.cnf in 708.85 s
709.61/709.79	c INFO: running cryptominisat-2.9.0@0 for 1691 with 1691 remaining (b = 0.66)

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

running on 2 cores: 1,3

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: 3.68 3.95 3.85 4/289 6114
/proc/meminfo: memFree=19980080/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=15776 CPUtime=0 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 901 0 0 0 0 0 0 0 22 0 1 0 657052686 16154624 783 33554432000 4194304 5683644 140734463916384 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 3944 783 345 364 0 431 0

[startup+0.076706 s]
/proc/loadavg: 3.68 3.95 3.85 4/289 6114
/proc/meminfo: memFree=19980080/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=84524 CPUtime=0.04 cores=1,3
/proc/6114/stat : 6114 (python) S 6112 6114 4476 0 -1 4202496 2271 0 0 0 3 1 0 0 17 0 1 0 657052686 86552576 2017 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278906140 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 21131 2017 633 364 0 1335 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84524

[startup+0.100701 s]
/proc/loadavg: 3.68 3.95 3.85 4/289 6114
/proc/meminfo: memFree=19980080/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=104216 CPUtime=0.06 cores=1,3
/proc/6114/stat : 6114 (python) S 6112 6114 4476 0 -1 4202496 3044 0 0 0 4 2 0 0 17 0 1 0 657052686 106717184 2731 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/6114/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.300666 s]
/proc/loadavg: 3.68 3.95 3.85 4/289 6114
/proc/meminfo: memFree=19980080/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=170752 CPUtime=0.22 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 6745 935 1 0 16 6 0 0 18 0 1 0 657052686 174850048 4809 33554432000 4194304 5683644 140734463916384 18446744073709551615 237273956071 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 43214 4813 1338 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+1.46746 s]
/proc/loadavg: 3.68 3.95 3.85 4/289 6114
/proc/meminfo: memFree=19980080/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=421180 CPUtime=1.36 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 44513 935 1 0 123 13 0 0 20 0 1 0 657052686 431288320 42184 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983996966626 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 105295 42185 1761 364 0 41219 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 421180

[startup+1.50045 s]
/proc/loadavg: 3.68 3.95 3.85 4/289 6114
/proc/meminfo: memFree=19980080/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=423036 CPUtime=1.4 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 45075 935 1 0 127 13 0 0 20 0 1 0 657052686 433188864 42746 33554432000 4194304 5683644 140734463916384 18446744073709551615 4571087 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 105792 42746 1761 364 0 41716 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 423036

[startup+3.10017 s]
/proc/loadavg: 4.03 4.02 3.87 5/293 6129
/proc/meminfo: memFree=19097720/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=535376 CPUtime=3 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 72693 935 1 0 284 16 0 0 25 0 1 0 657052686 548225024 70364 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 133844 70364 1761 364 0 69768 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 535376

[startup+6.3006 s]
/proc/loadavg: 4.03 4.02 3.87 5/293 6129
/proc/meminfo: memFree=18669520/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=759144 CPUtime=6.19 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 127264 935 1 0 596 23 0 0 25 0 1 0 657052686 777363456 124935 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278240516 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 189786 124936 1761 364 0 125710 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 759144

[startup+12.7005 s]
/proc/loadavg: 4.11 4.04 3.88 5/293 6129
/proc/meminfo: memFree=17863600/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=1069460 CPUtime=12.59 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 296966 935 1 0 1213 46 0 0 25 0 1 0 657052686 1095127040 204738 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826100092 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 267365 204738 1814 364 0 203289 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1069460

[startup+25.5002 s]
/proc/loadavg: 4.08 4.03 3.88 5/293 6130
/proc/meminfo: memFree=17585736/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=918324 CPUtime=25.39 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 327144 935 1 0 2488 51 0 0 25 0 1 0 657052686 940363776 166998 33554432000 4194304 5683644 140734463916384 18446744073709551615 5005552 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 229581 166998 1826 364 0 165505 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 918324

[startup+51.1006 s]
/proc/loadavg: 4.05 4.03 3.88 5/296 6133
/proc/meminfo: memFree=17722484/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=918324 CPUtime=50.99 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 327144 935 1 0 5048 51 0 0 25 0 1 0 657052686 940363776 166998 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278546941 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 229581 166998 1826 364 0 165505 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 918324

[startup+102.301 s]
/proc/loadavg: 4.02 4.02 3.89 5/296 6170
/proc/meminfo: memFree=17870108/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=918324 CPUtime=102.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 327145 935 1 0 10168 52 0 0 25 0 1 0 657052686 940363776 166999 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983833522165 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 229581 166999 1827 364 0 165505 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 918324

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.89 5/296 6171
/proc/meminfo: memFree=17836108/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=162.19 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 16164 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114700 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 948552

[startup+222.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/299 6176
/proc/meminfo: memFree=17939028/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=222.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 22165 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114700 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 948552

[startup+282.301 s]
/proc/loadavg: 3.66 3.93 3.88 4/290 6196
/proc/meminfo: memFree=18355664/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=282.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 28165 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114700 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 948552

[startup+342.301 s]
/proc/loadavg: 2.96 3.69 3.80 3/281 6215
/proc/meminfo: memFree=18510400/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=342.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 34165 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114688 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 948552

[startup+402.3 s]
/proc/loadavg: 2.35 3.38 3.68 3/281 6217
/proc/meminfo: memFree=18510640/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=402.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 40165 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114688 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 948552

[startup+462.301 s]
/proc/loadavg: 2.13 3.13 3.58 3/281 6218
/proc/meminfo: memFree=18510744/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=462.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 46165 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114688 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 948552

[startup+522.301 s]
/proc/loadavg: 2.04 2.90 3.47 3/281 6220
/proc/meminfo: memFree=18510972/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=522.21 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 52166 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114700 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 948552

[startup+582.3 s]
/proc/loadavg: 2.08 2.77 3.38 3/281 6222
/proc/meminfo: memFree=18511196/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=582.2 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 58165 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114700 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 948552

[startup+642.309 s]
/proc/loadavg: 2.03 2.61 3.29 3/281 6223
/proc/meminfo: memFree=18511304/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=642.22 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 64167 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114688 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 948552

[startup+702.301 s]
/proc/loadavg: 2.01 2.51 3.21 3/281 6225
/proc/meminfo: memFree=18511280/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=948552 CPUtime=702.21 cores=1,3
/proc/6114/stat : 6114 (python) R 6112 6114 4476 0 -1 4202496 357347 935 1 0 70166 55 0 0 25 0 1 0 657052686 971317248 174562 33554432000 4194304 5683644 140734463916384 18446744073709551615 47983826114700 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6114/statm: 237138 174562 1833 364 0 173062 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 948552

[startup+762.301 s]
/proc/loadavg: 2.00 2.40 3.13 3/284 6229
/proc/meminfo: memFree=17980024/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=682848 CPUtime=709.72 cores=1,3
/proc/6114/stat : 6114 (python) S 6112 6114 4476 0 -1 4202496 357637 935 1 0 70914 58 0 0 19 0 2 0 657052686 699236352 105615 33554432000 4194304 5683644 140734463916384 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6114/statm: 170712 105615 1875 364 0 106630 0
[pid=6226] ppid=6114 vsize=672604 CPUtime=0.11 cores=1,3
/proc/6226/stat : 6226 (python) S 6114 6114 4476 0 -1 4202560 915 0 0 0 5 6 0 0 15 0 1 0 657123666 688746496 104112 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278899727 0 0 16781312 514 1729276703793971462 0 0 17 1 0 0 0
/proc/6226/statm: 168151 104112 376 364 0 104069 0
[pid=6228] ppid=6226 vsize=1044548 CPUtime=52.42 cores=1,3
/proc/6228/stat : 6228 (cryptominisat-2) R 6226 6228 6228 0 -1 4202496 235978 0 0 0 5212 30 0 0 25 0 1 0 657123667 1069617152 201389 33554432000 4194304 4677096 140734399318672 18446744073709551615 4336469 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6228/statm: 261137 201389 387 118 0 256096 0
[pid=6114/tid=6227] ppid=6112 vsize=682848 CPUtime=0 cores=1,3
/proc/6114/task/6227/stat : 6227 (python) S 6112 6114 4476 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 2 0 657123667 699236352 105615 33554432000 4194304 5683644 140734463916384 18446744073709551615 237290703281 0 0 16781312 2 18446604468274669760 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 2400000

[startup+822.3 s]
/proc/loadavg: 2.00 2.33 3.06 3/284 6231
/proc/meminfo: memFree=15386908/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=682848 CPUtime=709.72 cores=1,3
/proc/6114/stat : 6114 (python) S 6112 6114 4476 0 -1 4202496 357637 935 1 0 70914 58 0 0 19 0 2 0 657052686 699236352 105615 33554432000 4194304 5683644 140734463916384 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6114/statm: 170712 105615 1875 364 0 106630 0
[pid=6226] ppid=6114 vsize=672604 CPUtime=0.34 cores=1,3
/proc/6226/stat : 6226 (python) S 6114 6114 4476 0 -1 4202560 1108 0 0 0 19 15 0 0 15 0 1 0 657123666 688746496 104113 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278899727 0 0 16781312 514 17058500696774508806 0 0 17 1 0 0 0
/proc/6226/statm: 168151 104113 377 364 0 104069 0
[pid=6228] ppid=6226 vsize=3584944 CPUtime=112.27 cores=1,3
/proc/6228/stat : 6228 (cryptominisat-2) R 6226 6228 6228 0 -1 4202496 5136895 0 0 0 10612 615 0 0 25 0 1 0 657123667 3670982656 849496 33554432000 4194304 4677096 140734399318672 18446744073709551615 4366630 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/6228/statm: 896236 849496 390 118 0 891195 0
[pid=6114/tid=6227] ppid=6112 vsize=682848 CPUtime=0 cores=1,3
/proc/6114/task/6227/stat : 6227 (python) S 6112 6114 4476 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 2 0 657123667 699236352 105615 33554432000 4194304 5683644 140734463916384 18446744073709551615 237290703281 0 0 16781312 2 18446604468274669760 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 4940396



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+876.001 s]
/proc/loadavg: 2.04 2.29 3.00 3/284 6232
/proc/meminfo: memFree=12444004/32950904 swapFree=67057400/67111528
[pid=6114] ppid=6112 vsize=682848 CPUtime=709.72 cores=1,3
/proc/6114/stat : 6114 (python) S 6112 6114 4476 0 -1 4202496 357637 935 1 0 70914 58 0 0 19 0 2 0 657052686 699236352 105615 33554432000 4194304 5683644 140734463916384 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6114/statm: 170712 105615 1875 364 0 106630 0
[pid=6226] ppid=6114 vsize=672604 CPUtime=0.54 cores=1,3
/proc/6226/stat : 6226 (python) S 6114 6114 4476 0 -1 4202560 1165 0 0 0 31 23 0 0 15 0 1 0 657123666 688746496 104113 33554432000 4194304 5683644 140734463916384 18446744073709551615 237278899727 0 0 16781312 514 17058500696774508806 0 0 17 1 0 0 0
/proc/6226/statm: 168151 104113 377 364 0 104069 0
[pid=6228] ppid=6226 vsize=6532148 CPUtime=165.84 cores=1,3
/proc/6228/stat : 6228 (cryptominisat-2) R 6226 6228 6228 0 -1 4202496 9970010 0 0 0 15418 1166 0 0 25 0 1 0 657123667 6688919552 1582243 33554432000 4194304 4677096 140734399318672 18446744073709551615 4293862 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6228/statm: 1633037 1582243 390 118 0 1627996 0
[pid=6114/tid=6227] ppid=6112 vsize=682848 CPUtime=0 cores=1,3
/proc/6114/task/6227/stat : 6227 (python) S 6112 6114 4476 0 -1 4202560 29 935 0 0 0 0 0 0 19 0 2 0 657123667 699236352 105615 33554432000 4194304 5683644 140734463916384 18446744073709551615 237290703281 0 0 16781312 2 18446604468274669760 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 876.1
Current children cumulated vsize (KiB) 7887600

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 6114 and gives
#  childrusage.ru_utime.tv_sec=709
#  childrusage.ru_utime.tv_usec=147193
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=605907
# CPU time returned by wait4() is 709.753
# while last known CPU time is 876.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 876.046
CPU time (s): 876.1
CPU user time (s): 863.63
CPU system time (s): 12.47
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 7887600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 709.147
system time used= 0.605907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358572
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= 1005
involuntary context switches= 1833

runsolver used 2.21166 second user time and 5.16621 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 12:15:29
IDJOB=3377946
IDBENCH=82411
IDSOLVER=1858
FILE ID=node121/3377946-1305454527
RUNJOBID= node121-1305453224-5851
PBS_JOBID= 13324845
Free space on /tmp= 73224 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-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 /tmp/evaluation-result-3377946-1305454527/watcher-3377946-1305454527 -o /tmp/evaluation-result-3377946-1305454527/solver-3377946-1305454527 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377946-1305454527.cnf -seed 1804852610 -budget 2400

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=1804852610

node121.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.817
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.63
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.817
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.07
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.817
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      19980740 kB
Buffers:        313288 kB
Cached:        6528048 kB
SwapCached:       7656 kB
Active:        7133352 kB
Inactive:      5470548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19980740 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          314556 kB
Writeback:           0 kB
AnonPages:     5759724 kB
Mapped:          27476 kB
Slab:           276256 kB
PageTables:      26964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31087724 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= 73240 MiB
End job on node121 at 2011-05-15 12:30:07