Trace number 3285456

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.08 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

69.70/69.75	c main():: ***                                   [ march satisfiability solver ]                                   ***
69.70/69.75	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
69.70/69.75	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
69.70/69.75	c main()::
69.70/69.75	c initFormula():: searching for DIMACS p-line....
69.70/69.75	c initFormula():: the DIMACS p-line indicates a CNF of 756832 variables and 4116966 clauses.
69.70/69.75	c parseCNF():: parsing....
69.70/69.75	c parseCNF():: the CNF contains 846 unary clauses.
69.70/69.75	c runParser():: parsing was successful, warming up engines...
69.70/69.75	c find_and_remove_tautogolies():: found and removed 128 tautologies
69.70/69.75	c simplify_formula():: removed 9 tautological, 1540831 satisfied and 145 duplicate clauses
69.70/69.75	c preprocessing fase I completed:: there are now 468367 free variables and 2575981 clauses.
69.70/69.75	c using k-SAT heuristics (size based diff)
69.70/69.75	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
69.70/69.75	c simplify_formula():: removed 0 tautological, 0 satisfied and 26 duplicate clauses
69.70/69.75	c resolvent_look() :: found 33666 resolvents
69.70/69.75	c main():: clause / variable ratio: ( 2609647 / 756832 ) = 3.45
69.70/69.75	c longest clause has size 1178
69.70/69.75	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
69.70/69.75	c number of free variables = 468367
69.70/69.75	c dynamic_preselect_setsize :: off
69.70/69.75	c main():: all systems go!
69.70/69.75	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-3285456-1303770811/watcher-3285456-1303770811 -o /tmp/evaluation-result-3285456-1303770811/solver-3285456-1303770811 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3285456-1303770811.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: 4.01 4.01 3.73 4/189 3480
/proc/meminfo: memFree=10353864/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=41584 CPUtime=0 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 3039 0 0 0 0 0 0 0 23 0 1 0 469497253 42582016 2983 33554432000 4194304 4300876 140733417929584 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 10396 2994 110 27 0 8845 0

[startup+0.0940129 s]
/proc/loadavg: 4.01 4.01 3.73 4/189 3480
/proc/meminfo: memFree=10353864/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=131808 CPUtime=0.09 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 26795 0 0 0 6 3 0 0 23 0 1 0 469497253 134971392 26739 33554432000 4194304 4300876 140733417929584 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 32952 26740 113 27 0 31401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 131808

[startup+1.42078 s]
/proc/loadavg: 4.01 4.01 3.73 4/189 3480
/proc/meminfo: memFree=10353864/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=209032 CPUtime=1.41 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 48427 0 0 0 134 7 0 0 25 0 1 0 469497253 214048768 48371 33554432000 4194304 4300876 140733417929584 18446744073709551615 233510297344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 52258 48371 113 27 0 50707 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 209032

[startup+1.50077 s]
/proc/loadavg: 4.01 4.01 3.73 4/189 3480
/proc/meminfo: memFree=10353864/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=213656 CPUtime=1.49 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 49728 0 0 0 141 8 0 0 25 0 1 0 469497253 218783744 49673 33554432000 4194304 4300876 140733417929584 18446744073709551615 233510323306 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 53447 49673 113 27 0 51896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213656

[startup+1.60076 s]
/proc/loadavg: 4.01 4.01 3.73 4/189 3480
/proc/meminfo: memFree=10353864/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=219464 CPUtime=1.59 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 51326 0 0 0 151 8 0 0 25 0 1 0 469497253 224731136 51270 33554432000 4194304 4300876 140733417929584 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 54866 51270 113 27 0 53315 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 219464

[startup+1.70074 s]
/proc/loadavg: 4.01 4.01 3.73 4/189 3480
/proc/meminfo: memFree=10353864/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=225140 CPUtime=1.69 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 52923 0 0 0 160 9 0 0 25 0 1 0 469497253 230543360 52867 33554432000 4194304 4300876 140733417929584 18446744073709551615 4246532 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 56285 52868 113 27 0 54734 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 225140

[startup+3.10048 s]
/proc/loadavg: 4.01 4.01 3.73 5/190 3481
/proc/meminfo: memFree=10103632/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=520816 CPUtime=3.09 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 88586 0 0 0 295 14 0 0 25 0 1 0 469497253 533315584 88527 33554432000 4194304 4300876 140733417929584 18446744073709551615 4242256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 130204 88527 118 27 0 128653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 520816

[startup+6.30091 s]
/proc/loadavg: 4.01 4.01 3.74 5/190 3481
/proc/meminfo: memFree=9931520/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=606220 CPUtime=6.29 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 162615 0 0 0 606 23 0 0 25 0 1 0 469497253 620769280 109893 33554432000 4194304 4300876 140733417929584 18446744073709551615 233509953445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 151555 109893 129 27 0 150004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 606220

[startup+12.7008 s]
/proc/loadavg: 4.01 4.01 3.74 5/190 3481
/proc/meminfo: memFree=9990552/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=527196 CPUtime=12.69 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 262042 0 0 0 1231 38 0 0 25 0 1 0 469497253 539848704 90166 33554432000 4194304 4300876 140733417929584 18446744073709551615 4242227 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 131799 90166 129 27 0 130248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 527196

[startup+25.5065 s]
/proc/loadavg: 4.01 4.00 3.74 5/190 3482
/proc/meminfo: memFree=9916832/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=601020 CPUtime=25.49 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4194304 471178 0 0 0 2483 66 0 0 25 0 1 0 469497253 615444480 108615 33554432000 4194304 4300876 140733417929584 18446744073709551615 233509955312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 150255 108615 129 27 0 148704 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 601020

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 3482
/proc/meminfo: memFree=9985124/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=537656 CPUtime=51.1 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 840690 0 0 0 4992 118 0 0 25 0 1 0 469497253 550559744 91291 33554432000 4194304 4300876 140733417929584 18446744073709551615 4256560 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 134414 91291 146 27 0 132863 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 537656

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 3484
/proc/meminfo: memFree=9616136/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1604884 CPUtime=102.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1101965 0 0 0 10081 149 0 0 25 0 1 0 469497253 1643401216 182051 33554432000 4194304 4300876 140733417929584 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 401221 182051 173 27 0 399670 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1604884

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.77 5/190 3485
/proc/meminfo: memFree=9598040/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617152 CPUtime=162.29 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106036 0 0 0 16080 149 0 0 25 0 1 0 469497253 1655963648 186120 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404288 186120 174 27 0 402737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1617152

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 3487
/proc/meminfo: memFree=9593692/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617328 CPUtime=222.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106071 0 0 0 22081 149 0 0 25 0 1 0 469497253 1656143872 186155 33554432000 4194304 4300876 140733417929584 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404332 186155 174 27 0 402781 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1617328

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 3488
/proc/meminfo: memFree=9590688/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617484 CPUtime=282.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106103 0 0 0 28081 149 0 0 25 0 1 0 469497253 1656303616 186187 33554432000 4194304 4300876 140733417929584 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404371 186187 174 27 0 402820 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1617484

[startup+342.307 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 3490
/proc/meminfo: memFree=9583820/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617484 CPUtime=342.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106110 0 0 0 34081 149 0 0 25 0 1 0 469497253 1656303616 186194 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404371 186194 174 27 0 402820 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1617484

[startup+402.301 s]
/proc/loadavg: 4.07 4.03 3.82 5/190 3493
/proc/meminfo: memFree=9582804/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617632 CPUtime=402.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106129 0 0 0 40081 149 0 0 25 0 1 0 469497253 1656455168 186213 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404408 186213 174 27 0 402857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1617632

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.83 5/190 3494
/proc/meminfo: memFree=9579680/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617632 CPUtime=462.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106143 0 0 0 46081 149 0 0 25 0 1 0 469497253 1656455168 186227 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404408 186227 174 27 0 402857 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1617632

[startup+522.3 s]
/proc/loadavg: 4.01 4.02 3.83 5/190 3496
/proc/meminfo: memFree=9577660/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617908 CPUtime=522.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106172 0 0 0 52081 149 0 0 25 0 1 0 469497253 1656737792 186256 33554432000 4194304 4300876 140733417929584 18446744073709551615 4248636 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404477 186256 174 27 0 402926 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1617908

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 3497
/proc/meminfo: memFree=9575640/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617908 CPUtime=582.3 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106179 0 0 0 58081 149 0 0 25 0 1 0 469497253 1656737792 186263 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216284 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404477 186263 174 27 0 402926 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1617908

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 3499
/proc/meminfo: memFree=9573008/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617908 CPUtime=642.31 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106186 0 0 0 64082 149 0 0 25 0 1 0 469497253 1656737792 186270 33554432000 4194304 4300876 140733417929584 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404477 186270 174 27 0 402926 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1617908

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 3501
/proc/meminfo: memFree=9570884/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1617908 CPUtime=702.31 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106193 0 0 0 70082 149 0 0 25 0 1 0 469497253 1656737792 186277 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404477 186277 174 27 0 402926 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1617908

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 3502
/proc/meminfo: memFree=9568988/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=762.31 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106202 0 0 0 76082 149 0 0 25 0 1 0 469497253 1657200640 186286 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186286 174 27 0 403039 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1618360

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 3504
/proc/meminfo: memFree=9567100/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=822.31 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106209 0 0 0 82082 149 0 0 25 0 1 0 469497253 1657200640 186293 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186293 174 27 0 403039 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1618360

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 3505
/proc/meminfo: memFree=9562604/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=882.32 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106216 0 0 0 88083 149 0 0 25 0 1 0 469497253 1657200640 186300 33554432000 4194304 4300876 140733417929584 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186300 174 27 0 403039 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1618360

[startup+942.301 s]
/proc/loadavg: 4.05 4.01 3.88 5/190 3507
/proc/meminfo: memFree=9558236/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=942.31 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106223 0 0 0 94082 149 0 0 25 0 1 0 469497253 1657200640 186307 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186307 174 27 0 403039 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1618360

[startup+1002.31 s]
/proc/loadavg: 4.02 4.01 3.88 5/190 3515
/proc/meminfo: memFree=9553496/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1002.32 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106229 0 0 0 100083 149 0 0 25 0 1 0 469497253 1657200640 186313 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216323 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186313 174 27 0 403039 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1618360

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 3516
/proc/meminfo: memFree=9548508/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1062.32 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106236 0 0 0 106083 149 0 0 25 0 1 0 469497253 1657200640 186320 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186320 174 27 0 403039 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1618360

[startup+1122.3 s]
/proc/loadavg: 3.40 3.87 3.85 2/172 3575
/proc/meminfo: memFree=10614540/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1122.32 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106267 0 0 0 112083 149 0 0 25 0 1 0 469497253 1657200640 186351 33554432000 4194304 4300876 140733417929584 18446744073709551615 4248656 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186351 174 27 0 403039 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1618360

[startup+1182.3 s]
/proc/loadavg: 1.88 3.34 3.67 2/172 3576
/proc/meminfo: memFree=10614768/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1182.32 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106275 0 0 0 118083 149 0 0 25 0 1 0 469497253 1657200640 186359 33554432000 4194304 4300876 140733417929584 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186359 174 27 0 403039 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1618360

[startup+1242.3 s]
/proc/loadavg: 1.32 2.91 3.50 2/172 3578
/proc/meminfo: memFree=10614852/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1242.32 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106283 0 0 0 124083 149 0 0 25 0 1 0 469497253 1657200640 186367 33554432000 4194304 4300876 140733417929584 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186367 174 27 0 403039 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1618360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 2.56 3.34 2/172 3580
/proc/meminfo: memFree=10614828/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1300.03 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106290 0 0 0 129854 149 0 0 25 0 1 0 469497253 1657200640 186374 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186374 174 27 0 403039 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1618360

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: 1.12 2.56 3.34 2/172 3580
/proc/meminfo: memFree=10614828/32951124 swapFree=67111528/67111528
[pid=3480] ppid=3476 vsize=1618360 CPUtime=1300.03 cores=1,3
/proc/3480/stat : 3480 (march_rw) R 3476 3480 3225 0 -1 4202496 1106290 0 0 0 129854 149 0 0 25 0 1 0 469497253 1657200640 186374 33554432000 4194304 4300876 140733417929584 18446744073709551615 4216240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3480/statm: 404590 186374 174 27 0 403039 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1618360

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1298.54
CPU system time (s): 1.53177
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1713544

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

runsolver used 1.9937 second user time and 4.92925 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 00:33:34
IDJOB=3285456
IDBENCH=82387
IDSOLVER=1561
FILE ID=node145/3285456-1303770811
RUNJOBID= node145-1303769317-3245
PBS_JOBID= 13157170
Free space on /tmp= 71472 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285456-1303770811/watcher-3285456-1303770811 -o /tmp/evaluation-result-3285456-1303770811/solver-3285456-1303770811 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3285456-1303770811.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=2026910966

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:      10354144 kB
Buffers:       2190904 kB
Cached:       18860544 kB
SwapCached:          0 kB
Active:       11570964 kB
Inactive:     10450820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10354144 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          123644 kB
Writeback:           0 kB
AnonPages:      969812 kB
Mapped:          15452 kB
Slab:           509364 kB
PageTables:       7152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2106920 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= 71568 MiB
End job on node145 at 2011-04-26 00:55:16