Trace number 1517581

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 hiUNSAT 650.315 650.487

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S1628763900-004.cnf
MD5SUM508021853eb1f7d157653d1ea0c941a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark650.315
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.01/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.01/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.01/0.02	c main()::
0.01/0.02	c initFormula():: searching for DIMACS p-line....
0.01/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 480 variables and 2040 clauses.
0.01/0.02	c parseCNF():: parsing....
0.01/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.01/0.02	c runParser():: parsing was successful, warming up engines...
0.01/0.02	c simplify_formula():: removed 0 tautological, 4 satisfied and 0 duplicate clauses
0.01/0.02	c preprocessing fase I completed:: there are now 479 free variables and 2036 clauses.
0.01/0.02	c stat :: sign balance is biased by 0.418
0.01/0.02	c using 3-SAT heuristics (occurence based diff)
0.01/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.01/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 155 duplicate clauses
0.01/0.02	c resolvent_look() :: found 102 resolvents
0.01/0.02	c lessRedundantTransformation():: nothing to be done.
0.01/0.02	c transformTo3SAT():: you gave me 480 variables and 2138 clauses.
0.01/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.01/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.01/0.02	c transformTo3SAT():: the transformation yielded 480 variabels and 2138 clauses.
0.01/0.02	c main():: clause / variable ratio: ( 2138 / 480 ) = 4.45
0.01/0.02	c longest clause has size 3
0.01/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.01/0.02	c number of free variables = 479
0.01/0.02	c dynamic_preselect_setsize :: off
0.01/0.02	c main():: all systems go!
0.01/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/19) NodeCount: 269
0.09/0.14	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/19) NodeCount: 3113
1.49/1.50	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/19) NodeCount: 18287
8.80/8.84	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/19) NodeCount: 65689
31.79/31.88	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/19) NodeCount: 173952
84.37/84.44	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 |***************************************************************
c |****************************************************************| ( 5/19) NodeCount: 358329
174.44/174.58	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 |***************************************************************
c |****************************************************************| ( 6/19) NodeCount: 599496
294.62/294.72	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 |***************************************************************
c |****************************************************************| ( 7/19) NodeCount: 845719
421.49/421.63	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 |***************************************************************
c |****************************************************************| ( 8/19) NodeCount: 1042332
528.76/528.91	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 |***************************************************************
c |****************************************************************| ( 9/19) NodeCount: 1162987
599.44/599.66	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 |***************************************************************
c |****************************************************************| (10/19) NodeCount: 1218369
634.22/634.46	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 |***************************************************************
c |****************************************************************| (11/19) NodeCount: 1236802
646.62/646.82	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 |****************************************************************| (12/19) NodeCount: 1241122
649.72/649.92	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 |****************************************************************| (13/19) NodeCount: 1241801
650.22/650.42	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 |****************************************************************| (14/19) NodeCount: 1241868
650.22/650.47	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (15/19) NodeCount: 1241873
650.22/650.48	c |----------------------------------------------------------------|
c |
650.22/650.48	c
650.22/650.48	c main():: nodeCount: 1241873
650.22/650.48	c main():: dead ends in main: 17256
650.22/650.48	c main():: lookAheadCount: 78018028
650.22/650.48	c main():: unitResolveCount: 15933439
650.22/650.48	c main():: time=650.400000
650.22/650.48	c main():: necessary_assignments: 260033
650.22/650.48	c main():: bin_sat: 0, bin_unsat 0
650.22/650.48	c main():: doublelook: #: 4828718, succes #: 3462147
650.22/650.48	c main():: doublelook: overall 6.411 of all possible doublelooks executed
650.22/650.48	c main():: doublelook: succesrate: 71.699, average DL_trigger: 53.919
650.22/650.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1517581-1238287840/watcher-1517581-1238287840 -o /tmp/evaluation-result-1517581-1238287840/solver-1517581-1238287840 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1517581-1238287840.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.99 0.97 0.98 3/73 1046
/proc/meminfo: memFree=1520416/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=972 CPUtime=0
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 146 0 0 0 0 0 0 0 20 0 1 0 981202518 995328 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134535888 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 243 129 66 167 0 74 0

[startup+0.0145031 s]
/proc/loadavg: 0.99 0.97 0.98 3/73 1046
/proc/meminfo: memFree=1520416/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1104 CPUtime=0.01
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 171 0 0 0 1 0 0 0 20 0 1 0 981202518 1130496 154 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 276 154 81 167 0 107 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1104

[startup+0.102512 s]
/proc/loadavg: 0.99 0.97 0.98 3/73 1046
/proc/meminfo: memFree=1520416/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1716 CPUtime=0.09
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 287 0 0 0 9 0 0 0 20 0 1 0 981202518 1757184 270 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 429 270 91 167 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1716

[startup+0.301532 s]
/proc/loadavg: 0.99 0.97 0.98 3/73 1046
/proc/meminfo: memFree=1520416/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1848 CPUtime=0.29
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 307 0 0 0 29 0 0 0 22 0 1 0 981202518 1892352 290 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 462 290 91 167 0 293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1848

[startup+0.701574 s]
/proc/loadavg: 0.99 0.97 0.98 3/73 1046
/proc/meminfo: memFree=1520416/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1848 CPUtime=0.69
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 314 0 0 0 69 0 0 0 25 0 1 0 981202518 1892352 297 1992294400 134512640 135197378 4294956240 18446744073709551615 134572986 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 462 297 91 167 0 293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1848

[startup+1.50166 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1519512/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1848 CPUtime=1.49
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 322 0 0 0 149 0 0 0 25 0 1 0 981202518 1892352 305 1992294400 134512640 135197378 4294956240 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 462 305 91 167 0 293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1848

[startup+3.10182 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1519384/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1980 CPUtime=3.09
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 336 0 0 0 309 0 0 0 25 0 1 0 981202518 2027520 319 1992294400 134512640 135197378 4294956240 18446744073709551615 134552394 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 495 319 91 167 0 326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1980

[startup+6.3012 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1519320/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=1980 CPUtime=6.29
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 348 0 0 0 629 0 0 0 25 0 1 0 981202518 2027520 331 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 495 331 91 167 0 326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1980

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1519144/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=2116 CPUtime=12.69
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 357 0 0 0 1269 0 0 0 25 0 1 0 981202518 2166784 340 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 529 340 91 167 0 360 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2116

[startup+25.5022 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1518952/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=2252 CPUtime=25.49
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 399 0 0 0 2549 0 0 0 25 0 1 0 981202518 2306048 382 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 563 382 91 167 0 394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2252

[startup+51.1028 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1518824/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=2420 CPUtime=51.08
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 441 0 0 0 5108 0 0 0 25 0 1 0 981202518 2478080 424 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 605 424 91 167 0 436 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2420

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1518312/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=3140 CPUtime=102.27
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 545 0 0 0 10227 0 0 0 25 0 1 0 981202518 3215360 528 1992294400 134512640 135197378 4294956240 18446744073709551615 134542084 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 785 528 91 167 0 616 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3140

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1517608/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=3652 CPUtime=162.25
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 702 0 0 0 16225 0 0 0 25 0 1 0 981202518 3739648 685 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 913 685 91 167 0 744 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3652

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1516776/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=4576 CPUtime=222.24
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 899 0 0 0 22223 1 0 0 25 0 1 0 981202518 4685824 882 1992294400 134512640 135197378 4294956240 18446744073709551615 134539170 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 1144 882 91 167 0 975 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 4576

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1515752/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=5952 CPUtime=282.22
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 1151 0 0 0 28221 1 0 0 25 0 1 0 981202518 6094848 1134 1992294400 134512640 135197378 4294956240 18446744073709551615 134552719 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 1488 1134 91 167 0 1319 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 5952

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1514600/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=7904 CPUtime=342.2
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 1434 0 0 0 34219 1 0 0 25 0 1 0 981202518 8093696 1417 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 1976 1417 91 167 0 1807 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7904

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1513384/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=8352 CPUtime=402.18
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 1728 0 0 0 40217 1 0 0 25 0 1 0 981202518 8552448 1711 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 2088 1711 91 167 0 1919 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 8352

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1511912/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=10940 CPUtime=462.17
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 2086 0 0 0 46215 2 0 0 25 0 1 0 981202518 11202560 2069 1992294400 134512640 135197378 4294956240 18446744073709551615 134526753 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 2735 2069 91 167 0 2566 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 10940

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1510440/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=11844 CPUtime=522.16
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 2466 0 0 0 52213 3 0 0 25 0 1 0 981202518 12128256 2449 1992294400 134512640 135197378 4294956240 18446744073709551615 134552716 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 2961 2449 91 167 0 2792 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 11844

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1047
/proc/meminfo: memFree=1508520/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=582.14
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 2915 0 0 0 58211 3 0 0 25 0 1 0 981202518 16101376 2898 1992294400 134512640 135197378 4294956240 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 2898 91 167 0 3762 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 15724

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506344/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=642.12
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3392 0 0 0 64209 3 0 0 25 0 1 0 981202518 16101376 3375 1992294400 134512640 135197378 4294956240 18446744073709551615 134525296 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3375 91 167 0 3762 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 15724

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

[startup+646.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506280/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=646.12
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3427 0 0 0 64609 3 0 0 25 0 1 0 981202518 16101376 3410 1992294400 134512640 135197378 4294956240 18446744073709551615 134542099 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3410 91 167 0 3762 0
Current children cumulated CPU time (s) 646.12
Current children cumulated vsize (KiB) 15724

[startup+647.906 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506152/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=647.72
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3441 0 0 0 64769 3 0 0 25 0 1 0 981202518 16101376 3424 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3424 91 167 0 3762 0
Current children cumulated CPU time (s) 647.72
Current children cumulated vsize (KiB) 15724

[startup+649.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506152/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=649.32
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3454 0 0 0 64929 3 0 0 25 0 1 0 981202518 16101376 3437 1992294400 134512640 135197378 4294956240 18446744073709551615 134718686 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3437 91 167 0 3762 0
Current children cumulated CPU time (s) 649.32
Current children cumulated vsize (KiB) 15724

[startup+649.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506152/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=649.72
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3458 0 0 0 64969 3 0 0 25 0 1 0 981202518 16101376 3441 1992294400 134512640 135197378 4294956240 18446744073709551615 134542216 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3441 91 167 0 3762 0
Current children cumulated CPU time (s) 649.72
Current children cumulated vsize (KiB) 15724

[startup+650.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506088/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=650.12
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3461 0 0 0 65009 3 0 0 25 0 1 0 981202518 16101376 3444 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3444 91 167 0 3762 0
Current children cumulated CPU time (s) 650.12
Current children cumulated vsize (KiB) 15724

[startup+650.402 s]
/proc/loadavg: 0.99 0.97 0.98 2/74 1053
/proc/meminfo: memFree=1506088/2055920 swapFree=4175408/4192956
[pid=1046] ppid=1044 vsize=15724 CPUtime=650.22
/proc/1046/stat : 1046 (march_hi) R 1044 1046 888 0 -1 4194304 3463 0 0 0 65019 3 0 0 25 0 1 0 981202518 16101376 3446 1992294400 134512640 135197378 4294956240 18446744073709551615 134593848 0 0 4096 0 0 0 0 17 1 0 0
/proc/1046/statm: 3931 3446 91 167 0 3762 0
Current children cumulated CPU time (s) 650.22
Current children cumulated vsize (KiB) 15724

Child status: 20
Real time (s): 650.487
CPU time (s): 650.315
CPU user time (s): 650.274
CPU system time (s): 0.040993
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 15724

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

runsolver used 0.607907 second user time and 1.78973 second system time

The end

Launcher Data

Begin job on node79 at 2009-03-29 01:50:40
IDJOB=1517581
IDBENCH=70608
IDSOLVER=521
FILE ID=node79/1517581-1238287840
PBS_JOBID= 9060965
Free space on /tmp= 65556 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S1628763900-004.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1517581-1238287840/watcher-1517581-1238287840 -o /tmp/evaluation-result-1517581-1238287840/solver-1517581-1238287840 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1517581-1238287840.cnf

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

MD5SUM BENCH= 508021853eb1f7d157653d1ea0c941a6
RANDOM SEED=1167203802

node79.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.232
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.232
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:       1520896 kB
Buffers:         71760 kB
Cached:         367572 kB
SwapCached:      11644 kB
Active:         157016 kB
Inactive:       298324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1520896 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:             796 kB
Writeback:           0 kB
Mapped:          22676 kB
Slab:            64804 kB
Committed_AS:  2549400 kB
PageTables:       2004 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= 65556 MiB
End job on node79 at 2009-03-29 03:01:30