Trace number 3380387

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: cir_minisat 2011-05-13 (simp)? (TO) 1299.98 1300.05

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 benchmark234.365
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-3380387-1305458936/watcher-3380387-1305458936 -o /tmp/evaluation-result-3380387-1305458936/solver-3380387-1305458936 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380387-1305458936.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.82 4.00 3.59 5/304 29758
/proc/meminfo: memFree=13523336/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=26788 CPUtime=0 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 2217 0 0 0 0 0 0 0 21 0 1 0 657491886 27430912 2122 33554432000 4194304 4300288 140733307195488 18446744073709551615 4240145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 6697 2123 218 26 0 3329 0

[startup+0.0672579 s]
/proc/loadavg: 3.82 4.00 3.59 5/304 29758
/proc/meminfo: memFree=13523336/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=34596 CPUtime=0.06 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 4838 0 0 0 6 0 0 0 21 0 1 0 657491886 35426304 4526 33554432000 4194304 4300288 140733307195488 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 8649 4529 218 26 0 5281 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34596

[startup+0.100216 s]
/proc/loadavg: 3.82 4.00 3.59 5/304 29758
/proc/meminfo: memFree=13523336/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=38404 CPUtime=0.09 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 6295 0 0 0 9 0 0 0 21 0 1 0 657491886 39325696 5847 33554432000 4194304 4300288 140733307195488 18446744073709551615 246516492599 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29758/statm: 9601 5847 218 26 0 6233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38404

[startup+0.300182 s]
/proc/loadavg: 3.82 4.00 3.59 5/304 29758
/proc/meminfo: memFree=13523336/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=78736 CPUtime=0.29 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 15777 0 0 0 27 2 0 0 22 0 1 0 657491886 80625664 13682 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256853 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29758/statm: 19684 13682 218 26 0 16316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78736

[startup+0.701111 s]
/proc/loadavg: 3.82 4.00 3.59 5/304 29758
/proc/meminfo: memFree=13523336/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=82212 CPUtime=0.69 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 17278 0 0 0 67 2 0 0 24 0 1 0 657491886 84185088 15176 33554432000 4194304 4300288 140733307195488 18446744073709551615 4225500 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29758/statm: 20553 15176 222 26 0 17185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82212

[startup+1.50096 s]
/proc/loadavg: 3.82 4.00 3.59 5/308 29792
/proc/meminfo: memFree=13349204/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=75256 CPUtime=1.48 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 20916 0 0 0 146 2 0 0 25 0 1 0 657491886 77062144 12982 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255782 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29758/statm: 18814 12982 242 26 0 15446 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 75256

[startup+3.10067 s]
/proc/loadavg: 3.82 4.00 3.59 5/308 29792
/proc/meminfo: memFree=13204544/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=75256 CPUtime=3.07 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 21689 0 0 0 304 3 0 0 25 0 1 0 657491886 77062144 13752 33554432000 4194304 4300288 140733307195488 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29758/statm: 18814 13752 243 26 0 15446 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 75256

[startup+6.31109 s]
/proc/loadavg: 4.08 4.05 3.61 5/311 29798
/proc/meminfo: memFree=12873272/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=86932 CPUtime=6.25 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 23375 0 0 0 622 3 0 0 25 0 1 0 657491886 89018368 15431 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/29758/statm: 21733 15431 243 26 0 18365 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 86932

[startup+12.701 s]
/proc/loadavg: 4.07 4.05 3.61 5/311 29798
/proc/meminfo: memFree=12828300/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=106368 CPUtime=12.58 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 26545 0 0 0 1254 4 0 0 25 0 1 0 657491886 108920832 18593 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 26592 18593 243 26 0 23224 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 106368

[startup+25.5006 s]
/proc/loadavg: 4.13 4.06 3.63 5/311 29856
/proc/meminfo: memFree=12938600/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=138920 CPUtime=25.38 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 31868 0 0 0 2533 5 0 0 25 0 1 0 657491886 142254080 23902 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 34730 23902 243 26 0 31362 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 138920

[startup+51.101 s]
/proc/loadavg: 4.08 4.06 3.64 5/311 29857
/proc/meminfo: memFree=12747636/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=191456 CPUtime=50.98 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 42389 0 0 0 5090 8 0 0 25 0 1 0 657491886 196050944 34403 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 47864 34403 243 26 0 44496 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 191456

[startup+102.301 s]
/proc/loadavg: 4.03 4.05 3.65 5/311 29858
/proc/meminfo: memFree=12515356/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=277556 CPUtime=102.19 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 57184 0 0 0 10206 13 0 0 25 0 1 0 657491886 284217344 49158 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255592 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 69389 49158 243 26 0 66021 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 277556

[startup+162.301 s]
/proc/loadavg: 4.13 4.07 3.68 6/311 29860
/proc/meminfo: memFree=12183600/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=281824 CPUtime=162.19 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 72703 0 0 0 16202 17 0 0 25 0 1 0 657491886 288587776 64635 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 70456 64635 243 26 0 67088 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 281824

[startup+222.301 s]
/proc/loadavg: 4.13 4.08 3.71 5/311 29889
/proc/meminfo: memFree=12593024/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=418856 CPUtime=222.19 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 85181 0 0 0 22200 19 0 0 25 0 1 0 657491886 428908544 77083 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 104714 77083 243 26 0 101346 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 418856

[startup+282.301 s]
/proc/loadavg: 4.11 4.08 3.73 5/311 29890
/proc/meminfo: memFree=12370044/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=420836 CPUtime=282.2 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 96445 0 0 0 28198 22 0 0 25 0 1 0 657491886 430936064 88313 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 105209 88313 243 26 0 101841 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 420836

[startup+342.301 s]
/proc/loadavg: 4.16 4.10 3.75 5/311 29892
/proc/meminfo: memFree=12362828/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=424672 CPUtime=342.2 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 106438 0 0 0 34194 26 0 0 25 0 1 0 657491886 434864128 98282 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 106168 98282 243 26 0 102800 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 424672

[startup+402.312 s]
/proc/loadavg: 4.06 4.08 3.76 5/311 29893
/proc/meminfo: memFree=12167128/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=642904 CPUtime=402.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 116835 0 0 0 40192 29 0 0 25 0 1 0 657491886 658333696 108656 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 160726 108656 243 26 0 157358 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 642904

[startup+462.301 s]
/proc/loadavg: 4.02 4.06 3.78 5/311 29895
/proc/meminfo: memFree=11955668/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=646536 CPUtime=462.2 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 126361 0 0 0 46187 33 0 0 25 0 1 0 657491886 662052864 118151 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 161634 118151 243 26 0 158266 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 646536

[startup+522.301 s]
/proc/loadavg: 4.01 4.05 3.79 6/311 29897
/proc/meminfo: memFree=12607148/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=648912 CPUtime=522.2 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 134863 0 0 0 52184 36 0 0 25 0 1 0 657491886 664485888 126632 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 162228 126632 243 26 0 158860 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 648912

[startup+582.301 s]
/proc/loadavg: 4.08 4.05 3.80 5/311 29898
/proc/meminfo: memFree=12290912/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=651820 CPUtime=582.2 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 142858 0 0 0 58181 39 0 0 25 0 1 0 657491886 667463680 134599 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 162955 134599 243 26 0 159587 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 651820

[startup+642.3 s]
/proc/loadavg: 4.03 4.04 3.82 5/311 29900
/proc/meminfo: memFree=12314064/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=654476 CPUtime=642.2 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 150266 0 0 0 64179 41 0 0 25 0 1 0 657491886 670183424 141987 33554432000 4194304 4300288 140733307195488 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 163619 141987 243 26 0 160251 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 654476

[startup+702.3 s]
/proc/loadavg: 4.06 4.04 3.83 5/311 29901
/proc/meminfo: memFree=12213472/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=657204 CPUtime=702.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 159103 0 0 0 70177 44 0 0 25 0 1 0 657491886 672976896 150801 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 164301 150801 243 26 0 160933 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 657204

[startup+762.3 s]
/proc/loadavg: 4.10 4.06 3.85 5/311 29903
/proc/meminfo: memFree=12099368/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=658676 CPUtime=762.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 167017 0 0 0 76175 46 0 0 25 0 1 0 657491886 674484224 158688 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 164669 158688 243 26 0 161301 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 658676

[startup+822.3 s]
/proc/loadavg: 4.03 4.05 3.85 5/311 29905
/proc/meminfo: memFree=11973960/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1010344 CPUtime=822.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 173131 0 0 0 82173 48 0 0 25 0 1 0 657491886 1034592256 164780 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 252586 164780 243 26 0 249218 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 1010344

[startup+882.3 s]
/proc/loadavg: 4.04 4.05 3.86 5/311 29906
/proc/meminfo: memFree=11721340/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1012816 CPUtime=882.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 179769 0 0 0 88171 50 0 0 25 0 1 0 657491886 1037123584 171392 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 253204 171392 243 26 0 249836 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 1012816

[startup+942.301 s]
/proc/loadavg: 4.05 4.05 3.87 5/311 29908
/proc/meminfo: memFree=11812324/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1014188 CPUtime=942.22 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 185984 0 0 0 94171 51 0 0 25 0 1 0 657491886 1038528512 177586 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 253547 177586 243 26 0 250179 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 1014188

[startup+1002.3 s]
/proc/loadavg: 4.06 4.06 3.88 5/311 29909
/proc/meminfo: memFree=11563292/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1015940 CPUtime=1002.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 190779 0 0 0 100168 53 0 0 25 0 1 0 657491886 1040322560 182365 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 253985 182365 243 26 0 250617 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 1015940

[startup+1062.31 s]
/proc/loadavg: 4.02 4.04 3.89 5/311 29911
/proc/meminfo: memFree=11487352/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1017596 CPUtime=1062.23 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 196621 0 0 0 106168 55 0 0 25 0 1 0 657491886 1042018304 188190 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 254399 188190 243 26 0 251031 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 1017596

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.90 5/311 29913
/proc/meminfo: memFree=11510364/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1020744 CPUtime=1122.21 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 203979 0 0 0 112164 57 0 0 25 0 1 0 657491886 1045241856 195531 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 255186 195531 243 26 0 251818 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 1020744

[startup+1182.3 s]
/proc/loadavg: 4.04 4.04 3.91 5/311 29914
/proc/meminfo: memFree=11992932/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1022936 CPUtime=1182.22 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 209541 0 0 0 118162 60 0 0 25 0 1 0 657491886 1047486464 201076 33554432000 4194304 4300288 140733307195488 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 255734 201076 243 26 0 252366 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 1022936

[startup+1242.3 s]
/proc/loadavg: 4.13 4.06 3.92 5/311 29916
/proc/meminfo: memFree=11594844/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1025828 CPUtime=1242.22 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 214625 0 0 0 124161 61 0 0 25 0 1 0 657491886 1050447872 206150 33554432000 4194304 4300288 140733307195488 18446744073709551615 4269401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 256457 206150 243 26 0 253089 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 1025828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.06 3.93 5/311 29917
/proc/meminfo: memFree=11919064/32951124 swapFree=61565116/67111528
[pid=29758] ppid=29756 vsize=1028012 CPUtime=1299.93 cores=1,3
/proc/29758/stat : 29758 (cir_minisat) R 29756 29758 27642 0 -1 4202496 219689 0 0 0 129930 63 0 0 25 0 1 0 657491886 1052684288 211205 33554432000 4194304 4300288 140733307195488 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29758/statm: 257003 211205 243 26 0 253635 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 1028012

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): 1300.05
CPU time (s): 1299.98
CPU user time (s): 1299.31
CPU system time (s): 0.669898
CPU usage (%): 99.9947
Max. virtual memory (cumulated for all children) (KiB): 1028012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.669898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219689
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= 776

runsolver used 3.69044 second user time and 9.31658 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 13:28:57
IDJOB=3380387
IDBENCH=82431
IDSOLVER=1863
FILE ID=node134/3380387-1305458936
RUNJOBID= node134-1305458936-29730
PBS_JOBID= 13324884
Free space on /tmp= 73444 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380387-1305458936/watcher-3380387-1305458936 -o /tmp/evaluation-result-3380387-1305458936/solver-3380387-1305458936 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380387-1305458936.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1973344365

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13523740 kB
Buffers:        283084 kB
Cached:        6380936 kB
SwapCached:      13768 kB
Active:       10323660 kB
Inactive:      8852976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13523740 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           56984 kB
Writeback:           0 kB
AnonPages:    12506304 kB
Mapped:          15116 kB
Slab:           135916 kB
PageTables:      52140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48784584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73472 MiB
End job on node134 at 2011-05-15 13:50:39