Trace number 1725309

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_hi hi? (TO) 1200.11 1200.44

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-clqcolor-unsat-set-b-clqcolor-08-06-07.sat05-1257.reshuffled-07.cnf
MD5SUMf1a3e3797897d8c4a2bfe10d09ad0bda
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.82012
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of clauses1527
Sum of the clauses size4472
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2168
Number of clauses of size 31344
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c full lookahead due to high density!
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 132 variables and 1527 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 132 free variables and 1527 clauses.
0.00/0.02	c stat :: sign balance is biased by 22.316
0.00/0.02	c using k-SAT heuristics (size based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 11760 duplicate clauses
0.00/0.02	c main():: clause / variable ratio: ( 1527 / 132 ) = 11.57
0.00/0.02	c longest clause has size 8
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 132
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 210
0.00/0.04	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: 1786
0.09/0.19	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 |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 28252
2.99/3.08	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 |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 330210
38.58/38.65	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 |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 2788552
337.29/337.43	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 |*****************************************
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 version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1725309-1240703963/watcher-1725309-1240703963 -o /tmp/evaluation-result-1725309-1240703963/solver-1725309-1240703963 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1725309-1240703963.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.88 0.97 1.07 3/65 14205
/proc/meminfo: memFree=1658928/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=952 CPUtime=0
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 137 0 0 0 0 0 0 0 21 0 1 0 98425942 974848 120 1992294400 134512640 135197378 4294956224 18446744073709551615 134628095 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 238 120 80 167 0 69 0

[startup+0.053739 s]
/proc/loadavg: 0.88 0.97 1.07 3/65 14205
/proc/meminfo: memFree=1658928/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=1376 CPUtime=0.05
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 285 0 0 0 5 0 0 0 21 0 1 0 98425942 1409024 261 1992294400 134512640 135197378 4294956224 18446744073709551615 134718686 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 344 261 93 167 0 175 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1376

[startup+0.101743 s]
/proc/loadavg: 0.88 0.97 1.07 3/65 14205
/proc/meminfo: memFree=1658928/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=1376 CPUtime=0.09
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 285 0 0 0 9 0 0 0 21 0 1 0 98425942 1409024 261 1992294400 134512640 135197378 4294956224 18446744073709551615 134557270 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 344 261 93 167 0 175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1376

[startup+0.301766 s]
/proc/loadavg: 0.88 0.97 1.07 3/65 14205
/proc/meminfo: memFree=1658928/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=1376 CPUtime=0.29
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 285 0 0 0 29 0 0 0 23 0 1 0 98425942 1409024 261 1992294400 134512640 135197378 4294956224 18446744073709551615 134603836 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 344 261 93 167 0 175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1376

[startup+0.70181 s]
/proc/loadavg: 0.88 0.97 1.07 3/65 14205
/proc/meminfo: memFree=1658928/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=1580 CPUtime=0.69
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 327 0 0 0 69 0 0 0 25 0 1 0 98425942 1617920 303 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 395 303 93 167 0 226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1580

[startup+1.5019 s]
/proc/loadavg: 0.88 0.97 1.07 2/66 14206
/proc/meminfo: memFree=1657960/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=1832 CPUtime=1.49
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 370 0 0 0 149 0 0 0 25 0 1 0 98425942 1875968 346 1992294400 134512640 135197378 4294956224 18446744073709551615 134606050 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 458 346 93 167 0 289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1832

[startup+3.10108 s]
/proc/loadavg: 0.88 0.97 1.07 2/66 14206
/proc/meminfo: memFree=1657576/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=2060 CPUtime=3.09
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 452 0 0 0 309 0 0 0 25 0 1 0 98425942 2109440 428 1992294400 134512640 135197378 4294956224 18446744073709551615 134524921 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 515 428 93 167 0 346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2060

[startup+6.30143 s]
/proc/loadavg: 0.89 0.97 1.07 2/66 14206
/proc/meminfo: memFree=1656808/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=2912 CPUtime=6.29
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 628 0 0 0 629 0 0 0 25 0 1 0 98425942 2981888 604 1992294400 134512640 135197378 4294956224 18446744073709551615 134548619 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 728 604 93 167 0 559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2912

[startup+12.7011 s]
/proc/loadavg: 0.90 0.97 1.07 2/66 14206
/proc/meminfo: memFree=1655152/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=4980 CPUtime=12.69
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 1001 0 0 0 1269 0 0 0 25 0 1 0 98425942 5099520 977 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 1245 977 93 167 0 1076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4980

[startup+25.5016 s]
/proc/loadavg: 0.92 0.97 1.07 2/66 14206
/proc/meminfo: memFree=1652528/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=9444 CPUtime=25.48
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 1638 0 0 0 2548 0 0 0 25 0 1 0 98425942 9670656 1614 1992294400 134512640 135197378 4294956224 18446744073709551615 134611813 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 2361 1614 93 167 0 2192 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9444

[startup+51.1014 s]
/proc/loadavg: 0.95 0.97 1.07 2/66 14206
/proc/meminfo: memFree=1647216/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=13628 CPUtime=51.07
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 2977 0 0 0 5106 1 0 0 25 0 1 0 98425942 13955072 2953 1992294400 134512640 135197378 4294956224 18446744073709551615 134618123 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 3407 2953 93 167 0 3238 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13628

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 1.06 2/66 14212
/proc/meminfo: memFree=1635808/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=28788 CPUtime=102.26
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 5766 0 0 0 10222 4 0 0 25 0 1 0 98425942 29478912 5742 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 7197 5742 93 167 0 7028 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 28788

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 1.06 2/66 14212
/proc/meminfo: memFree=1623080/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=43100 CPUtime=162.24
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 8990 0 0 0 16218 6 0 0 25 0 1 0 98425942 44134400 8966 1992294400 134512640 135197378 4294956224 18446744073709551615 134548557 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 10775 8966 93 167 0 10606 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43100

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 1.05 2/66 14212
/proc/meminfo: memFree=1611496/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=62744 CPUtime=222.23
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 11826 0 0 0 22215 8 0 0 25 0 1 0 98425942 64249856 11802 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 15686 11802 93 167 0 15517 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 62744

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 1.05 2/66 14212
/proc/meminfo: memFree=1600296/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=62744 CPUtime=282.21
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 14652 0 0 0 28212 9 0 0 25 0 1 0 98425942 64249856 14628 1992294400 134512640 135197378 4294956224 18446744073709551615 134548713 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 15686 14628 93 167 0 15517 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 62744

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 1.04 2/66 14212
/proc/meminfo: memFree=1587560/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=94644 CPUtime=342.19
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 17812 0 0 0 34209 10 0 0 25 0 1 0 98425942 96915456 17788 1992294400 134512640 135197378 4294956224 18446744073709551615 134611826 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 23661 17788 93 167 0 23492 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 94644

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 1.03 2/66 14212
/proc/meminfo: memFree=1575600/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=94644 CPUtime=402.17
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 20830 0 0 0 40206 11 0 0 25 0 1 0 98425942 96915456 20806 1992294400 134512640 135197378 4294956224 18446744073709551615 134548521 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 23661 20806 93 167 0 23492 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 94644

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 1.03 2/66 14212
/proc/meminfo: memFree=1561712/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=138844 CPUtime=462.16
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 24226 0 0 0 46203 13 0 0 25 0 1 0 98425942 142176256 24202 1992294400 134512640 135197378 4294956224 18446744073709551615 134539338 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 34711 24202 93 167 0 34542 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 138844

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 1.02 2/66 14212
/proc/meminfo: memFree=1548144/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=138844 CPUtime=522.14
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 27647 0 0 0 52199 15 0 0 25 0 1 0 98425942 142176256 27623 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 34711 27623 93 167 0 34542 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 138844

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 1.02 2/66 14212
/proc/meminfo: memFree=1535984/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=143708 CPUtime=582.13
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 30656 0 0 0 58196 17 0 0 25 0 1 0 98425942 147156992 30632 1992294400 134512640 135197378 4294956224 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 35927 30632 93 167 0 35758 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 143708

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 14212
/proc/meminfo: memFree=1523312/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=143708 CPUtime=642.11
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 33784 0 0 0 64193 18 0 0 25 0 1 0 98425942 147156992 33760 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 35927 33760 93 167 0 35758 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 143708

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 1.01 2/66 14212
/proc/meminfo: memFree=1509488/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=210008 CPUtime=702.1
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 37275 0 0 0 70190 20 0 0 25 0 1 0 98425942 215048192 37251 1992294400 134512640 135197378 4294956224 18446744073709551615 134618552 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 52502 37251 93 167 0 52333 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 210008

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1497072/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=210008 CPUtime=762.08
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 40323 0 0 0 76187 21 0 0 25 0 1 0 98425942 215048192 40299 1992294400 134512640 135197378 4294956224 18446744073709551615 134539081 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 52502 40299 93 167 0 52333 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 210008

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1484656/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=210008 CPUtime=822.07
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 43471 0 0 0 82183 24 0 0 25 0 1 0 98425942 215048192 43447 1992294400 134512640 135197378 4294956224 18446744073709551615 134527277 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 52502 43447 93 167 0 52333 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 210008

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1471280/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=210008 CPUtime=882.04
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 46771 0 0 0 88179 25 0 0 25 0 1 0 98425942 215048192 46747 1992294400 134512640 135197378 4294956224 18446744073709551615 134593749 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 52502 46747 93 167 0 52333 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 210008

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1458608/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=210008 CPUtime=942.03
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 49962 0 0 0 94177 26 0 0 25 0 1 0 98425942 215048192 49938 1992294400 134512640 135197378 4294956224 18446744073709551615 134649167 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 52502 49938 93 167 0 52333 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 210008

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1445808/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=319184 CPUtime=1002.02
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 53050 0 0 0 100172 30 0 0 25 0 1 0 98425942 326844416 53026 1992294400 134512640 135197378 4294956224 18446744073709551615 134539061 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 79796 53026 93 167 0 79627 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 319184

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1432432/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=319184 CPUtime=1062
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 56409 0 0 0 106168 32 0 0 25 0 1 0 98425942 326844416 56385 1992294400 134512640 135197378 4294956224 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 79796 56385 93 167 0 79627 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 319184

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1420464/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=319184 CPUtime=1121.98
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 59371 0 0 0 112165 33 0 0 25 0 1 0 98425942 326844416 59347 1992294400 134512640 135197378 4294956224 18446744073709551615 134550673 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 79796 59347 93 167 0 79627 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 319184

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1408368/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=319184 CPUtime=1181.97
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 62423 0 0 0 118162 35 0 0 25 0 1 0 98425942 326844416 62399 1992294400 134512640 135197378 4294956224 18446744073709551615 134617966 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 79796 62399 93 167 0 79627 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 319184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 14212
/proc/meminfo: memFree=1404336/2055920 swapFree=4181068/4192956
[pid=14205] ppid=14203 vsize=319184 CPUtime=1200.06
/proc/14205/stat : 14205 (march_hi) R 14203 14205 14052 0 -1 4194304 63384 0 0 0 119971 35 0 0 25 0 1 0 98425942 326844416 63360 1992294400 134512640 135197378 4294956224 18446744073709551615 134550648 0 0 4096 0 0 0 0 17 1 0 0
/proc/14205/statm: 79796 63360 93 167 0 79627 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 319184

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): 1200.44
CPU time (s): 1200.11
CPU user time (s): 1199.72
CPU system time (s): 0.395939
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 319184

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

runsolver used 1.3228 second user time and 2.86956 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-26 01:59:23
IDJOB=1725309
IDBENCH=24579
IDSOLVER=521
FILE ID=node86/1725309-1240703963
PBS_JOBID= 9186789
Free space on /tmp= 66164 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Medium/contest05/sabharwal/counting-clqcolor-unsat-set-b-clqcolor-08-06-07.sat05-1257.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725309-1240703963/watcher-1725309-1240703963 -o /tmp/evaluation-result-1725309-1240703963/solver-1725309-1240703963 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1725309-1240703963.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f1a3e3797897d8c4a2bfe10d09ad0bda
RANDOM SEED=1034804161

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1659344 kB
Buffers:         40436 kB
Cached:         282272 kB
SwapCached:       5732 kB
Active:         129744 kB
Inactive:       201656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659344 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:             792 kB
Writeback:           0 kB
Mapped:          14000 kB
Slab:            51076 kB
Committed_AS:   395084 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node86 at 2009-04-26 02:19:25