Trace number 3350436

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: contrasat 2011-03-02UNSAT 994.078 994.032

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

994.04/994.02	c WARNING: for repeatability, setting FPU to use double precision
994.04/994.02	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-3350436-1304971111/watcher-3350436-1304971111 -o /tmp/evaluation-result-3350436-1304971111/solver-3350436-1304971111 -C 2400 -W 1300 -M 7680 contrasat_release HOME/instance-3350436-1304971111.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: 0.92 1.56 2.47 4/351 2500
/proc/meminfo: memFree=6273892/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=21200 CPUtime=0 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 988 0 0 0 0 0 0 0 21 0 1 0 608707765 21708800 929 33554432000 4194304 4298156 140737267290896 18446744073709551615 254500389072 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 5300 940 216 26 0 1932 0

[startup+0.0341649 s]
/proc/loadavg: 0.92 1.56 2.47 4/351 2500
/proc/meminfo: memFree=6273892/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=25496 CPUtime=0.02 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 2766 0 0 0 2 0 0 0 21 0 1 0 608707765 26107904 2449 33554432000 4194304 4298156 140737267290896 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 6374 2450 216 26 0 3006 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25496

[startup+0.101145 s]
/proc/loadavg: 0.92 1.56 2.47 4/351 2500
/proc/meminfo: memFree=6273892/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=30224 CPUtime=0.09 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 4729 0 0 0 9 0 0 0 22 0 1 0 608707765 30949376 4017 33554432000 4194304 4298156 140737267290896 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 7556 4017 222 26 0 4188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30224

[startup+0.301091 s]
/proc/loadavg: 0.92 1.56 2.47 4/351 2500
/proc/meminfo: memFree=6273892/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=29080 CPUtime=0.3 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 6121 0 0 0 29 1 0 0 22 0 1 0 608707765 29777920 3617 33554432000 4194304 4298156 140737267290896 18446744073709551615 4276179 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 7270 3617 242 26 0 3902 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 29080

[startup+0.701008 s]
/proc/loadavg: 0.92 1.56 2.47 4/351 2500
/proc/meminfo: memFree=6273892/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=29080 CPUtime=0.69 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 6479 0 0 0 68 1 0 0 25 0 1 0 608707765 29777920 3966 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 7270 3966 243 26 0 3902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29080

[startup+1.50085 s]
/proc/loadavg: 0.92 1.56 2.47 5/358 2517
/proc/meminfo: memFree=6009816/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=36004 CPUtime=1.49 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 9578 0 0 0 148 1 0 0 25 0 1 0 608707765 36868096 5146 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 9001 5146 243 26 0 5633 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36004

[startup+3.10053 s]
/proc/loadavg: 1.17 1.60 2.48 5/363 2523
/proc/meminfo: memFree=5858248/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=43148 CPUtime=3.09 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 12206 0 0 0 308 1 0 0 25 0 1 0 608707765 44183552 7406 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 10787 7406 243 26 0 7419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43148

[startup+6.30089 s]
/proc/loadavg: 1.17 1.60 2.48 5/363 2551
/proc/meminfo: memFree=5919136/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=50296 CPUtime=6.29 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 19652 0 0 0 627 2 0 0 25 0 1 0 608707765 51503104 8410 33554432000 4194304 4298156 140737267290896 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 12574 8410 243 26 0 9206 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50296

[startup+12.7006 s]
/proc/loadavg: 1.60 1.68 2.49 5/360 2635
/proc/meminfo: memFree=5913960/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=54716 CPUtime=12.69 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 21178 0 0 0 1267 2 0 0 25 0 1 0 608707765 56029184 9627 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 13679 9627 243 26 0 10311 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54716

[startup+25.5011 s]
/proc/loadavg: 1.97 1.76 2.51 5/363 2686
/proc/meminfo: memFree=5909724/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=66208 CPUtime=25.49 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 34498 0 0 0 2545 4 0 0 25 0 1 0 608707765 67796992 12991 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 16552 12991 243 26 0 13184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66208

[startup+51.101 s]
/proc/loadavg: 2.66 1.94 2.55 5/363 2744
/proc/meminfo: memFree=5953112/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=69088 CPUtime=51.1 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 40330 0 0 0 5104 6 0 0 25 0 1 0 608707765 70746112 12891 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 17272 12891 243 26 0 13904 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 69088

[startup+102.314 s]
/proc/loadavg: 3.46 2.28 2.63 5/363 2745
/proc/meminfo: memFree=5853436/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=92484 CPUtime=102.31 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 49994 0 0 0 10224 7 0 0 25 0 1 0 608707765 94703616 17172 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 23121 17172 243 26 0 19753 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92484

[startup+162.301 s]
/proc/loadavg: 3.88 2.60 2.71 5/363 2757
/proc/meminfo: memFree=5792956/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=92484 CPUtime=162.29 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 50758 0 0 0 16222 7 0 0 25 0 1 0 608707765 94703616 17930 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 23121 17930 243 26 0 19753 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92484

[startup+222.301 s]
/proc/loadavg: 3.96 2.87 2.80 5/363 2759
/proc/meminfo: memFree=5799320/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=92512 CPUtime=222.31 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 79134 0 0 0 22218 13 0 0 25 0 1 0 608707765 94732288 18713 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 23128 18713 243 26 0 19760 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 92512

[startup+282.301 s]
/proc/loadavg: 3.98 3.06 2.86 5/363 2761
/proc/meminfo: memFree=5759096/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=121108 CPUtime=282.3 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 101001 0 0 0 28214 16 0 0 25 0 1 0 608707765 124014592 26035 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 30277 26035 243 26 0 26909 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 121108

[startup+342.301 s]
/proc/loadavg: 3.99 3.24 2.94 5/363 2763
/proc/meminfo: memFree=5659716/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140076 CPUtime=342.31 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 106699 0 0 0 34213 18 0 0 25 0 1 0 608707765 143437824 31258 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35019 31258 243 26 0 31651 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 140076

[startup+402.301 s]
/proc/loadavg: 4.11 3.40 3.01 5/363 2767
/proc/meminfo: memFree=5694736/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140076 CPUtime=402.31 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 107184 0 0 0 40213 18 0 0 25 0 1 0 608707765 143437824 31733 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256578 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35019 31733 243 26 0 31651 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 140076

[startup+462.301 s]
/proc/loadavg: 4.14 3.54 3.08 5/363 2769
/proc/meminfo: memFree=5683120/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140076 CPUtime=462.32 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 107184 0 0 0 46214 18 0 0 25 0 1 0 608707765 143437824 31733 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35019 31733 243 26 0 31651 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 140076

[startup+522.301 s]
/proc/loadavg: 4.05 3.62 3.13 5/363 2771
/proc/meminfo: memFree=5710120/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140076 CPUtime=522.32 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 107184 0 0 0 52214 18 0 0 25 0 1 0 608707765 143437824 31733 33554432000 4194304 4298156 140737267290896 18446744073709551615 4251947 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35019 31733 243 26 0 31651 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 140076

[startup+582.301 s]
/proc/loadavg: 4.05 3.70 3.19 5/363 2772
/proc/meminfo: memFree=5667924/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=582.32 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 187440 0 0 0 58203 29 0 0 25 0 1 0 608707765 143441920 27590 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 27590 243 26 0 31652 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 140080

[startup+642.301 s]
/proc/loadavg: 4.08 3.77 3.24 5/363 2775
/proc/meminfo: memFree=5691212/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=642.32 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 268761 0 0 0 64193 39 0 0 25 0 1 0 608707765 143441920 27766 33554432000 4194304 4298156 140737267290896 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 27766 243 26 0 31652 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 140080

[startup+702.301 s]
/proc/loadavg: 4.03 3.81 3.29 5/363 2776
/proc/meminfo: memFree=5716344/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=90760 CPUtime=702.33 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 335668 0 0 0 70185 48 0 0 25 0 1 0 608707765 92938240 19404 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 22690 19404 243 26 0 19322 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 90760

[startup+762.314 s]
/proc/loadavg: 4.01 3.84 3.33 5/363 2779
/proc/meminfo: memFree=5699804/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=762.34 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 412804 0 0 0 76176 58 0 0 25 0 1 0 608707765 143441920 28750 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 28750 243 26 0 31652 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 140080

[startup+822.301 s]
/proc/loadavg: 4.00 3.87 3.37 5/363 2781
/proc/meminfo: memFree=5654992/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=822.33 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 483300 0 0 0 82163 70 0 0 25 0 1 0 608707765 143441920 30271 33554432000 4194304 4298156 140737267290896 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 30271 243 26 0 31652 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 140080

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.41 5/363 2782
/proc/meminfo: memFree=5649132/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=882.33 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 552238 0 0 0 88153 80 0 0 25 0 1 0 608707765 143441920 28605 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 28605 243 26 0 31652 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 140080

[startup+942.301 s]
/proc/loadavg: 4.04 3.92 3.44 5/363 2784
/proc/meminfo: memFree=5626760/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=942.33 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 629369 0 0 0 94140 93 0 0 25 0 1 0 608707765 143441920 28899 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 28899 243 26 0 31652 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 140080

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

[startup+947.114 s]
/proc/loadavg: 4.10 3.94 3.45 5/363 2784
/proc/meminfo: memFree=5628368/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=947.15 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 631056 0 0 0 94621 94 0 0 25 0 1 0 608707765 143441920 30555 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 30555 243 26 0 31652 0
Current children cumulated CPU time (s) 947.15
Current children cumulated vsize (KiB) 140080

[startup+972.701 s]
/proc/loadavg: 4.07 3.94 3.47 5/363 2785
/proc/meminfo: memFree=5648560/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=972.73 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 654522 0 0 0 97175 98 0 0 25 0 1 0 608707765 143441920 27752 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 27752 243 26 0 31652 0
Current children cumulated CPU time (s) 972.73
Current children cumulated vsize (KiB) 140080

[startup+985.501 s]
/proc/loadavg: 4.06 3.94 3.47 5/363 2785
/proc/meminfo: memFree=5647184/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=985.54 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 658399 0 0 0 98455 99 0 0 25 0 1 0 608707765 143441920 31543 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 31543 243 26 0 31652 0
Current children cumulated CPU time (s) 985.54
Current children cumulated vsize (KiB) 140080

[startup+988.701 s]
/proc/loadavg: 4.05 3.94 3.47 5/363 2785
/proc/meminfo: memFree=5636024/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=170900 CPUtime=988.74 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 659478 0 0 0 98775 99 0 0 25 0 1 0 608707765 175001600 32603 33554432000 4194304 4298156 140737267290896 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 42725 32603 243 26 0 39357 0
Current children cumulated CPU time (s) 988.74
Current children cumulated vsize (KiB) 170900

[startup+991.9 s]
/proc/loadavg: 4.05 3.94 3.47 5/363 2785
/proc/meminfo: memFree=5654252/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=991.94 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 672189 0 0 0 99093 101 0 0 25 0 1 0 608707765 143441920 30881 33554432000 4194304 4298156 140737267290896 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 30881 243 26 0 31652 0
Current children cumulated CPU time (s) 991.94
Current children cumulated vsize (KiB) 140080

[startup+992.701 s]
/proc/loadavg: 4.05 3.94 3.48 5/363 2785
/proc/meminfo: memFree=5648176/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=992.74 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 672370 0 0 0 99173 101 0 0 25 0 1 0 608707765 143441920 31058 33554432000 4194304 4298156 140737267290896 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 31058 243 26 0 31652 0
Current children cumulated CPU time (s) 992.74
Current children cumulated vsize (KiB) 140080

[startup+993.501 s]
/proc/loadavg: 4.05 3.94 3.48 5/363 2785
/proc/meminfo: memFree=5656112/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=993.54 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 681922 0 0 0 99252 102 0 0 25 0 1 0 608707765 143441920 28311 33554432000 4194304 4298156 140737267290896 18446744073709551615 4261936 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 28311 243 26 0 31652 0
Current children cumulated CPU time (s) 993.54
Current children cumulated vsize (KiB) 140080

[startup+993.901 s]
/proc/loadavg: 4.05 3.94 3.48 5/363 2785
/proc/meminfo: memFree=5656112/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=993.94 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 682002 0 0 0 99292 102 0 0 25 0 1 0 608707765 143441920 28390 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 28390 243 26 0 31652 0
Current children cumulated CPU time (s) 993.94
Current children cumulated vsize (KiB) 140080

[startup+994.001 s]
/proc/loadavg: 4.05 3.94 3.48 5/363 2785
/proc/meminfo: memFree=5656112/32950928 swapFree=45936960/67111528
[pid=2500] ppid=2498 vsize=140080 CPUtime=994.04 cores=1,3
/proc/2500/stat : 2500 (contrasat_relea) R 2498 2500 2035 0 -1 4202496 682019 0 0 0 99302 102 0 0 25 0 1 0 608707765 143441920 28406 33554432000 4194304 4298156 140737267290896 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2500/statm: 35020 28406 243 26 0 31652 0
Current children cumulated CPU time (s) 994.04
Current children cumulated vsize (KiB) 140080

Child status: 20
Real time (s): 994.032
CPU time (s): 994.078
CPU user time (s): 993.049
CPU system time (s): 1.02884
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 220220

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

runsolver used 3.2645 second user time and 8.48271 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 21:58:31
IDJOB=3350436
IDBENCH=82433
IDSOLVER=1816
FILE ID=node149/3350436-1304971111
RUNJOBID= node149-1304971111-2482
PBS_JOBID= 13285601
Free space on /tmp= 42500 MiB

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

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1794943353

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:       6274172 kB
Buffers:        239936 kB
Cached:       21333744 kB
SwapCached:      21336 kB
Active:       11506644 kB
Inactive:     14413280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6274172 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:            5976 kB
Writeback:           0 kB
AnonPages:     4336972 kB
Mapped:          13548 kB
Slab:           619428 kB
PageTables:      72760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80200636 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= 42480 MiB
End job on node149 at 2011-05-09 22:15:05