Trace number 3419936

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) 5000.16 5000.19

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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-3419936-1306584406/watcher-3419936-1306584406 -o /tmp/evaluation-result-3419936-1306584406/solver-3419936-1306584406 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419936-1306584406.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.98 1/432 23296
/proc/meminfo: memFree=12582836/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=28168 CPUtime=0 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 2263 0 0 0 0 0 0 0 21 0 1 0 770040320 28844032 2165 33554432000 4194304 4291037 140736624926576 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 7042 2168 215 24 0 3676 0

[startup+0.0623969 s]
/proc/loadavg: 2.08 2.02 1.98 1/432 23296
/proc/meminfo: memFree=12582836/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=34460 CPUtime=0.05 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 4815 0 0 0 5 0 0 0 21 0 1 0 770040320 35287040 4500 33554432000 4194304 4291037 140736624926576 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 8615 4504 216 24 0 5249 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34460

[startup+0.100394 s]
/proc/loadavg: 2.08 2.02 1.98 1/432 23296
/proc/meminfo: memFree=12582836/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=39552 CPUtime=0.09 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 6573 0 0 0 9 0 0 0 21 0 1 0 770040320 40501248 6122 33554432000 4194304 4291037 140736624926576 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 9888 6124 216 24 0 6522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39552

[startup+0.300369 s]
/proc/loadavg: 2.08 2.02 1.98 1/432 23296
/proc/meminfo: memFree=12582836/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=80448 CPUtime=0.29 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 16565 0 0 0 28 1 0 0 22 0 1 0 770040320 82378752 14467 33554432000 4194304 4291037 140736624926576 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 20112 14469 216 24 0 16746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80448

[startup+0.700299 s]
/proc/loadavg: 2.08 2.02 1.98 1/432 23296
/proc/meminfo: memFree=12582836/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=82208 CPUtime=0.69 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 17301 0 0 0 67 2 0 0 24 0 1 0 770040320 84180992 15196 33554432000 4194304 4291037 140736624926576 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 20552 15196 239 24 0 17186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82208

[startup+1.50116 s]
/proc/loadavg: 2.07 2.02 1.98 3/432 23318
/proc/meminfo: memFree=12531128/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=75252 CPUtime=1.49 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 20953 0 0 0 147 2 0 0 25 0 1 0 770040320 77058048 13017 33554432000 4194304 4291037 140736624926576 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 18813 13017 258 24 0 15447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75252

[startup+3.10087 s]
/proc/loadavg: 2.07 2.02 1.98 3/435 23324
/proc/meminfo: memFree=12502956/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=75252 CPUtime=3.09 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 21863 0 0 0 307 2 0 0 25 0 1 0 770040320 77058048 13927 33554432000 4194304 4291037 140736624926576 18446744073709551615 4249250 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 18813 13927 259 24 0 15447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75252

[startup+6.30031 s]
/proc/loadavg: 2.07 2.02 1.98 3/435 23324
/proc/meminfo: memFree=12479408/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=86928 CPUtime=6.29 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 23806 0 0 0 627 2 0 0 25 0 1 0 770040320 89014272 15864 33554432000 4194304 4291037 140736624926576 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 21732 15865 259 24 0 18366 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86928

[startup+12.7002 s]
/proc/loadavg: 2.36 2.08 2.01 3/435 23324
/proc/meminfo: memFree=12432260/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=106896 CPUtime=12.69 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 27898 0 0 0 1266 3 0 0 25 0 1 0 770040320 109461504 19944 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 26724 19944 259 24 0 23358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106896

[startup+25.501 s]
/proc/loadavg: 2.30 2.08 2.00 3/435 23324
/proc/meminfo: memFree=12362972/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=139296 CPUtime=25.49 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 34150 0 0 0 2544 5 0 0 25 0 1 0 770040320 142639104 26177 33554432000 4194304 4291037 140736624926576 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 34824 26177 259 24 0 31458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139296

[startup+51.1006 s]
/proc/loadavg: 2.20 2.07 2.00 3/435 23325
/proc/meminfo: memFree=12253272/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=192540 CPUtime=51.08 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 43884 0 0 0 5100 8 0 0 25 0 1 0 770040320 197160960 35885 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 48135 35885 259 24 0 44769 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 192540

[startup+102.317 s]
/proc/loadavg: 2.08 2.06 2.00 3/435 23326
/proc/meminfo: memFree=12111656/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=278892 CPUtime=102.3 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 59490 0 0 0 10218 12 0 0 25 0 1 0 770040320 285585408 51446 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 69723 51446 259 24 0 66357 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 278892

[startup+162.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/435 23328
/proc/meminfo: memFree=11965556/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=284008 CPUtime=162.29 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 74164 0 0 0 16212 17 0 0 25 0 1 0 770040320 290824192 66082 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 71002 66082 259 24 0 67636 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 284008

[startup+222.301 s]
/proc/loadavg: 2.07 2.07 2.01 3/435 23330
/proc/meminfo: memFree=11844144/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=421024 CPUtime=222.29 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 87818 0 0 0 22208 21 0 0 25 0 1 0 770040320 431128576 79690 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 105256 79690 259 24 0 101890 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 421024

[startup+282.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/435 23331
/proc/meminfo: memFree=11733148/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=424984 CPUtime=282.28 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 101208 0 0 0 28202 26 0 0 25 0 1 0 770040320 435183616 93043 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 106246 93043 259 24 0 102880 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 424984

[startup+342.301 s]
/proc/loadavg: 2.07 2.07 2.01 3/435 23333
/proc/meminfo: memFree=11613980/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=429356 CPUtime=342.28 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 110383 0 0 0 34198 30 0 0 25 0 1 0 770040320 439660544 102194 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 107339 102194 259 24 0 103973 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 429356

[startup+402.301 s]
/proc/loadavg: 2.02 2.06 2.00 3/435 23334
/proc/meminfo: memFree=11932144/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=647996 CPUtime=402.28 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 121010 0 0 0 40194 34 0 0 25 0 1 0 770040320 663547904 112794 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 161999 112794 259 24 0 158633 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 647996

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/435 23336
/proc/meminfo: memFree=11765472/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=652156 CPUtime=462.28 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 130292 0 0 0 46190 38 0 0 25 0 1 0 770040320 667807744 122047 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 163039 122047 259 24 0 159673 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 652156

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/435 23338
/proc/meminfo: memFree=11664140/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=654764 CPUtime=522.28 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 137209 0 0 0 52188 40 0 0 25 0 1 0 770040320 670478336 128942 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 163691 128942 259 24 0 160325 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 654764

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 23339
/proc/meminfo: memFree=11559844/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=657860 CPUtime=582.28 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 144997 0 0 0 58185 43 0 0 25 0 1 0 770040320 673648640 136707 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/23296/statm: 164465 136707 259 24 0 161099 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 657860

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.12 2.24 2.10 3/435 23496
/proc/meminfo: memFree=10557176/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=1694504 CPUtime=4002.24 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 422285 0 0 0 400064 160 0 0 25 0 1 0 770040320 1735172096 413257 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 423626 413257 259 24 0 420260 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 1694504

[startup+4062.3 s]
/proc/loadavg: 2.04 2.20 2.09 3/435 23498
/proc/meminfo: memFree=10544400/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=1694504 CPUtime=4062.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 425708 0 0 0 406063 162 0 0 25 0 1 0 770040320 1735172096 416670 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 423626 416670 259 24 0 420260 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 1694504

[startup+4122.3 s]
/proc/loadavg: 2.01 2.16 2.08 3/435 23500
/proc/meminfo: memFree=10536708/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2616740 CPUtime=4122.24 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 427653 0 0 0 412060 164 0 0 25 0 1 0 770040320 2679541760 418609 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 654185 418609 259 24 0 650819 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 2616740

[startup+4182.32 s]
/proc/loadavg: 2.00 2.13 2.08 3/435 23501
/proc/meminfo: memFree=10522312/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2618180 CPUtime=4182.26 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 431162 0 0 0 418061 165 0 0 25 0 1 0 770040320 2681016320 422108 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 654545 422108 259 24 0 651179 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 2618180

[startup+4242.3 s]
/proc/loadavg: 2.00 2.10 2.07 3/435 23503
/proc/meminfo: memFree=10513872/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2618180 CPUtime=4242.24 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 433420 0 0 0 424058 166 0 0 25 0 1 0 770040320 2681016320 424357 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 654545 424357 259 24 0 651179 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 2618180

[startup+4302.3 s]
/proc/loadavg: 2.00 2.08 2.07 3/435 23504
/proc/meminfo: memFree=10505544/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2619620 CPUtime=4302.24 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 435426 0 0 0 430058 166 0 0 25 0 1 0 770040320 2682490880 426355 33554432000 4194304 4291037 140736624926576 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 654905 426355 259 24 0 651539 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 2619620

[startup+4362.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/435 23506
/proc/meminfo: memFree=10494492/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2621780 CPUtime=4362.24 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 438190 0 0 0 436056 168 0 0 25 0 1 0 770040320 2684702720 429109 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 655445 429109 259 24 0 652079 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 2621780

[startup+4422.3 s]
/proc/loadavg: 2.09 2.09 2.07 3/435 23508
/proc/meminfo: memFree=10437308/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2621780 CPUtime=4422.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 440960 0 0 0 442055 170 0 0 25 0 1 0 770040320 2684702720 431866 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 655445 431866 259 24 0 652079 0
Current children cumulated CPU time (s) 4422.25
Current children cumulated vsize (KiB) 2621780

[startup+4482.3 s]
/proc/loadavg: 2.03 2.07 2.06 3/435 23509
/proc/meminfo: memFree=10370332/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2621780 CPUtime=4482.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 443153 0 0 0 448054 171 0 0 25 0 1 0 770040320 2684702720 434053 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 655445 434053 259 24 0 652079 0
Current children cumulated CPU time (s) 4482.25
Current children cumulated vsize (KiB) 2621780

[startup+4542.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/435 23511
/proc/meminfo: memFree=10319340/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2623940 CPUtime=4542.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 445116 0 0 0 454053 172 0 0 25 0 1 0 770040320 2686914560 436011 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 655985 436011 259 24 0 652619 0
Current children cumulated CPU time (s) 4542.25
Current children cumulated vsize (KiB) 2623940

[startup+4602.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/435 23512
/proc/meminfo: memFree=10264768/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2623940 CPUtime=4602.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 447340 0 0 0 460052 173 0 0 25 0 1 0 770040320 2686914560 438222 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 655985 438222 259 24 0 652619 0
Current children cumulated CPU time (s) 4602.25
Current children cumulated vsize (KiB) 2623940

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/435 23514
/proc/meminfo: memFree=10222088/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2626820 CPUtime=4662.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 449631 0 0 0 466051 174 0 0 25 0 1 0 770040320 2689863680 440501 33554432000 4194304 4291037 140736624926576 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 656705 440501 259 24 0 653339 0
Current children cumulated CPU time (s) 4662.25
Current children cumulated vsize (KiB) 2626820

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/435 23516
/proc/meminfo: memFree=10169860/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2628260 CPUtime=4722.26 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 453033 0 0 0 472051 175 0 0 25 0 1 0 770040320 2691338240 443889 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 657065 443889 259 24 0 653699 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 2628260

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/435 23517
/proc/meminfo: memFree=10122716/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2632940 CPUtime=4782.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 457497 0 0 0 478048 177 0 0 25 0 1 0 770040320 2696130560 448345 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 658235 448345 259 24 0 654869 0
Current children cumulated CPU time (s) 4782.25
Current children cumulated vsize (KiB) 2632940

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.03 3/435 23519
/proc/meminfo: memFree=10083268/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2636180 CPUtime=4842.27 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 460482 0 0 0 484049 178 0 0 25 0 1 0 770040320 2699448320 451322 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 659045 451322 259 24 0 655679 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 2636180

[startup+4902.3 s]
/proc/loadavg: 2.12 2.04 2.03 3/435 23520
/proc/meminfo: memFree=10042576/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2636180 CPUtime=4902.25 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 462709 0 0 0 490046 179 0 0 25 0 1 0 770040320 2699448320 453544 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 659045 453544 259 24 0 655679 0
Current children cumulated CPU time (s) 4902.25
Current children cumulated vsize (KiB) 2636180

[startup+4962.3 s]
/proc/loadavg: 2.21 2.07 2.04 3/435 23522
/proc/meminfo: memFree=10005860/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2636180 CPUtime=4962.26 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 464569 0 0 0 496045 181 0 0 25 0 1 0 770040320 2699448320 455397 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 659045 455397 259 24 0 655679 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 2636180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.17 2.08 2.05 3/435 23523
/proc/meminfo: memFree=9983408/32951132 swapFree=67093840/67111528
[pid=23296] ppid=23294 vsize=2636180 CPUtime=5000.07 cores=1,3,5,7
/proc/23296/stat : 23296 (minisat_release) R 23294 23296 22988 0 -1 4202496 465988 0 0 0 499825 182 0 0 25 0 1 0 770040320 2699448320 456809 33554432000 4194304 4291037 140736624926576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23296/statm: 659045 456809 259 24 0 655679 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 2636180

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)
Real time (s): 5000.19
CPU time (s): 5000.16
CPU user time (s): 4998.26
CPU system time (s): 1.89871
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 2636180

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

runsolver used 20.7268 second user time and 51.1372 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-28 14:06:47
IDJOB=3419936
IDBENCH=82431
IDSOLVER=1912
FILE ID=node131/3419936-1306584406
RUNJOBID= node131-1306579392-23007
PBS_JOBID= 13471549
Free space on /tmp= 73212 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419936-1306584406/watcher-3419936-1306584406 -o /tmp/evaluation-result-3419936-1306584406/solver-3419936-1306584406 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419936-1306584406.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1723119866

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12583116 kB
Buffers:        287980 kB
Cached:        5657584 kB
SwapCached:        948 kB
Active:       15577824 kB
Inactive:      4483136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12583116 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           13268 kB
Writeback:           0 kB
AnonPages:    14114160 kB
Mapped:          38540 kB
Slab:           183864 kB
PageTables:      55776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95361396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node131 at 2011-05-28 15:30:09