Trace number 3318008

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 1300.21 1300.17

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data


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-3318008-1304900490/watcher-3318008-1304900490 -o /tmp/evaluation-result-3318008-1304900490/solver-3318008-1304900490 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318008-1304900490.cnf 

running on 2 cores: 0,2

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: 4.15 4.05 3.29 5/369 31438
/proc/meminfo: memFree=7177636/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=23220 CPUtime=0 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 1481 0 0 0 0 0 0 0 22 0 1 0 582465414 23777280 1422 33554432000 4194304 4291235 140733692345072 18446744073709551615 4261325 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 5805 1422 216 24 0 2439 0

[startup+0.110896 s]
/proc/loadavg: 4.15 4.05 3.29 5/369 31438
/proc/meminfo: memFree=7177636/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=41600 CPUtime=0.1 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 5559 0 0 0 10 0 0 0 23 0 1 0 582465414 42598400 5397 33554432000 4194304 4291235 140733692345072 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 10400 5398 216 24 0 7034 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41600

[startup+0.20087 s]
/proc/loadavg: 4.15 4.05 3.29 5/369 31438
/proc/meminfo: memFree=7177636/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=58444 CPUtime=0.19 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 10535 0 0 0 18 1 0 0 23 0 1 0 582465414 59846656 9633 33554432000 4194304 4291235 140733692345072 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 14645 9637 216 24 0 11279 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58444

[startup+0.300866 s]
/proc/loadavg: 4.15 4.05 3.29 5/369 31438
/proc/meminfo: memFree=7177636/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=81436 CPUtime=0.29 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 15455 0 0 0 27 2 0 0 23 0 1 0 582465414 83390464 14131 33554432000 4194304 4291235 140733692345072 18446744073709551615 4220573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 20392 14132 216 24 0 17026 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81436

[startup+0.700781 s]
/proc/loadavg: 4.15 4.05 3.29 5/369 31438
/proc/meminfo: memFree=7177636/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=162924 CPUtime=0.69 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 37800 0 0 0 64 5 0 0 25 0 1 0 582465414 166834176 34310 33554432000 4194304 4291235 140733692345072 18446744073709551615 4220436 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 40731 34310 216 24 0 37365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162924

[startup+1.50064 s]
/proc/loadavg: 4.14 4.05 3.30 6/370 31439
/proc/meminfo: memFree=6959024/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=359960 CPUtime=1.49 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 80536 0 0 0 137 12 0 0 25 0 1 0 582465414 368599040 73199 33554432000 4194304 4291235 140733692345072 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 89990 73200 216 24 0 86624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 359960

[startup+3.10033 s]
/proc/loadavg: 4.14 4.05 3.30 6/370 31439
/proc/meminfo: memFree=6739584/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=674112 CPUtime=3.09 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 166663 0 0 0 282 27 0 0 25 0 1 0 582465414 690290688 150671 33554432000 4194304 4291235 140733692345072 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 168528 150673 216 24 0 165162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 674112

[startup+6.30078 s]
/proc/loadavg: 4.14 4.05 3.30 6/370 31439
/proc/meminfo: memFree=6497148/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=840032 CPUtime=6.29 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 182223 0 0 0 598 31 0 0 25 0 1 0 582465414 860192768 166230 33554432000 4194304 4291235 140733692345072 18446744073709551615 4230130 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 210008 166230 237 24 0 206642 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 840032

[startup+12.7006 s]
/proc/loadavg: 4.20 4.06 3.31 6/370 31439
/proc/meminfo: memFree=6476696/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=840032 CPUtime=12.69 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 182223 0 0 0 1238 31 0 0 25 0 1 0 582465414 860192768 166230 33554432000 4194304 4291235 140733692345072 18446744073709551615 4230152 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 210008 166230 237 24 0 206642 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 840032

[startup+25.5003 s]
/proc/loadavg: 4.16 4.06 3.32 6/370 31439
/proc/meminfo: memFree=6339120/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=911220 CPUtime=25.49 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 206002 0 0 0 2515 34 0 0 25 0 1 0 582465414 933089280 189946 33554432000 4194304 4291235 140733692345072 18446744073709551615 4229925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 227805 189946 239 24 0 224439 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 911220

[startup+51.1007 s]
/proc/loadavg: 4.10 4.05 3.34 6/370 31440
/proc/meminfo: memFree=6314300/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=745860 CPUtime=51.09 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 245545 0 0 0 5068 41 0 0 25 0 1 0 582465414 763760640 165730 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 186465 165730 259 24 0 183099 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 745860

[startup+102.301 s]
/proc/loadavg: 4.04 4.04 3.37 6/370 31441
/proc/meminfo: memFree=6018752/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=827248 CPUtime=102.3 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 267860 0 0 0 10186 44 0 0 25 0 1 0 582465414 847101952 188032 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 206812 188032 259 24 0 203446 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 827248

[startup+162.301 s]
/proc/loadavg: 4.10 4.06 3.42 6/370 31443
/proc/meminfo: memFree=5649048/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=959508 CPUtime=162.29 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 300120 0 0 0 16181 48 0 0 25 0 1 0 582465414 982536192 220286 33554432000 4194304 4291235 140733692345072 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 239877 220286 259 24 0 236511 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 959508

[startup+222.313 s]
/proc/loadavg: 4.03 4.05 3.45 6/370 31447
/proc/meminfo: memFree=5339508/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=1174432 CPUtime=222.31 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 331295 0 0 0 22178 53 0 0 25 0 1 0 582465414 1202618368 251449 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 293608 251449 259 24 0 290242 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1174432

[startup+282.3 s]
/proc/loadavg: 4.01 4.04 3.48 6/370 31449
/proc/meminfo: memFree=5040432/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=1523680 CPUtime=282.3 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 356458 0 0 0 28173 57 0 0 25 0 1 0 582465414 1560248320 276608 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 380920 276608 259 24 0 377554 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1523680

[startup+342.3 s]
/proc/loadavg: 4.00 4.03 3.51 6/370 31451
/proc/meminfo: memFree=4651704/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=1523680 CPUtime=342.3 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 388475 0 0 0 34169 61 0 0 25 0 1 0 582465414 1560248320 308615 33554432000 4194304 4291235 140733692345072 18446744073709551615 4255556 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 380920 308615 259 24 0 377554 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1523680

[startup+402.301 s]
/proc/loadavg: 4.20 4.07 3.56 6/370 31452
/proc/meminfo: memFree=4320904/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=1523680 CPUtime=402.3 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 417859 0 0 0 40165 65 0 0 25 0 1 0 582465414 1560248320 337992 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 380920 337992 259 24 0 377554 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1523680

[startup+462.301 s]
/proc/loadavg: 4.07 4.05 3.58 6/370 31454
/proc/meminfo: memFree=3946072/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=2091208 CPUtime=462.3 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 451371 0 0 0 46160 70 0 0 25 0 1 0 582465414 2141396992 371490 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 522802 371490 259 24 0 519436 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2091208

[startup+522.301 s]
/proc/loadavg: 4.17 4.07 3.61 6/370 31455
/proc/meminfo: memFree=3618256/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=2091208 CPUtime=522.31 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 476809 0 0 0 52157 74 0 0 25 0 1 0 582465414 2141396992 396922 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 522802 396922 259 24 0 519436 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2091208

[startup+582.3 s]
/proc/loadavg: 4.13 4.07 3.64 6/370 31457
/proc/meminfo: memFree=3248872/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=2091208 CPUtime=582.31 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 512209 0 0 0 58151 80 0 0 25 0 1 0 582465414 2141396992 432310 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 522802 432310 259 24 0 519436 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2091208

[startup+642.301 s]
/proc/loadavg: 4.05 4.06 3.66 6/370 31459
/proc/meminfo: memFree=2866848/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=2091208 CPUtime=642.31 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 547989 0 0 0 64145 86 0 0 25 0 1 0 582465414 2141396992 468080 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 522802 468080 259 24 0 519436 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2091208

[startup+702.301 s]
/proc/loadavg: 4.07 4.06 3.68 6/370 31460
/proc/meminfo: memFree=2497240/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=2091208 CPUtime=702.31 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 579346 0 0 0 70140 91 0 0 25 0 1 0 582465414 2141396992 499430 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 522802 499430 259 24 0 519436 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2091208

[startup+762.301 s]
/proc/loadavg: 4.02 4.05 3.70 6/370 31462
/proc/meminfo: memFree=2141500/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=3013444 CPUtime=762.33 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 611970 0 0 0 76135 98 0 0 25 0 1 0 582465414 3085766656 532042 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 753361 532042 259 24 0 749995 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 3013444

[startup+822.3 s]
/proc/loadavg: 4.01 4.04 3.72 6/370 31463
/proc/meminfo: memFree=1756400/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=3013444 CPUtime=822.31 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 650272 0 0 0 82127 104 0 0 25 0 1 0 582465414 3085766656 570334 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 753361 570334 259 24 0 749995 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3013444

[startup+882.313 s]
/proc/loadavg: 4.00 4.03 3.73 6/370 31465
/proc/meminfo: memFree=1293424/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=3013444 CPUtime=882.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 699183 0 0 0 88120 112 0 0 25 0 1 0 582465414 3085766656 619228 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248615 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 753361 619228 259 24 0 749995 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 3013444

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.74 6/370 31467
/proc/meminfo: memFree=892828/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=3013444 CPUtime=942.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 736418 0 0 0 94113 119 0 0 25 0 1 0 582465414 3085766656 656455 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 753361 656455 259 24 0 749995 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3013444

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.77 6/370 31468
/proc/meminfo: memFree=643872/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=3013444 CPUtime=1002.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 760820 0 0 0 100108 124 0 0 25 0 1 0 582465414 3085766656 680854 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 753361 680854 259 24 0 749995 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3013444

[startup+1062.3 s]
/proc/loadavg: 2.97 3.75 3.68 4/358 31506
/proc/meminfo: memFree=2752624/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=3013444 CPUtime=1062.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 794341 0 0 0 106101 131 0 0 25 0 1 0 582465414 3085766656 714358 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 753361 714358 259 24 0 749995 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3013444

[startup+1122.3 s]
/proc/loadavg: 2.35 3.43 3.57 4/358 31507
/proc/meminfo: memFree=2493012/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=4512076 CPUtime=1122.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 827361 0 0 0 112094 138 0 0 25 0 1 0 582465414 4620365824 747369 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248207 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 1128019 747369 259 24 0 1124653 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4512076

[startup+1182.3 s]
/proc/loadavg: 1.97 3.14 3.46 2/352 31526
/proc/meminfo: memFree=5823592/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=4512076 CPUtime=1182.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 858813 0 0 0 118090 142 0 0 25 0 1 0 582465414 4620365824 778816 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 1128019 778816 259 24 0 1124653 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4512076

[startup+1242.3 s]
/proc/loadavg: 1.36 2.74 3.31 2/352 31528
/proc/meminfo: memFree=5734936/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=4512076 CPUtime=1242.32 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 881026 0 0 0 124087 145 0 0 25 0 1 0 582465414 4620365824 801024 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 1128019 801024 259 24 0 1124653 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4512076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.14 2.45 3.17 2/352 31529
/proc/meminfo: memFree=5635332/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=4512076 CPUtime=1300.03 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4202496 905546 0 0 0 129854 149 0 0 25 0 1 0 582465414 4620365824 825540 33554432000 4194304 4291235 140733692345072 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/31438/statm: 1128019 825540 259 24 0 1124653 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4512076

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

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

[startup+1300.11 s]
/proc/loadavg: 1.14 2.45 3.17 2/352 31529
/proc/meminfo: memFree=5635332/32951124 swapFree=67111348/67111528
[pid=31438] ppid=31436 vsize=0 CPUtime=1300.14 cores=0,2
/proc/31438/stat : 31438 (minisat) R 31436 31438 31133 0 -1 4203524 905546 0 0 0 129854 160 0 0 25 0 1 0 582465414 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/31438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.17
CPU time (s): 1300.21
CPU user time (s): 1298.55
CPU system time (s): 1.65875
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4512076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.55
system time used= 1.65875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 905546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 15267

runsolver used 4.72428 second user time and 9.54855 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-09 02:21:36
IDJOB=3318008
IDBENCH=82388
IDSOLVER=1707
FILE ID=node145/3318008-1304900490
RUNJOBID= node145-1304898906-31151
PBS_JOBID= 13282126
Free space on /tmp= 42996 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318008-1304900490/watcher-3318008-1304900490 -o /tmp/evaluation-result-3318008-1304900490/solver-3318008-1304900490 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318008-1304900490.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1986299050

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7177916 kB
Buffers:        224052 kB
Cached:       17849132 kB
SwapCached:          0 kB
Active:       10620040 kB
Inactive:     14503732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7177916 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          284564 kB
Writeback:           0 kB
AnonPages:     7050760 kB
Mapped:          27996 kB
Slab:           547328 kB
PageTables:      37744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81331588 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= 43180 MiB
End job on node145 at 2011-05-09 02:43:18