Trace number 3285410

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_rw 2011-03-02? (TO) 1300.07 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.054
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

Solver Data

37.99/38.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
37.99/38.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
37.99/38.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
37.99/38.01	c main()::
37.99/38.01	c initFormula():: searching for DIMACS p-line....
37.99/38.01	c initFormula():: the DIMACS p-line indicates a CNF of 580875 variables and 3140965 clauses.
37.99/38.01	c parseCNF():: parsing....
37.99/38.01	c parseCNF():: the CNF contains 445 unary clauses.
37.99/38.01	c runParser():: parsing was successful, warming up engines...
37.99/38.01	c find_and_remove_tautogolies():: found and removed 74 tautologies
37.99/38.01	c simplify_formula():: removed 0 tautological, 710836 satisfied and 74 duplicate clauses
37.99/38.01	c preprocessing fase I completed:: there are now 438268 free variables and 2430055 clauses.
37.99/38.01	c using k-SAT heuristics (size based diff)
37.99/38.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
37.99/38.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 6 duplicate clauses
37.99/38.01	c resolvent_look() :: found 1334 resolvents
37.99/38.01	c main():: clause / variable ratio: ( 2431389 / 580875 ) = 4.19
37.99/38.01	c longest clause has size 602
37.99/38.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
37.99/38.01	c number of free variables = 438268
37.99/38.01	c dynamic_preselect_setsize :: off
37.99/38.01	c main():: all systems go!
37.99/38.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 624
67.70/67.71	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-3285410-1303770623/watcher-3285410-1303770623 -o /tmp/evaluation-result-3285410-1303770623/solver-3285410-1303770623 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3285410-1303770623.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.04 3.99 3.67 4/189 3443
/proc/meminfo: memFree=10799592/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=33272 CPUtime=0 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 3007 0 0 0 0 0 0 0 22 0 1 0 469478359 34070528 2952 33554432000 4194304 4300876 140736895908688 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 8318 2963 110 27 0 6767 0

[startup+0.0504199 s]
/proc/loadavg: 4.04 3.99 3.67 4/189 3443
/proc/meminfo: memFree=10799592/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=86620 CPUtime=0.04 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 15781 0 0 0 3 1 0 0 22 0 1 0 469478359 88698880 15726 33554432000 4194304 4300876 140736895908688 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 21655 15737 110 27 0 20104 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 86620

[startup+0.100397 s]
/proc/loadavg: 4.04 3.99 3.67 4/189 3443
/proc/meminfo: memFree=10799592/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=104388 CPUtime=0.09 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 21119 0 0 0 7 2 0 0 22 0 1 0 469478359 106893312 21064 33554432000 4194304 4300876 140736895908688 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 26097 21064 113 27 0 24546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104388

[startup+0.300362 s]
/proc/loadavg: 4.04 3.99 3.67 4/189 3443
/proc/meminfo: memFree=10799592/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=116532 CPUtime=0.29 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 24518 0 0 0 26 3 0 0 23 0 1 0 469478359 119328768 24463 33554432000 4194304 4300876 140736895908688 18446744073709551615 233510297344 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 29133 24463 113 27 0 27582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 116532

[startup+0.700302 s]
/proc/loadavg: 4.04 3.99 3.67 4/189 3443
/proc/meminfo: memFree=10799592/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=139632 CPUtime=0.69 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 30999 0 0 0 65 4 0 0 25 0 1 0 469478359 142983168 30944 33554432000 4194304 4300876 140736895908688 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 34908 30945 113 27 0 33357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139632

[startup+1.50015 s]
/proc/loadavg: 4.04 3.99 3.67 5/190 3444
/proc/meminfo: memFree=10656428/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=185832 CPUtime=1.49 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 43938 0 0 0 143 6 0 0 25 0 1 0 469478359 190291968 43883 33554432000 4194304 4300876 140736895908688 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 46458 43883 113 27 0 44907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 185832

[startup+3.10086 s]
/proc/loadavg: 4.04 3.99 3.67 5/190 3444
/proc/meminfo: memFree=10525608/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=403540 CPUtime=3.09 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 85210 0 0 0 296 13 0 0 25 0 1 0 469478359 413224960 64686 33554432000 4194304 4300876 140736895908688 18446744073709551615 4242528 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 100885 64686 127 27 0 99334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 403540

[startup+6.3003 s]
/proc/loadavg: 4.12 4.01 3.68 5/190 3444
/proc/meminfo: memFree=10449344/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=409624 CPUtime=6.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 183948 0 0 0 604 26 0 0 25 0 1 0 469478359 419454976 70303 33554432000 4194304 4300876 140736895908688 18446744073709551615 4242230 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 102406 70303 129 27 0 100855 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 409624

[startup+12.7011 s]
/proc/loadavg: 4.11 4.01 3.68 5/190 3444
/proc/meminfo: memFree=10430636/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=391120 CPUtime=12.69 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4194304 334636 0 0 0 1222 47 0 0 25 0 1 0 469478359 400506880 65677 33554432000 4194304 4300876 140736895908688 18446744073709551615 4246948 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 97780 65677 129 27 0 96229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 391120

[startup+25.5008 s]
/proc/loadavg: 4.08 4.01 3.68 5/190 3445
/proc/meminfo: memFree=10353772/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=484012 CPUtime=25.5 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 734560 0 0 0 2448 102 0 0 25 0 1 0 469478359 495628288 88902 33554432000 4194304 4300876 140736895908688 18446744073709551615 233509946572 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 121003 88902 144 27 0 119452 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 484012

[startup+51.1002 s]
/proc/loadavg: 4.05 4.00 3.69 5/190 3445
/proc/meminfo: memFree=10118680/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1237960 CPUtime=51.09 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 925083 0 0 0 4985 124 0 0 25 0 1 0 469478359 1267671040 141322 33554432000 4194304 4300876 140736895908688 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 309490 141322 172 27 0 307939 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1237960

[startup+102.307 s]
/proc/loadavg: 4.06 4.02 3.71 5/190 3447
/proc/meminfo: memFree=10071784/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1248480 CPUtime=102.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 927382 0 0 0 10105 125 0 0 25 0 1 0 469478359 1278443520 143621 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216327 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 312120 143621 173 27 0 310569 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1248480

[startup+162.3 s]
/proc/loadavg: 4.02 4.01 3.73 5/190 3448
/proc/meminfo: memFree=10051968/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1255248 CPUtime=162.29 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 929241 0 0 0 16104 125 0 0 25 0 1 0 469478359 1285373952 145480 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 313812 145480 173 27 0 312261 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1255248

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.74 5/190 3482
/proc/meminfo: memFree=9915964/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1257672 CPUtime=222.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 930039 0 0 0 22104 126 0 0 25 0 1 0 469478359 1287856128 146278 33554432000 4194304 4300876 140736895908688 18446744073709551615 4199334 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 314418 146278 173 27 0 312867 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1257672

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 3483
/proc/meminfo: memFree=9617244/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1258116 CPUtime=282.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 930153 0 0 0 28104 126 0 0 25 0 1 0 469478359 1288310784 146392 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 314529 146392 173 27 0 312978 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1258116

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 3485
/proc/meminfo: memFree=9598040/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1258384 CPUtime=342.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 930247 0 0 0 34104 126 0 0 25 0 1 0 469478359 1288585216 146486 33554432000 4194304 4300876 140736895908688 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 314596 146486 173 27 0 313045 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1258384

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 3487
/proc/meminfo: memFree=9593704/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1258668 CPUtime=402.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 930395 0 0 0 40104 126 0 0 25 0 1 0 469478359 1288876032 146634 33554432000 4194304 4300876 140736895908688 18446744073709551615 4214423 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 314667 146634 173 27 0 313116 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1258668

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 3488
/proc/meminfo: memFree=9591068/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1259984 CPUtime=462.3 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 930782 0 0 0 46104 126 0 0 25 0 1 0 469478359 1290223616 147021 33554432000 4194304 4300876 140736895908688 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 314996 147021 173 27 0 313445 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1259984

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 3490
/proc/meminfo: memFree=9586564/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1260692 CPUtime=522.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 930968 0 0 0 52105 126 0 0 25 0 1 0 469478359 1290948608 147207 33554432000 4194304 4300876 140736895908688 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315173 147207 173 27 0 313622 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1260692

[startup+582.301 s]
/proc/loadavg: 4.09 4.03 3.82 5/190 3492
/proc/meminfo: memFree=9582928/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1261192 CPUtime=582.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931082 0 0 0 58105 126 0 0 25 0 1 0 469478359 1291460608 147321 33554432000 4194304 4300876 140736895908688 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315298 147321 173 27 0 313747 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1261192

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 3.83 5/190 3494
/proc/meminfo: memFree=9579812/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1261456 CPUtime=642.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931158 0 0 0 64105 126 0 0 25 0 1 0 469478359 1291730944 147397 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315364 147397 173 27 0 313813 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1261456

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.83 5/190 3496
/proc/meminfo: memFree=9577788/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1262012 CPUtime=702.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931320 0 0 0 70105 126 0 0 25 0 1 0 469478359 1292300288 147559 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315503 147559 173 27 0 313952 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1262012

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 3497
/proc/meminfo: memFree=9575648/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1262472 CPUtime=762.32 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931446 0 0 0 76106 126 0 0 25 0 1 0 469478359 1292771328 147685 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315618 147685 173 27 0 314067 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1262472

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 3499
/proc/meminfo: memFree=9573264/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1263180 CPUtime=822.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931585 0 0 0 82105 126 0 0 25 0 1 0 469478359 1293496320 147824 33554432000 4194304 4300876 140736895908688 18446744073709551615 4248583 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315795 147824 173 27 0 314244 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1263180

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 3500
/proc/meminfo: memFree=9571380/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1263456 CPUtime=882.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931699 0 0 0 88105 126 0 0 25 0 1 0 469478359 1293778944 147938 33554432000 4194304 4300876 140736895908688 18446744073709551615 233509692621 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315864 147938 173 27 0 314313 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1263456

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 3502
/proc/meminfo: memFree=9569128/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1263588 CPUtime=942.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931752 0 0 0 94105 126 0 0 25 0 1 0 469478359 1293914112 147991 33554432000 4194304 4300876 140736895908688 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 315897 147991 173 27 0 314346 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1263588

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 3504
/proc/meminfo: memFree=9567108/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1264408 CPUtime=1002.31 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 931967 0 0 0 100105 126 0 0 25 0 1 0 469478359 1294753792 148206 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 316102 148206 173 27 0 314551 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1264408

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 3505
/proc/meminfo: memFree=9562616/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1264868 CPUtime=1062.32 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 932110 0 0 0 106106 126 0 0 25 0 1 0 469478359 1295224832 148349 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 316217 148349 173 27 0 314666 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1264868

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.88 5/190 3507
/proc/meminfo: memFree=9558244/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1265676 CPUtime=1122.33 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 932323 0 0 0 112106 127 0 0 25 0 1 0 469478359 1296052224 148562 33554432000 4194304 4300876 140736895908688 18446744073709551615 4248736 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 316419 148562 173 27 0 314868 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1265676

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.88 5/190 3514
/proc/meminfo: memFree=9553620/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1266384 CPUtime=1182.33 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 932447 0 0 0 118106 127 0 0 25 0 1 0 469478359 1296777216 148686 33554432000 4194304 4300876 140736895908688 18446744073709551615 4225407 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 316596 148686 173 27 0 315045 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1266384

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 3516
/proc/meminfo: memFree=9548768/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1266784 CPUtime=1242.33 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 932582 0 0 0 124106 127 0 0 25 0 1 0 469478359 1297186816 148821 33554432000 4194304 4300876 140736895908688 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 316696 148821 173 27 0 315145 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1266784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.88 3/180 3554
/proc/meminfo: memFree=9955992/32951124 swapFree=67111528/67111528
[pid=3443] ppid=3441 vsize=1267048 CPUtime=1300.03 cores=5,7
/proc/3443/stat : 3443 (march_rw) R 3441 3443 3225 0 -1 4202496 932654 0 0 0 129876 127 0 0 25 0 1 0 469478359 1297457152 148893 33554432000 4194304 4300876 140736895908688 18446744073709551615 4199293 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3443/statm: 316762 148893 173 27 0 315211 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1267048

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.04
CPU time (s): 1300.07
CPU user time (s): 1298.77
CPU system time (s): 1.3018
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1298072

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

runsolver used 2.03869 second user time and 5.06623 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 00:30:25
IDJOB=3285410
IDBENCH=82386
IDSOLVER=1561
FILE ID=node145/3285410-1303770623
RUNJOBID= node145-1303769317-3246
PBS_JOBID= 13157170
Free space on /tmp= 71520 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285410-1303770623/watcher-3285410-1303770623 -o /tmp/evaluation-result-3285410-1303770623/solver-3285410-1303770623 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3285410-1303770623.cnf

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=1594134438

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10799748 kB
Buffers:       2190812 kB
Cached:       18812268 kB
SwapCached:          0 kB
Active:       11112644 kB
Inactive:     10463964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10799748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           98400 kB
Writeback:           0 kB
AnonPages:      572852 kB
Mapped:          15332 kB
Slab:           508912 kB
PageTables:       6344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1207940 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= 71508 MiB
End job on node145 at 2011-04-26 00:52:07