Trace number 1516741

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 1193.18 1193.64

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1213077873-067.cnf
MD5SUM8db311cabf8fb8b12c84c250d98747d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1193.18
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 6 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 499 free variables and 2119 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.442
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 167 duplicate clauses
0.00/0.02	c resolvent_look() :: found 89 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2208 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 500 variabels and 2208 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2208 / 500 ) = 4.42
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 499
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 140
0.00/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: 564
0.10/0.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4009
1.19/1.29	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 22669
8.09/8.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/999) NodeCount: 90988
36.88/36.98	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 267411
120.64/120.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 |****************************************************************| ( 6/999) NodeCount: 594741
293.28/293.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 1035686
547.39/547.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1465846
815.29/815.60	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1770696
1016.11/1016.51	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1931434
1126.07/1126.57	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1997365
1172.55/1173.01	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2018967
1188.23/1188.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 |****************************************************************| (13/999) NodeCount: 2024298
1192.23/1192.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 |****************************************************************| (14/999) NodeCount: 2025260
1192.94/1193.50	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |************
c |*************
c |**************
c |****************
c |********************
c |**********************
c |***********************
c |************************
c |********************************
c |****************************************************************| (15/999) NodeCount: 2025396
1193.13/1193.62	c |----------------------------------------------------------------|
c |**
c |***
c |****
c |*****
c |******
c |********
c |****************
c |********************************
c |****************************************************************| (16/999) NodeCount: 2025400
1193.13/1193.62	c |----------------------------------------------------------------|
c |
1193.13/1193.62	c
1193.13/1193.62	c main():: nodeCount: 2025400
1193.13/1193.62	c main():: dead ends in main: 32267
1193.13/1193.62	c main():: lookAheadCount: 126607485
1193.13/1193.62	c main():: unitResolveCount: 39132068
1193.13/1193.62	c main():: time=1193.350000
1193.13/1193.62	c main():: necessary_assignments: 466421
1193.13/1193.62	c main():: bin_sat: 0, bin_unsat 0
1193.13/1193.62	c main():: doublelook: #: 7826909, succes #: 5606535
1193.13/1193.62	c main():: doublelook: overall 6.404 of all possible doublelooks executed
1193.13/1193.62	c main():: doublelook: succesrate: 71.632, average DL_trigger: 55.453
1193.13/1193.62	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-1516741-1238274371/watcher-1516741-1238274371 -o /tmp/evaluation-result-1516741-1238274371/solver-1516741-1238274371 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1516741-1238274371.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 17161
/proc/meminfo: memFree=1102840/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=1108 CPUtime=0
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 149 0 0 0 0 0 0 0 20 0 1 0 704332121 1134592 132 1992294400 134512640 135197378 4294956240 18446744073709551615 134560947 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 277 132 66 167 0 108 0

[startup+0.0857161 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 17161
/proc/meminfo: memFree=1102840/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=1740 CPUtime=0.08
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 292 0 0 0 8 0 0 0 20 0 1 0 704332121 1781760 275 1992294400 134512640 135197378 4294956240 18446744073709551615 134649156 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 435 275 91 167 0 266 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1740

[startup+0.102719 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 17161
/proc/meminfo: memFree=1102840/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=1740 CPUtime=0.1
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 293 0 0 0 10 0 0 0 20 0 1 0 704332121 1781760 276 1992294400 134512640 135197378 4294956240 18446744073709551615 134700655 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 435 276 91 167 0 266 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1740

[startup+0.301757 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 17161
/proc/meminfo: memFree=1102840/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=1872 CPUtime=0.29
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 306 0 0 0 29 0 0 0 22 0 1 0 704332121 1916928 289 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 468 289 91 167 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1872

[startup+0.701835 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 17161
/proc/meminfo: memFree=1102840/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=1872 CPUtime=0.69
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 332 0 0 0 69 0 0 0 25 0 1 0 704332121 1916928 315 1992294400 134512640 135197378 4294956240 18446744073709551615 134617750 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 468 315 91 167 0 299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1872

[startup+1.50199 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1101872/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=2156 CPUtime=1.49
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 374 0 0 0 149 0 0 0 25 0 1 0 704332121 2207744 357 1992294400 134512640 135197378 4294956240 18446744073709551615 134570784 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 539 357 91 167 0 370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2156

[startup+3.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1101488/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=2324 CPUtime=3.09
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 409 0 0 0 309 0 0 0 25 0 1 0 704332121 2379776 392 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 581 392 91 167 0 412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2324

[startup+6.30192 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1101232/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=2620 CPUtime=6.29
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 472 0 0 0 629 0 0 0 25 0 1 0 704332121 2682880 455 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 655 455 91 167 0 486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2620

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1100536/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=3188 CPUtime=12.69
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 588 0 0 0 1269 0 0 0 25 0 1 0 704332121 3264512 571 1992294400 134512640 135197378 4294956240 18446744073709551615 134552716 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 797 571 91 167 0 628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3188

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1099384/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=4928 CPUtime=25.48
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 869 0 0 0 2548 0 0 0 25 0 1 0 704332121 5046272 852 1992294400 134512640 135197378 4294956240 18446744073709551615 134614384 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 1232 852 91 167 0 1063 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4928

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1097720/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=6544 CPUtime=51.07
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 1292 0 0 0 5107 0 0 0 25 0 1 0 704332121 6701056 1275 1992294400 134512640 135197378 4294956240 18446744073709551615 134542045 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 1636 1275 91 167 0 1467 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6544

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1094392/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=11784 CPUtime=102.26
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 2093 0 0 0 10225 1 0 0 25 0 1 0 704332121 12066816 2076 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 2946 2076 91 167 0 2777 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11784

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1090808/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=17516 CPUtime=162.23
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 2993 0 0 0 16221 2 0 0 25 0 1 0 704332121 17936384 2976 1992294400 134512640 135197378 4294956240 18446744073709551615 134615983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 4379 2976 91 167 0 4210 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17516

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1087288/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=17516 CPUtime=222.2
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 3856 0 0 0 22218 2 0 0 25 0 1 0 704332121 17936384 3839 1992294400 134512640 135197378 4294956240 18446744073709551615 134552516 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 4379 3839 91 167 0 4210 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 17516

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1083960/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=23336 CPUtime=282.19
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 4679 0 0 0 28216 3 0 0 25 0 1 0 704332121 23896064 4662 1992294400 134512640 135197378 4294956240 18446744073709551615 134552408 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 5834 4662 91 167 0 5665 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23336

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1080568/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=27044 CPUtime=342.16
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 5528 0 0 0 34213 3 0 0 25 0 1 0 704332121 27693056 5511 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 6761 5511 91 167 0 6592 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 27044

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1077368/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=35776 CPUtime=402.14
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 6333 0 0 0 40210 4 0 0 25 0 1 0 704332121 36634624 6316 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 8944 6316 91 167 0 8775 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 35776

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1074104/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=35776 CPUtime=462.11
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 7124 0 0 0 46207 4 0 0 25 0 1 0 704332121 36634624 7107 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 8944 7107 91 167 0 8775 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 35776

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1071288/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=35776 CPUtime=522.1
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 7892 0 0 0 52205 5 0 0 25 0 1 0 704332121 36634624 7875 1992294400 134512640 135197378 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 8944 7875 91 167 0 8775 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 35776

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1068216/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=35776 CPUtime=582.08
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 8670 0 0 0 58203 5 0 0 25 0 1 0 704332121 36634624 8653 1992294400 134512640 135197378 4294956240 18446744073709551615 134592338 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 8944 8653 91 167 0 8775 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 35776

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1065016/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=56420 CPUtime=642.06
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 9433 0 0 0 64200 6 0 0 25 0 1 0 704332121 57774080 9416 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 14105 9416 91 167 0 13936 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 56420

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1062072/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=56420 CPUtime=702.03
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 10162 0 0 0 70197 6 0 0 25 0 1 0 704332121 57774080 10145 1992294400 134512640 135197378 4294956240 18446744073709551615 134541973 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 14105 10145 91 167 0 13936 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 56420

[startup+762.308 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1059128/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=56420 CPUtime=762.02
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 10888 0 0 0 76195 7 0 0 25 0 1 0 704332121 57774080 10871 1992294400 134512640 135197378 4294956240 18446744073709551615 134525423 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 14105 10871 91 167 0 13936 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 56420

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1056312/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=56420 CPUtime=821.98
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 11600 0 0 0 82191 7 0 0 25 0 1 0 704332121 57774080 11583 1992294400 134512640 135197378 4294956240 18446744073709551615 134572734 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 14105 11583 91 167 0 13936 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 56420

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1053240/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=56420 CPUtime=881.96
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 12343 0 0 0 88189 7 0 0 25 0 1 0 704332121 57774080 12326 1992294400 134512640 135197378 4294956240 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 14105 12326 91 167 0 13936 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 56420

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1050552/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=56420 CPUtime=941.94
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 13030 0 0 0 94186 8 0 0 25 0 1 0 704332121 57774080 13013 1992294400 134512640 135197378 4294956240 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 14105 13013 91 167 0 13936 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 56420

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1047736/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1001.91
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 13689 0 0 0 100183 8 0 0 25 0 1 0 704332121 77889536 13672 1992294400 134512640 135197378 4294956240 18446744073709551615 134539320 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 13672 91 167 0 18847 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 76064

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1045048/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1061.89
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 14376 0 0 0 106181 8 0 0 25 0 1 0 704332121 77889536 14359 1992294400 134512640 135197378 4294956240 18446744073709551615 134542296 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 14359 91 167 0 18847 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 76064

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1042552/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1121.87
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15004 0 0 0 112178 9 0 0 25 0 1 0 704332121 77889536 14987 1992294400 134512640 135197378 4294956240 18446744073709551615 134525423 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 14987 91 167 0 18847 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 76064

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039992/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1181.84
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15631 0 0 0 118175 9 0 0 25 0 1 0 704332121 77889536 15614 1992294400 134512640 135197378 4294956240 18446744073709551615 134541955 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15614 91 167 0 18847 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 76064

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

[startup+1183.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039928/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1183.44
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15646 0 0 0 118335 9 0 0 25 0 1 0 704332121 77889536 15629 1992294400 134512640 135197378 4294956240 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15629 91 167 0 18847 0
Current children cumulated CPU time (s) 1183.44
Current children cumulated vsize (KiB) 76064

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039672/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1189.83
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15706 0 0 0 118974 9 0 0 25 0 1 0 704332121 77889536 15689 1992294400 134512640 135197378 4294956240 18446744073709551615 134597127 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15689 91 167 0 18847 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 76064

[startup+1191.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039608/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1191.43
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15722 0 0 0 119134 9 0 0 25 0 1 0 704332121 77889536 15705 1992294400 134512640 135197378 4294956240 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15705 91 167 0 18847 0
Current children cumulated CPU time (s) 1191.43
Current children cumulated vsize (KiB) 76064

[startup+1192.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039544/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1192.23
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15729 0 0 0 119214 9 0 0 25 0 1 0 704332121 77889536 15712 1992294400 134512640 135197378 4294956240 18446744073709551615 134552934 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15712 91 167 0 18847 0
Current children cumulated CPU time (s) 1192.23
Current children cumulated vsize (KiB) 76064

[startup+1193.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039544/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1192.63
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15732 0 0 0 119254 9 0 0 25 0 1 0 704332121 77889536 15715 1992294400 134512640 135197378 4294956240 18446744073709551615 134552944 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15715 91 167 0 18847 0
Current children cumulated CPU time (s) 1192.63
Current children cumulated vsize (KiB) 76064

[startup+1193.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039544/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1193.04
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15736 0 0 0 119295 9 0 0 25 0 1 0 704332121 77889536 15719 1992294400 134512640 135197378 4294956240 18446744073709551615 134718686 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15719 91 167 0 18847 0
Current children cumulated CPU time (s) 1193.04
Current children cumulated vsize (KiB) 76064

[startup+1193.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/82 17162
/proc/meminfo: memFree=1039544/2055920 swapFree=4174588/4192956
[pid=17161] ppid=17159 vsize=76064 CPUtime=1193.13
/proc/17161/stat : 17161 (march_hi) R 17159 17161 16968 0 -1 4194304 15736 0 0 0 119304 9 0 0 25 0 1 0 704332121 77889536 15719 1992294400 134512640 135197378 4294956240 18446744073709551615 134593933 0 0 4096 0 0 0 0 17 1 0 0
/proc/17161/statm: 19016 15719 91 167 0 18847 0
Current children cumulated CPU time (s) 1193.13
Current children cumulated vsize (KiB) 76064

Child status: 20
Real time (s): 1193.64
CPU time (s): 1193.18
CPU user time (s): 1193.07
CPU system time (s): 0.109983
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 76064

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

runsolver used 1.43478 second user time and 4.02939 second system time

The end

Launcher Data

Begin job on node88 at 2009-03-28 22:06:11
IDJOB=1516741
IDBENCH=70538
IDSOLVER=521
FILE ID=node88/1516741-1238274371
PBS_JOBID= 9060913
Free space on /tmp= 66476 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S1213077873-067.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516741-1238274371/watcher-1516741-1238274371 -o /tmp/evaluation-result-1516741-1238274371/solver-1516741-1238274371 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1516741-1238274371.cnf

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

MD5SUM BENCH= 8db311cabf8fb8b12c84c250d98747d5
RANDOM SEED=913008568

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:       1103256 kB
Buffers:         84732 kB
Cached:         774592 kB
SwapCached:       7608 kB
Active:         150040 kB
Inactive:       718636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1103256 kB
SwapTotal:     4192956 kB
SwapFree:      4174588 kB
Dirty:             804 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            68132 kB
Committed_AS:  1774256 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 22:26:05