Trace number 3362511

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 reference: minisat 2.2.0? (TO) 1300.17 1300.16

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

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-3362511-1305306831/watcher-3362511-1305306831 -o /tmp/evaluation-result-3362511-1305306831/solver-3362511-1305306831 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362511-1305306831.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: 3.98 3.96 3.97 4/395 5513
/proc/meminfo: memFree=7512272/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=11796 CPUtime=0 cores=0,2
/proc/5513/stat : 5513 (runsolver) R 5511 5513 5258 0 -1 4202560 40 0 0 0 0 0 0 0 22 0 1 0 720914074 12079104 49 33554432000 4194304 5432360 140737409442464 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/5513/statm: 2949 49 30 303 0 2643 0

[startup+0.105542 s]
/proc/loadavg: 3.98 3.96 3.97 4/395 5513
/proc/meminfo: memFree=7512272/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=36992 CPUtime=0.08 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 4541 0 0 0 8 0 0 0 22 0 1 0 720914074 37879808 4442 33554432000 4194304 4291037 140736318960704 18446744073709551615 4223827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 9248 4451 216 24 0 5882 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36992

[startup+0.200502 s]
/proc/loadavg: 3.98 3.96 3.97 4/395 5513
/proc/meminfo: memFree=7512272/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=56760 CPUtime=0.17 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 9719 0 0 0 16 1 0 0 23 0 1 0 720914074 58122240 9135 33554432000 4194304 4291037 140736318960704 18446744073709551615 216735178496 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 14190 9135 216 24 0 10824 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 56760

[startup+1.4393 s]
/proc/loadavg: 3.98 3.96 3.97 4/395 5513
/proc/meminfo: memFree=7512272/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=356128 CPUtime=1.41 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 79061 0 0 0 130 11 0 0 25 0 1 0 720914074 364675072 71725 33554432000 4194304 4291037 140736318960704 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 89032 71727 216 24 0 85666 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 356128

[startup+1.50027 s]
/proc/loadavg: 3.98 3.96 3.97 4/395 5513
/proc/meminfo: memFree=7512272/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=362208 CPUtime=1.48 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 82120 0 0 0 136 12 0 0 25 0 1 0 720914074 370900992 74784 33554432000 4194304 4291037 140736318960704 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 90552 74786 216 24 0 87186 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 362208

[startup+1.60028 s]
/proc/loadavg: 3.98 3.96 3.97 4/395 5513
/proc/meminfo: memFree=7512272/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=377364 CPUtime=1.58 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 91198 0 0 0 144 14 0 0 25 0 1 0 720914074 386420736 80401 33554432000 4194304 4291037 140736318960704 18446744073709551615 216734839841 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 94341 80403 216 24 0 90975 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 377364

[startup+3.10103 s]
/proc/loadavg: 3.98 3.96 3.97 5/396 5514
/proc/meminfo: memFree=7119460/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=442812 CPUtime=3.07 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 107345 0 0 0 292 15 0 0 25 0 1 0 720914074 453439488 96547 33554432000 4194304 4291037 140736318960704 18446744073709551615 4230281 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 110703 96547 238 24 0 107337 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 442812

[startup+6.30047 s]
/proc/loadavg: 3.98 3.96 3.97 5/396 5514
/proc/meminfo: memFree=7107060/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=442812 CPUtime=6.27 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 107345 0 0 0 612 15 0 0 25 0 1 0 720914074 453439488 96547 33554432000 4194304 4291037 140736318960704 18446744073709551615 4230176 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 110703 96547 238 24 0 107337 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 442812

[startup+12.7003 s]
/proc/loadavg: 3.99 3.96 3.97 5/396 5514
/proc/meminfo: memFree=7030560/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=540964 CPUtime=12.68 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 120244 0 0 0 1251 17 0 0 25 0 1 0 720914074 553947136 109420 33554432000 4194304 4291037 140736318960704 18446744073709551615 4230176 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 135241 109420 239 24 0 131875 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 540964

[startup+25.5011 s]
/proc/loadavg: 3.99 3.96 3.97 5/396 5515
/proc/meminfo: memFree=7058884/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=437440 CPUtime=25.48 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 140357 0 0 0 2528 20 0 0 25 0 1 0 720914074 447938560 92690 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 109360 92690 258 24 0 105994 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 437440

[startup+51.1006 s]
/proc/loadavg: 3.99 3.96 3.97 5/396 5515
/proc/meminfo: memFree=6943180/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=487528 CPUtime=51.08 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 151446 0 0 0 5085 23 0 0 25 0 1 0 720914074 499228672 103772 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 121882 103772 259 24 0 118516 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 487528

[startup+102.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/396 5517
/proc/meminfo: memFree=6716656/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=701176 CPUtime=102.28 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 180998 0 0 0 10200 28 0 0 25 0 1 0 720914074 718004224 133314 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 175294 133314 259 24 0 171928 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 701176

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/396 5545
/proc/meminfo: memFree=6464032/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=701176 CPUtime=162.28 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 207093 0 0 0 16196 32 0 0 25 0 1 0 720914074 718004224 159397 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 175294 159397 259 24 0 171928 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 701176

[startup+222.315 s]
/proc/loadavg: 4.04 3.99 3.98 5/396 5547
/proc/meminfo: memFree=6210048/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=916100 CPUtime=222.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 242118 0 0 0 22191 38 0 0 25 0 1 0 720914074 938086400 194398 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 229025 194398 259 24 0 225659 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 916100

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.98 5/396 5549
/proc/meminfo: memFree=5886876/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1265348 CPUtime=282.28 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 278616 0 0 0 28183 45 0 0 25 0 1 0 720914074 1295716352 230877 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 316337 230877 259 24 0 312971 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1265348

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.98 6/396 5550
/proc/meminfo: memFree=5566284/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1265348 CPUtime=342.28 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 311884 0 0 0 34177 51 0 0 25 0 1 0 720914074 1295716352 264139 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 316337 264139 259 24 0 312971 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1265348

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.98 5/396 5552
/proc/meminfo: memFree=5303652/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1265348 CPUtime=402.28 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 343277 0 0 0 40171 57 0 0 25 0 1 0 720914074 1295716352 295522 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 316337 295522 259 24 0 312971 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1265348

[startup+462.301 s]
/proc/loadavg: 4.10 4.02 3.99 5/396 5553
/proc/meminfo: memFree=5002664/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1832876 CPUtime=462.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 374726 0 0 0 46167 62 0 0 25 0 1 0 720914074 1876865024 326963 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 458219 326963 259 24 0 454853 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1832876

[startup+522.301 s]
/proc/loadavg: 4.13 4.04 4.00 5/393 5603
/proc/meminfo: memFree=5558712/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1832876 CPUtime=522.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 389679 0 0 0 52165 64 0 0 25 0 1 0 720914074 1876865024 341914 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 458219 341914 259 24 0 454853 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1832876

[startup+582.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/396 5611
/proc/meminfo: memFree=5146684/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1832876 CPUtime=582.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 404325 0 0 0 58162 67 0 0 25 0 1 0 720914074 1876865024 356558 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 458219 356558 259 24 0 454853 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1832876

[startup+642.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/396 5612
/proc/meminfo: memFree=4692776/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1832876 CPUtime=642.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 436382 0 0 0 64158 71 0 0 25 0 1 0 720914074 1876865024 388607 33554432000 4194304 4291037 140736318960704 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 458219 388607 259 24 0 454853 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1832876

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/396 5614
/proc/meminfo: memFree=4375172/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1832876 CPUtime=702.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 467859 0 0 0 70151 78 0 0 25 0 1 0 720914074 1876865024 420071 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 458219 420071 259 24 0 454853 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1832876

[startup+762.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/396 5669
/proc/meminfo: memFree=4527000/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=1832876 CPUtime=762.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 486227 0 0 0 76148 82 0 0 25 0 1 0 720914074 1876865024 438427 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 458219 438427 259 24 0 454853 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1832876

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/396 5671
/proc/meminfo: memFree=4212660/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=2755112 CPUtime=822.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 527551 0 0 0 82142 88 0 0 25 0 1 0 720914074 2821234688 479746 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 688778 479746 259 24 0 685412 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 2755112

[startup+882.315 s]
/proc/loadavg: 4.00 4.01 4.00 5/396 5700
/proc/meminfo: memFree=3948360/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=2755112 CPUtime=882.32 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 557915 0 0 0 88139 93 0 0 25 0 1 0 720914074 2821234688 510101 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 688778 510101 259 24 0 685412 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2755112

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/396 5701
/proc/meminfo: memFree=3591452/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=2755112 CPUtime=942.29 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 594333 0 0 0 94132 97 0 0 25 0 1 0 720914074 2821234688 546512 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 688778 546512 259 24 0 685412 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 2755112

[startup+1002.3 s]
/proc/loadavg: 4.15 4.03 4.01 5/396 5703
/proc/meminfo: memFree=3391028/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=2755112 CPUtime=1002.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 630635 0 0 0 100127 103 0 0 25 0 1 0 720914074 2821234688 582804 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 688778 582804 259 24 0 685412 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2755112

[startup+1062.3 s]
/proc/loadavg: 4.23 4.07 4.02 5/396 5704
/proc/meminfo: memFree=3102680/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=2755112 CPUtime=1062.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 661592 0 0 0 106120 110 0 0 25 0 1 0 720914074 2821234688 613746 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 688778 613746 259 24 0 685412 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2755112

[startup+1122.3 s]
/proc/loadavg: 4.08 4.06 4.01 5/396 5734
/proc/meminfo: memFree=2781684/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=2755112 CPUtime=1122.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 690379 0 0 0 112115 115 0 0 25 0 1 0 720914074 2821234688 642527 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248407 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 688778 642527 259 24 0 685412 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2755112

[startup+1182.3 s]
/proc/loadavg: 4.09 4.06 4.01 5/396 5736
/proc/meminfo: memFree=4273252/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=4253744 CPUtime=1182.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 737796 0 0 0 118105 125 0 0 25 0 1 0 720914074 4355833856 689929 33554432000 4194304 4291037 140736318960704 18446744073709551615 4263277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 1063436 689929 259 24 0 1060070 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 4253744

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 4.01 5/396 5737
/proc/meminfo: memFree=3964592/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=4253744 CPUtime=1242.3 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 807896 0 0 0 124094 136 0 0 25 0 1 0 720914074 4355833856 760024 33554432000 4194304 4291037 140736318960704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 1063436 760024 259 24 0 1060070 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 4253744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5739
/proc/meminfo: memFree=3604976/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=4253744 CPUtime=1300.01 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4202496 873339 0 0 0 129856 145 0 0 25 0 1 0 720914074 4355833856 825463 33554432000 4194304 4291037 140736318960704 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5513/statm: 1063436 825463 259 24 0 1060070 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 4253744

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

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

[startup+1300.12 s]
/proc/loadavg: 4.01 4.03 4.00 5/396 5739
/proc/meminfo: memFree=3604976/32951124 swapFree=65586204/67111528
[pid=5513] ppid=5511 vsize=0 CPUtime=1300.12 cores=0,2
/proc/5513/stat : 5513 (minisat_release) R 5511 5513 5258 0 -1 4203524 873339 0 0 0 129857 155 0 0 25 0 1 0 720914074 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/5513/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 1300.17
CPU user time (s): 1298.57
CPU system time (s): 1.59976
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4253744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.57
system time used= 1.59976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 873339
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= 6
involuntary context switches= 14628

runsolver used 5.2502 second user time and 11.2343 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 19:13:54
IDJOB=3362511
IDBENCH=82367
IDSOLVER=1840
FILE ID=node119/3362511-1305306831
RUNJOBID= node119-1305306604-5276
PBS_JOBID= 13321478
Free space on /tmp= 34992 MiB

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

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=1570159667

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7512676 kB
Buffers:        228452 kB
Cached:       11616452 kB
SwapCached:       4756 kB
Active:       15438780 kB
Inactive:      9512716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7512676 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:          112156 kB
Writeback:           0 kB
AnonPages:    13104816 kB
Mapped:          30560 kB
Slab:           363872 kB
PageTables:      57708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102763764 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= 34984 MiB
End job on node119 at 2011-05-13 19:35:36