Trace number 3380386

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) 1300.06 1300.03

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

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

running on 2 cores: 4,6

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: 1.80 2.56 3.03 7/392 29902
/proc/meminfo: memFree=22004080/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=25484 CPUtime=0 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 1891 0 0 0 0 0 0 0 20 0 1 0 657488023 26095616 1784 33554432000 4194304 4300288 140736885950528 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 6371 1785 218 26 0 3003 0

[startup+0.029912 s]
/proc/loadavg: 1.80 2.56 3.03 7/392 29902
/proc/meminfo: memFree=22004080/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=27556 CPUtime=0.02 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 2563 0 0 0 2 0 0 0 20 0 1 0 657488023 28217344 2440 33554432000 4194304 4300288 140736885950528 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 6889 2441 218 26 0 3521 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27556

[startup+0.100922 s]
/proc/loadavg: 1.80 2.56 3.03 7/392 29902
/proc/meminfo: memFree=22004080/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=34748 CPUtime=0.08 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 5407 0 0 0 8 0 0 0 20 0 1 0 657488023 35581952 4926 33554432000 4194304 4300288 140736885950528 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 8687 4928 218 26 0 5319 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34748

[startup+0.3009 s]
/proc/loadavg: 1.80 2.56 3.03 7/392 29902
/proc/meminfo: memFree=22004080/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=43432 CPUtime=0.29 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 7672 0 0 0 28 1 0 0 21 0 1 0 657488023 44474368 6959 33554432000 4194304 4300288 140736885950528 18446744073709551615 4234020 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 10858 6959 222 26 0 7490 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43432

[startup+0.700814 s]
/proc/loadavg: 1.80 2.56 3.03 7/392 29902
/proc/meminfo: memFree=22004080/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=38260 CPUtime=0.69 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 8944 0 0 0 68 1 0 0 22 0 1 0 657488023 39178240 5947 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 9565 5947 243 26 0 6197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38260

[startup+1.50064 s]
/proc/loadavg: 1.80 2.56 3.03 6/399 29910
/proc/meminfo: memFree=21809288/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=40980 CPUtime=1.48 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 9555 0 0 0 147 1 0 0 25 0 1 0 657488023 41963520 6556 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 10245 6556 243 26 0 6877 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40980

[startup+3.10038 s]
/proc/loadavg: 1.80 2.56 3.03 6/402 29916
/proc/meminfo: memFree=21698780/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=45400 CPUtime=3.08 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 10706 0 0 0 307 1 0 0 25 0 1 0 657488023 46489600 7699 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 11350 7699 243 26 0 7982 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45400

[startup+6.30077 s]
/proc/loadavg: 1.97 2.58 3.04 6/402 29916
/proc/meminfo: memFree=21606776/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=64588 CPUtime=6.29 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 13168 0 0 0 627 2 0 0 25 0 1 0 657488023 66138112 10145 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 16147 10145 243 26 0 12779 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64588

[startup+12.7006 s]
/proc/loadavg: 2.14 2.60 3.04 6/402 29916
/proc/meminfo: memFree=21542456/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=85560 CPUtime=12.69 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 18519 0 0 0 1266 3 0 0 25 0 1 0 657488023 87613440 15480 33554432000 4194304 4300288 140736885950528 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 21390 15480 243 26 0 18022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85560

[startup+25.5003 s]
/proc/loadavg: 2.55 2.67 3.06 6/402 29917
/proc/meminfo: memFree=21420704/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=119436 CPUtime=25.49 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 27143 0 0 0 2545 4 0 0 25 0 1 0 657488023 122302464 24070 33554432000 4194304 4300288 140736885950528 18446744073709551615 4268316 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 29859 24070 243 26 0 26491 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119436

[startup+51.1006 s]
/proc/loadavg: 3.18 2.81 3.09 6/399 29992
/proc/meminfo: memFree=21612456/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=175928 CPUtime=51.09 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 40448 0 0 0 5102 7 0 0 25 0 1 0 657488023 180150272 37328 33554432000 4194304 4300288 140736885950528 18446744073709551615 4272224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 43982 37328 243 26 0 40614 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175928

[startup+102.316 s]
/proc/loadavg: 3.83 3.04 3.15 6/402 30082
/proc/meminfo: memFree=21202840/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=265720 CPUtime=102.3 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 57569 0 0 0 10218 12 0 0 25 0 1 0 657488023 272097280 54369 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255791 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 66430 54369 243 26 0 63062 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 265720

[startup+162.3 s]
/proc/loadavg: 3.98 3.22 3.21 6/402 30083
/proc/meminfo: memFree=21001480/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=406724 CPUtime=162.29 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 73485 0 0 0 16210 19 0 0 25 0 1 0 657488023 416485376 70215 33554432000 4194304 4300288 140736885950528 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 101681 70215 243 26 0 98313 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 406724

[startup+222.3 s]
/proc/loadavg: 3.99 3.36 3.25 6/402 30085
/proc/meminfo: memFree=20956816/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=414760 CPUtime=222.29 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 84507 0 0 0 22206 23 0 0 25 0 1 0 657488023 424714240 81186 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 103690 81186 243 26 0 100322 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 414760

[startup+282.3 s]
/proc/loadavg: 3.99 3.48 3.30 6/402 30087
/proc/meminfo: memFree=20680148/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=420308 CPUtime=282.29 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 94993 0 0 0 28202 27 0 0 25 0 1 0 657488023 430395392 91636 33554432000 4194304 4300288 140736885950528 18446744073709551615 4256269 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 105077 91636 243 26 0 101709 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 420308

[startup+342.301 s]
/proc/loadavg: 3.99 3.57 3.34 6/402 30088
/proc/meminfo: memFree=20611428/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=427800 CPUtime=342.29 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 104408 0 0 0 34199 30 0 0 25 0 1 0 657488023 438067200 101009 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 106950 101009 243 26 0 103582 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 427800

[startup+402.301 s]
/proc/loadavg: 3.99 3.64 3.38 6/402 30090
/proc/meminfo: memFree=20450216/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=647608 CPUtime=402.3 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 113624 0 0 0 40196 34 0 0 25 0 1 0 657488023 663150592 110179 33554432000 4194304 4300288 140736885950528 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 161902 110179 243 26 0 158534 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 647608

[startup+462.301 s]
/proc/loadavg: 3.99 3.71 3.41 6/402 30091
/proc/meminfo: memFree=20269156/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=649848 CPUtime=462.3 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 118680 0 0 0 46194 36 0 0 25 0 1 0 657488023 665444352 115208 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 162462 115208 243 26 0 159094 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 649848

[startup+522.301 s]
/proc/loadavg: 3.71 3.69 3.43 4/396 30110
/proc/meminfo: memFree=21183064/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=654648 CPUtime=522.3 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 125203 0 0 0 52193 37 0 0 25 0 1 0 657488023 670359552 121693 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 163662 121693 243 26 0 160294 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 654648

[startup+582.301 s]
/proc/loadavg: 3.26 3.56 3.40 4/396 30112
/proc/meminfo: memFree=21513136/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=226076 CPUtime=582.3 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 154907 0 0 0 58184 46 0 0 25 0 1 0 657488023 231501824 47068 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 56519 47068 243 26 0 53151 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 226076

[startup+642.301 s]
/proc/loadavg: 3.33 3.53 3.39 4/396 30113
/proc/meminfo: memFree=21489432/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=307464 CPUtime=642.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 170496 0 0 0 64180 52 0 0 25 0 1 0 657488023 314843136 62557 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 76866 62557 243 26 0 73498 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 307464

[startup+702.301 s]
/proc/loadavg: 3.22 3.46 3.38 4/396 30115
/proc/meminfo: memFree=21334916/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=440152 CPUtime=702.3 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 182950 0 0 0 70174 56 0 0 25 0 1 0 657488023 450715648 74952 33554432000 4194304 4300288 140736885950528 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 110038 74952 243 26 0 106670 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 440152

[startup+762.315 s]
/proc/loadavg: 3.08 3.38 3.35 4/396 30116
/proc/meminfo: memFree=21219448/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=442764 CPUtime=762.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 192308 0 0 0 76173 59 0 0 25 0 1 0 657488023 453390336 84269 33554432000 4194304 4300288 140736885950528 18446744073709551615 4268350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 110691 84269 243 26 0 107323 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 442764

[startup+822.301 s]
/proc/loadavg: 3.03 3.31 3.33 4/396 30118
/proc/meminfo: memFree=21234064/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=445388 CPUtime=822.31 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 200516 0 0 0 82169 62 0 0 25 0 1 0 657488023 456077312 92434 33554432000 4194304 4300288 140736885950528 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 111347 92434 243 26 0 107979 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 445388

[startup+882.301 s]
/proc/loadavg: 3.01 3.25 3.30 4/396 30120
/proc/meminfo: memFree=21232928/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=448272 CPUtime=882.31 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 207406 0 0 0 88167 64 0 0 25 0 1 0 657488023 459030528 99290 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 112068 99290 243 26 0 108700 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 448272

[startup+942.301 s]
/proc/loadavg: 3.00 3.20 3.28 4/396 30121
/proc/meminfo: memFree=21128128/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=451312 CPUtime=942.31 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 214026 0 0 0 94165 66 0 0 25 0 1 0 657488023 462143488 105873 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 112828 105873 243 26 0 109460 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 451312

[startup+1002.3 s]
/proc/loadavg: 3.00 3.16 3.26 4/396 30123
/proc/meminfo: memFree=21192592/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=669328 CPUtime=1002.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 220737 0 0 0 100163 69 0 0 25 0 1 0 657488023 685391872 112552 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 167332 112552 243 26 0 163964 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 669328

[startup+1062.3 s]
/proc/loadavg: 3.00 3.13 3.24 4/396 30124
/proc/meminfo: memFree=21101564/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=678876 CPUtime=1062.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 226163 0 0 0 106161 71 0 0 25 0 1 0 657488023 695169024 117945 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 169719 117945 243 26 0 166351 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 678876

[startup+1122.3 s]
/proc/loadavg: 2.66 3.02 3.20 3/390 30143
/proc/meminfo: memFree=21394040/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=680796 CPUtime=1122.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 231809 0 0 0 112158 74 0 0 25 0 1 0 657488023 697135104 123560 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 170199 123560 243 26 0 166831 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 680796

[startup+1182.3 s]
/proc/loadavg: 2.35 2.87 3.13 3/390 30145
/proc/meminfo: memFree=21293940/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=682716 CPUtime=1182.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 243674 0 0 0 118154 78 0 0 25 0 1 0 657488023 699101184 135394 33554432000 4194304 4300288 140736885950528 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 170679 135394 243 26 0 167311 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 682716

[startup+1242.3 s]
/proc/loadavg: 2.21 2.73 3.07 3/390 30146
/proc/meminfo: memFree=21619056/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=212020 CPUtime=1242.32 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 270883 0 0 0 124144 88 0 0 25 0 1 0 657488023 217108480 44744 33554432000 4194304 4300288 140736885950528 18446744073709551615 4272060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 53005 44744 243 26 0 49637 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 212020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.08 2.60 3.00 3/390 30148
/proc/meminfo: memFree=21519348/32951124 swapFree=67111348/67111528
[pid=29900] ppid=29897 vsize=343496 CPUtime=1300.03 cores=4,6
/proc/29900/stat : 29900 (cir_minisat) R 29897 29900 27552 0 -1 4202496 286482 0 0 0 129910 93 0 0 25 0 1 0 657488023 351739904 60240 33554432000 4194304 4300288 140736885950528 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29900/statm: 85874 60240 243 26 0 82506 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 343496

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.11
CPU system time (s): 0.949855
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 740000

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

runsolver used 5.31819 second user time and 11.6552 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 13:28:23
IDJOB=3380386
IDBENCH=82422
IDSOLVER=1863
FILE ID=node139/3380386-1305458903
RUNJOBID= node139-1305458902-29874
PBS_JOBID= 13324881
Free space on /tmp= 73360 MiB

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

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1577570859

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:     32951124 kB
MemFree:      22004384 kB
Buffers:        316800 kB
Cached:        3037368 kB
SwapCached:          0 kB
Active:        8553280 kB
Inactive:      2082608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22004384 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           46176 kB
Writeback:           0 kB
AnonPages:     7282420 kB
Mapped:          30168 kB
Slab:           204732 kB
PageTables:      40388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81755572 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= 73388 MiB
End job on node139 at 2011-05-15 13:50:05