Trace number 3483920

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, 1200 s timeout)? (MO) 682.29 682.432

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 benchmark127.054
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.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.65	c INFO: solving HOME/instance-3483920-1307748690.cnf
0.35/0.65	c INFO: computing task features
12.83/13.16	c INFO: computed variable-clause graph statistics
13.23/13.53	c INFO: computed clause balance statistics
58.63/58.97	c INFO: computed variable balance statistics
91.03/91.33	c INFO: computed small-clause counts
92.83/93.14	c INFO: computed Horn-clause counts
483.94/484.24	c INFO: computed variable graph statistics
483.94/484.25	c INFO: collected features for HOME/instance-3483920-1307748690.cnf in 483.26 s
483.94/484.26	c INFO: running cryptominisat-2.9.0@0 for 716 with 716 remaining (b = 0.42)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.00 3.97 3.32 4/202 16369
/proc/meminfo: memFree=28227984/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=15184 CPUtime=0 cores=5,7
/proc/16369/stat : 16369 (python) S 16367 16369 15748 0 -1 4202496 735 0 0 0 0 0 0 0 21 0 1 0 886467993 15548416 622 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/16369/statm: 3796 622 322 364 0 283 0

[startup+0.042478 s]
/proc/loadavg: 4.00 3.97 3.32 4/202 16369
/proc/meminfo: memFree=28227984/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=18884 CPUtime=0.02 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 1286 0 0 0 2 0 0 0 21 0 1 0 886467993 19337216 1137 33554432000 4194304 5683644 140736496506768 18446744073709551615 4877027 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100469 s]
/proc/loadavg: 4.00 3.97 3.32 4/202 16369
/proc/meminfo: memFree=28227984/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=89768 CPUtime=0.06 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 2674 0 0 0 4 2 0 0 21 0 1 0 886467993 91922432 2388 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594864640 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300435 s]
/proc/loadavg: 4.00 3.97 3.32 4/202 16369
/proc/meminfo: memFree=28227984/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=135748 CPUtime=0.16 cores=5,7
/proc/16369/stat : 16369 (python) S 16367 16369 15748 0 -1 4202496 5973 935 1 0 12 4 0 0 17 0 1 0 886467993 139005952 4148 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/16369/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.700423 s]
/proc/loadavg: 4.00 3.97 3.32 4/202 16369
/proc/meminfo: memFree=28227984/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=339264 CPUtime=0.43 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 24472 935 1 0 30 13 0 0 15 0 1 0 886467993 347406336 22139 33554432000 4194304 5683644 140736496506768 18446744073709551615 4603507 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 84816 22139 1761 364 0 20740 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 339264

[startup+1.50022 s]
/proc/loadavg: 4.00 3.97 3.32 5/203 16374
/proc/meminfo: memFree=28126568/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=393780 CPUtime=1.23 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 37831 935 1 0 108 15 0 0 16 0 1 0 886467993 403230720 35499 33554432000 4194304 5683644 140736496506768 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 98445 35499 1761 364 0 34369 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 393780

[startup+3.10094 s]
/proc/loadavg: 4.00 3.97 3.32 5/203 16374
/proc/meminfo: memFree=28010008/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=501504 CPUtime=2.82 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 64434 935 1 0 265 17 0 0 18 0 1 0 886467993 513540096 62101 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 125376 62103 1761 364 0 61300 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 501504

[startup+6.30038 s]
/proc/loadavg: 4.00 3.97 3.32 5/203 16374
/proc/meminfo: memFree=27782460/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=714704 CPUtime=6.03 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 117419 935 1 0 579 24 0 0 25 0 1 0 886467993 731856896 115086 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008518296585 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 178676 115087 1761 364 0 114600 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 714704

[startup+12.7003 s]
/proc/loadavg: 4.00 3.97 3.32 6/203 16374
/proc/meminfo: memFree=27488272/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=12.43 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 254712 935 1 0 1203 40 0 0 25 0 1 0 886467993 841293824 142800 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347858509 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142800 1815 364 0 141318 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 821576

[startup+25.501 s]
/proc/loadavg: 4.08 3.99 3.34 5/203 16374
/proc/meminfo: memFree=27503408/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=797040 CPUtime=25.23 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 266962 935 1 0 2482 41 0 0 25 0 1 0 886467993 816168960 136677 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008350221903 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 199260 136677 1826 364 0 135184 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 797040

[startup+51.1005 s]
/proc/loadavg: 4.05 3.99 3.36 5/203 16375
/proc/meminfo: memFree=27422764/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=797040 CPUtime=50.83 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 266962 935 1 0 5042 41 0 0 25 0 1 0 886467993 816168960 136677 33554432000 4194304 5683644 140736496506768 18446744073709551615 4314274 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 199260 136677 1826 364 0 135184 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 797040

[startup+102.307 s]
/proc/loadavg: 4.02 3.99 3.39 5/203 16376
/proc/meminfo: memFree=26638584/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=102.04 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 10160 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 821576

[startup+162.301 s]
/proc/loadavg: 4.05 4.00 3.43 5/203 16378
/proc/meminfo: memFree=26223688/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=162.03 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 16159 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 821576

[startup+222.3 s]
/proc/loadavg: 4.02 4.00 3.46 5/203 16379
/proc/meminfo: memFree=26042444/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=222.03 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 22159 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445388 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 821576

[startup+282.301 s]
/proc/loadavg: 4.07 4.02 3.50 5/203 16381
/proc/meminfo: memFree=25858220/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=282.03 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 28159 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 821576

[startup+342.3 s]
/proc/loadavg: 4.02 4.01 3.53 5/203 16383
/proc/meminfo: memFree=25711692/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=342.03 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 34159 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445388 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 821576

[startup+402.301 s]
/proc/loadavg: 4.07 4.02 3.56 5/203 16384
/proc/meminfo: memFree=25652356/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=402.04 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 40160 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 821576

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.58 5/207 16390
/proc/meminfo: memFree=25586032/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=821576 CPUtime=462.04 cores=5,7
/proc/16369/stat : 16369 (python) R 16367 16369 15748 0 -1 4202496 291476 935 1 0 46160 44 0 0 25 0 1 0 886467993 841293824 142818 33554432000 4194304 5683644 140736496506768 18446744073709551615 48008347445376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16369/statm: 205394 142818 1833 364 0 141318 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 821576

[startup+522.3 s]
/proc/loadavg: 4.01 4.01 3.61 5/210 16394
/proc/meminfo: memFree=25052500/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=608140 CPUtime=484.01 cores=5,7
/proc/16369/stat : 16369 (python) S 16367 16369 15748 0 -1 4202496 291753 935 1 0 48355 46 0 0 25 0 2 0 886467993 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16369/statm: 152035 86930 1867 364 0 87953 0
[pid=16392] ppid=16369 vsize=597896 CPUtime=0.05 cores=5,7
/proc/16392/stat : 16392 (python) S 16369 16369 15748 0 -1 4202560 905 0 0 0 2 3 0 0 15 0 1 0 886516419 612245504 85435 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594886671 0 0 16781312 514 14804862495352652040 0 0 17 5 0 0 0
/proc/16392/statm: 149474 85435 376 364 0 85392 0
[pid=16394] ppid=16392 vsize=896824 CPUtime=37.95 cores=5,7
/proc/16394/stat : 16394 (cryptominisat-2) R 16392 16394 16394 0 -1 4202496 203436 0 0 0 3770 25 0 0 25 0 1 0 886516419 918347776 173718 33554432000 4194304 4677096 140736772574800 18446744073709551615 4336380 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16394/statm: 224206 173718 387 118 0 219165 0
[pid=16369/tid=16393] ppid=16367 vsize=608140 CPUtime=0 cores=5,7
/proc/16369/task/16393/stat : 16393 (python) S 16367 16369 15748 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886516419 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606690225 0 0 16781312 2 18446604468924803008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 2102860

[startup+582.301 s]
/proc/loadavg: 4.08 4.02 3.63 5/210 16396
/proc/meminfo: memFree=24448552/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=608140 CPUtime=484.01 cores=5,7
/proc/16369/stat : 16369 (python) S 16367 16369 15748 0 -1 4202496 291753 935 1 0 48355 46 0 0 25 0 2 0 886467993 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16369/statm: 152035 86930 1867 364 0 87953 0
[pid=16392] ppid=16369 vsize=597896 CPUtime=0.16 cores=5,7
/proc/16392/stat : 16392 (python) S 16369 16369 15748 0 -1 4202560 1153 0 0 0 9 7 0 0 15 0 1 0 886516419 612245504 85436 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594886671 0 0 16781312 514 5625783189206171912 0 0 17 5 0 0 0
/proc/16392/statm: 149474 85436 377 364 0 85392 0
[pid=16394] ppid=16392 vsize=1574320 CPUtime=97.88 cores=5,7
/proc/16394/stat : 16394 (cryptominisat-2) R 16392 16394 16394 0 -1 4202496 1165113 0 0 0 9649 139 0 0 25 0 1 0 886516419 1612103680 325360 33554432000 4194304 4677096 140736772574800 18446744073709551615 4366630 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16394/statm: 393580 325362 390 118 0 388539 0
[pid=16369/tid=16393] ppid=16367 vsize=608140 CPUtime=0 cores=5,7
/proc/16369/task/16393/stat : 16393 (python) S 16367 16369 15748 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886516419 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606690225 0 0 16781312 2 18446604468924803008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 2780356

[startup+642.3 s]
/proc/loadavg: 4.03 4.01 3.65 5/210 16398
/proc/meminfo: memFree=21251276/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=608140 CPUtime=484.01 cores=5,7
/proc/16369/stat : 16369 (python) S 16367 16369 15748 0 -1 4202496 291753 935 1 0 48355 46 0 0 25 0 2 0 886467993 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16369/statm: 152035 86930 1867 364 0 87953 0
[pid=16392] ppid=16369 vsize=597896 CPUtime=0.38 cores=5,7
/proc/16392/stat : 16392 (python) S 16369 16369 15748 0 -1 4202560 1228 0 0 0 24 14 0 0 15 0 1 0 886516419 612245504 85436 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594886671 0 0 16781312 514 5625783189206171912 0 0 17 5 0 0 0
/proc/16392/statm: 149474 85436 377 364 0 85392 0
[pid=16394] ppid=16392 vsize=4681640 CPUtime=157.69 cores=5,7
/proc/16394/stat : 16394 (cryptominisat-2) R 16392 16394 16394 0 -1 4202496 8162219 0 0 0 14851 918 0 0 25 0 1 0 886516419 4793999360 1094686 33554432000 4194304 4677096 140736772574800 18446744073709551615 235594563956 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16394/statm: 1170410 1094686 390 118 0 1165369 0
[pid=16369/tid=16393] ppid=16367 vsize=608140 CPUtime=0 cores=5,7
/proc/16369/task/16393/stat : 16393 (python) S 16367 16369 15748 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886516419 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606690225 0 0 16781312 2 18446604468924803008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 5887676



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+682.4 s]
/proc/loadavg: 4.09 4.03 3.67 5/210 16399
/proc/meminfo: memFree=19249240/32950928 swapFree=67052112/67111528
[pid=16369] ppid=16367 vsize=608140 CPUtime=484.01 cores=5,7
/proc/16369/stat : 16369 (python) S 16367 16369 15748 0 -1 4202496 291753 935 1 0 48355 46 0 0 25 0 2 0 886467993 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16369/statm: 152035 86930 1867 364 0 87953 0
[pid=16392] ppid=16369 vsize=597896 CPUtime=0.51 cores=5,7
/proc/16392/stat : 16392 (python) S 16369 16369 15748 0 -1 4202560 1273 0 0 0 32 19 0 0 15 0 1 0 886516419 612245504 85436 33554432000 4194304 5683644 140736496506768 18446744073709551615 235594886671 0 0 16781312 514 5625783189206171912 0 0 17 7 0 0 0
/proc/16392/statm: 149474 85436 377 364 0 85392 0
[pid=16394] ppid=16392 vsize=6677464 CPUtime=197.77 cores=5,7
/proc/16394/stat : 16394 (cryptominisat-2) R 16392 16394 16394 0 -1 4202496 13633872 0 0 0 18232 1545 0 0 25 0 1 0 886516419 6837723136 1594118 33554432000 4194304 4677096 140736772574800 18446744073709551615 4300430 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16394/statm: 1669366 1594118 390 118 0 1664325 0
[pid=16369/tid=16393] ppid=16367 vsize=608140 CPUtime=0 cores=5,7
/proc/16369/task/16393/stat : 16393 (python) S 16367 16369 15748 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886516419 622735360 86930 33554432000 4194304 5683644 140736496506768 18446744073709551615 235606690225 0 0 16781312 2 18446604468924803008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 682.29
Current children cumulated vsize (KiB) 7883500

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 16369 and gives
#  childrusage.ru_utime.tv_sec=483
#  childrusage.ru_utime.tv_usec=552488
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=479927
# CPU time returned by wait4() is 484.032
# while last known CPU time is 682.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 682.432
CPU time (s): 682.29
CPU user time (s): 666.19
CPU system time (s): 16.1
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 7883500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.552
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292688
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= 2838
involuntary context switches= 733

runsolver used 1.11383 second user time and 2.6366 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 01:31:32
IDJOB=3483920
IDBENCH=82386
IDSOLVER=1976
FILE ID=node120/3483920-1307748690
RUNJOBID= node120-1307747010-15769
PBS_JOBID= 13550837
Free space on /tmp= 73684 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
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 /tmp/evaluation-result-3483920-1307748690/watcher-3483920-1307748690 -o /tmp/evaluation-result-3483920-1307748690/solver-3483920-1307748690 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483920-1307748690.cnf -seed 709612831 -budget 1200

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=709612831

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      28228536 kB
Buffers:         98984 kB
Cached:         934700 kB
SwapCached:      11420 kB
Active:        4059240 kB
Inactive:       488664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28228536 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:          102924 kB
Writeback:           0 kB
AnonPages:     3511652 kB
Mapped:          16588 kB
Slab:            96548 kB
PageTables:      18900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5408752 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= 73652 MiB
End job on node120 at 2011-06-11 01:42:57