Trace number 1514929

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 154.86 154.929

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S1410489780-030.cnf
MD5SUM8a9e5a10d7167b9edb4334092b7b4912
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.86
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

Solver Data

0.00/0.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.03	c main()::
0.00/0.03	c initFormula():: searching for DIMACS p-line....
0.00/0.03	c full lookahead due to high density!
0.00/0.03	c initFormula():: the DIMACS p-line indicates a CNF of 90 variables and 1917 clauses.
0.00/0.03	c parseCNF():: parsing....
0.00/0.03	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.03	c runParser():: parsing was successful, warming up engines...
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c preprocessing fase I completed:: there are now 90 free variables and 1917 clauses.
0.00/0.03	c stat :: sign balance is biased by 0.044
0.00/0.03	c using k-SAT heuristics (size based diff)
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 7 duplicate clauses
0.00/0.03	c resolvent_look() :: found 7 resolvents
0.00/0.03	c main():: clause / variable ratio: ( 1924 / 90 ) = 21.38
0.00/0.03	c longest clause has size 5
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c number of free variables = 90
0.00/0.03	c dynamic_preselect_setsize :: off
0.00/0.03	c main():: all systems go!
0.00/0.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/16) NodeCount: 144
0.00/0.07	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/16) NodeCount: 1540
0.39/0.45	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/16) NodeCount: 9460
2.49/2.52	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 34517
9.09/9.16	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 91103
24.09/24.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 183751
49.17/49.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 297264
80.36/80.45	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 404976
110.84/110.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 481869
133.63/133.78	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/16) NodeCount: 523244
146.83/146.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 |****************************************************************| (10/16) NodeCount: 539559
152.52/152.62	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
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/16) NodeCount: 544140
154.32/154.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 |****************************************************************| (12/16) NodeCount: 545071
154.72/154.86	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
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/16) NodeCount: 545171
154.82/154.92	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (14/16) NodeCount: 545175
154.82/154.92	c |----------------------------------------------------------------|
c |
154.82/154.92	c
154.82/154.92	c main():: nodeCount: 545175
154.82/154.92	c main():: dead ends in main: 7572
154.82/154.92	c main():: lookAheadCount: 25321603
154.82/154.92	c main():: unitResolveCount: 1886932
154.82/154.92	c main():: time=154.870000
154.82/154.92	c main():: necessary_assignments: 13511
154.82/154.92	c main():: bin_sat: 0, bin_unsat 0
154.82/154.92	c main():: doublelook: #: 2026777, succes #: 1607112
154.82/154.92	c main():: doublelook: overall 8.288 of all possible doublelooks executed
154.82/154.92	c main():: doublelook: succesrate: 79.294, average DL_trigger: 25.702
154.82/154.92	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-1514929-1238246523/watcher-1514929-1238246523 -o /tmp/evaluation-result-1514929-1238246523/solver-1514929-1238246523 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1514929-1238246523.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.92 0.98 0.97 3/81 16248
/proc/meminfo: memFree=1106408/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=980 CPUtime=0
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 701547304 1003520 115 1992294400 134512640 135197378 4294956240 18446744073709551615 134713209 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 245 115 65 167 0 76 0

[startup+0.011877 s]
/proc/loadavg: 0.92 0.98 0.97 3/81 16248
/proc/meminfo: memFree=1106408/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=980 CPUtime=0
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 159 0 0 0 0 0 0 0 20 0 1 0 701547304 1003520 142 1992294400 134512640 135197378 4294956240 18446744073709551615 134577936 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 245 142 82 167 0 76 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 980

[startup+0.101894 s]
/proc/loadavg: 0.92 0.98 0.97 3/81 16248
/proc/meminfo: memFree=1106408/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1300 CPUtime=0.09
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 217 0 0 0 9 0 0 0 20 0 1 0 701547304 1331200 200 1992294400 134512640 135197378 4294956240 18446744073709551615 134524906 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 325 200 93 167 0 156 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1300

[startup+0.301932 s]
/proc/loadavg: 0.92 0.98 0.97 3/81 16248
/proc/meminfo: memFree=1106408/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1300 CPUtime=0.29
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 217 0 0 0 29 0 0 0 22 0 1 0 701547304 1331200 200 1992294400 134512640 135197378 4294956240 18446744073709551615 134524918 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 325 200 93 167 0 156 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1300

[startup+0.70201 s]
/proc/loadavg: 0.92 0.98 0.97 3/81 16248
/proc/meminfo: memFree=1106408/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1300 CPUtime=0.69
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 217 0 0 0 69 0 0 0 25 0 1 0 701547304 1331200 200 1992294400 134512640 135197378 4294956240 18446744073709551615 134548743 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 325 200 93 167 0 156 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1300

[startup+1.50217 s]
/proc/loadavg: 0.92 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1105952/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1300 CPUtime=1.49
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 217 0 0 0 149 0 0 0 25 0 1 0 701547304 1331200 200 1992294400 134512640 135197378 4294956240 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 325 200 93 167 0 156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1300

[startup+3.10148 s]
/proc/loadavg: 0.92 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1105824/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1300 CPUtime=3.09
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 220 0 0 0 309 0 0 0 25 0 1 0 701547304 1331200 203 1992294400 134512640 135197378 4294956240 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 325 203 93 167 0 156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1300

[startup+6.3011 s]
/proc/loadavg: 0.93 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1105696/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1300 CPUtime=6.29
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 226 0 0 0 629 0 0 0 25 0 1 0 701547304 1331200 209 1992294400 134512640 135197378 4294956240 18446744073709551615 134548748 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 325 209 93 167 0 156 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1300

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1105440/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1508 CPUtime=12.69
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 256 0 0 0 1269 0 0 0 25 0 1 0 701547304 1544192 239 1992294400 134512640 135197378 4294956240 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 377 239 93 167 0 208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1508

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1105184/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=1724 CPUtime=25.48
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 337 0 0 0 2548 0 0 0 25 0 1 0 701547304 1765376 302 1992294400 134512640 135197378 4294956240 18446744073709551615 134525003 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 431 302 93 167 0 262 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1724

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1104928/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=2104 CPUtime=51.07
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 411 0 0 0 5107 0 0 0 25 0 1 0 701547304 2154496 376 1992294400 134512640 135197378 4294956240 18446744073709551615 134524878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 526 376 93 167 0 357 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2104

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1104032/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=2956 CPUtime=102.25
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 608 0 0 0 10225 0 0 0 25 0 1 0 701547304 3026944 573 1992294400 134512640 135197378 4294956240 18446744073709551615 134602968 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 739 573 93 167 0 570 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 2956

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1103456/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=3720 CPUtime=127.84
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 744 0 0 0 12784 0 0 0 25 0 1 0 701547304 3809280 709 1992294400 134512640 135197378 4294956240 18446744073709551615 134539457 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 930 709 93 167 0 761 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 3720

[startup+140.701 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1103136/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=3720 CPUtime=140.64
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 828 0 0 0 14064 0 0 0 25 0 1 0 701547304 3809280 793 1992294400 134512640 135197378 4294956240 18446744073709551615 134603270 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 930 793 93 167 0 761 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 3720

[startup+147.102 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1102944/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=4872 CPUtime=147.03
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 874 0 0 0 14703 0 0 0 25 0 1 0 701547304 4988928 839 1992294400 134512640 135197378 4294956240 18446744073709551615 134524828 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 1218 839 93 167 0 1049 0
Current children cumulated CPU time (s) 147.03
Current children cumulated vsize (KiB) 4872

[startup+150.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1102816/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=4872 CPUtime=150.23
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 899 0 0 0 15023 0 0 0 25 0 1 0 701547304 4988928 864 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 1218 864 93 167 0 1049 0
Current children cumulated CPU time (s) 150.23
Current children cumulated vsize (KiB) 4872

[startup+153.502 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1102688/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=4872 CPUtime=153.42
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 927 0 0 0 15342 0 0 0 25 0 1 0 701547304 4988928 892 1992294400 134512640 135197378 4294956240 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 1218 892 93 167 0 1049 0
Current children cumulated CPU time (s) 153.42
Current children cumulated vsize (KiB) 4872

[startup+154.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1102688/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=4872 CPUtime=154.22
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 935 0 0 0 15422 0 0 0 25 0 1 0 701547304 4988928 900 1992294400 134512640 135197378 4294956240 18446744073709551615 134593005 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 1218 900 93 167 0 1049 0
Current children cumulated CPU time (s) 154.22
Current children cumulated vsize (KiB) 4872

[startup+154.702 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1102688/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=4872 CPUtime=154.62
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 938 0 0 0 15462 0 0 0 25 0 1 0 701547304 4988928 903 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 1218 903 93 167 0 1049 0
Current children cumulated CPU time (s) 154.62
Current children cumulated vsize (KiB) 4872

[startup+154.901 s]
/proc/loadavg: 0.99 0.98 0.97 2/82 16249
/proc/meminfo: memFree=1102688/2055920 swapFree=4174588/4192956
[pid=16248] ppid=16246 vsize=4872 CPUtime=154.82
/proc/16248/stat : 16248 (march_hi) R 16246 16248 15963 0 -1 4194304 940 0 0 0 15482 0 0 0 25 0 1 0 701547304 4988928 905 1992294400 134512640 135197378 4294956240 18446744073709551615 134605243 0 0 4096 0 0 0 0 17 1 0 0
/proc/16248/statm: 1218 905 93 167 0 1049 0
Current children cumulated CPU time (s) 154.82
Current children cumulated vsize (KiB) 4872

Child status: 20
Real time (s): 154.929
CPU time (s): 154.86
CPU user time (s): 154.855
CPU system time (s): 0.004999
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 4872

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

runsolver used 0.198969 second user time and 0.528919 second system time

The end

Launcher Data

Begin job on node88 at 2009-03-28 14:22:03
IDJOB=1514929
IDBENCH=70387
IDSOLVER=521
FILE ID=node88/1514929-1238246523
PBS_JOBID= 9060734
Free space on /tmp= 66476 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S1410489780-030.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1514929-1238246523/watcher-1514929-1238246523 -o /tmp/evaluation-result-1514929-1238246523/solver-1514929-1238246523 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1514929-1238246523.cnf

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

MD5SUM BENCH= 8a9e5a10d7167b9edb4334092b7b4912
RANDOM SEED=1611559628

node88.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.281
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.281
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:       1106888 kB
Buffers:         82536 kB
Cached:         773388 kB
SwapCached:       7608 kB
Active:         141368 kB
Inactive:       723864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106888 kB
SwapTotal:     4192956 kB
SwapFree:      4174588 kB
Dirty:             804 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            67952 kB
Committed_AS:  1772608 kB
PageTables:       2664 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= 66476 MiB
End job on node88 at 2009-03-28 14:24:38