Trace number 3251579

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_rw 2011-03-02? (TO) 1299.99 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.09/0.16	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.09/0.16	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.09/0.16	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.09/0.16	c main()::
0.09/0.16	c initFormula():: searching for DIMACS p-line....
0.09/0.16	c full lookahead due to high density!
0.09/0.16	c initFormula():: the DIMACS p-line indicates a CNF of 952 variables and 84809 clauses.
0.09/0.16	c parseCNF():: parsing....
0.09/0.16	c parseCNF():: the CNF contains 0 unary clauses.
0.09/0.16	c runParser():: parsing was successful, warming up engines...
0.09/0.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.16	c preprocessing fase I completed:: there are now 952 free variables and 84809 clauses.
0.09/0.16	c using k-SAT heuristics (size based diff)
0.09/0.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.16	c main():: clause / variable ratio: ( 84809 / 952 ) = 89.09
0.09/0.16	c longest clause has size 32
0.09/0.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.16	c number of free variables = 952
0.09/0.16	c dynamic_preselect_setsize :: off
0.09/0.16	c main():: all systems go!
0.09/0.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 646
0.79/0.84	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 98514
50.78/50.85	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
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-3251579-1303586611/watcher-3251579-1303586611 -o /tmp/evaluation-result-3251579-1303586611/solver-3251579-1303586611 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3251579-1303586611.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.39 2.34 2.96 4/180 10637
/proc/meminfo: memFree=23155568/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=7852 CPUtime=0 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4194304 485 0 0 0 0 0 0 0 20 0 1 0 470263916 8040448 429 33554432000 4194304 4300876 140735641255616 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 1963 429 113 27 0 412 0

[startup+0.062153 s]
/proc/loadavg: 1.39 2.34 2.96 4/180 10637
/proc/meminfo: memFree=23155568/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=14264 CPUtime=0.05 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4194304 2096 0 0 0 5 0 0 0 20 0 1 0 470263916 14606336 1307 33554432000 4194304 4300876 140735641255616 18446744073709551615 4240059 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 3566 1307 128 27 0 2015 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14264

[startup+0.101146 s]
/proc/loadavg: 1.39 2.34 2.96 4/180 10637
/proc/meminfo: memFree=23155568/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=14924 CPUtime=0.09 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 4572 0 0 0 9 0 0 0 20 0 1 0 470263916 15282176 1472 33554432000 4194304 4300876 140735641255616 18446744073709551615 218370615538 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 3731 1472 143 27 0 2180 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14924

[startup+0.30111 s]
/proc/loadavg: 1.39 2.34 2.96 4/180 10637
/proc/meminfo: memFree=23155568/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=18660 CPUtime=0.29 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 6830 0 0 0 29 0 0 0 21 0 1 0 470263916 19107840 1742 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 4665 1742 168 27 0 3114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18660

[startup+0.701039 s]
/proc/loadavg: 1.39 2.34 2.96 4/180 10637
/proc/meminfo: memFree=23155568/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=18660 CPUtime=0.69 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 6841 0 0 0 69 0 0 0 22 0 1 0 470263916 19107840 1753 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 4665 1753 168 27 0 3114 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18660

[startup+1.5009 s]
/proc/loadavg: 1.39 2.34 2.96 6/190 10655
/proc/meminfo: memFree=23062252/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=18928 CPUtime=1.49 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 6920 0 0 0 149 0 0 0 25 0 1 0 470263916 19382272 1832 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 4732 1832 170 27 0 3181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18928

[startup+3.10061 s]
/proc/loadavg: 1.39 2.34 2.96 5/190 10655
/proc/meminfo: memFree=23057664/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=19176 CPUtime=3.09 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 6935 0 0 0 309 0 0 0 25 0 1 0 470263916 19636224 1847 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 4794 1847 170 27 0 3243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19176

[startup+6.30104 s]
/proc/loadavg: 1.60 2.37 2.96 5/190 10656
/proc/meminfo: memFree=23056196/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=19176 CPUtime=6.29 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 6960 0 0 0 629 0 0 0 25 0 1 0 470263916 19636224 1872 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214479 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 4794 1872 170 27 0 3243 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19176

[startup+12.7009 s]
/proc/loadavg: 1.79 2.39 2.97 5/190 10656
/proc/meminfo: memFree=23052620/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=19924 CPUtime=12.69 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 7067 0 0 0 1269 0 0 0 25 0 1 0 470263916 20402176 1979 33554432000 4194304 4300876 140735641255616 18446744073709551615 4225196 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 4981 1979 170 27 0 3430 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19924

[startup+25.5006 s]
/proc/loadavg: 2.28 2.47 2.98 5/190 10656
/proc/meminfo: memFree=23049496/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=20948 CPUtime=25.49 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 7358 0 0 0 2549 0 0 0 25 0 1 0 470263916 21450752 2270 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 5237 2270 170 27 0 3686 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20948

[startup+51.1011 s]
/proc/loadavg: 2.86 2.59 3.01 5/190 10657
/proc/meminfo: memFree=23044140/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=23376 CPUtime=51.08 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 7721 0 0 0 5108 0 0 0 25 0 1 0 470263916 23937024 2633 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 5844 2633 171 27 0 4293 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23376

[startup+102.307 s]
/proc/loadavg: 3.51 2.81 3.06 5/190 10658
/proc/meminfo: memFree=23022056/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=27688 CPUtime=102.29 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 8536 0 0 0 10229 0 0 0 25 0 1 0 470263916 28352512 3448 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 6922 3448 171 27 0 5371 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27688

[startup+162.3 s]
/proc/loadavg: 3.89 3.04 3.12 5/190 10660
/proc/meminfo: memFree=23008396/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=31568 CPUtime=162.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 9485 0 0 0 16227 1 0 0 25 0 1 0 470263916 32325632 4397 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 7892 4397 171 27 0 6341 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 31568

[startup+222.301 s]
/proc/loadavg: 3.96 3.21 3.17 5/190 10661
/proc/meminfo: memFree=22998176/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=37388 CPUtime=222.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 10495 0 0 0 22227 1 0 0 25 0 1 0 470263916 38285312 5407 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 9347 5407 171 27 0 7796 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 37388

[startup+282.301 s]
/proc/loadavg: 3.98 3.35 3.22 5/190 10663
/proc/meminfo: memFree=22988716/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=37388 CPUtime=282.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 11387 0 0 0 28227 1 0 0 25 0 1 0 470263916 38285312 6299 33554432000 4194304 4300876 140735641255616 18446744073709551615 218370352313 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 9347 6299 171 27 0 7796 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 37388

[startup+342.3 s]
/proc/loadavg: 3.99 3.47 3.27 5/190 10665
/proc/meminfo: memFree=22978644/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=46896 CPUtime=342.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 12391 0 0 0 34227 1 0 0 25 0 1 0 470263916 48021504 7303 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 11724 7303 171 27 0 10173 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 46896

[startup+402.301 s]
/proc/loadavg: 3.99 3.56 3.31 5/190 10666
/proc/meminfo: memFree=22969936/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=46896 CPUtime=402.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 13128 0 0 0 40227 1 0 0 25 0 1 0 470263916 48021504 8040 33554432000 4194304 4300876 140735641255616 18446744073709551615 4234746 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 11724 8040 171 27 0 10173 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 46896

[startup+462.301 s]
/proc/loadavg: 3.99 3.64 3.35 5/190 10668
/proc/meminfo: memFree=22961340/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=59992 CPUtime=462.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 13872 0 0 0 46227 1 0 0 25 0 1 0 470263916 61431808 8784 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 14998 8784 171 27 0 13447 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 59992

[startup+522.3 s]
/proc/loadavg: 3.99 3.70 3.39 5/190 10669
/proc/meminfo: memFree=22952396/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=59992 CPUtime=522.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 14658 0 0 0 52226 2 0 0 25 0 1 0 470263916 61431808 9570 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 14998 9570 171 27 0 13447 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 59992

[startup+582.301 s]
/proc/loadavg: 3.99 3.75 3.42 5/190 10671
/proc/meminfo: memFree=22943056/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=59992 CPUtime=582.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 15482 0 0 0 58226 2 0 0 25 0 1 0 470263916 61431808 10394 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 14998 10394 171 27 0 13447 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 59992

[startup+642.301 s]
/proc/loadavg: 3.99 3.80 3.46 5/190 10673
/proc/meminfo: memFree=22933480/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=59992 CPUtime=642.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 16406 0 0 0 64226 2 0 0 25 0 1 0 470263916 61431808 11318 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 14998 11318 171 27 0 13447 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 59992

[startup+702.3 s]
/proc/loadavg: 3.99 3.83 3.49 5/190 10674
/proc/meminfo: memFree=22922536/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=59992 CPUtime=702.27 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 17156 0 0 0 70225 2 0 0 25 0 1 0 470263916 61431808 12068 33554432000 4194304 4300876 140735641255616 18446744073709551615 4225242 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 14998 12068 171 27 0 13447 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 59992

[startup+762.307 s]
/proc/loadavg: 4.03 3.87 3.52 5/190 10676
/proc/meminfo: memFree=22912948/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=79636 CPUtime=762.29 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 17963 0 0 0 76226 3 0 0 25 0 1 0 470263916 81547264 12875 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 19909 12875 171 27 0 18358 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 79636

[startup+822.301 s]
/proc/loadavg: 4.01 3.89 3.55 5/190 10677
/proc/meminfo: memFree=22903864/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=80412 CPUtime=822.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 18837 0 0 0 82225 3 0 0 25 0 1 0 470263916 82341888 13749 33554432000 4194304 4300876 140735641255616 18446744073709551615 4225211 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 20103 13749 171 27 0 18552 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 80412

[startup+882.3 s]
/proc/loadavg: 4.16 3.94 3.58 5/190 10679
/proc/meminfo: memFree=22891568/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=80412 CPUtime=882.27 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 20355 0 0 0 88224 3 0 0 25 0 1 0 470263916 82341888 15267 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 20103 15267 171 27 0 18552 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 80412

[startup+942.301 s]
/proc/loadavg: 4.06 3.95 3.61 5/190 10681
/proc/meminfo: memFree=22879500/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=80412 CPUtime=942.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 21864 0 0 0 94224 4 0 0 25 0 1 0 470263916 82341888 16776 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 20103 16776 171 27 0 18552 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 80412

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.63 5/190 10682
/proc/meminfo: memFree=22869168/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=111432 CPUtime=1002.27 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 23340 0 0 0 100223 4 0 0 25 0 1 0 470263916 114106368 18252 33554432000 4194304 4300876 140735641255616 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 27858 18252 171 27 0 26307 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 111432

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.65 6/190 10684
/proc/meminfo: memFree=22862200/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=111432 CPUtime=1062.27 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 24777 0 0 0 106223 4 0 0 25 0 1 0 470263916 114106368 19689 33554432000 4194304 4300876 140735641255616 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 27858 19689 171 27 0 26307 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 111432

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.67 5/190 10685
/proc/meminfo: memFree=22854588/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=111432 CPUtime=1122.27 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 26222 0 0 0 112223 4 0 0 25 0 1 0 470263916 114106368 21134 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214446 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 27858 21134 171 27 0 26307 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 111432

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/190 10687
/proc/meminfo: memFree=22847360/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=111432 CPUtime=1182.28 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 27684 0 0 0 118223 5 0 0 25 0 1 0 470263916 114106368 22596 33554432000 4194304 4300876 140735641255616 18446744073709551615 218370352344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 27858 22596 171 27 0 26307 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 111432

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 10689
/proc/meminfo: memFree=22839148/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=111564 CPUtime=1242.27 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 29189 0 0 0 124222 5 0 0 25 0 1 0 470263916 114241536 24101 33554432000 4194304 4300876 140735641255616 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 27891 24101 171 27 0 26340 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 111564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 3.99 3.73 6/190 10690
/proc/meminfo: memFree=22831436/32951124 swapFree=67051468/67111528
[pid=10636] ppid=10632 vsize=155764 CPUtime=1299.97 cores=1,3
/proc/10636/stat : 10636 (march_rw) R 10632 10636 9981 0 -1 4202496 30682 0 0 0 129992 5 0 0 25 0 1 0 470263916 159502336 25594 33554432000 4194304 4300876 140735641255616 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10636/statm: 38941 25594 171 27 0 37390 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 155764

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.01
CPU time (s): 1299.99
CPU user time (s): 1299.93
CPU system time (s): 0.06199
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 155764

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

runsolver used 2.20566 second user time and 4.88026 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-23 21:23:32
IDJOB=3251579
IDBENCH=88227
IDSOLVER=1561
FILE ID=node101/3251579-1303586611
RUNJOBID= node101-1303586611-10614
PBS_JOBID= 13150359
Free space on /tmp= 71604 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251579-1303586611/watcher-3251579-1303586611 -o /tmp/evaluation-result-3251579-1303586611/solver-3251579-1303586611 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3251579-1303586611.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1344464290

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23156144 kB
Buffers:       2065520 kB
Cached:        7215740 kB
SwapCached:      33708 kB
Active:        6143148 kB
Inactive:      3179144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23156144 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           14748 kB
Writeback:           0 kB
AnonPages:       28456 kB
Mapped:           8600 kB
Slab:           406876 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193048 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= 71596 MiB
End job on node101 at 2011-04-23 21:45:14