Trace number 3285272

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.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data

4.59/4.68	c main():: ***                                   [ march satisfiability solver ]                                   ***
4.59/4.68	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
4.59/4.68	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
4.59/4.68	c main()::
4.59/4.68	c initFormula():: searching for DIMACS p-line....
4.59/4.68	c full lookahead due to high density!
4.59/4.68	c initFormula():: the DIMACS p-line indicates a CNF of 87884 variables and 1413816 clauses.
4.59/4.68	c parseCNF():: parsing....
4.59/4.68	c parseCNF():: the CNF contains 696 unary clauses.
4.59/4.68	c runParser():: parsing was successful, warming up engines...
4.59/4.68	c find_and_remove_tautogolies():: found and removed 194 tautologies
4.59/4.68	c find_and_remove_tautogolies():: found and removed 360 tautologies
4.59/4.68	c simplify_formula():: removed 45 tautological, 673392 satisfied and 911 duplicate clauses
4.59/4.68	c preprocessing fase I completed:: there are now 53305 free variables and 739468 clauses.
4.59/4.68	c using k-SAT heuristics (size based diff)
4.59/4.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.59/4.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 117 duplicate clauses
4.59/4.68	c resolvent_look() :: found 13062 resolvents
4.59/4.68	c main():: clause / variable ratio: ( 752530 / 87884 ) = 8.56
4.59/4.68	c longest clause has size 58
4.59/4.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.59/4.68	c number of free variables = 53305
4.59/4.68	c dynamic_preselect_setsize :: off
4.59/4.68	c main():: all systems go!
4.59/4.68	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 416
53.79/53.85	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-3285272-1303770561/watcher-3285272-1303770561 -o /tmp/evaluation-result-3285272-1303770561/solver-3285272-1303770561 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3285272-1303770561.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.05 3.95 3.91 4/189 7841
/proc/meminfo: memFree=12969100/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=25572 CPUtime=0 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4194304 3042 0 0 0 0 0 0 0 23 0 1 0 488656915 26185728 2986 33554432000 4194304 4300876 140733823112784 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 6426 2991 110 27 0 4875 0

[startup+0.1005 s]
/proc/loadavg: 4.05 3.95 3.91 4/189 7841
/proc/meminfo: memFree=12969100/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=37560 CPUtime=0.09 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4194304 6700 0 0 0 9 0 0 0 23 0 1 0 488656915 38461440 6644 33554432000 4194304 4300876 140733823112784 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 9390 6644 113 27 0 7839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37560

[startup+0.200482 s]
/proc/loadavg: 4.05 3.95 3.91 4/189 7841
/proc/meminfo: memFree=12969100/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=43764 CPUtime=0.19 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4194304 8433 0 0 0 18 1 0 0 24 0 1 0 488656915 44814336 8377 33554432000 4194304 4300876 140733823112784 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 10941 8378 113 27 0 9390 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43764

[startup+0.300461 s]
/proc/loadavg: 4.05 3.95 3.91 4/189 7841
/proc/meminfo: memFree=12969100/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=49968 CPUtime=0.29 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4194304 10171 0 0 0 27 2 0 0 25 0 1 0 488656915 51167232 10115 33554432000 4194304 4300876 140733823112784 18446744073709551615 222921776896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 12492 10116 113 27 0 10941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49968

[startup+0.700387 s]
/proc/loadavg: 4.05 3.95 3.91 4/189 7841
/proc/meminfo: memFree=12969100/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=75048 CPUtime=0.69 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4194304 17201 0 0 0 66 3 0 0 25 0 1 0 488656915 76849152 17145 33554432000 4194304 4300876 140733823112784 18446744073709551615 222921776896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 18762 17146 113 27 0 17211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75048

[startup+1.50024 s]
/proc/loadavg: 4.05 3.95 3.91 5/190 7842
/proc/meminfo: memFree=12626388/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=146856 CPUtime=1.49 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4194304 30222 0 0 0 144 5 0 0 25 0 1 0 488656915 150380544 21467 33554432000 4194304 4300876 140733823112784 18446744073709551615 4242424 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 36714 21467 129 27 0 35163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146856

[startup+3.10095 s]
/proc/loadavg: 4.05 3.95 3.91 5/190 7842
/proc/meminfo: memFree=12620196/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=146844 CPUtime=3.09 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 30239 0 0 0 304 5 0 0 25 0 1 0 488656915 150368256 21481 33554432000 4194304 4300876 140733823112784 18446744073709551615 222921426514 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 36711 21481 144 27 0 35160 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146844

[startup+6.30037 s]
/proc/loadavg: 4.04 3.95 3.91 5/190 7842
/proc/meminfo: memFree=12543688/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=275288 CPUtime=6.29 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 54716 0 0 0 620 9 0 0 25 0 1 0 488656915 281894912 30466 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 68822 30466 169 27 0 67271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275288

[startup+12.7002 s]
/proc/loadavg: 4.04 3.95 3.91 5/190 7842
/proc/meminfo: memFree=12403336/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=279096 CPUtime=12.69 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 55630 0 0 0 1260 9 0 0 25 0 1 0 488656915 285794304 31380 33554432000 4194304 4300876 140733823112784 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 69774 31380 169 27 0 68223 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 279096

[startup+25.5009 s]
/proc/loadavg: 4.03 3.95 3.91 5/190 7843
/proc/meminfo: memFree=12397640/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=279232 CPUtime=25.49 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 55673 0 0 0 2540 9 0 0 25 0 1 0 488656915 285933568 31423 33554432000 4194304 4300876 140733823112784 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 69808 31423 169 27 0 68257 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 279232

[startup+51.1012 s]
/proc/loadavg: 4.02 3.95 3.91 5/190 7843
/proc/meminfo: memFree=12362024/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=299880 CPUtime=51.09 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 61011 0 0 0 5099 10 0 0 25 0 1 0 488656915 307077120 36757 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199317 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 74970 36757 170 27 0 73419 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 299880

[startup+102.301 s]
/proc/loadavg: 4.07 3.97 3.91 5/190 7845
/proc/meminfo: memFree=12329464/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=329316 CPUtime=102.3 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 67601 0 0 0 10218 12 0 0 25 0 1 0 488656915 337219584 43342 33554432000 4194304 4300876 140733823112784 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 82329 43342 171 27 0 80778 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 329316

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 3.91 5/190 7846
/proc/meminfo: memFree=12311500/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=337128 CPUtime=162.29 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 69561 0 0 0 16217 12 0 0 25 0 1 0 488656915 345219072 45302 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 84282 45302 171 27 0 82731 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 337128

[startup+222.307 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 7848
/proc/meminfo: memFree=12298836/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=340332 CPUtime=222.29 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 70425 0 0 0 22217 12 0 0 25 0 1 0 488656915 348499968 46166 33554432000 4194304 4300876 140733823112784 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 85083 46166 171 27 0 83532 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 340332

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 7849
/proc/meminfo: memFree=12283548/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=344308 CPUtime=282.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 71302 0 0 0 28216 12 0 0 25 0 1 0 488656915 352571392 47009 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 86077 47009 171 27 0 84526 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 344308

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 7851
/proc/meminfo: memFree=12268224/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=346468 CPUtime=342.29 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 71905 0 0 0 34216 13 0 0 25 0 1 0 488656915 354783232 47612 33554432000 4194304 4300876 140733823112784 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 86617 47612 171 27 0 85066 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 346468

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 7853
/proc/meminfo: memFree=12263116/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=347632 CPUtime=402.29 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 72254 0 0 0 40216 13 0 0 25 0 1 0 488656915 355975168 47961 33554432000 4194304 4300876 140733823112784 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 86908 47961 171 27 0 85357 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 347632

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 7854
/proc/meminfo: memFree=12256896/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=351472 CPUtime=462.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 72850 0 0 0 46215 13 0 0 25 0 1 0 488656915 359907328 48557 33554432000 4194304 4300876 140733823112784 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 87868 48557 206 27 0 86317 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 351472

[startup+522.301 s]
/proc/loadavg: 4.07 3.99 3.92 5/190 7856
/proc/meminfo: memFree=12254520/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=351608 CPUtime=522.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 73009 0 0 0 52215 13 0 0 25 0 1 0 488656915 360046592 48682 33554432000 4194304 4300876 140733823112784 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 87902 48682 172 27 0 86351 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 351608

[startup+582.301 s]
/proc/loadavg: 4.06 4.00 3.93 5/190 7857
/proc/meminfo: memFree=12249552/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=352432 CPUtime=582.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 73282 0 0 0 58215 13 0 0 25 0 1 0 488656915 360890368 48955 33554432000 4194304 4300876 140733823112784 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 88108 48955 172 27 0 86557 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 352432

[startup+642.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 7859
/proc/meminfo: memFree=12246928/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=353248 CPUtime=642.27 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 73507 0 0 0 64214 13 0 0 25 0 1 0 488656915 361725952 49180 33554432000 4194304 4300876 140733823112784 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 88312 49180 172 27 0 86761 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 353248

[startup+702.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 7861
/proc/meminfo: memFree=12242812/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=354128 CPUtime=702.27 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 73791 0 0 0 70214 13 0 0 25 0 1 0 488656915 362627072 49464 33554432000 4194304 4300876 140733823112784 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 88532 49464 172 27 0 86981 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 354128

[startup+762.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 7862
/proc/meminfo: memFree=12236588/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=354832 CPUtime=762.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 74037 0 0 0 76215 13 0 0 25 0 1 0 488656915 363347968 49710 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199334 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 88708 49710 172 27 0 87157 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 354832

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7864
/proc/meminfo: memFree=12235216/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=355272 CPUtime=822.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 74221 0 0 0 82214 14 0 0 25 0 1 0 488656915 363798528 49894 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 88818 49894 172 27 0 87267 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 355272

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7865
/proc/meminfo: memFree=12229992/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=362128 CPUtime=882.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 75132 0 0 0 88214 14 0 0 25 0 1 0 488656915 370819072 50805 33554432000 4194304 4300876 140733823112784 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 90532 50805 199 27 0 88981 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 362128

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7867
/proc/meminfo: memFree=12229104/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=362128 CPUtime=942.28 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 75198 0 0 0 94214 14 0 0 25 0 1 0 488656915 370819072 50871 33554432000 4194304 4300876 140733823112784 18446744073709551615 4227546 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 90532 50871 199 27 0 88981 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 362128

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7869
/proc/meminfo: memFree=12227596/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=362536 CPUtime=1002.27 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 75371 0 0 0 100213 14 0 0 25 0 1 0 488656915 371236864 51019 33554432000 4194304 4300876 140733823112784 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 90634 51019 174 27 0 89083 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 362536

[startup+1062.3 s]
/proc/loadavg: 3.89 3.97 3.92 5/190 7926
/proc/meminfo: memFree=11207852/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=364500 CPUtime=1062.27 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 75914 0 0 0 106213 14 0 0 25 0 1 0 488656915 373248000 51562 33554432000 4194304 4300876 140733823112784 18446744073709551615 4261363 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 91125 51562 174 27 0 89574 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 364500

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 7928
/proc/meminfo: memFree=11459816/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=364776 CPUtime=1122.27 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 76075 0 0 0 112213 14 0 0 25 0 1 0 488656915 373530624 51723 33554432000 4194304 4300876 140733823112784 18446744073709551615 4199334 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 91194 51723 174 27 0 89643 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 364776

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 7957
/proc/meminfo: memFree=12812112/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=366256 CPUtime=1182.27 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 76512 0 0 0 118213 14 0 0 25 0 1 0 488656915 375046144 52160 33554432000 4194304 4300876 140733823112784 18446744073709551615 4216273 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 91564 52160 174 27 0 90013 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 366256

[startup+1242.3 s]
/proc/loadavg: 4.05 4.00 3.93 5/190 7959
/proc/meminfo: memFree=11975676/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=368200 CPUtime=1242.26 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 76978 0 0 0 124212 14 0 0 25 0 1 0 488656915 377036800 52626 33554432000 4194304 4300876 140733823112784 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 92050 52626 174 27 0 90499 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 368200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 7961
/proc/meminfo: memFree=11924512/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=374752 CPUtime=1299.97 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 78597 0 0 0 129983 14 0 0 25 0 1 0 488656915 383746048 54245 33554432000 4194304 4300876 140733823112784 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 93688 54245 174 27 0 92137 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 374752

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.02 4.00 3.93 5/190 7961
/proc/meminfo: memFree=11924512/32951124 swapFree=67111528/67111528
[pid=7841] ppid=7839 vsize=374752 CPUtime=1299.97 cores=5,7
/proc/7841/stat : 7841 (march_rw) R 7839 7841 7693 0 -1 4202496 78597 0 0 0 129983 14 0 0 25 0 1 0 488656915 383746048 54245 33554432000 4194304 4300876 140733823112784 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7841/statm: 93688 54245 174 27 0 92137 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 374752

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1299.83
CPU system time (s): 0.158975
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 374752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 3136

runsolver used 1.9417 second user time and 5.15622 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-26 00:29:22
IDJOB=3285272
IDBENCH=82378
IDSOLVER=1561
FILE ID=node109/3285272-1303770561
RUNJOBID= node109-1303770296-7714
PBS_JOBID= 13157175
Free space on /tmp= 71808 MiB

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

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=501616701

node109.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.809
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.61
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.809
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12969380 kB
Buffers:       2117096 kB
Cached:       16109412 kB
SwapCached:          0 kB
Active:       11122524 kB
Inactive:      8279872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12969380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          141332 kB
Writeback:          32 kB
AnonPages:     1175456 kB
Mapped:          15404 kB
Slab:           512244 kB
PageTables:       7568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1964252 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= 71772 MiB
End job on node109 at 2011-04-26 00:51:04