Trace number 3285318

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

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

running on 2 cores: 4,6

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: 3.96 3.98 3.66 3/187 3415
/proc/meminfo: memFree=10873380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=20700 CPUtime=0 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4194304 2901 0 0 0 0 0 0 0 23 0 1 0 469478049 21196800 2845 33554432000 4194304 4300876 140735667488096 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 5175 2856 110 27 0 3624 0

[startup+0.047419 s]
/proc/loadavg: 3.96 3.98 3.66 3/187 3415
/proc/meminfo: memFree=10873380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=40316 CPUtime=0.03 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4194304 6892 0 0 0 3 0 0 0 23 0 1 0 469478049 41283584 6836 33554432000 4194304 4300876 140735667488096 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 10079 6836 113 27 0 8528 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40316

[startup+0.100419 s]
/proc/loadavg: 3.96 3.98 3.66 3/187 3415
/proc/meminfo: memFree=10873380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=43748 CPUtime=0.09 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4194304 7878 0 0 0 9 0 0 0 23 0 1 0 469478049 44797952 7822 33554432000 4194304 4300876 140735667488096 18446744073709551615 233510297344 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 10937 7823 113 27 0 9386 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43748

[startup+0.300377 s]
/proc/loadavg: 3.96 3.98 3.66 3/187 3415
/proc/meminfo: memFree=10873380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=56288 CPUtime=0.29 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4194304 11383 0 0 0 28 1 0 0 25 0 1 0 469478049 57638912 11327 33554432000 4194304 4300876 140735667488096 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 14072 11329 113 27 0 12521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56288

[startup+0.700304 s]
/proc/loadavg: 3.96 3.98 3.66 3/187 3415
/proc/meminfo: memFree=10873380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=81368 CPUtime=0.69 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4194304 18412 0 0 0 67 2 0 0 25 0 1 0 469478049 83320832 18356 33554432000 4194304 4300876 140735667488096 18446744073709551615 4246532 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 20342 18357 113 27 0 18791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81368

[startup+1.50117 s]
/proc/loadavg: 3.96 3.98 3.66 5/187 3438
/proc/meminfo: memFree=10856260/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=185964 CPUtime=1.49 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4194304 38729 0 0 0 144 5 0 0 25 0 1 0 469478049 190427136 27800 33554432000 4194304 4300876 140735667488096 18446744073709551615 4240300 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 46491 27800 128 27 0 44940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 185964

[startup+3.10085 s]
/proc/loadavg: 4.04 3.99 3.67 5/187 3438
/proc/meminfo: memFree=10821564/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=185948 CPUtime=3.09 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 38749 0 0 0 304 5 0 0 25 0 1 0 469478049 190410752 27816 33554432000 4194304 4300876 140735667488096 18446744073709551615 4240080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 46487 27816 143 27 0 44936 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185948

[startup+6.3003 s]
/proc/loadavg: 4.04 3.99 3.67 5/190 3444
/proc/meminfo: memFree=10523252/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=345916 CPUtime=6.29 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 70222 0 0 0 619 10 0 0 25 0 1 0 469478049 354217984 38927 33554432000 4194304 4300876 140735667488096 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 86479 38927 169 27 0 84928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 345916

[startup+12.7012 s]
/proc/loadavg: 4.12 4.01 3.68 5/190 3444
/proc/meminfo: memFree=10446508/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=349728 CPUtime=12.69 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 71151 0 0 0 1259 10 0 0 25 0 1 0 469478049 358121472 39856 33554432000 4194304 4300876 140735667488096 18446744073709551615 4214237 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 87432 39856 169 27 0 85881 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 349728

[startup+25.5009 s]
/proc/loadavg: 4.09 4.01 3.68 5/190 3444
/proc/meminfo: memFree=10384400/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=349864 CPUtime=25.49 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 71199 0 0 0 2539 10 0 0 25 0 1 0 469478049 358260736 39903 33554432000 4194304 4300876 140735667488096 18446744073709551615 4199317 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 87466 39903 169 27 0 85915 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 349864

[startup+51.1003 s]
/proc/loadavg: 4.06 4.00 3.69 5/190 3445
/proc/meminfo: memFree=10124508/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=368540 CPUtime=51.09 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 75811 0 0 0 5098 11 0 0 25 0 1 0 469478049 377384960 44515 33554432000 4194304 4300876 140735667488096 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 92135 44515 170 27 0 90584 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 368540

[startup+102.307 s]
/proc/loadavg: 4.06 4.02 3.71 5/190 3446
/proc/meminfo: memFree=10072528/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=406788 CPUtime=102.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 84906 0 0 0 10217 13 0 0 25 0 1 0 469478049 416550912 53608 33554432000 4194304 4300876 140735667488096 18446744073709551615 4261064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 101697 53608 171 27 0 100146 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 406788

[startup+162.3 s]
/proc/loadavg: 4.02 4.01 3.73 5/190 3448
/proc/meminfo: memFree=10053456/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=415408 CPUtime=162.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 87150 0 0 0 16216 14 0 0 25 0 1 0 469478049 425377792 55852 33554432000 4194304 4300876 140735667488096 18446744073709551615 4216327 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 103852 55852 171 27 0 102301 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 415408

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.74 5/190 3482
/proc/meminfo: memFree=9984536/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=418296 CPUtime=222.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 87792 0 0 0 22216 14 0 0 25 0 1 0 469478049 428335104 56439 33554432000 4194304 4300876 140735667488096 18446744073709551615 4216304 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 104574 56439 171 27 0 103023 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 418296

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 3483
/proc/meminfo: memFree=9617320/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=421696 CPUtime=282.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 88644 0 0 0 28216 14 0 0 25 0 1 0 469478049 431816704 57291 33554432000 4194304 4300876 140735667488096 18446744073709551615 4227679 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 105424 57291 171 27 0 103873 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 421696

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 3485
/proc/meminfo: memFree=9598036/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=422660 CPUtime=342.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 88868 0 0 0 34216 14 0 0 25 0 1 0 469478049 432803840 57515 33554432000 4194304 4300876 140735667488096 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 105665 57515 171 27 0 104114 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 422660

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/190 3486
/proc/meminfo: memFree=9593828/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=423576 CPUtime=402.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 89137 0 0 0 40216 14 0 0 25 0 1 0 469478049 433741824 57784 33554432000 4194304 4300876 140735667488096 18446744073709551615 4199293 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 105894 57784 171 27 0 104343 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 423576

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 3488
/proc/meminfo: memFree=9591316/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=423848 CPUtime=462.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 89250 0 0 0 46216 14 0 0 25 0 1 0 469478049 434020352 57897 33554432000 4194304 4300876 140735667488096 18446744073709551615 4225435 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 105962 57897 171 27 0 104411 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 423848

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 3490
/proc/meminfo: memFree=9586688/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=426816 CPUtime=522.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 89999 0 0 0 52216 14 0 0 25 0 1 0 469478049 437059584 58646 33554432000 4194304 4300876 140735667488096 18446744073709551615 4248693 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 106704 58646 171 27 0 105153 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 426816

[startup+582.301 s]
/proc/loadavg: 4.10 4.03 3.82 5/190 3492
/proc/meminfo: memFree=9582928/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=430692 CPUtime=582.3 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 90689 0 0 0 58216 14 0 0 25 0 1 0 469478049 441028608 59336 33554432000 4194304 4300876 140735667488096 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 107673 59336 215 27 0 106122 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 430692

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 3.83 5/190 3494
/proc/meminfo: memFree=9580308/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=432012 CPUtime=642.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 91120 0 0 0 64217 15 0 0 25 0 1 0 469478049 442380288 59723 33554432000 4194304 4300876 140735667488096 18446744073709551615 4263233 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 108003 59723 171 27 0 106452 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 432012

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.83 5/190 3495
/proc/meminfo: memFree=9578036/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=432484 CPUtime=702.31 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 91221 0 0 0 70216 15 0 0 25 0 1 0 469478049 442863616 59824 33554432000 4194304 4300876 140735667488096 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 108121 59824 171 27 0 106570 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 432484

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 3497
/proc/meminfo: memFree=9575896/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=433168 CPUtime=762.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 91470 0 0 0 76217 15 0 0 25 0 1 0 469478049 443564032 60073 33554432000 4194304 4300876 140735667488096 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 108292 60073 171 27 0 106741 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 433168

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 3499
/proc/meminfo: memFree=9573512/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=433912 CPUtime=822.31 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 91697 0 0 0 82216 15 0 0 25 0 1 0 469478049 444325888 60300 33554432000 4194304 4300876 140735667488096 18446744073709551615 4225366 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 108478 60300 171 27 0 106927 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 433912

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 3500
/proc/meminfo: memFree=9571380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=434352 CPUtime=882.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 91852 0 0 0 88217 15 0 0 25 0 1 0 469478049 444776448 60455 33554432000 4194304 4300876 140735667488096 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 108588 60455 171 27 0 107037 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 434352

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 3502
/proc/meminfo: memFree=9569376/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=435216 CPUtime=942.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 92125 0 0 0 94217 15 0 0 25 0 1 0 469478049 445661184 60728 33554432000 4194304 4300876 140735667488096 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 108804 60728 171 27 0 107253 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 435216

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 3503
/proc/meminfo: memFree=9567356/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=436020 CPUtime=1002.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 92269 0 0 0 100217 15 0 0 25 0 1 0 469478049 446484480 60872 33554432000 4194304 4300876 140735667488096 18446744073709551615 4227539 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 109005 60872 171 27 0 107454 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 436020

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 3505
/proc/meminfo: memFree=9562740/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=441844 CPUtime=1062.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 93146 0 0 0 106217 15 0 0 25 0 1 0 469478049 452448256 61749 33554432000 4194304 4300876 140735667488096 18446744073709551615 4225409 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 110461 61749 212 27 0 108910 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 441844

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.88 5/190 3507
/proc/meminfo: memFree=9558368/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=444592 CPUtime=1122.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 93864 0 0 0 112217 15 0 0 25 0 1 0 469478049 455262208 62426 33554432000 4194304 4300876 140735667488096 18446744073709551615 4214237 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 111148 62426 171 27 0 109597 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 444592

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.88 5/190 3514
/proc/meminfo: memFree=9553748/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=446996 CPUtime=1182.32 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 94699 0 0 0 118216 16 0 0 25 0 1 0 469478049 457723904 63261 33554432000 4194304 4300876 140735667488096 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 111749 63261 171 27 0 110198 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 446996

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.89 5/190 3516
/proc/meminfo: memFree=9550380/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=448100 CPUtime=1242.33 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 94993 0 0 0 124217 16 0 0 25 0 1 0 469478049 458854400 63555 33554432000 4194304 4300876 140735667488096 18446744073709551615 4216242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 112025 63555 171 27 0 110474 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 448100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.89 4/188 3518
/proc/meminfo: memFree=9657732/32951124 swapFree=67111528/67111528
[pid=3415] ppid=3413 vsize=450868 CPUtime=1300.03 cores=4,6
/proc/3415/stat : 3415 (march_rw) R 3413 3415 3225 0 -1 4202496 95738 0 0 0 129987 16 0 0 25 0 1 0 469478049 461688832 64300 33554432000 4194304 4300876 140735667488096 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3415/statm: 112717 64300 171 27 0 111166 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 450868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.88
CPU system time (s): 0.175973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 450868

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

runsolver used 2.27265 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 00:30:22
IDJOB=3285318
IDBENCH=82379
IDSOLVER=1561
FILE ID=node145/3285318-1303770621
RUNJOBID= node145-1303769317-3244
PBS_JOBID= 13157170
Free space on /tmp= 71480 MiB

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

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
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:      10873660 kB
Buffers:       2190736 kB
Cached:       18849944 kB
SwapCached:          0 kB
Active:       11029232 kB
Inactive:     10474148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10873660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           38268 kB
Writeback:           0 kB
AnonPages:      462132 kB
Mapped:          15268 kB
Slab:           508440 kB
PageTables:       6004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1042052 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= 71480 MiB
End job on node145 at 2011-04-26 00:52:04