Trace number 1515049

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 835.562 835.806

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S35186747-095.cnf
MD5SUM63a7ffd07e7685b33dfd464b13ef6936
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark798.535
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.00/0.04	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.04	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.04	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.04	c main()::
0.00/0.04	c initFormula():: searching for DIMACS p-line....
0.00/0.04	c full lookahead due to high density!
0.00/0.04	c initFormula():: the DIMACS p-line indicates a CNF of 100 variables and 2130 clauses.
0.00/0.04	c parseCNF():: parsing....
0.00/0.04	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.04	c runParser():: parsing was successful, warming up engines...
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.04	c preprocessing fase I completed:: there are now 100 free variables and 2130 clauses.
0.00/0.04	c stat :: sign balance is biased by 0.036
0.00/0.04	c using k-SAT heuristics (size based diff)
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
0.00/0.04	c resolvent_look() :: found 2 resolvents
0.00/0.04	c main():: clause / variable ratio: ( 2132 / 100 ) = 21.32
0.00/0.04	c longest clause has size 5
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.04	c number of free variables = 100
0.00/0.04	c dynamic_preselect_setsize :: off
0.00/0.04	c main():: all systems go!
0.00/0.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 130
0.06/0.08	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 502
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 |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 3279
0.59/0.68	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 17551
3.69/3.77	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 70293
16.19/16.27	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 213686
54.18/54.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 504507
139.65/139.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/999) NodeCount: 947410
282.91/283.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 1455709
462.55/462.73	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 1893885
630.61/630.83	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 2175514
747.07/747.32	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 2309837
806.46/806.75	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 2356629
828.66/828.94	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
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/999) NodeCount: 2367809
834.45/834.71	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
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/999) NodeCount: 2369517
835.35/835.68	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| (15/999) NodeCount: 2369674
835.45/835.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |****************
c |******************
c |*******************
c |********************
c |************************
c |********************************
c |****************************************************************| (16/999) NodeCount: 2369679
835.45/835.79	c |----------------------------------------------------------------|
c |
835.45/835.79	c
835.45/835.79	c main():: nodeCount: 2369679
835.45/835.79	c main():: dead ends in main: 19865
835.45/835.79	c main():: lookAheadCount: 117204167
835.45/835.79	c main():: unitResolveCount: 12992547
835.45/835.79	c main():: time=835.670000
835.45/835.79	c main():: necessary_assignments: 65899
835.45/835.79	c main():: bin_sat: 0, bin_unsat 0
835.45/835.79	c main():: doublelook: #: 9274809, succes #: 7370412
835.45/835.79	c main():: doublelook: overall 8.176 of all possible doublelooks executed
835.45/835.79	c main():: doublelook: succesrate: 79.467, average DL_trigger: 26.708
835.45/835.79	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-1515049-1238248701/watcher-1515049-1238248701 -o /tmp/evaluation-result-1515049-1238248701/solver-1515049-1238248701 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1515049-1238248701.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.99 3/80 815
/proc/meminfo: memFree=1841108/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=972 CPUtime=0
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 1097533774 995328 97 1992294400 134512640 135197378 4294956240 18446744073709551615 134564931 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 243 97 62 167 0 74 0

[startup+0.072281 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 815
/proc/meminfo: memFree=1841108/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=1348 CPUtime=0.06
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 226 0 0 0 6 0 0 0 18 0 1 0 1097533774 1380352 209 1992294400 134512640 135197378 4294956240 18446744073709551615 134524938 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 337 209 93 167 0 168 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1348

[startup+0.101284 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 815
/proc/meminfo: memFree=1841108/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=1348 CPUtime=0.09
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 226 0 0 0 9 0 0 0 18 0 1 0 1097533774 1380352 209 1992294400 134512640 135197378 4294956240 18446744073709551615 134617729 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 337 209 93 167 0 168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1348

[startup+0.301305 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 815
/proc/meminfo: memFree=1841108/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=1348 CPUtime=0.29
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 227 0 0 0 29 0 0 0 19 0 1 0 1097533774 1380352 210 1992294400 134512640 135197378 4294956240 18446744073709551615 134602632 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 337 210 93 167 0 168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1348

[startup+0.701346 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 815
/proc/meminfo: memFree=1841108/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=1488 CPUtime=0.69
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 238 0 0 0 69 0 0 0 23 0 1 0 1097533774 1523712 221 1992294400 134512640 135197378 4294956240 18446744073709551615 134718686 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 372 221 93 167 0 203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1488

[startup+1.50143 s]
/proc/loadavg: 0.92 0.98 0.99 2/81 816
/proc/meminfo: memFree=1840524/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=1488 CPUtime=1.49
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 263 0 0 0 149 0 0 0 25 0 1 0 1097533774 1523712 246 1992294400 134512640 135197378 4294956240 18446744073709551615 134525029 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 372 246 93 167 0 203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1488

[startup+3.10259 s]
/proc/loadavg: 0.92 0.98 0.99 2/81 816
/proc/meminfo: memFree=1840012/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=1876 CPUtime=3.09
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 358 0 0 0 309 0 0 0 25 0 1 0 1097533774 1921024 325 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 469 325 93 167 0 300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1876

[startup+6.30193 s]
/proc/loadavg: 0.93 0.98 0.99 2/81 816
/proc/meminfo: memFree=1839628/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=2104 CPUtime=6.29
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 440 0 0 0 629 0 0 0 25 0 1 0 1097533774 2154496 407 1992294400 134512640 135197378 4294956240 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 526 407 93 167 0 357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2104

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/81 816
/proc/meminfo: memFree=1838796/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=2956 CPUtime=12.69
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 606 0 0 0 1269 0 0 0 25 0 1 0 1097533774 3026944 573 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 739 573 93 167 0 570 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2956

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/81 816
/proc/meminfo: memFree=1837452/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=5048 CPUtime=25.48
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 928 0 0 0 2548 0 0 0 25 0 1 0 1097533774 5169152 895 1992294400 134512640 135197378 4294956240 18446744073709551615 134539216 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 1262 895 93 167 0 1093 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5048

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/81 816
/proc/meminfo: memFree=1835084/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=6948 CPUtime=51.08
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 1520 0 0 0 5107 1 0 0 25 0 1 0 1097533774 7114752 1487 1992294400 134512640 135197378 4294956240 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 1737 1487 93 167 0 1568 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6948

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/81 816
/proc/meminfo: memFree=1830476/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=13768 CPUtime=102.27
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 2638 0 0 0 10226 1 0 0 25 0 1 0 1097533774 14098432 2605 1992294400 134512640 135197378 4294956240 18446744073709551615 134539105 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 3442 2605 93 167 0 3273 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13768

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1825292/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=19588 CPUtime=162.25
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 3859 0 0 0 16223 2 0 0 25 0 1 0 1097533774 20058112 3826 1992294400 134512640 135197378 4294956240 18446744073709551615 134556416 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 4897 3826 93 167 0 4728 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19588

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1820556/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=29024 CPUtime=222.22
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 5019 0 0 0 22220 2 0 0 25 0 1 0 1097533774 29720576 4986 1992294400 134512640 135197378 4294956240 18446744073709551615 134556416 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 7256 4986 93 167 0 7087 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29024

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1816268/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=29024 CPUtime=282.21
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 6093 0 0 0 28218 3 0 0 25 0 1 0 1097533774 29720576 6060 1992294400 134512640 135197378 4294956240 18446744073709551615 134525003 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 7256 6060 93 167 0 7087 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29024

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1811724/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=42120 CPUtime=342.19
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 7223 0 0 0 34216 3 0 0 25 0 1 0 1097533774 43130880 7190 1992294400 134512640 135197378 4294956240 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 10530 7190 93 167 0 10361 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 42120

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1807564/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=43524 CPUtime=402.18
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 8261 0 0 0 40214 4 0 0 25 0 1 0 1097533774 44568576 8228 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 10881 8228 93 167 0 10712 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 43524

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1803596/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=43524 CPUtime=462.15
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 9239 0 0 0 46211 4 0 0 25 0 1 0 1097533774 44568576 9206 1992294400 134512640 135197378 4294956240 18446744073709551615 134524878 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 10881 9206 93 167 0 10712 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 43524

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1799436/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=43524 CPUtime=522.14
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 10279 0 0 0 52209 5 0 0 25 0 1 0 1097533774 44568576 10246 1992294400 134512640 135197378 4294956240 18446744073709551615 134611792 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 10881 10246 93 167 0 10712 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 43524

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1795404/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=582.12
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 11229 0 0 0 58207 5 0 0 25 0 1 0 1097533774 64684032 11196 1992294400 134512640 135197378 4294956240 18446744073709551615 134592962 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 11196 93 167 0 15623 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 63168

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 822
/proc/meminfo: memFree=1791628/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=642.11
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 12149 0 0 0 64205 6 0 0 25 0 1 0 1097533774 64684032 12116 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 12116 93 167 0 15623 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 63168

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1787852/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=702.09
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 13055 0 0 0 70203 6 0 0 25 0 1 0 1097533774 64684032 13022 1992294400 134512640 135197378 4294956240 18446744073709551615 134606490 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 13022 93 167 0 15623 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 63168

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1784204/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=762.07
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 13917 0 0 0 76201 6 0 0 25 0 1 0 1097533774 64684032 13884 1992294400 134512640 135197378 4294956240 18446744073709551615 134602819 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 13884 93 167 0 15623 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 63168

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780940/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=822.06
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14725 0 0 0 82199 7 0 0 25 0 1 0 1097533774 64684032 14692 1992294400 134512640 135197378 4294956240 18446744073709551615 134603232 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14692 93 167 0 15623 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 63168

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

[startup+825.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780812/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=825.26
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14763 0 0 0 82519 7 0 0 25 0 1 0 1097533774 64684032 14730 1992294400 134512640 135197378 4294956240 18446744073709551615 134524906 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14730 93 167 0 15623 0
Current children cumulated CPU time (s) 825.26
Current children cumulated vsize (KiB) 63168

[startup+831.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780428/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=831.65
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14840 0 0 0 83158 7 0 0 25 0 1 0 1097533774 64684032 14807 1992294400 134512640 135197378 4294956240 18446744073709551615 134603283 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14807 93 167 0 15623 0
Current children cumulated CPU time (s) 831.65
Current children cumulated vsize (KiB) 63168

[startup+833.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780428/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=833.25
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14859 0 0 0 83318 7 0 0 25 0 1 0 1097533774 64684032 14826 1992294400 134512640 135197378 4294956240 18446744073709551615 134524951 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14826 93 167 0 15623 0
Current children cumulated CPU time (s) 833.25
Current children cumulated vsize (KiB) 63168

[startup+835.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780236/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=834.85
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14876 0 0 0 83478 7 0 0 25 0 1 0 1097533774 64684032 14843 1992294400 134512640 135197378 4294956240 18446744073709551615 134522760 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14843 93 167 0 15623 0
Current children cumulated CPU time (s) 834.85
Current children cumulated vsize (KiB) 63168

[startup+835.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780236/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=835.25
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14880 0 0 0 83518 7 0 0 25 0 1 0 1097533774 64684032 14847 1992294400 134512640 135197378 4294956240 18446744073709551615 134539373 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14847 93 167 0 15623 0
Current children cumulated CPU time (s) 835.25
Current children cumulated vsize (KiB) 63168

[startup+835.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780236/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=63168 CPUtime=835.45
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194304 14881 0 0 0 83538 7 0 0 25 0 1 0 1097533774 64684032 14848 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 15792 14848 93 167 0 15623 0
Current children cumulated CPU time (s) 835.45
Current children cumulated vsize (KiB) 63168

[startup+835.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 823
/proc/meminfo: memFree=1780236/2055920 swapFree=4163576/4192956
[pid=815] ppid=813 vsize=0 CPUtime=835.54
/proc/815/stat : 815 (march_hi) R 813 815 457 0 -1 4194308 14883 0 0 0 83547 7 0 0 25 0 1 0 1097533774 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/815/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 835.54
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 835.806
CPU time (s): 835.562
CPU user time (s): 835.48
CPU system time (s): 0.081987
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 63168

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

runsolver used 1.06784 second user time and 2.78058 second system time

The end

Launcher Data

Begin job on node90 at 2009-03-28 14:58:21
IDJOB=1515049
IDBENCH=70397
IDSOLVER=521
FILE ID=node90/1515049-1238248701
PBS_JOBID= 9060695
Free space on /tmp= 66456 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S35186747-095.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515049-1238248701/watcher-1515049-1238248701 -o /tmp/evaluation-result-1515049-1238248701/solver-1515049-1238248701 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1515049-1238248701.cnf

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

MD5SUM BENCH= 63a7ffd07e7685b33dfd464b13ef6936
RANDOM SEED=434081443

node90.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.234
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.234
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:       1841524 kB
Buffers:         42056 kB
Cached:         100916 kB
SwapCached:      18936 kB
Active:         107164 kB
Inactive:        56284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841524 kB
SwapTotal:     4192956 kB
SwapFree:      4163576 kB
Dirty:             812 kB
Writeback:           0 kB
Mapped:          25708 kB
Slab:            35188 kB
Committed_AS:  2501880 kB
PageTables:       2668 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= 66456 MiB
End job on node90 at 2009-03-28 15:12:17