Trace number 3286652

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) 1299.95 1300.01

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

Solver Data

2.19/2.28	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.19/2.28	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.19/2.28	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.19/2.28	c main()::
2.19/2.28	c initFormula():: searching for DIMACS p-line....
2.19/2.28	c initFormula():: the DIMACS p-line indicates a CNF of 53919 variables and 308235 clauses.
2.19/2.28	c parseCNF():: parsing....
2.19/2.28	c parseCNF():: the CNF contains 414 unary clauses.
2.19/2.28	c runParser():: parsing was successful, warming up engines...
2.19/2.28	c find_and_remove_tautogolies():: found and removed 1215 tautologies
2.19/2.28	c find_and_remove_tautogolies():: found and removed 193 tautologies
2.19/2.28	c simplify_formula():: removed 0 tautological, 6773 satisfied and 1809 duplicate clauses
2.19/2.28	c preprocessing fase I completed:: there are now 50601 free variables and 299653 clauses.
2.19/2.28	c using k-SAT heuristics (size based diff)
2.19/2.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.19/2.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 163619 duplicate clauses
2.19/2.28	c resolvent_look() :: found 83927 resolvents
2.19/2.28	c main():: clause / variable ratio: ( 383580 / 53919 ) = 7.11
2.19/2.28	c longest clause has size 61
2.19/2.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.19/2.28	c number of free variables = 50601
2.19/2.28	c dynamic_preselect_setsize :: off
2.19/2.28	c main():: all systems go!
2.19/2.28	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 398
6.59/6.69	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: 55261
597.51/597.63	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-3286652-1303777046/watcher-3286652-1303777046 -o /tmp/evaluation-result-3286652-1303777046/solver-3286652-1303777046 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3286652-1303777046.cnf 

running on 2 cores: 0,2

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 5/189 7988
/proc/meminfo: memFree=12434764/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=9084 CPUtime=0 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4194304 561 0 0 0 0 0 0 0 25 0 1 0 489303404 9302016 505 33554432000 4194304 4300876 140733527738160 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 2271 516 110 27 0 720 0

[startup+0.043956 s]
/proc/loadavg: 2.37 2.82 3.24 5/189 7988
/proc/meminfo: memFree=12434764/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=17344 CPUtime=0.03 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4194304 2638 0 0 0 3 0 0 0 25 0 1 0 489303404 17760256 2582 33554432000 4194304 4300876 140733527738160 18446744073709551615 268272688896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 4336 2583 113 27 0 2785 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17344

[startup+0.100945 s]
/proc/loadavg: 2.37 2.82 3.24 5/189 7988
/proc/meminfo: memFree=12434764/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=20776 CPUtime=0.09 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4194304 3604 0 0 0 9 0 0 0 25 0 1 0 489303404 21274624 3548 33554432000 4194304 4300876 140733527738160 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 5194 3548 113 27 0 3643 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20776

[startup+0.300969 s]
/proc/loadavg: 2.37 2.82 3.24 5/189 7988
/proc/meminfo: memFree=12434764/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=44160 CPUtime=0.29 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4194304 8939 0 0 0 28 1 0 0 25 0 1 0 489303404 45219840 6466 33554432000 4194304 4300876 140733527738160 18446744073709551615 268272344987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 11040 6467 127 27 0 9489 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44160

[startup+0.700897 s]
/proc/loadavg: 2.37 2.82 3.24 5/189 7988
/proc/meminfo: memFree=12434764/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=50020 CPUtime=0.68 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4194304 21644 0 0 0 66 2 0 0 25 0 1 0 489303404 51220480 8060 33554432000 4194304 4300876 140733527738160 18446744073709551615 4239745 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 12505 8060 129 27 0 10954 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50020

[startup+1.5007 s]
/proc/loadavg: 2.37 2.82 3.24 5/190 7989
/proc/meminfo: memFree=11700932/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=55708 CPUtime=1.48 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 49127 0 0 0 143 5 0 0 25 0 1 0 489303404 57044992 9219 33554432000 4194304 4300876 140733527738160 18446744073709551615 4257024 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 13927 9219 144 27 0 12376 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55708

[startup+3.10052 s]
/proc/loadavg: 2.37 2.82 3.24 5/190 7989
/proc/meminfo: memFree=10938208/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=139888 CPUtime=3.09 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 65077 0 0 0 301 8 0 0 25 0 1 0 489303404 143245312 17676 33554432000 4194304 4300876 140733527738160 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 34972 17676 170 27 0 33421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139888

[startup+6.30085 s]
/proc/loadavg: 2.50 2.84 3.24 5/190 7989
/proc/meminfo: memFree=8672776/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=143436 CPUtime=6.29 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 66108 0 0 0 621 8 0 0 25 0 1 0 489303404 146878464 18707 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 35859 18707 171 27 0 34308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143436

[startup+12.7007 s]
/proc/loadavg: 2.62 2.86 3.25 5/190 7990
/proc/meminfo: memFree=3811476/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=144984 CPUtime=12.69 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 66392 0 0 0 1261 8 0 0 25 0 1 0 489303404 148463616 18991 33554432000 4194304 4300876 140733527738160 18446744073709551615 4248768 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 36246 18991 171 27 0 34695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144984

[startup+25.5004 s]
/proc/loadavg: 3.59 3.06 3.31 4/186 8006
/proc/meminfo: memFree=8690540/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=145544 CPUtime=25.4 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 66541 0 0 0 2532 8 0 0 25 0 1 0 489303404 149037056 19140 33554432000 4194304 4300876 140733527738160 18446744073709551615 4248678 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 36386 19140 171 27 0 34835 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 145544

[startup+51.1009 s]
/proc/loadavg: 4.83 3.39 3.41 5/186 8007
/proc/meminfo: memFree=10322568/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=146280 CPUtime=51 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 66728 0 0 0 5092 8 0 0 25 0 1 0 489303404 149790720 19327 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216327 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 36570 19327 171 27 0 35019 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 146280

[startup+102.307 s]
/proc/loadavg: 5.41 3.77 3.53 4/188 8011
/proc/meminfo: memFree=15043616/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=147132 CPUtime=102.2 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 66925 0 0 0 10212 8 0 0 25 0 1 0 489303404 150663168 19524 33554432000 4194304 4300876 140733527738160 18446744073709551615 4248596 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 36783 19524 171 27 0 35232 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 147132

[startup+162.301 s]
/proc/loadavg: 4.73 3.89 3.59 5/190 8023
/proc/meminfo: memFree=15887384/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=147832 CPUtime=162.2 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67115 0 0 0 16212 8 0 0 25 0 1 0 489303404 151379968 19714 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 36958 19714 171 27 0 35407 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 147832

[startup+222.3 s]
/proc/loadavg: 4.26 3.91 3.61 5/190 8025
/proc/meminfo: memFree=15885504/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=148516 CPUtime=222.2 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67192 0 0 0 22212 8 0 0 25 0 1 0 489303404 152080384 19791 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37129 19791 171 27 0 35578 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 148516

[startup+282.301 s]
/proc/loadavg: 4.13 3.94 3.64 5/190 8026
/proc/meminfo: memFree=15882956/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=148516 CPUtime=282.2 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67238 0 0 0 28212 8 0 0 25 0 1 0 489303404 152080384 19837 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216304 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37129 19837 171 27 0 35578 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 148516

[startup+342.301 s]
/proc/loadavg: 4.05 3.94 3.66 5/190 8028
/proc/meminfo: memFree=15880944/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=149228 CPUtime=342.2 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67436 0 0 0 34212 8 0 0 25 0 1 0 489303404 152809472 20035 33554432000 4194304 4300876 140733527738160 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37307 20035 171 27 0 35756 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 149228

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 3.67 5/190 8030
/proc/meminfo: memFree=15877960/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=149228 CPUtime=402.21 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67472 0 0 0 40212 9 0 0 25 0 1 0 489303404 152809472 20071 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216212 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37307 20071 171 27 0 35756 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 149228

[startup+462.3 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 8031
/proc/meminfo: memFree=15877056/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=149228 CPUtime=462.21 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67512 0 0 0 46212 9 0 0 25 0 1 0 489303404 152809472 20111 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216251 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37307 20111 171 27 0 35756 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 149228

[startup+522.301 s]
/proc/loadavg: 4.00 3.96 3.71 5/190 8033
/proc/meminfo: memFree=15875668/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=150760 CPUtime=522.21 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67554 0 0 0 52212 9 0 0 25 0 1 0 489303404 154378240 20153 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37690 20153 171 27 0 36139 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 150760

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 8034
/proc/meminfo: memFree=15874752/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=150760 CPUtime=582.21 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67598 0 0 0 58212 9 0 0 25 0 1 0 489303404 154378240 20197 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37690 20197 171 27 0 36139 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 150760

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 8036
/proc/meminfo: memFree=15873252/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=150916 CPUtime=642.22 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67810 0 0 0 64213 9 0 0 25 0 1 0 489303404 154537984 20409 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37729 20409 219 27 0 36178 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 150916

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 8038
/proc/meminfo: memFree=15872232/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=150916 CPUtime=702.21 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 67854 0 0 0 70212 9 0 0 25 0 1 0 489303404 154537984 20440 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 37729 20440 206 27 0 36178 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 150916

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 8039
/proc/meminfo: memFree=15868964/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=153216 CPUtime=762.22 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 68288 0 0 0 76213 9 0 0 25 0 1 0 489303404 156893184 20853 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216306 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 38304 20853 185 27 0 36753 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 153216

[startup+822.301 s]
/proc/loadavg: 4.05 3.99 3.78 5/190 8041
/proc/meminfo: memFree=15866824/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=153216 CPUtime=822.22 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 68324 0 0 0 82213 9 0 0 25 0 1 0 489303404 156893184 20882 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 38304 20882 178 27 0 36753 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 153216

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.79 5/190 8042
/proc/meminfo: memFree=15866168/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=153216 CPUtime=882.22 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 68362 0 0 0 88213 9 0 0 25 0 1 0 489303404 156893184 20913 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216251 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 38304 20913 171 27 0 36753 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 153216

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.80 5/190 8044
/proc/meminfo: memFree=15864152/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=153216 CPUtime=942.22 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 68394 0 0 0 94213 9 0 0 25 0 1 0 489303404 156893184 20945 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 38304 20945 171 27 0 36753 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 153216

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 8046
/proc/meminfo: memFree=15863132/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=153216 CPUtime=1002.23 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 68426 0 0 0 100213 10 0 0 25 0 1 0 489303404 156893184 20977 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 38304 20977 171 27 0 36753 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 153216

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 8047
/proc/meminfo: memFree=15862112/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=153216 CPUtime=1062.23 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 68464 0 0 0 106213 10 0 0 25 0 1 0 489303404 156893184 21015 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 38304 21015 171 27 0 36753 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 153216

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8049
/proc/meminfo: memFree=15858852/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=156668 CPUtime=1122.23 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 69079 0 0 0 112213 10 0 0 25 0 1 0 489303404 160428032 21630 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216248 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 39167 21630 171 27 0 37616 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 156668

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 8050
/proc/meminfo: memFree=15856828/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=156668 CPUtime=1182.23 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 69124 0 0 0 118213 10 0 0 25 0 1 0 489303404 160428032 21675 33554432000 4194304 4300876 140733527738160 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 39167 21675 171 27 0 37616 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 156668

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 8052
/proc/meminfo: memFree=15852956/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=156668 CPUtime=1242.23 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 69163 0 0 0 124213 10 0 0 25 0 1 0 489303404 160428032 21714 33554432000 4194304 4300876 140733527738160 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 39167 21714 171 27 0 37616 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 156668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.61 3.89 3.81 3/182 8072
/proc/meminfo: memFree=16257580/32950928 swapFree=67111528/67111528
[pid=7988] ppid=7986 vsize=156668 CPUtime=1299.94 cores=0,2
/proc/7988/stat : 7988 (march_rw) R 7986 7988 6567 0 -1 4202496 69201 0 0 0 129984 10 0 0 25 0 1 0 489303404 160428032 21752 33554432000 4194304 4300876 140733527738160 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7988/statm: 39167 21752 171 27 0 37616 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 156668

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): 1299.95
CPU user time (s): 1299.84
CPU system time (s): 0.109983
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 156668

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

runsolver used 2.03669 second user time and 5.06623 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 02:17:26
IDJOB=3286652
IDBENCH=82432
IDSOLVER=1561
FILE ID=node122/3286652-1303777046
RUNJOBID= node122-1303777018-7889
PBS_JOBID= 13157168
Free space on /tmp= 70748 MiB

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

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
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:      12435920 kB
Buffers:       1796740 kB
Cached:       15293164 kB
SwapCached:          0 kB
Active:        8136272 kB
Inactive:     11813108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12435920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          116444 kB
Writeback:           0 kB
AnonPages:     2859008 kB
Mapped:          15472 kB
Slab:           492048 kB
PageTables:      10672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3405228 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= 70856 MiB
End job on node122 at 2011-04-26 02:39:08