Trace number 3380384

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)UNSAT 1057.36 1057.34

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

1057.32/1057.33	c WARNING: for repeatability, setting FPU to use double precision
1057.32/1057.33	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3380384-1305458944/watcher-3380384-1305458944 -o /tmp/evaluation-result-3380384-1305458944/solver-3380384-1305458944 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380384-1305458944.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.03 2.77 3.08 5/401 29943
/proc/meminfo: memFree=21526440/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=22348 CPUtime=0 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 1353 0 0 0 0 0 0 0 24 0 1 0 657492133 22884352 1263 33554432000 4194304 4300288 140734723943824 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 5587 1264 218 26 0 2219 0

[startup+0.036523 s]
/proc/loadavg: 3.03 2.77 3.08 5/401 29943
/proc/meminfo: memFree=21526440/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=24832 CPUtime=0.02 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 2276 0 0 0 2 0 0 0 24 0 1 0 657492133 25427968 2109 33554432000 4194304 4300288 140734723943824 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 6208 2111 218 26 0 2840 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24832

[startup+0.100521 s]
/proc/loadavg: 3.03 2.77 3.08 5/401 29943
/proc/meminfo: memFree=21526440/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=29460 CPUtime=0.08 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 3981 0 0 0 8 0 0 0 24 0 1 0 657492133 30167040 3526 33554432000 4194304 4300288 140734723943824 18446744073709551615 4234160 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 7365 3526 222 26 0 3997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29460

[startup+0.300474 s]
/proc/loadavg: 3.03 2.77 3.08 5/401 29943
/proc/meminfo: memFree=21526440/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=27188 CPUtime=0.29 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 5000 0 0 0 28 1 0 0 25 0 1 0 657492133 27840512 3337 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255139 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 6797 3337 242 26 0 3429 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27188

[startup+0.7004 s]
/proc/loadavg: 3.03 2.77 3.08 5/401 29943
/proc/meminfo: memFree=21526440/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=28864 CPUtime=0.69 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 5486 0 0 0 68 1 0 0 25 0 1 0 657492133 29556736 3820 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 7216 3820 243 26 0 3848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28864

[startup+1.50026 s]
/proc/loadavg: 3.03 2.77 3.08 5/402 29944
/proc/meminfo: memFree=21502632/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=36004 CPUtime=1.49 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 6661 0 0 0 148 1 0 0 25 0 1 0 657492133 36868096 4989 33554432000 4194304 4300288 140734723943824 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 9001 4989 243 26 0 5633 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36004

[startup+3.10098 s]
/proc/loadavg: 3.03 2.77 3.08 5/402 29944
/proc/meminfo: memFree=21491216/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=43616 CPUtime=3.08 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 8313 0 0 0 307 1 0 0 25 0 1 0 657492133 44662784 6630 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 10904 6630 243 26 0 7536 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43616

[startup+6.30038 s]
/proc/loadavg: 3.11 2.79 3.09 5/399 29947
/proc/meminfo: memFree=21631800/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=56512 CPUtime=6.28 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 11531 0 0 0 626 2 0 0 25 0 1 0 657492133 57868288 9834 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255592 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 14128 9834 243 26 0 10760 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56512

[startup+12.7002 s]
/proc/loadavg: 3.18 2.81 3.09 5/402 29999
/proc/meminfo: memFree=21469468/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=77892 CPUtime=12.69 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 16262 0 0 0 1266 3 0 0 25 0 1 0 657492133 79761408 14544 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 19473 14544 243 26 0 16105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77892

[startup+25.5009 s]
/proc/loadavg: 3.43 2.88 3.11 5/402 30081
/proc/meminfo: memFree=21419660/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=111880 CPUtime=25.48 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 23730 0 0 0 2544 4 0 0 25 0 1 0 657492133 114565120 21971 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 27970 21971 243 26 0 24602 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111880

[startup+51.1002 s]
/proc/loadavg: 3.62 2.97 3.13 5/402 30082
/proc/meminfo: memFree=21270500/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=168044 CPUtime=51.09 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 35975 0 0 0 5102 7 0 0 25 0 1 0 657492133 172077056 34157 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 42011 34157 243 26 0 38643 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 168044

[startup+102.315 s]
/proc/loadavg: 3.97 3.17 3.19 5/402 30083
/proc/meminfo: memFree=21087168/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=173916 CPUtime=102.3 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 67204 0 0 0 10216 14 0 0 25 0 1 0 657492133 178089984 30299 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 43479 30299 243 26 0 40111 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 173916

[startup+162.301 s]
/proc/loadavg: 3.99 3.32 3.24 5/402 30085
/proc/meminfo: memFree=20885900/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=261948 CPUtime=162.29 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 87438 0 0 0 16209 20 0 0 25 0 1 0 657492133 268234752 50430 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 65487 50430 243 26 0 62119 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 261948

[startup+222.301 s]
/proc/loadavg: 3.99 3.44 3.28 5/402 30086
/proc/meminfo: memFree=20755296/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=184848 CPUtime=222.29 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 118668 0 0 0 22200 29 0 0 25 0 1 0 657492133 189284352 36477 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 46212 36477 243 26 0 42844 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 184848

[startup+282.301 s]
/proc/loadavg: 3.99 3.54 3.32 5/402 30088
/proc/meminfo: memFree=20514712/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=271272 CPUtime=282.3 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 136843 0 0 0 28195 35 0 0 25 0 1 0 657492133 277782528 54547 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 67818 54547 243 26 0 64450 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 271272

[startup+342.301 s]
/proc/loadavg: 3.99 3.62 3.37 5/402 30089
/proc/meminfo: memFree=20536272/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=190812 CPUtime=342.29 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 169534 0 0 0 34185 44 0 0 25 0 1 0 657492133 195391488 40036 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 47703 40036 243 26 0 44335 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 190812

[startup+402.301 s]
/proc/loadavg: 3.99 3.69 3.40 5/402 30091
/proc/meminfo: memFree=20321612/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=275724 CPUtime=402.3 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 187577 0 0 0 40179 51 0 0 25 0 1 0 657492133 282341376 57994 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 68931 57994 243 26 0 65563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 275724

[startup+462.3 s]
/proc/loadavg: 3.99 3.74 3.44 4/397 30110
/proc/meminfo: memFree=21224824/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=148752 CPUtime=462.3 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 214612 0 0 0 46172 58 0 0 25 0 1 0 657492133 152322048 33047 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 37188 33047 243 26 0 33820 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 148752

[startup+522.3 s]
/proc/loadavg: 3.36 3.60 3.41 4/396 30111
/proc/meminfo: memFree=21426712/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=282596 CPUtime=522.3 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 230492 0 0 0 52169 61 0 0 25 0 1 0 657492133 289378304 48832 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 70649 48832 243 26 0 67281 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 282596

[startup+582.3 s]
/proc/loadavg: 3.29 3.54 3.39 4/396 30113
/proc/meminfo: memFree=21555780/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=109120 CPUtime=582.31 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 253476 0 0 0 58163 68 0 0 25 0 1 0 657492133 111738880 22879 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 27280 22879 243 26 0 23912 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 109120

[startup+642.3 s]
/proc/loadavg: 3.30 3.50 3.39 4/396 30114
/proc/meminfo: memFree=21367280/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=209424 CPUtime=642.32 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 277460 0 0 0 64161 71 0 0 25 0 1 0 657492133 214450176 46707 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 52356 46707 243 26 0 48988 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 209424

[startup+702.3 s]
/proc/loadavg: 3.11 3.40 3.36 4/396 30116
/proc/meminfo: memFree=21252564/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=293800 CPUtime=702.31 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 291135 0 0 0 70156 75 0 0 25 0 1 0 657492133 300851200 60291 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 73450 60291 243 26 0 70082 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 293800

[startup+762.315 s]
/proc/loadavg: 3.04 3.33 3.33 4/396 30118
/proc/meminfo: memFree=21278456/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=212836 CPUtime=762.32 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 317945 0 0 0 76151 81 0 0 25 0 1 0 657492133 217944064 39409 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 53209 39409 243 26 0 49841 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 212836

[startup+822.3 s]
/proc/loadavg: 3.01 3.26 3.31 4/396 30119
/proc/meminfo: memFree=21268648/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=295080 CPUtime=822.31 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 333768 0 0 0 82147 84 0 0 25 0 1 0 657492133 302161920 55122 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 73770 55122 243 26 0 70402 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 295080

[startup+882.301 s]
/proc/loadavg: 3.00 3.21 3.29 4/396 30121
/proc/meminfo: memFree=21159508/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=297212 CPUtime=882.31 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 347043 0 0 0 88143 88 0 0 25 0 1 0 657492133 304345088 68341 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 74303 68341 243 26 0 70935 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 297212

[startup+942.301 s]
/proc/loadavg: 3.00 3.17 3.27 4/396 30122
/proc/meminfo: memFree=21222604/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=169044 CPUtime=942.31 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 371388 0 0 0 94137 94 0 0 25 0 1 0 657492133 173101056 37544 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 42261 37544 243 26 0 38893 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 169044

[startup+1002.3 s]
/proc/loadavg: 3.00 3.14 3.25 4/396 30124
/proc/meminfo: memFree=21127976/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=300520 CPUtime=1002.32 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 384746 0 0 0 100133 99 0 0 25 0 1 0 657492133 307732480 50819 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75130 50819 243 26 0 71762 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 300520

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

[startup+1023.9 s]
/proc/loadavg: 3.00 3.13 3.24 4/396 30125
/proc/meminfo: memFree=21098836/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=301800 CPUtime=1023.92 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 388041 0 0 0 102292 100 0 0 25 0 1 0 657492133 309043200 54087 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255699 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75450 54087 243 26 0 72082 0
Current children cumulated CPU time (s) 1023.92
Current children cumulated vsize (KiB) 301800

[startup+1036.7 s]
/proc/loadavg: 3.00 3.12 3.24 4/396 30125
/proc/meminfo: memFree=21082336/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=301800 CPUtime=1036.72 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 390026 0 0 0 103571 101 0 0 25 0 1 0 657492133 309043200 56055 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75450 56055 243 26 0 72082 0
Current children cumulated CPU time (s) 1036.72
Current children cumulated vsize (KiB) 301800

[startup+1049.5 s]
/proc/loadavg: 3.00 3.11 3.23 4/396 30125
/proc/meminfo: memFree=21062116/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=302440 CPUtime=1049.52 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 392197 0 0 0 104851 101 0 0 25 0 1 0 657492133 309698560 58203 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75610 58203 243 26 0 72242 0
Current children cumulated CPU time (s) 1049.52
Current children cumulated vsize (KiB) 302440

[startup+1052.71 s]
/proc/loadavg: 3.00 3.11 3.23 4/396 30125
/proc/meminfo: memFree=21058644/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=302440 CPUtime=1052.73 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 392654 0 0 0 105172 101 0 0 25 0 1 0 657492133 309698560 58658 33554432000 4194304 4300288 140734723943824 18446744073709551615 4256039 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75610 58658 243 26 0 72242 0
Current children cumulated CPU time (s) 1052.73
Current children cumulated vsize (KiB) 302440

[startup+1055.9 s]
/proc/loadavg: 3.00 3.11 3.23 4/396 30125
/proc/meminfo: memFree=21054676/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=302440 CPUtime=1055.93 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 393163 0 0 0 105492 101 0 0 25 0 1 0 657492133 309698560 59156 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75610 59156 243 26 0 72242 0
Current children cumulated CPU time (s) 1055.93
Current children cumulated vsize (KiB) 302440

[startup+1056.7 s]
/proc/loadavg: 3.00 3.11 3.23 4/396 30125
/proc/meminfo: memFree=21054676/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=302440 CPUtime=1056.72 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 393250 0 0 0 105571 101 0 0 25 0 1 0 657492133 309698560 59242 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 75610 59243 243 26 0 72242 0
Current children cumulated CPU time (s) 1056.72
Current children cumulated vsize (KiB) 302440

[startup+1057.11 s]
/proc/loadavg: 3.00 3.11 3.23 4/396 30125
/proc/meminfo: memFree=21053432/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=332792 CPUtime=1057.13 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 400798 0 0 0 105611 102 0 0 25 0 1 0 657492133 340779008 54181 33554432000 4194304 4300288 140734723943824 18446744073709551615 212687718535 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 83198 53669 243 26 0 79830 0
Current children cumulated CPU time (s) 1057.13
Current children cumulated vsize (KiB) 332792

[startup+1057.3 s]
/proc/loadavg: 3.00 3.11 3.23 4/396 30125
/proc/meminfo: memFree=21053432/32951124 swapFree=67111348/67111528
[pid=29943] ppid=29941 vsize=121176 CPUtime=1057.32 cores=1,3
/proc/29943/stat : 29943 (cir_minisat) R 29941 29943 27552 0 -1 4202496 400820 0 0 0 105629 103 0 0 25 0 1 0 657492133 124084224 25575 33554432000 4194304 4300288 140734723943824 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29943/statm: 30294 25575 243 26 0 26926 0
Current children cumulated CPU time (s) 1057.32
Current children cumulated vsize (KiB) 121176

Child status: 20
Real time (s): 1057.34
CPU time (s): 1057.36
CPU user time (s): 1056.33
CPU system time (s): 1.03684
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 463132

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

runsolver used 3.91341 second user time and 9.55655 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 13:29:04
IDJOB=3380384
IDBENCH=82433
IDSOLVER=1863
FILE ID=node139/3380384-1305458944
RUNJOBID= node139-1305458902-29875
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-13-step17.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380384-1305458944/watcher-3380384-1305458944 -o /tmp/evaluation-result-3380384-1305458944/solver-3380384-1305458944 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380384-1305458944.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=611546462

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:      21526472 kB
Buffers:        316872 kB
Cached:        3033040 kB
SwapCached:          0 kB
Active:        9053236 kB
Inactive:      2059956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21526472 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           18392 kB
Writeback:           0 kB
AnonPages:     7763376 kB
Mapped:          31056 kB
Slab:           204260 kB
PageTables:      41940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82416852 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= 73384 MiB
End job on node139 at 2011-05-15 13:46:41