Trace number 3348636

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-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.93 2.56 3.04 4/329 25387
/proc/meminfo: memFree=4691772/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=21796 CPUtime=0 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 1274 0 0 0 0 0 0 0 23 0 1 0 608713392 22319104 1193 33554432000 4194304 4254575 140734424259264 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 5449 1194 212 15 0 2092 0

[startup+0.0349941 s]
/proc/loadavg: 2.93 2.56 3.04 4/329 25387
/proc/meminfo: memFree=4691772/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=25164 CPUtime=0.02 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 2497 0 0 0 2 0 0 0 23 0 1 0 608713392 25767936 2314 33554432000 4194304 4254575 140734424259264 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 6291 2317 213 15 0 2934 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25164

[startup+0.101011 s]
/proc/loadavg: 2.93 2.56 3.04 4/329 25387
/proc/meminfo: memFree=4691772/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=25600 CPUtime=0.09 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 2756 0 0 0 9 0 0 0 23 0 1 0 608713392 26214400 2535 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 6400 2535 230 15 0 3043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25600

[startup+0.300968 s]
/proc/loadavg: 2.93 2.56 3.04 4/329 25387
/proc/meminfo: memFree=4691772/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=25752 CPUtime=0.29 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 2945 0 0 0 29 0 0 0 25 0 1 0 608713392 26370048 2722 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 6438 2722 232 15 0 3081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25752

[startup+0.700894 s]
/proc/loadavg: 2.93 2.56 3.04 4/329 25387
/proc/meminfo: memFree=4691772/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=25972 CPUtime=0.69 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 3378 0 0 0 69 0 0 0 25 0 1 0 608713392 26595328 3152 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 6493 3152 233 15 0 3136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25972

[startup+1.50076 s]
/proc/loadavg: 2.93 2.56 3.04 5/330 25388
/proc/meminfo: memFree=4667716/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=33576 CPUtime=1.49 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 4255 0 0 0 149 0 0 0 25 0 1 0 608713392 34381824 4025 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216631 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 8394 4025 233 15 0 5037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33576

[startup+3.10041 s]
/proc/loadavg: 3.02 2.59 3.05 5/330 25388
/proc/meminfo: memFree=4651472/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=41264 CPUtime=3.09 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 5546 0 0 0 309 0 0 0 25 0 1 0 608713392 42254336 5308 33554432000 4194304 4254575 140734424259264 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 10316 5308 233 15 0 6959 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41264

[startup+6.30084 s]
/proc/loadavg: 3.02 2.59 3.05 5/330 25389
/proc/meminfo: memFree=4613168/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=54396 CPUtime=6.29 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 8152 0 0 0 628 1 0 0 25 0 1 0 608713392 55701504 7897 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 13599 7897 233 15 0 10242 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54396

[startup+12.7006 s]
/proc/loadavg: 3.17 2.63 3.06 5/330 25389
/proc/meminfo: memFree=4540640/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=75256 CPUtime=12.69 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 12237 0 0 0 1267 2 0 0 25 0 1 0 608713392 77062144 11956 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 18814 11956 233 15 0 15457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75256

[startup+25.5012 s]
/proc/loadavg: 3.29 2.68 3.06 5/330 25389
/proc/meminfo: memFree=4408560/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=109028 CPUtime=25.49 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 18957 0 0 0 2546 3 0 0 25 0 1 0 608713392 111644672 18653 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 27257 18653 233 15 0 23900 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109028

[startup+51.1004 s]
/proc/loadavg: 3.53 2.78 3.09 5/330 25390
/proc/meminfo: memFree=4182980/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=164820 CPUtime=51.09 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 30227 0 0 0 5103 6 0 0 25 0 1 0 608713392 168775680 29874 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 41205 29874 233 15 0 37848 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164820

[startup+102.312 s]
/proc/loadavg: 3.81 2.99 3.14 5/330 25418
/proc/meminfo: memFree=4269864/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=254468 CPUtime=102.3 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 42844 0 0 0 10220 10 0 0 25 0 1 0 608713392 260575232 42406 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 63617 42406 233 15 0 60260 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 254468

[startup+162.3 s]
/proc/loadavg: 3.93 3.17 3.19 5/330 25483
/proc/meminfo: memFree=4074908/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=176008 CPUtime=162.29 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 68988 0 0 0 16212 17 0 0 25 0 1 0 608713392 180232192 32577 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216418 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 44002 32577 233 15 0 40645 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 176008

[startup+222.301 s]
/proc/loadavg: 4.05 3.33 3.24 5/330 25484
/proc/meminfo: memFree=3802704/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=261352 CPUtime=222.29 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 86563 0 0 0 22207 22 0 0 25 0 1 0 608713392 267624448 50053 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 65338 50053 233 15 0 61981 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 261352

[startup+282.301 s]
/proc/loadavg: 4.02 3.45 3.29 5/330 25486
/proc/meminfo: memFree=3629188/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=183480 CPUtime=282.3 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 110938 0 0 0 28198 32 0 0 25 0 1 0 608713392 187883520 30352 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 45870 30352 233 15 0 42513 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 183480

[startup+342.3 s]
/proc/loadavg: 4.00 3.55 3.33 5/330 25491
/proc/meminfo: memFree=3410516/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=267884 CPUtime=342.3 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 125057 0 0 0 34194 36 0 0 25 0 1 0 608713392 274313216 44397 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 66971 44397 233 15 0 63614 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 267884

[startup+402.301 s]
/proc/loadavg: 4.23 3.69 3.39 5/330 25546
/proc/meminfo: memFree=3279896/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=272892 CPUtime=402.3 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 137262 0 0 0 40190 40 0 0 25 0 1 0 608713392 279441408 56525 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 68223 56525 233 15 0 64866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 272892

[startup+462.301 s]
/proc/loadavg: 4.08 3.74 3.42 5/330 25548
/proc/meminfo: memFree=3746472/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=193656 CPUtime=462.31 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 160789 0 0 0 46185 46 0 0 25 0 1 0 608713392 198303744 31961 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 48414 31961 233 15 0 45057 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 193656

[startup+522.3 s]
/proc/loadavg: 4.10 3.80 3.46 5/330 25576
/proc/meminfo: memFree=4496348/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=195580 CPUtime=522.3 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 173083 0 0 0 52181 49 0 0 25 0 1 0 608713392 200273920 44161 33554432000 4194304 4254575 140734424259264 18446744073709551615 4217211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 48895 44161 233 15 0 45538 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 195580

[startup+582.301 s]
/proc/loadavg: 4.07 3.85 3.50 6/330 25578
/proc/meminfo: memFree=4315292/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=281452 CPUtime=582.3 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 181932 0 0 0 58178 52 0 0 25 0 1 0 608713392 288206848 52923 33554432000 4194304 4254575 140734424259264 18446744073709551615 4217206 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 70363 52923 233 15 0 67006 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 281452

[startup+642.301 s]
/proc/loadavg: 4.02 3.87 3.53 5/330 25580
/proc/meminfo: memFree=4297048/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=123736 CPUtime=642.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 195945 0 0 0 64175 57 0 0 25 0 1 0 608713392 126705664 22581 33554432000 4194304 4254575 140734424259264 18446744073709551615 4222919 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 30934 22581 233 15 0 27577 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 123736

[startup+702.3 s]
/proc/loadavg: 4.01 3.89 3.55 5/330 25581
/proc/meminfo: memFree=4083440/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=204932 CPUtime=702.31 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 209693 0 0 0 70169 62 0 0 25 0 1 0 608713392 209850368 36214 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 51233 36214 233 15 0 47876 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 204932

[startup+762.312 s]
/proc/loadavg: 4.03 3.92 3.58 5/330 25583
/proc/meminfo: memFree=3909316/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=206552 CPUtime=762.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 219785 0 0 0 76166 66 0 0 25 0 1 0 608713392 211509248 46218 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 51638 46218 233 15 0 48281 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 206552

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.61 5/330 25584
/proc/meminfo: memFree=3943508/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=291576 CPUtime=822.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 228371 0 0 0 82162 70 0 0 25 0 1 0 608713392 298573824 54757 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 72894 54757 233 15 0 69537 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 291576

[startup+882.3 s]
/proc/loadavg: 4.00 3.94 3.63 5/330 25586
/proc/meminfo: memFree=3931716/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=161608 CPUtime=882.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 247414 0 0 0 88154 78 0 0 25 0 1 0 608713392 165486592 31656 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 40402 31656 233 15 0 37045 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 161608

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.65 5/330 25588
/proc/meminfo: memFree=3754608/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=212656 CPUtime=942.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 257995 0 0 0 94150 82 0 0 25 0 1 0 608713392 217759744 42156 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 53164 42156 233 15 0 49807 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 212656

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.67 5/330 25616
/proc/meminfo: memFree=4398120/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=296140 CPUtime=1002.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 267056 0 0 0 100146 86 0 0 25 0 1 0 608713392 303247360 51154 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 74035 51154 233 15 0 70678 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 296140

[startup+1062.3 s]
/proc/loadavg: 4.11 4.00 3.70 5/330 25618
/proc/meminfo: memFree=4108040/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=298248 CPUtime=1062.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 276058 0 0 0 106142 90 0 0 25 0 1 0 608713392 305405952 60091 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 74562 60091 233 15 0 71205 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 298248

[startup+1122.3 s]
/proc/loadavg: 4.04 4.00 3.72 5/330 25619
/proc/meminfo: memFree=4341876/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=168036 CPUtime=1122.32 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 294882 0 0 0 112136 96 0 0 25 0 1 0 608713392 172068864 31423 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 42009 31423 233 15 0 38652 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 168036

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.74 5/330 25621
/proc/meminfo: memFree=4115548/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=218408 CPUtime=1182.33 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 309331 0 0 0 118131 102 0 0 25 0 1 0 608713392 223649792 45752 33554432000 4194304 4254575 140734424259264 18446744073709551615 4222968 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 54602 45752 233 15 0 51245 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 218408

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.75 5/330 25623
/proc/meminfo: memFree=4015200/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=300348 CPUtime=1242.33 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 318379 0 0 0 124128 105 0 0 25 0 1 0 608713392 307556352 54722 33554432000 4194304 4254575 140734424259264 18446744073709551615 4223712 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 75087 54722 233 15 0 71730 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 300348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.99 3.76 4/325 25642
/proc/meminfo: memFree=4364236/32951124 swapFree=67093864/67111528
[pid=25387] ppid=25385 vsize=301132 CPUtime=1300.04 cores=0,2
/proc/25387/stat : 25387 (cir_minisat) R 25385 25387 24480 0 -1 4202496 328844 0 0 0 129896 108 0 0 25 0 1 0 608713392 308359168 65129 33554432000 4194304 4254575 140734424259264 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25387/statm: 75283 65129 233 15 0 71926 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 301132

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.02
CPU time (s): 1300.06
CPU user time (s): 1298.96
CPU system time (s): 1.10183
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 311760

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

runsolver used 4.15137 second user time and 8.87165 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 21:58:30
IDJOB=3348636
IDBENCH=82433
IDSOLVER=1810
FILE ID=node102/3348636-1304971110
RUNJOBID= node102-1304971056-25290
PBS_JOBID= 13285648
Free space on /tmp= 44808 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348636-1304971110/watcher-3348636-1304971110 -o /tmp/evaluation-result-3348636-1304971110/solver-3348636-1304971110 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348636-1304971110.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=964450207

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4692052 kB
Buffers:        212044 kB
Cached:        8720740 kB
SwapCached:       1136 kB
Active:       21476372 kB
Inactive:      6361356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4692052 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           15052 kB
Writeback:           0 kB
AnonPages:    18904248 kB
Mapped:          26712 kB
Slab:           302452 kB
PageTables:      54564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59656440 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= 44832 MiB
End job on node102 at 2011-05-09 22:20:12