Trace number 3285962

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.99 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

3.09/3.15	c main():: ***                                   [ march satisfiability solver ]                                   ***
3.09/3.15	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
3.09/3.15	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
3.09/3.15	c main()::
3.09/3.15	c initFormula():: searching for DIMACS p-line....
3.09/3.15	c full lookahead due to high density!
3.09/3.15	c initFormula():: the DIMACS p-line indicates a CNF of 66084 variables and 1060536 clauses.
3.09/3.15	c parseCNF():: parsing....
3.09/3.15	c parseCNF():: the CNF contains 696 unary clauses.
3.09/3.15	c runParser():: parsing was successful, warming up engines...
3.09/3.15	c find_and_remove_tautogolies():: found and removed 194 tautologies
3.09/3.15	c find_and_remove_tautogolies():: found and removed 360 tautologies
3.09/3.15	c simplify_formula():: removed 45 tautological, 574512 satisfied and 911 duplicate clauses
3.09/3.15	c preprocessing fase I completed:: there are now 35345 free variables and 485068 clauses.
3.09/3.15	c using k-SAT heuristics (size based diff)
3.09/3.15	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.09/3.15	c simplify_formula():: removed 0 tautological, 0 satisfied and 117 duplicate clauses
3.09/3.15	c resolvent_look() :: found 13062 resolvents
3.09/3.15	c main():: clause / variable ratio: ( 498130 / 66084 ) = 7.54
3.09/3.15	c longest clause has size 58
3.09/3.15	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.09/3.15	c number of free variables = 35345
3.09/3.15	c dynamic_preselect_setsize :: off
3.09/3.15	c main():: all systems go!
3.09/3.15	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 1084
51.40/51.49	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 11753
392.29/392.33	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-3285962-1303775269/watcher-3285962-1303775269 -o /tmp/evaluation-result-3285962-1303775269/solver-3285962-1303775269 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3285962-1303775269.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.20 1.64 2.11 4/180 31324
/proc/meminfo: memFree=22139904/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=21764 CPUtime=0 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4194304 2653 0 0 0 0 0 0 0 20 0 1 0 489129876 22286336 2597 33554432000 4194304 4300876 140736864002384 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 5441 2603 110 27 0 3890 0

[startup+0.0566261 s]
/proc/loadavg: 1.20 1.64 2.11 4/180 31324
/proc/meminfo: memFree=22139904/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=28748 CPUtime=0.05 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4194304 4757 0 0 0 5 0 0 0 20 0 1 0 489129876 29437952 4701 33554432000 4194304 4300876 140736864002384 18446744073709551615 218370957056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 7187 4702 113 27 0 5636 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28748

[startup+0.100617 s]
/proc/loadavg: 1.20 1.64 2.11 4/180 31324
/proc/meminfo: memFree=22139904/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=31520 CPUtime=0.09 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4194304 5567 0 0 0 9 0 0 0 20 0 1 0 489129876 32276480 5511 33554432000 4194304 4300876 140736864002384 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 7880 5512 113 27 0 6329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31520

[startup+0.300583 s]
/proc/loadavg: 1.20 1.64 2.11 4/180 31324
/proc/meminfo: memFree=22139904/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=44192 CPUtime=0.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4194304 9113 0 0 0 28 1 0 0 21 0 1 0 489129876 45252608 9057 33554432000 4194304 4300876 140736864002384 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 11048 9058 113 27 0 9497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44192

[startup+0.700513 s]
/proc/loadavg: 1.20 1.64 2.11 4/180 31324
/proc/meminfo: memFree=22139904/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=109864 CPUtime=0.69 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4194304 20474 0 0 0 66 3 0 0 22 0 1 0 489129876 112500736 14841 33554432000 4194304 4300876 140736864002384 18446744073709551615 218370352377 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 27466 14841 127 27 0 25915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109864

[startup+1.50037 s]
/proc/loadavg: 1.20 1.64 2.11 5/181 31326
/proc/meminfo: memFree=21966796/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=110008 CPUtime=1.49 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4194304 22272 0 0 0 146 3 0 0 25 0 1 0 489129876 112648192 15683 33554432000 4194304 4300876 140736864002384 18446744073709551615 4240270 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 27502 15683 129 27 0 25951 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110008

[startup+3.10109 s]
/proc/loadavg: 1.20 1.64 2.11 5/184 31332
/proc/meminfo: memFree=21732564/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=217096 CPUtime=3.09 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 38360 0 0 0 305 4 0 0 25 0 1 0 489129876 222306304 24897 33554432000 4194304 4300876 140736864002384 18446744073709551615 4240329 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 54274 24897 156 27 0 52723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 217096

[startup+6.30052 s]
/proc/loadavg: 1.74 1.74 2.14 5/187 31338
/proc/meminfo: memFree=21065916/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=207748 CPUtime=6.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 40955 0 0 0 624 5 0 0 25 0 1 0 489129876 212733952 23240 33554432000 4194304 4300876 140736864002384 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 51937 23240 169 27 0 50386 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 207748

[startup+12.7004 s]
/proc/loadavg: 2.00 1.80 2.15 5/190 31344
/proc/meminfo: memFree=20296848/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=208292 CPUtime=12.69 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 41089 0 0 0 1261 8 0 0 25 0 1 0 489129876 213291008 23374 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 52073 23374 169 27 0 50522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 208292

[startup+25.5011 s]
/proc/loadavg: 2.45 1.90 2.18 5/190 31344
/proc/meminfo: memFree=20107228/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=210480 CPUtime=25.49 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 41725 0 0 0 2541 8 0 0 25 0 1 0 489129876 215531520 24010 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 52620 24010 170 27 0 51069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 210480

[startup+51.1006 s]
/proc/loadavg: 3.04 2.09 2.23 5/190 31345
/proc/meminfo: memFree=19654552/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=234960 CPUtime=51.09 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 47952 0 0 0 5100 9 0 0 25 0 1 0 489129876 240599040 30235 33554432000 4194304 4300876 140736864002384 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 58740 30235 171 27 0 57189 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 234960

[startup+102.3 s]
/proc/loadavg: 3.58 2.38 2.32 5/190 31346
/proc/meminfo: memFree=19134232/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=245884 CPUtime=102.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 50572 0 0 0 10219 10 0 0 25 0 1 0 489129876 251785216 32854 33554432000 4194304 4300876 140736864002384 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 61471 32854 171 27 0 59920 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 245884

[startup+162.301 s]
/proc/loadavg: 3.88 2.69 2.43 5/190 31348
/proc/meminfo: memFree=18511956/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=250736 CPUtime=162.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 51805 0 0 0 16219 10 0 0 25 0 1 0 489129876 256753664 34066 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 62684 34066 171 27 0 61133 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 250736

[startup+222.3 s]
/proc/loadavg: 3.87 2.91 2.52 4/185 31366
/proc/meminfo: memFree=19732708/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=254396 CPUtime=222.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 52735 0 0 0 22218 11 0 0 25 0 1 0 489129876 260501504 34980 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 63599 34980 171 27 0 62048 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 254396

[startup+282.301 s]
/proc/loadavg: 3.32 2.92 2.55 4/184 31368
/proc/meminfo: memFree=19729512/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=257580 CPUtime=282.3 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 53508 0 0 0 28219 11 0 0 25 0 1 0 489129876 263761920 35753 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 64395 35753 183 27 0 62844 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 257580

[startup+342.301 s]
/proc/loadavg: 3.12 2.93 2.57 4/184 31369
/proc/meminfo: memFree=19724980/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=263456 CPUtime=342.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 54582 0 0 0 34218 11 0 0 25 0 1 0 489129876 269778944 36827 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216251 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 65864 36827 194 27 0 64313 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 263456

[startup+402.306 s]
/proc/loadavg: 3.04 2.94 2.60 4/184 31371
/proc/meminfo: memFree=19718728/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=267468 CPUtime=402.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 56034 0 0 0 40218 11 0 0 25 0 1 0 489129876 273887232 38269 33554432000 4194304 4300876 140736864002384 18446744073709551615 4248759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 66867 38269 185 27 0 65316 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 267468

[startup+462.301 s]
/proc/loadavg: 3.01 2.95 2.62 4/184 31373
/proc/meminfo: memFree=19713840/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=276580 CPUtime=462.29 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 57114 0 0 0 46217 12 0 0 25 0 1 0 489129876 283217920 39349 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 69145 39349 185 27 0 67594 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 276580

[startup+522.301 s]
/proc/loadavg: 3.00 2.95 2.64 4/184 31374
/proc/meminfo: memFree=19709440/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=278788 CPUtime=522.28 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 58136 0 0 0 52216 12 0 0 25 0 1 0 489129876 285478912 40371 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 69697 40371 185 27 0 68146 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 278788

[startup+582.3 s]
/proc/loadavg: 3.00 2.96 2.66 4/184 31376
/proc/meminfo: memFree=19705908/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=280784 CPUtime=582.28 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 59066 0 0 0 58215 13 0 0 25 0 1 0 489129876 287522816 41301 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 70196 41301 185 27 0 68645 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 280784

[startup+642.301 s]
/proc/loadavg: 3.04 2.98 2.68 4/184 31377
/proc/meminfo: memFree=19703372/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=293596 CPUtime=642.28 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 59564 0 0 0 64215 13 0 0 25 0 1 0 489129876 300642304 41798 33554432000 4194304 4300876 140736864002384 18446744073709551615 4225409 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 73399 41798 185 27 0 71848 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 293596

[startup+702.301 s]
/proc/loadavg: 3.01 2.98 2.70 4/184 31379
/proc/meminfo: memFree=19700988/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=294152 CPUtime=702.28 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 60036 0 0 0 70214 14 0 0 25 0 1 0 489129876 301211648 42270 33554432000 4194304 4300876 140736864002384 18446744073709551615 4248583 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 73538 42270 185 27 0 71987 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 294152

[startup+762.3 s]
/proc/loadavg: 3.00 2.98 2.72 4/184 31381
/proc/meminfo: memFree=19698584/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=295280 CPUtime=762.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 60592 0 0 0 76213 14 0 0 25 0 1 0 489129876 302366720 42826 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216212 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 73820 42826 185 27 0 72269 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 295280

[startup+822.301 s]
/proc/loadavg: 3.00 2.98 2.73 4/184 31391
/proc/meminfo: memFree=19696148/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=295280 CPUtime=822.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 61080 0 0 0 82213 14 0 0 25 0 1 0 489129876 302366720 43314 33554432000 4194304 4300876 140736864002384 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 73820 43314 185 27 0 72269 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 295280

[startup+882.3 s]
/proc/loadavg: 3.00 2.98 2.74 4/184 31393
/proc/meminfo: memFree=19693400/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=296008 CPUtime=882.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 61833 0 0 0 88213 14 0 0 25 0 1 0 489129876 303112192 44067 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 74002 44067 185 27 0 72451 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 296008

[startup+942.301 s]
/proc/loadavg: 3.08 2.99 2.76 4/184 31397
/proc/meminfo: memFree=19691020/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=296556 CPUtime=942.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 62562 0 0 0 94213 14 0 0 25 0 1 0 489129876 303673344 44796 33554432000 4194304 4300876 140736864002384 18446744073709551615 4248583 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 74139 44796 185 27 0 72588 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 296556

[startup+1002.3 s]
/proc/loadavg: 3.08 3.01 2.78 4/184 31399
/proc/meminfo: memFree=19687072/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=321452 CPUtime=1002.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 63508 0 0 0 100212 15 0 0 25 0 1 0 489129876 329166848 45742 33554432000 4194304 4300876 140736864002384 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 80363 45742 185 27 0 78812 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 321452

[startup+1062.31 s]
/proc/loadavg: 3.03 3.00 2.79 4/184 31401
/proc/meminfo: memFree=19683952/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=321452 CPUtime=1062.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 64243 0 0 0 106212 15 0 0 25 0 1 0 489129876 329166848 46477 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216284 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 80363 46477 185 27 0 78812 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 321452

[startup+1122.3 s]
/proc/loadavg: 3.01 3.00 2.80 4/184 31402
/proc/meminfo: memFree=19681196/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=321452 CPUtime=1122.27 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 64907 0 0 0 112211 16 0 0 25 0 1 0 489129876 329166848 47141 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 80363 47141 185 27 0 78812 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 321452

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.81 4/184 31404
/proc/meminfo: memFree=19679072/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=321608 CPUtime=1182.26 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 65420 0 0 0 118210 16 0 0 25 0 1 0 489129876 329326592 47654 33554432000 4194304 4300876 140736864002384 18446744073709551615 4227872 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 80402 47654 185 27 0 78851 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 321608

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 2.82 4/184 31405
/proc/meminfo: memFree=19674700/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=321908 CPUtime=1242.26 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 66277 0 0 0 124209 17 0 0 25 0 1 0 489129876 329633792 48511 33554432000 4194304 4300876 140736864002384 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 80477 48511 185 27 0 78926 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 321908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 2.83 4/184 31407
/proc/meminfo: memFree=19671324/32951124 swapFree=67051468/67111528
[pid=31324] ppid=31322 vsize=322204 CPUtime=1299.96 cores=1,3
/proc/31324/stat : 31324 (march_rw) R 31322 31324 28631 0 -1 4202496 67099 0 0 0 129979 17 0 0 25 0 1 0 489129876 329936896 49333 33554432000 4194304 4300876 140736864002384 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31324/statm: 80551 49333 185 27 0 79000 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 322204

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.02
CPU time (s): 1299.99
CPU user time (s): 1299.8
CPU system time (s): 0.186971
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 322204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67099
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= 6
involuntary context switches= 2644

runsolver used 1.9887 second user time and 4.99124 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 01:47:51
IDJOB=3285962
IDBENCH=82410
IDSOLVER=1561
FILE ID=node101/3285962-1303775269
RUNJOBID= node101-1303775267-31302
PBS_JOBID= 13157151
Free space on /tmp= 71360 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285962-1303775269/watcher-3285962-1303775269 -o /tmp/evaluation-result-3285962-1303775269/solver-3285962-1303775269 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3285962-1303775269.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=2069636154

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22140432 kB
Buffers:       2086100 kB
Cached:        8203080 kB
SwapCached:      33708 kB
Active:        6416420 kB
Inactive:      3921716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22140432 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          103740 kB
Writeback:           0 kB
AnonPages:       36000 kB
Mapped:           8604 kB
Slab:           408468 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   201500 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= 71160 MiB
End job on node101 at 2011-04-26 02:09:33