Trace number 3286606

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
march_rw 2011-03-02? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

4.49/4.54	c main():: ***                                   [ march satisfiability solver ]                                   ***
4.49/4.54	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
4.49/4.54	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
4.49/4.54	c main()::
4.49/4.54	c initFormula():: searching for DIMACS p-line....
4.49/4.54	c initFormula():: the DIMACS p-line indicates a CNF of 99736 variables and 783991 clauses.
4.49/4.54	c parseCNF():: parsing....
4.49/4.54	c parseCNF():: the CNF contains 139 unary clauses.
4.49/4.54	c runParser():: parsing was successful, warming up engines...
4.49/4.54	c find_and_remove_tautogolies():: found and removed 198 tautologies
4.49/4.54	c find_and_remove_tautogolies():: found and removed 63 tautologies
4.49/4.54	c simplify_formula():: removed 0 tautological, 1403 satisfied and 26 duplicate clauses
4.49/4.54	c preprocessing fase I completed:: there are now 99104 free variables and 782562 clauses.
4.49/4.54	c using k-SAT heuristics (size based diff)
4.49/4.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.49/4.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 35524 duplicate clauses
4.49/4.54	c resolvent_look() :: found 11106 resolvents
4.49/4.54	c main():: clause / variable ratio: ( 793668 / 99736 ) = 7.96
4.49/4.54	c longest clause has size 91
4.49/4.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.49/4.54	c number of free variables = 99104
4.49/4.54	c dynamic_preselect_setsize :: off
4.49/4.54	c main():: all systems go!
4.49/4.54	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.37 2.82 3.24 4/187 7961
/proc/meminfo: memFree=13502544/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=19836 CPUtime=0 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4194304 2238 0 0 0 0 0 0 0 22 0 1 0 489303247 20312064 2182 33554432000 4194304 4300876 140734625180112 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 4959 2187 110 27 0 3408 0

[startup+0.0728791 s]
/proc/loadavg: 2.37 2.82 3.24 4/187 7961
/proc/meminfo: memFree=13502544/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=28796 CPUtime=0.06 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4194304 5005 0 0 0 6 0 0 0 22 0 1 0 489303247 29487104 4949 33554432000 4194304 4300876 140734625180112 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 7199 4949 113 27 0 5648 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28796

[startup+0.100873 s]
/proc/loadavg: 2.37 2.82 3.24 4/187 7961
/proc/meminfo: memFree=13502544/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=30644 CPUtime=0.09 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4194304 5547 0 0 0 9 0 0 0 22 0 1 0 489303247 31379456 5491 33554432000 4194304 4300876 140734625180112 18446744073709551615 4246520 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 7661 5492 113 27 0 6110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30644

[startup+0.30084 s]
/proc/loadavg: 2.37 2.82 3.24 4/187 7961
/proc/meminfo: memFree=13502544/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=44108 CPUtime=0.28 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4194304 9305 0 0 0 27 1 0 0 23 0 1 0 489303247 45166592 9249 33554432000 4194304 4300876 140734625180112 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 11027 9250 113 27 0 9476 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 44108

[startup+0.700772 s]
/proc/loadavg: 2.37 2.82 3.24 4/187 7961
/proc/meminfo: memFree=13502544/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=95628 CPUtime=0.69 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4194304 20385 0 0 0 66 3 0 0 25 0 1 0 489303247 97923072 14786 33554432000 4194304 4300876 140734625180112 18446744073709551615 4248174 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 23907 14786 127 27 0 22356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95628

[startup+1.50063 s]
/proc/loadavg: 2.37 2.82 3.24 4/188 7962
/proc/meminfo: memFree=12761892/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=108900 CPUtime=1.49 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4194304 48736 0 0 0 141 8 0 0 25 0 1 0 489303247 111513600 18106 33554432000 4194304 4300876 140734625180112 18446744073709551615 4239777 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 27225 18106 129 27 0 25674 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108900

[startup+3.10041 s]
/proc/loadavg: 2.37 2.82 3.24 5/190 7989
/proc/meminfo: memFree=12028416/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=120240 CPUtime=3.09 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 106416 0 0 0 294 15 0 0 25 0 1 0 489303247 123125760 20972 33554432000 4194304 4300876 140734625180112 18446744073709551615 4240270 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 30060 20972 144 27 0 28509 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120240

[startup+6.30078 s]
/proc/loadavg: 2.50 2.84 3.24 5/190 7989
/proc/meminfo: memFree=9724628/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=263732 CPUtime=6.29 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 147547 0 0 0 610 19 0 0 25 0 1 0 489303247 270061568 31509 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 65933 31509 171 27 0 64382 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263732

[startup+12.7007 s]
/proc/loadavg: 2.62 2.86 3.25 5/190 7990
/proc/meminfo: memFree=5001808/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=265356 CPUtime=12.69 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148164 0 0 0 1250 19 0 0 25 0 1 0 489303247 271724544 32126 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216251 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66339 32126 171 27 0 64788 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 265356

[startup+25.5004 s]
/proc/loadavg: 3.59 3.06 3.31 4/186 8006
/proc/meminfo: memFree=8573980/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=265820 CPUtime=25.49 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148308 0 0 0 2529 20 0 0 25 0 1 0 489303247 272199680 32270 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66455 32270 171 27 0 64904 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 265820

[startup+51.1068 s]
/proc/loadavg: 4.83 3.39 3.41 4/186 8007
/proc/meminfo: memFree=10257468/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=265960 CPUtime=51.09 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148349 0 0 0 5089 20 0 0 25 0 1 0 489303247 272343040 32311 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66490 32311 171 27 0 64939 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 265960

[startup+102.301 s]
/proc/loadavg: 5.41 3.77 3.53 4/188 8010
/proc/meminfo: memFree=14867908/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=266368 CPUtime=102.29 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148439 0 0 0 10209 20 0 0 25 0 1 0 489303247 272760832 32401 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66592 32401 171 27 0 65041 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 266368

[startup+162.301 s]
/proc/loadavg: 4.73 3.89 3.59 5/190 8023
/proc/meminfo: memFree=15887384/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=266368 CPUtime=162.29 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148469 0 0 0 16209 20 0 0 25 0 1 0 489303247 272760832 32431 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66592 32431 171 27 0 65041 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266368

[startup+222.3 s]
/proc/loadavg: 4.26 3.91 3.61 5/190 8024
/proc/meminfo: memFree=15885532/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=266924 CPUtime=222.29 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148499 0 0 0 22209 20 0 0 25 0 1 0 489303247 273330176 32461 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216306 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66731 32461 171 27 0 65180 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 266924

[startup+282.3 s]
/proc/loadavg: 4.13 3.94 3.64 5/190 8026
/proc/meminfo: memFree=15882956/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=266924 CPUtime=282.29 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148529 0 0 0 28209 20 0 0 25 0 1 0 489303247 273330176 32491 33554432000 4194304 4300876 140734625180112 18446744073709551615 4276846 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66731 32491 171 27 0 65180 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 266924

[startup+342.301 s]
/proc/loadavg: 4.05 3.94 3.66 5/190 8028
/proc/meminfo: memFree=15880944/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=266924 CPUtime=342.29 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148559 0 0 0 34209 20 0 0 25 0 1 0 489303247 273330176 32521 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66731 32521 171 27 0 65180 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 266924

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 3.67 5/190 8029
/proc/meminfo: memFree=15877960/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=402.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148589 0 0 0 40210 20 0 0 25 0 1 0 489303247 274300928 32551 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32551 171 27 0 65417 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 267872

[startup+462.3 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 8031
/proc/meminfo: memFree=15877064/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=462.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148618 0 0 0 46210 20 0 0 25 0 1 0 489303247 274300928 32580 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32580 171 27 0 65417 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 267872

[startup+522.301 s]
/proc/loadavg: 4.00 3.96 3.71 5/190 8032
/proc/meminfo: memFree=15875668/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=522.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148647 0 0 0 52210 20 0 0 25 0 1 0 489303247 274300928 32609 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32609 171 27 0 65417 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 267872

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 8034
/proc/meminfo: memFree=15874752/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=582.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148700 0 0 0 58210 20 0 0 25 0 1 0 489303247 274300928 32662 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32662 171 27 0 65417 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 267872

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 8036
/proc/meminfo: memFree=15873252/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=642.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148730 0 0 0 64210 20 0 0 25 0 1 0 489303247 274300928 32692 33554432000 4194304 4300876 140734625180112 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32692 171 27 0 65417 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 267872

[startup+702.306 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 8037
/proc/meminfo: memFree=15872116/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=702.31 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148761 0 0 0 70211 20 0 0 25 0 1 0 489303247 274300928 32723 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216315 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32723 171 27 0 65417 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 267872

[startup+762.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 8039
/proc/meminfo: memFree=15868848/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=267872 CPUtime=762.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 148791 0 0 0 76210 20 0 0 25 0 1 0 489303247 274300928 32753 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 66968 32753 171 27 0 65417 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 267872

[startup+822.301 s]
/proc/loadavg: 4.05 3.99 3.78 5/190 8041
/proc/meminfo: memFree=15866708/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=270092 CPUtime=822.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149204 0 0 0 82210 20 0 0 25 0 1 0 489303247 276574208 33166 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 67523 33166 171 27 0 65972 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 270092

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.79 5/190 8042
/proc/meminfo: memFree=15866048/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=270092 CPUtime=882.3 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149233 0 0 0 88210 20 0 0 25 0 1 0 489303247 276574208 33195 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 67523 33195 171 27 0 65972 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 270092

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.80 6/190 8044
/proc/meminfo: memFree=15864160/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=270092 CPUtime=942.31 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149263 0 0 0 94211 20 0 0 25 0 1 0 489303247 276574208 33225 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 67523 33225 171 27 0 65972 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 270092

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 8045
/proc/meminfo: memFree=15863012/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=270092 CPUtime=1002.31 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149294 0 0 0 100211 20 0 0 25 0 1 0 489303247 276574208 33256 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 67523 33256 171 27 0 65972 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 270092

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 8047
/proc/meminfo: memFree=15861996/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=270092 CPUtime=1062.31 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149324 0 0 0 106211 20 0 0 25 0 1 0 489303247 276574208 33286 33554432000 4194304 4300876 140734625180112 18446744073709551615 4248560 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 67523 33286 171 27 0 65972 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 270092

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8048
/proc/meminfo: memFree=15858980/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=270092 CPUtime=1122.31 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149353 0 0 0 112211 20 0 0 25 0 1 0 489303247 276574208 33315 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 67523 33315 171 27 0 65972 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 270092

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8050
/proc/meminfo: memFree=15856960/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=273544 CPUtime=1182.31 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149384 0 0 0 118211 20 0 0 25 0 1 0 489303247 280109056 33346 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216284 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 68386 33346 171 27 0 66835 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 273544

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 8052
/proc/meminfo: memFree=15852836/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=273544 CPUtime=1242.32 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149414 0 0 0 124212 20 0 0 25 0 1 0 489303247 280109056 33376 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216248 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 68386 33376 171 27 0 66835 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 273544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.61 3.89 3.81 4/184 8071
/proc/meminfo: memFree=16124876/32950928 swapFree=67111528/67111528
[pid=7961] ppid=7959 vsize=273544 CPUtime=1300.02 cores=4,6
/proc/7961/stat : 7961 (march_rw) R 7959 7961 6567 0 -1 4202496 149442 0 0 0 129982 20 0 0 25 0 1 0 489303247 280109056 33404 33554432000 4194304 4300876 140734625180112 18446744073709551615 4216306 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7961/statm: 68386 33404 171 27 0 66835 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 273544

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.82
CPU system time (s): 0.214967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 276736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149442
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= 3
involuntary context switches= 2250

runsolver used 2.03669 second user time and 5.05523 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 02:17:25
IDJOB=3286606
IDBENCH=82431
IDSOLVER=1561
FILE ID=node122/3286606-1303777044
RUNJOBID= node122-1303777018-7890
PBS_JOBID= 13157168
Free space on /tmp= 70708 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286606-1303777044/watcher-3286606-1303777044 -o /tmp/evaluation-result-3286606-1303777044/solver-3286606-1303777044 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3286606-1303777044.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=730172745

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13503692 kB
Buffers:       1796720 kB
Cached:       15334132 kB
SwapCached:          0 kB
Active:        7071228 kB
Inactive:     11811944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13503692 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          158612 kB
Writeback:           0 kB
AnonPages:     1751916 kB
Mapped:          15456 kB
Slab:           491944 kB
PageTables:       8832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2273224 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= 70844 MiB
End job on node122 at 2011-04-26 02:39:07