Trace number 3422340

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 927.47 927.471

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 benchmark179.191
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

927.41/927.46	c WARNING: for repeatability, setting FPU to use double precision
927.41/927.46	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-3422340-1306664014/watcher-3422340-1306664014 -o /tmp/evaluation-result-3422340-1306664014/solver-3422340-1306664014 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422340-1306664014.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.00 1.99 3/483 14166
/proc/meminfo: memFree=19268028/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=22196 CPUtime=0 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 1292 0 0 0 0 0 0 0 25 0 1 0 856632125 22728704 1224 33554432000 4194304 4298156 140735768630432 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 5549 1224 216 26 0 2181 0

[startup+0.118189 s]
/proc/loadavg: 1.98 2.00 1.99 3/483 14166
/proc/meminfo: memFree=19268028/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=30536 CPUtime=0.11 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 4918 0 0 0 10 1 0 0 25 0 1 0 856632125 31268864 4174 33554432000 4194304 4298156 140735768630432 18446744073709551615 4209944 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 7634 4175 222 26 0 4266 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 30536

[startup+0.200223 s]
/proc/loadavg: 1.98 2.00 1.99 3/483 14166
/proc/meminfo: memFree=19268028/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=29080 CPUtime=0.19 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 6028 0 0 0 18 1 0 0 25 0 1 0 856632125 29777920 3528 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 7270 3528 240 26 0 3902 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29080

[startup+0.300244 s]
/proc/loadavg: 1.98 2.00 1.99 3/483 14166
/proc/meminfo: memFree=19268028/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=29080 CPUtime=0.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 6120 0 0 0 28 1 0 0 25 0 1 0 856632125 29777920 3617 33554432000 4194304 4298156 140735768630432 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 7270 3617 242 26 0 3902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29080

[startup+0.700128 s]
/proc/loadavg: 1.98 2.00 1.99 3/483 14166
/proc/meminfo: memFree=19268028/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=31800 CPUtime=0.69 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 6483 0 0 0 68 1 0 0 25 0 1 0 856632125 32563200 3971 33554432000 4194304 4298156 140735768630432 18446744073709551615 4253759 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 7950 3971 243 26 0 4582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31800

[startup+1.50105 s]
/proc/loadavg: 1.98 2.00 1.99 3/484 14167
/proc/meminfo: memFree=19248800/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=36004 CPUtime=1.49 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 9590 0 0 0 148 1 0 0 25 0 1 0 856632125 36868096 5159 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 9001 5159 243 26 0 5633 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36004

[startup+3.10076 s]
/proc/loadavg: 1.98 2.00 1.99 3/484 14167
/proc/meminfo: memFree=19245420/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=43148 CPUtime=3.09 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 12205 0 0 0 307 2 0 0 25 0 1 0 856632125 44183552 7406 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 10787 7406 243 26 0 7419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43148

[startup+6.30105 s]
/proc/loadavg: 1.98 2.00 1.99 3/484 14167
/proc/meminfo: memFree=19217768/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=50296 CPUtime=6.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 19651 0 0 0 627 2 0 0 25 0 1 0 856632125 51503104 8410 33554432000 4194304 4298156 140735768630432 18446744073709551615 4253699 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 12574 8410 243 26 0 9206 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50296

[startup+12.7009 s]
/proc/loadavg: 1.98 2.00 1.99 3/484 14168
/proc/meminfo: memFree=19210792/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=54716 CPUtime=12.69 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 21580 0 0 0 1267 2 0 0 25 0 1 0 856632125 56029184 10023 33554432000 4194304 4298156 140735768630432 18446744073709551615 4262964 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 13679 10023 243 26 0 10311 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54716

[startup+25.5007 s]
/proc/loadavg: 1.98 2.00 1.99 3/484 14168
/proc/meminfo: memFree=19193300/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=80576 CPUtime=25.49 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 34499 0 0 0 2545 4 0 0 25 0 1 0 856632125 82509824 12993 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 20144 12993 243 26 0 16776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80576

[startup+51.101 s]
/proc/loadavg: 1.99 2.00 1.99 3/484 14169
/proc/meminfo: memFree=19184204/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=69088 CPUtime=51.09 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 40645 0 0 0 5104 5 0 0 25 0 1 0 856632125 70746112 13202 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 17272 13202 243 26 0 13904 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69088

[startup+102.301 s]
/proc/loadavg: 2.09 2.03 2.00 3/484 14170
/proc/meminfo: memFree=19166320/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=92484 CPUtime=102.3 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 49993 0 0 0 10223 7 0 0 25 0 1 0 856632125 94703616 17172 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 23121 17172 243 26 0 19753 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92484

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/484 14172
/proc/meminfo: memFree=19156332/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=92484 CPUtime=162.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 50895 0 0 0 16222 7 0 0 25 0 1 0 856632125 94703616 18061 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 23121 18061 243 26 0 19753 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92484

[startup+222.319 s]
/proc/loadavg: 2.12 2.05 2.01 3/484 14173
/proc/meminfo: memFree=19094016/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=122860 CPUtime=222.3 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 86234 0 0 0 22218 12 0 0 25 0 1 0 856632125 125808640 25266 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 30715 25266 243 26 0 27347 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122860

[startup+282.301 s]
/proc/loadavg: 2.10 2.05 2.01 5/484 14202
/proc/meminfo: memFree=19156044/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=121108 CPUtime=282.28 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 101444 0 0 0 28214 14 0 0 25 0 1 0 856632125 124014592 26469 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 30277 26469 243 26 0 26909 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 121108

[startup+342.301 s]
/proc/loadavg: 2.08 2.06 2.01 4/484 14203
/proc/meminfo: memFree=19083108/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140076 CPUtime=342.28 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 107115 0 0 0 34213 15 0 0 25 0 1 0 856632125 143437824 31666 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35019 31666 243 26 0 31651 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 140076

[startup+402.301 s]
/proc/loadavg: 2.03 2.04 2.00 4/484 14205
/proc/meminfo: memFree=19058512/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140076 CPUtime=402.28 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 107183 0 0 0 40213 15 0 0 25 0 1 0 856632125 143437824 31733 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35019 31733 243 26 0 31651 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 140076

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 5/484 14207
/proc/meminfo: memFree=19064900/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140076 CPUtime=462.28 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 107183 0 0 0 46213 15 0 0 25 0 1 0 856632125 143437824 31733 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35019 31733 243 26 0 31651 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 140076

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/484 14208
/proc/meminfo: memFree=19089400/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=522.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 148083 0 0 0 52208 21 0 0 25 0 1 0 856632125 143441920 28313 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 28313 243 26 0 31652 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 140080

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/484 14210
/proc/meminfo: memFree=19087600/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=90760 CPUtime=582.28 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 230896 0 0 0 58198 30 0 0 25 0 1 0 856632125 92938240 19404 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 22690 19404 243 26 0 19322 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 90760

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/484 14211
/proc/meminfo: memFree=19052572/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=90760 CPUtime=642.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 317427 0 0 0 64189 40 0 0 25 0 1 0 856632125 92938240 19404 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 22690 19404 243 26 0 19322 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 90760

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 5/484 14213
/proc/meminfo: memFree=19038628/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=702.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 393885 0 0 0 70180 49 0 0 25 0 1 0 856632125 143441920 29064 33554432000 4194304 4298156 140735768630432 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 29064 243 26 0 31652 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 140080

[startup+762.301 s]
/proc/loadavg: 2.08 2.02 2.01 4/484 14215
/proc/meminfo: memFree=19068824/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=90760 CPUtime=762.3 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 472375 0 0 0 76170 60 0 0 25 0 1 0 856632125 92938240 19404 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 22690 19404 243 26 0 19322 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 90760

[startup+822.301 s]
/proc/loadavg: 2.25 2.06 2.02 5/484 14216
/proc/meminfo: memFree=19056124/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=822.29 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 550934 0 0 0 82157 72 0 0 25 0 1 0 856632125 143441920 27334 33554432000 4194304 4298156 140735768630432 18446744073709551615 4261474 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 27334 243 26 0 31652 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 140080

[startup+882.319 s]
/proc/loadavg: 2.09 2.05 2.01 4/484 14218
/proc/meminfo: memFree=19037832/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=882.3 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 630107 0 0 0 88147 83 0 0 25 0 1 0 856632125 143441920 29626 33554432000 4194304 4298156 140735768630432 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 29626 243 26 0 31652 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 140080

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

[startup+896 s]
/proc/loadavg: 2.08 2.05 2.01 5/484 14218
/proc/meminfo: memFree=19029636/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=170900 CPUtime=895.99 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 633843 0 0 0 89515 84 0 0 25 0 1 0 856632125 175001600 33268 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256623 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 42725 33268 243 26 0 39357 0
Current children cumulated CPU time (s) 895.99
Current children cumulated vsize (KiB) 170900

[startup+908.801 s]
/proc/loadavg: 2.06 2.04 2.01 4/484 14219
/proc/meminfo: memFree=19039784/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=908.79 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 654845 0 0 0 90793 86 0 0 25 0 1 0 856632125 143441920 28067 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 28067 243 26 0 31652 0
Current children cumulated CPU time (s) 908.79
Current children cumulated vsize (KiB) 140080

[startup+915.201 s]
/proc/loadavg: 2.05 2.04 2.01 4/484 14219
/proc/meminfo: memFree=19038172/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=915.19 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 656772 0 0 0 91433 86 0 0 25 0 1 0 856632125 143441920 29946 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256822 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 29946 243 26 0 31652 0
Current children cumulated CPU time (s) 915.19
Current children cumulated vsize (KiB) 140080

[startup+921.601 s]
/proc/loadavg: 2.05 2.04 2.01 5/484 14219
/proc/meminfo: memFree=19023292/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=170900 CPUtime=921.59 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 659183 0 0 0 92072 87 0 0 25 0 1 0 856632125 175001600 32312 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 42725 32312 243 26 0 39357 0
Current children cumulated CPU time (s) 921.59
Current children cumulated vsize (KiB) 170900

[startup+924.801 s]
/proc/loadavg: 2.04 2.04 2.01 5/484 14219
/proc/meminfo: memFree=19027992/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=924.79 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 671733 0 0 0 92391 88 0 0 25 0 1 0 856632125 143441920 30438 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 30438 243 26 0 31652 0
Current children cumulated CPU time (s) 924.79
Current children cumulated vsize (KiB) 140080

[startup+926.401 s]
/proc/loadavg: 2.04 2.04 2.01 5/484 14219
/proc/meminfo: memFree=19033572/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=926.4 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 681698 0 0 0 92550 90 0 0 25 0 1 0 856632125 143441920 28092 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 28092 243 26 0 31652 0
Current children cumulated CPU time (s) 926.4
Current children cumulated vsize (KiB) 140080

[startup+927.201 s]
/proc/loadavg: 2.04 2.04 2.01 5/484 14219
/proc/meminfo: memFree=19033572/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=927.2 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 681971 0 0 0 92630 90 0 0 25 0 1 0 856632125 143441920 28361 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256775 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 28361 243 26 0 31652 0
Current children cumulated CPU time (s) 927.2
Current children cumulated vsize (KiB) 140080

[startup+927.419 s]
/proc/loadavg: 2.04 2.04 2.01 5/484 14219
/proc/meminfo: memFree=19043368/32950928 swapFree=65252936/67111528
[pid=14166] ppid=14164 vsize=140080 CPUtime=927.41 cores=0,2,4,6
/proc/14166/stat : 14166 (contrasat_relea) R 14164 14166 13855 0 -1 4202496 682008 0 0 0 92651 90 0 0 25 0 1 0 856632125 143441920 28397 33554432000 4194304 4298156 140735768630432 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14166/statm: 35020 28398 243 26 0 31652 0
Current children cumulated CPU time (s) 927.41
Current children cumulated vsize (KiB) 140080

Child status: 20
Real time (s): 927.471
CPU time (s): 927.47
CPU user time (s): 926.564
CPU system time (s): 0.905862
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 189400

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

runsolver used 4.53531 second user time and 9.8985 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-29 12:13:34
IDJOB=3422340
IDBENCH=82433
IDSOLVER=1915
FILE ID=node116/3422340-1306664014
RUNJOBID= node116-1306658669-13873
PBS_JOBID= 13471781
Free space on /tmp= 73404 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-3422340-1306664014/watcher-3422340-1306664014 -o /tmp/evaluation-result-3422340-1306664014/solver-3422340-1306664014 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422340-1306664014.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1795745055

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      19268184 kB
Buffers:        187696 kB
Cached:        2369344 kB
SwapCached:      12264 kB
Active:        7466824 kB
Inactive:      5969516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19268184 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:            2764 kB
Writeback:           0 kB
AnonPages:    10877872 kB
Mapped:          24928 kB
Slab:           116884 kB
PageTables:      62632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139665132 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= 73404 MiB
End job on node116 at 2011-05-29 12:29:02