Trace number 3286698

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

0.79/0.81	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.79/0.81	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.79/0.81	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.79/0.81	c main()::
0.79/0.81	c initFormula():: searching for DIMACS p-line....
0.79/0.81	c initFormula():: the DIMACS p-line indicates a CNF of 25631 variables and 142227 clauses.
0.79/0.81	c parseCNF():: parsing....
0.79/0.81	c parseCNF():: the CNF contains 224 unary clauses.
0.79/0.81	c runParser():: parsing was successful, warming up engines...
0.79/0.81	c find_and_remove_tautogolies():: found and removed 741 tautologies
0.79/0.81	c find_and_remove_tautogolies():: found and removed 99 tautologies
0.79/0.81	c simplify_formula():: removed 0 tautological, 3480 satisfied and 1222 duplicate clauses
0.79/0.81	c preprocessing fase I completed:: there are now 23946 free variables and 137525 clauses.
0.79/0.81	c using k-SAT heuristics (size based diff)
0.79/0.81	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.79/0.81	c simplify_formula():: removed 0 tautological, 0 satisfied and 54476 duplicate clauses
0.79/0.81	c resolvent_look() :: found 28107 resolvents
0.79/0.81	c main():: clause / variable ratio: ( 165632 / 25631 ) = 6.46
0.79/0.81	c longest clause has size 49
0.79/0.81	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.79/0.81	c number of free variables = 23946
0.79/0.81	c dynamic_preselect_setsize :: off
0.79/0.81	c main():: all systems go!
0.79/0.81	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 372
1.68/1.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 20112
58.69/58.72	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
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-3286698-1303777162/watcher-3286698-1303777162 -o /tmp/evaluation-result-3286698-1303777162/solver-3286698-1303777162 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3286698-1303777162.cnf 

running on 2 cores: 5,7

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: 5.54 3.87 3.57 5/189 8021
/proc/meminfo: memFree=15923452/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=11800 CPUtime=0 cores=5,7
/proc/8021/stat : 8021 (runsolver) R 8019 8021 6567 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 1 0 489314971 12083200 52 33554432000 4194304 5434984 140735640007648 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/8021/statm: 2950 52 31 303 0 2644 0

[startup+0.00977788 s]
/proc/loadavg: 5.54 3.87 3.57 5/189 8021
/proc/meminfo: memFree=15923452/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=10740 CPUtime=0 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4194304 1096 0 0 0 0 0 0 0 24 0 1 0 489314971 10997760 1041 33554432000 4194304 4300876 140735767495472 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 2685 1041 112 27 0 1134 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10740

[startup+0.100765 s]
/proc/loadavg: 5.54 3.87 3.57 5/189 8021
/proc/meminfo: memFree=15923452/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=23996 CPUtime=0.09 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4194304 3906 0 0 0 9 0 0 0 24 0 1 0 489314971 24571904 3148 33554432000 4194304 4300876 140735767495472 18446744073709551615 268272356256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 5999 3010 120 27 0 4448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23996

[startup+0.30073 s]
/proc/loadavg: 5.54 3.87 3.57 5/189 8021
/proc/meminfo: memFree=15923452/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=24500 CPUtime=0.28 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4194304 10105 0 0 0 28 0 0 0 25 0 1 0 489314971 25088000 3200 33554432000 4194304 4300876 140735767495472 18446744073709551615 268272356329 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 6125 3200 129 27 0 4574 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24500

[startup+0.700657 s]
/proc/loadavg: 5.54 3.87 3.57 5/189 8021
/proc/meminfo: memFree=15923452/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=65672 CPUtime=0.68 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 25282 0 0 0 66 2 0 0 25 0 1 0 489314971 67248128 6911 33554432000 4194304 4300876 140735767495472 18446744073709551615 4239563 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 16418 6911 156 27 0 14867 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65672

[startup+1.50052 s]
/proc/loadavg: 5.54 3.87 3.57 5/190 8022
/proc/meminfo: memFree=15891088/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=69252 CPUtime=1.48 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 30020 0 0 0 145 3 0 0 25 0 1 0 489314971 70914048 8505 33554432000 4194304 4300876 140735767495472 18446744073709551615 4250930 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 17313 8505 171 27 0 15762 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 69252

[startup+3.10023 s]
/proc/loadavg: 5.42 3.88 3.57 5/190 8022
/proc/meminfo: memFree=15888860/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=70944 CPUtime=3.08 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 30477 0 0 0 305 3 0 0 25 0 1 0 489314971 72646656 8962 33554432000 4194304 4300876 140735767495472 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 17736 8962 171 27 0 16185 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70944

[startup+6.30066 s]
/proc/loadavg: 5.42 3.88 3.57 5/190 8022
/proc/meminfo: memFree=15888240/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=71348 CPUtime=6.28 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 30582 0 0 0 625 3 0 0 25 0 1 0 489314971 73060352 9067 33554432000 4194304 4300876 140735767495472 18446744073709551615 4250799 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 17837 9067 171 27 0 16286 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71348

[startup+12.7005 s]
/proc/loadavg: 5.31 3.88 3.57 5/190 8022
/proc/meminfo: memFree=15888008/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=72056 CPUtime=12.69 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 30721 0 0 0 1265 4 0 0 25 0 1 0 489314971 73785344 9206 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 18014 9206 171 27 0 16463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72056

[startup+25.5002 s]
/proc/loadavg: 5.02 3.88 3.58 5/190 8022
/proc/meminfo: memFree=15887968/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=72292 CPUtime=25.49 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 30789 0 0 0 2545 4 0 0 25 0 1 0 489314971 74027008 9274 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 18073 9274 171 27 0 16522 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72292

[startup+51.1006 s]
/proc/loadavg: 4.67 3.89 3.59 5/190 8023
/proc/meminfo: memFree=15887384/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=73084 CPUtime=51.09 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 30939 0 0 0 5105 4 0 0 25 0 1 0 489314971 74838016 9424 33554432000 4194304 4300876 140735767495472 18446744073709551615 4248579 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 18271 9424 190 27 0 16720 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73084

[startup+102.306 s]
/proc/loadavg: 4.26 3.91 3.61 5/190 8024
/proc/meminfo: memFree=15885624/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=75020 CPUtime=102.3 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 31467 0 0 0 10226 4 0 0 25 0 1 0 489314971 76820480 9933 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 18755 9933 171 27 0 17204 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75020

[startup+162.301 s]
/proc/loadavg: 4.14 3.93 3.64 5/190 8026
/proc/meminfo: memFree=15883080/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=77684 CPUtime=162.29 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 32037 0 0 0 16225 4 0 0 25 0 1 0 489314971 79548416 10503 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 19421 10503 182 27 0 17870 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77684

[startup+222.301 s]
/proc/loadavg: 4.05 3.94 3.66 5/190 8028
/proc/meminfo: memFree=15881192/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=78448 CPUtime=222.29 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 32193 0 0 0 22225 4 0 0 25 0 1 0 489314971 80330752 10659 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 19612 10659 182 27 0 18061 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78448

[startup+282.3 s]
/proc/loadavg: 4.02 3.95 3.67 5/190 8029
/proc/meminfo: memFree=15878084/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=80784 CPUtime=282.29 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 32669 0 0 0 28225 4 0 0 25 0 1 0 489314971 82722816 11135 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216306 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 20196 11135 200 27 0 18645 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 80784

[startup+342.301 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 8031
/proc/meminfo: memFree=15877188/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=81936 CPUtime=342.29 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 32803 0 0 0 34225 4 0 0 25 0 1 0 489314971 83902464 11269 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216303 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 20484 11269 200 27 0 18933 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 81936

[startup+402.301 s]
/proc/loadavg: 4.00 3.96 3.71 5/190 8032
/proc/meminfo: memFree=15875916/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=81936 CPUtime=402.29 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 32982 0 0 0 40225 4 0 0 25 0 1 0 489314971 83902464 11448 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216327 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 20484 11448 200 27 0 18933 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 81936

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 8034
/proc/meminfo: memFree=15874876/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=83660 CPUtime=462.29 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 33160 0 0 0 46225 4 0 0 25 0 1 0 489314971 85667840 11615 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216306 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 20915 11615 189 27 0 19364 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 83660

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 8036
/proc/meminfo: memFree=15873252/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=83660 CPUtime=522.3 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 33320 0 0 0 52225 5 0 0 25 0 1 0 489314971 85667840 11775 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 20915 11775 189 27 0 19364 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 83660

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 8037
/proc/meminfo: memFree=15872364/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=83660 CPUtime=582.3 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 33482 0 0 0 58225 5 0 0 25 0 1 0 489314971 85667840 11937 33554432000 4194304 4300876 140735767495472 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 20915 11937 189 27 0 19364 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 83660

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 8039
/proc/meminfo: memFree=15869220/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=86076 CPUtime=642.31 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 33636 0 0 0 64226 5 0 0 25 0 1 0 489314971 88141824 12091 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 21519 12091 189 27 0 19968 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 86076

[startup+702.3 s]
/proc/loadavg: 4.05 3.99 3.78 5/190 8040
/proc/meminfo: memFree=15867080/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=702.3 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 33772 0 0 0 70225 5 0 0 25 0 1 0 489314971 90791936 12227 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 12227 189 27 0 20615 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 88664

[startup+762.307 s]
/proc/loadavg: 4.02 3.99 3.79 5/190 8042
/proc/meminfo: memFree=15866172/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=762.31 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 33899 0 0 0 76226 5 0 0 25 0 1 0 489314971 90791936 12354 33554432000 4194304 4300876 140735767495472 18446744073709551615 4248684 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 12354 189 27 0 20615 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 88664

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.80 5/190 8044
/proc/meminfo: memFree=15864408/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=822.3 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 34058 0 0 0 82225 5 0 0 25 0 1 0 489314971 90791936 12513 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 12513 189 27 0 20615 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 88664

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 8045
/proc/meminfo: memFree=15863260/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=882.3 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 34234 0 0 0 88225 5 0 0 25 0 1 0 489314971 90791936 12689 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 12689 189 27 0 20615 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 88664

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 8047
/proc/meminfo: memFree=15862368/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=942.31 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 34411 0 0 0 94225 6 0 0 25 0 1 0 489314971 90791936 12866 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 12866 189 27 0 20615 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 88664

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8048
/proc/meminfo: memFree=15858980/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=1002.31 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 34570 0 0 0 100225 6 0 0 25 0 1 0 489314971 90791936 13025 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 13025 189 27 0 20615 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 88664

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8050
/proc/meminfo: memFree=15857208/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=88664 CPUtime=1062.31 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 34723 0 0 0 106225 6 0 0 25 0 1 0 489314971 90791936 13178 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 22166 13178 189 27 0 20615 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 88664

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.84 6/190 8052
/proc/meminfo: memFree=15853208/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=92544 CPUtime=1122.32 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 34889 0 0 0 112226 6 0 0 25 0 1 0 489314971 94765056 13344 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216347 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 23136 13344 189 27 0 21585 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 92544

[startup+1182.3 s]
/proc/loadavg: 3.66 3.91 3.82 4/184 8071
/proc/meminfo: memFree=16125000/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=92544 CPUtime=1182.32 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 35061 0 0 0 118226 6 0 0 25 0 1 0 489314971 94765056 13516 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 23136 13516 189 27 0 21585 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 92544

[startup+1242.3 s]
/proc/loadavg: 2.04 3.40 3.65 2/172 8109
/proc/meminfo: memFree=16364508/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=92544 CPUtime=1242.32 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 35257 0 0 0 124226 6 0 0 25 0 1 0 489314971 94765056 13712 33554432000 4194304 4300876 140735767495472 18446744073709551615 4276853 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 23136 13712 189 27 0 21585 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 92544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.38 2.96 3.48 2/172 8110
/proc/meminfo: memFree=16363728/32950928 swapFree=67111528/67111528
[pid=8021] ppid=8019 vsize=97372 CPUtime=1300.02 cores=5,7
/proc/8021/stat : 8021 (march_rw) R 8019 8021 6567 0 -1 4202496 35487 0 0 0 129996 6 0 0 25 0 1 0 489314971 99708928 13942 33554432000 4194304 4300876 140735767495472 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8021/statm: 24343 13942 189 27 0 22792 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 97372

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.97
CPU system time (s): 0.069989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 97372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35487
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= 4
involuntary context switches= 717

runsolver used 2.00969 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 02:19:22
IDJOB=3286698
IDBENCH=82433
IDSOLVER=1561
FILE ID=node122/3286698-1303777162
RUNJOBID= node122-1303777018-7892
PBS_JOBID= 13157168
Free space on /tmp= 70840 MiB

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

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
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:      15923616 kB
Buffers:       1719360 kB
Cached:       14205480 kB
SwapCached:          0 kB
Active:        5002592 kB
Inactive:     11454732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15923616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11564 kB
Writeback:           0 kB
AnonPages:      532060 kB
Mapped:          15616 kB
Slab:           502476 kB
PageTables:       6320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1023496 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= 70860 MiB
End job on node122 at 2011-04-26 02:41:04