Trace number 3286514

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 1300.02

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step12.cnf
MD5SUMa6c23e8e50d9f412a09111dc6cd6e81b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.247961
Satisfiable
(Un)Satisfiability was proved
Number of variables32523
Number of clauses308440
Sum of the clauses size666748
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2293920
Number of clauses of size 39041
Number of clauses of size 41279
Number of clauses of size 5505
Number of clauses of size over 53551

Solver Data

14.20/14.25	c main():: ***                                   [ march satisfiability solver ]                                   ***
14.20/14.25	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
14.20/14.25	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
14.20/14.25	c main()::
14.20/14.25	c initFormula():: searching for DIMACS p-line....
14.20/14.25	c initFormula():: the DIMACS p-line indicates a CNF of 32523 variables and 308440 clauses.
14.20/14.25	c parseCNF():: parsing....
14.20/14.25	c parseCNF():: the CNF contains 144 unary clauses.
14.20/14.25	c runParser():: parsing was successful, warming up engines...
14.20/14.25	c find_and_remove_tautogolies():: found and removed 159 tautologies
14.20/14.25	c find_and_remove_tautogolies():: found and removed 70 tautologies
14.20/14.25	c simplify_formula():: removed 0 tautological, 950 satisfied and 6 duplicate clauses
14.20/14.25	c preprocessing fase I completed:: there are now 32065 free variables and 307484 clauses.
14.20/14.25	c using k-SAT heuristics (size based diff)
14.20/14.25	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.20/14.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 52189 duplicate clauses
14.20/14.26	c resolvent_look() :: found 123424 resolvents
14.20/14.26	c main():: clause / variable ratio: ( 430908 / 32523 ) = 13.25
14.20/14.26	c longest clause has size 179
14.20/14.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.20/14.26	c number of free variables = 32065
14.20/14.26	c dynamic_preselect_setsize :: off
14.20/14.26	c main():: all systems go!
14.20/14.26	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 159
25.48/25.56	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: 2357
117.65/117.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 |*******************************************************

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.13 2.67 3.20 4/180 7913
/proc/meminfo: memFree=14706632/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=13388 CPUtime=0 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4194304 1614 0 0 0 0 0 0 0 21 0 1 0 489300627 13709312 1559 33554432000 4194304 4300876 140735459832592 18446744073709551615 268272688896 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 3347 1560 113 27 0 1796 0

[startup+0.063622 s]
/proc/loadavg: 1.13 2.67 3.20 4/180 7913
/proc/meminfo: memFree=14706632/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=17084 CPUtime=0.05 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4194304 2627 0 0 0 5 0 0 0 21 0 1 0 489300627 17494016 2572 33554432000 4194304 4300876 140735459832592 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 4271 2572 113 27 0 2720 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17084

[startup+0.100615 s]
/proc/loadavg: 1.13 2.67 3.20 4/180 7913
/proc/meminfo: memFree=14706632/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=19460 CPUtime=0.09 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4194304 3313 0 0 0 9 0 0 0 21 0 1 0 489300627 19927040 3258 33554432000 4194304 4300876 140735459832592 18446744073709551615 268272688896 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 4865 3259 113 27 0 3314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19460

[startup+0.300584 s]
/proc/loadavg: 1.13 2.67 3.20 4/180 7913
/proc/meminfo: memFree=14706632/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=41568 CPUtime=0.29 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4194304 9984 0 0 0 28 1 0 0 22 0 1 0 489300627 42565632 5918 33554432000 4194304 4300876 140735459832592 18446744073709551615 4240059 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 10392 5918 129 27 0 8841 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41568

[startup+0.700514 s]
/proc/loadavg: 1.13 2.67 3.20 4/180 7913
/proc/meminfo: memFree=14706632/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=49088 CPUtime=0.69 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 25984 0 0 0 65 4 0 0 23 0 1 0 489300627 50266112 7834 33554432000 4194304 4300876 140735459832592 18446744073709551615 4240270 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 12272 7834 143 27 0 10721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49088

[startup+1.50037 s]
/proc/loadavg: 1.36 2.69 3.21 5/179 7914
/proc/meminfo: memFree=14567560/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=119744 CPUtime=1.49 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 58362 0 0 0 141 8 0 0 25 0 1 0 489300627 122617856 25248 33554432000 4194304 4300876 140735459832592 18446744073709551615 4242234 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 29936 25248 144 27 0 28385 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119744

[startup+3.10008 s]
/proc/loadavg: 1.36 2.69 3.21 5/187 7926
/proc/meminfo: memFree=14258952/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=119744 CPUtime=3.09 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 58362 0 0 0 301 8 0 0 25 0 1 0 489300627 122617856 25248 33554432000 4194304 4300876 140735459832592 18446744073709551615 4242230 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 29936 25248 144 27 0 28385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119744

[startup+6.30053 s]
/proc/loadavg: 1.36 2.69 3.21 5/190 7932
/proc/meminfo: memFree=13811372/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=119744 CPUtime=6.29 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 58362 0 0 0 619 10 0 0 25 0 1 0 489300627 122617856 25248 33554432000 4194304 4300876 140735459832592 18446744073709551615 4242240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 29936 25248 144 27 0 28385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119744

[startup+12.7004 s]
/proc/loadavg: 1.91 2.76 3.23 5/190 7932
/proc/meminfo: memFree=13096016/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=369068 CPUtime=12.69 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 180180 0 0 0 1240 29 0 0 25 0 1 0 489300627 377925632 61515 33554432000 4194304 4300876 140735459832592 18446744073709551615 4242256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 92267 61515 156 27 0 90716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 369068

[startup+25.5001 s]
/proc/loadavg: 2.23 2.80 3.23 4/188 7934
/proc/meminfo: memFree=6510108/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=374880 CPUtime=25.48 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 270840 0 0 0 2505 43 0 0 25 0 1 0 489300627 383877120 63564 33554432000 4194304 4300876 140735459832592 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 93720 63564 171 27 0 92169 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 374880

[startup+51.1006 s]
/proc/loadavg: 3.29 3.00 3.29 4/186 8006
/proc/meminfo: memFree=8514956/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=375612 CPUtime=51.04 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 271124 0 0 0 5058 46 0 0 25 0 1 0 489300627 384626688 63848 33554432000 4194304 4300876 140735459832592 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 93903 63848 171 27 0 92352 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 375612

[startup+102.306 s]
/proc/loadavg: 5.11 3.57 3.47 4/188 8010
/proc/meminfo: memFree=13282040/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=376736 CPUtime=102.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 271495 0 0 0 10179 46 0 0 25 0 1 0 489300627 385777664 64219 33554432000 4194304 4300876 140735459832592 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94184 64219 171 27 0 92633 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 376736

[startup+162.301 s]
/proc/loadavg: 5.10 3.88 3.58 5/190 8022
/proc/meminfo: memFree=15888008/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=377040 CPUtime=162.24 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 271609 0 0 0 16178 46 0 0 25 0 1 0 489300627 386088960 64333 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227612 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94260 64333 171 27 0 92709 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 377040

[startup+222.301 s]
/proc/loadavg: 4.40 3.90 3.60 5/190 8024
/proc/meminfo: memFree=15886708/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=377280 CPUtime=222.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 271678 0 0 0 22179 46 0 0 25 0 1 0 489300627 386334720 64402 33554432000 4194304 4300876 140735459832592 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94320 64402 171 27 0 92769 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 377280

[startup+282.3 s]
/proc/loadavg: 4.20 3.93 3.63 5/190 8026
/proc/meminfo: memFree=15883696/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=377416 CPUtime=282.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 271743 0 0 0 28179 46 0 0 25 0 1 0 489300627 386473984 64467 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94354 64467 171 27 0 92803 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 377416

[startup+342.301 s]
/proc/loadavg: 4.07 3.94 3.65 5/190 8027
/proc/meminfo: memFree=15882196/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=377924 CPUtime=342.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 271899 0 0 0 34179 46 0 0 25 0 1 0 489300627 386994176 64623 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94481 64623 171 27 0 92930 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 377924

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 3.67 5/190 8029
/proc/meminfo: memFree=15879696/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379196 CPUtime=402.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272165 0 0 0 40179 46 0 0 25 0 1 0 489300627 388296704 64889 33554432000 4194304 4300876 140735459832592 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94799 64889 198 27 0 93248 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 379196

[startup+462.301 s]
/proc/loadavg: 4.01 3.95 3.68 5/190 8030
/proc/meminfo: memFree=15877328/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379196 CPUtime=462.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272260 0 0 0 46179 46 0 0 25 0 1 0 489300627 388296704 64984 33554432000 4194304 4300876 140735459832592 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94799 64984 198 27 0 93248 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 379196

[startup+522.3 s]
/proc/loadavg: 4.00 3.96 3.70 5/190 8032
/proc/meminfo: memFree=15876300/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379880 CPUtime=522.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272368 0 0 0 52179 46 0 0 25 0 1 0 489300627 388997120 65092 33554432000 4194304 4300876 140735459832592 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94970 65092 198 27 0 93419 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 379880

[startup+582.307 s]
/proc/loadavg: 4.00 3.97 3.72 5/190 8034
/proc/meminfo: memFree=15875264/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379880 CPUtime=582.26 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272402 0 0 0 58180 46 0 0 25 0 1 0 489300627 388997120 65126 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94970 65126 198 27 0 93419 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 379880

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 8035
/proc/meminfo: memFree=15873880/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379880 CPUtime=642.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272434 0 0 0 64179 46 0 0 25 0 1 0 489300627 388997120 65158 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94970 65158 198 27 0 93419 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 379880

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 8037
/proc/meminfo: memFree=15872988/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379880 CPUtime=702.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272466 0 0 0 70179 46 0 0 25 0 1 0 489300627 388997120 65190 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94970 65190 198 27 0 93419 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 379880

[startup+762.3 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 8038
/proc/meminfo: memFree=15869608/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379880 CPUtime=762.25 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272624 0 0 0 76179 46 0 0 25 0 1 0 489300627 388997120 65330 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94970 65330 180 27 0 93419 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 379880

[startup+822.301 s]
/proc/loadavg: 4.07 3.99 3.77 5/190 8040
/proc/meminfo: memFree=15867456/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=379880 CPUtime=822.26 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272650 0 0 0 82180 46 0 0 25 0 1 0 489300627 388997120 65355 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 94970 65355 179 27 0 93419 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 379880

[startup+882.301 s]
/proc/loadavg: 4.02 3.99 3.79 5/190 8042
/proc/meminfo: memFree=15866432/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=381300 CPUtime=882.26 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272706 0 0 0 88180 46 0 0 25 0 1 0 489300627 390451200 65403 33554432000 4194304 4300876 140735459832592 18446744073709551615 4214647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95325 65403 171 27 0 93774 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 381300

[startup+942.3 s]
/proc/loadavg: 4.01 3.99 3.80 5/190 8043
/proc/meminfo: memFree=15865032/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=381300 CPUtime=942.26 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272898 0 0 0 94180 46 0 0 25 0 1 0 489300627 390451200 65595 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95325 65595 171 27 0 93774 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 381300

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 8045
/proc/meminfo: memFree=15863760/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=381300 CPUtime=1002.26 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 272988 0 0 0 100180 46 0 0 25 0 1 0 489300627 390451200 65685 33554432000 4194304 4300876 140735459832592 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95325 65685 171 27 0 93774 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 381300

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 8046
/proc/meminfo: memFree=15862868/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=381300 CPUtime=1062.26 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 273018 0 0 0 106180 46 0 0 25 0 1 0 489300627 390451200 65715 33554432000 4194304 4300876 140735459832592 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95325 65715 171 27 0 93774 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 381300

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8048
/proc/meminfo: memFree=15859356/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=381300 CPUtime=1122.27 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 273077 0 0 0 112181 46 0 0 25 0 1 0 489300627 390451200 65774 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95325 65774 171 27 0 93774 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 381300

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8050
/proc/meminfo: memFree=15857708/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=382468 CPUtime=1182.27 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 273333 0 0 0 118180 47 0 0 25 0 1 0 489300627 391647232 66030 33554432000 4194304 4300876 140735459832592 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95617 66030 196 27 0 94066 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 382468

[startup+1242.31 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 8051
/proc/meminfo: memFree=15854204/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=382608 CPUtime=1242.28 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 273747 0 0 0 124181 47 0 0 25 0 1 0 489300627 391790592 66419 33554432000 4194304 4300876 140735459832592 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95652 66419 171 27 0 94101 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 382608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 8053
/proc/meminfo: memFree=15851812/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=383004 CPUtime=1299.98 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 274110 0 0 0 129951 47 0 0 25 0 1 0 489300627 392196096 66782 33554432000 4194304 4300876 140735459832592 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95751 66782 171 27 0 94200 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 383004

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 8053
/proc/meminfo: memFree=15851812/32950928 swapFree=67111528/67111528
[pid=7913] ppid=7911 vsize=383004 CPUtime=1299.98 cores=1,3
/proc/7913/stat : 7913 (march_rw) R 7911 7913 6567 0 -1 4202496 274110 0 0 0 129951 47 0 0 25 0 1 0 489300627 392196096 66782 33554432000 4194304 4300876 140735459832592 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7913/statm: 95751 66782 171 27 0 94200 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 383004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300
CPU user time (s): 1299.51
CPU system time (s): 0.484926
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 511712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274110
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= 5
involuntary context switches= 4009

runsolver used 2.00469 second user time and 5.08823 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 02:16:58
IDJOB=3286514
IDBENCH=82429
IDSOLVER=1561
FILE ID=node122/3286514-1303777018
RUNJOBID= node122-1303777018-7891
PBS_JOBID= 13157168
Free space on /tmp= 70832 MiB

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

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

MD5SUM BENCH= a6c23e8e50d9f412a09111dc6cd6e81b
RANDOM SEED=288147505

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:      14706788 kB
Buffers:       1796524 kB
Cached:       15814888 kB
SwapCached:          0 kB
Active:        6270520 kB
Inactive:     11417432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14706788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31928 kB
Writeback:           0 kB
AnonPages:       75792 kB
Mapped:          14680 kB
Slab:           491216 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   201252 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= 70840 MiB
End job on node122 at 2011-04-26 02:38:40