Trace number 1730715

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 1189.2 1189.86

General information on the benchmark

Namecrafted/Difficult/contest05/others/
linvrinv5.sat05-564.reshuffled-07.cnf
MD5SUM7b1cebbdf060989ddb5c4faf02370afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark767.638
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1426
Sum of the clauses size3800
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 3925
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 450 variables and 1426 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c find_and_remove_tautogolies():: found and removed 25 tautologies
0.00/0.01	c simplify_formula():: removed 0 tautological, 50 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 425 free variables and 1376 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.051
0.00/0.01	c find_equivalence():: found 175 3-equivalences
0.00/0.01	c find_and_remove_tautogolies():: found and removed 125 tautologies
0.00/0.01	c shorten_equivalence(): average equivalence length reduced from 5.800000 to 5.800000
0.00/0.01	c using k-SAT heuristics (size based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 700 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c main():: clause / variable ratio: ( 676 / 450 ) = 1.50
0.00/0.01	c longest clause has size 25
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 300
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/17) NodeCount: 161
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/17) NodeCount: 3739
1.10/1.11	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/17) NodeCount: 29454
7.99/8.08	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/17) NodeCount: 180398
42.68/42.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 670060
145.78/145.97	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 1638517
332.86/333.13	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 3032278
578.94/579.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 4492263
815.43/815.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/17) NodeCount: 5715538
988.96/989.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 |****************************************************************| ( 9/17) NodeCount: 6631150
1093.98/1094.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/17) NodeCount: 7214064
1149.26/1149.92	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/17) NodeCount: 7505186
1174.54/1175.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (12/17) NodeCount: 7615597
1184.54/1185.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 |****************************************************************| (13/17) NodeCount: 7652252
1188.03/1188.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 |****************************************************************| (14/17) NodeCount: 7662406
1189.03/1189.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 |****************************************************************| (15/17) NodeCount: 7663610
1189.13/1189.85	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |****************************************************************| (16/17) NodeCount: 7663645
1189.13/1189.85	c |----------------------------------------------------------------|
c |
1189.13/1189.85	c
1189.13/1189.85	c main():: nodeCount: 7663645
1189.13/1189.85	c main():: dead ends in main: 740929
1189.13/1189.85	c main():: lookAheadCount: 220989319
1189.13/1189.85	c main():: unitResolveCount: 145461097
1189.13/1189.85	c main():: time=1189.370000
1189.13/1189.85	c main():: necessary_assignments: 4020967
1189.13/1189.85	c main():: bin_sat: 0, bin_unsat 0
1189.13/1189.85	c main():: doublelook: #: 5912289, succes #: 2303237
1189.13/1189.85	c main():: doublelook: overall 2.774 of all possible doublelooks executed
1189.13/1189.85	c main():: doublelook: succesrate: 38.957, average DL_trigger: 46.018
1189.13/1189.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730715-1240762621/watcher-1730715-1240762621 -o /tmp/evaluation-result-1730715-1240762621/solver-1730715-1240762621 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1730715-1240762621.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: 1.83 1.83 1.45 3/65 9578
/proc/meminfo: memFree=1838840/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=972 CPUtime=0
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 104291286 995328 120 1992294400 134512640 135197378 4294956224 18446744073709551615 134528032 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 243 120 67 167 0 74 0

[startup+0.093209 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 9578
/proc/meminfo: memFree=1838840/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1588 CPUtime=0.09
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 244 0 0 0 9 0 0 0 18 0 1 0 104291286 1626112 226 1992294400 134512640 135197378 4294956224 18446744073709551615 134591933 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 397 226 92 167 0 228 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1588

[startup+0.101209 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 9578
/proc/meminfo: memFree=1838840/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1720 CPUtime=0.1
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 246 0 0 0 10 0 0 0 18 0 1 0 104291286 1761280 228 1992294400 134512640 135197378 4294956224 18446744073709551615 134548496 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 430 228 92 167 0 261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1720

[startup+0.301232 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 9578
/proc/meminfo: memFree=1838840/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1720 CPUtime=0.3
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 255 0 0 0 30 0 0 0 19 0 1 0 104291286 1761280 237 1992294400 134512640 135197378 4294956224 18446744073709551615 134614294 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 430 237 92 167 0 261 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1720

[startup+0.701277 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 9578
/proc/meminfo: memFree=1838840/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1720 CPUtime=0.7
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 261 0 0 0 70 0 0 0 23 0 1 0 104291286 1761280 243 1992294400 134512640 135197378 4294956224 18446744073709551615 134553225 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 430 243 92 167 0 261 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1720

[startup+1.50137 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 9579
/proc/meminfo: memFree=1838192/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1720 CPUtime=1.5
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 269 0 0 0 150 0 0 0 25 0 1 0 104291286 1761280 251 1992294400 134512640 135197378 4294956224 18446744073709551615 134539320 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 430 251 92 167 0 261 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1720

[startup+3.10155 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 9579
/proc/meminfo: memFree=1838000/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1852 CPUtime=3.1
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 279 0 0 0 310 0 0 0 25 0 1 0 104291286 1896448 261 1992294400 134512640 135197378 4294956224 18446744073709551615 134525837 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 463 261 92 167 0 294 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1852

[startup+6.30192 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 9579
/proc/meminfo: memFree=1837936/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1852 CPUtime=6.3
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 287 0 0 0 630 0 0 0 25 0 1 0 104291286 1896448 269 1992294400 134512640 135197378 4294956224 18446744073709551615 134597235 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 463 269 92 167 0 294 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1852

[startup+12.7016 s]
/proc/loadavg: 1.71 1.80 1.45 2/66 9579
/proc/meminfo: memFree=1837744/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1852 CPUtime=12.69
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 293 0 0 0 1269 0 0 0 25 0 1 0 104291286 1896448 275 1992294400 134512640 135197378 4294956224 18446744073709551615 134592581 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 463 275 92 167 0 294 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1852

[startup+25.5021 s]
/proc/loadavg: 1.55 1.76 1.44 2/66 9579
/proc/meminfo: memFree=1837744/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=1984 CPUtime=25.49
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 311 0 0 0 2549 0 0 0 25 0 1 0 104291286 2031616 293 1992294400 134512640 135197378 4294956224 18446744073709551615 134525522 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 496 293 92 167 0 327 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1984

[startup+51.102 s]
/proc/loadavg: 1.36 1.70 1.43 2/66 9579
/proc/meminfo: memFree=1837616/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=2120 CPUtime=51.07
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 350 0 0 0 5107 0 0 0 25 0 1 0 104291286 2170880 332 1992294400 134512640 135197378 4294956224 18446744073709551615 134525682 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 530 332 92 167 0 361 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2120

[startup+102.306 s]
/proc/loadavg: 1.15 1.59 1.40 2/66 9579
/proc/meminfo: memFree=1837360/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=2288 CPUtime=102.25
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 376 0 0 0 10225 0 0 0 25 0 1 0 104291286 2342912 358 1992294400 134512640 135197378 4294956224 18446744073709551615 134548451 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 572 358 92 167 0 403 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 2288

[startup+162.303 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 9579
/proc/meminfo: memFree=1837104/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=2440 CPUtime=162.17
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 408 0 0 0 16217 0 0 0 25 0 1 0 104291286 2498560 390 1992294400 134512640 135197378 4294956224 18446744073709551615 134548501 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 610 390 92 167 0 441 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 2440

[startup+222.303 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 9579
/proc/meminfo: memFree=1836848/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=2668 CPUtime=222.11
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 444 0 0 0 22211 0 0 0 25 0 1 0 104291286 2732032 426 1992294400 134512640 135197378 4294956224 18446744073709551615 134548526 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 667 426 92 167 0 498 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 2668

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.32 2/66 9579
/proc/meminfo: memFree=1836720/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=2668 CPUtime=282.09
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 477 0 0 0 28209 0 0 0 25 0 1 0 104291286 2732032 459 1992294400 134512640 135197378 4294956224 18446744073709551615 134553698 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 667 459 92 167 0 498 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 2668

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 9579
/proc/meminfo: memFree=1836400/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=3008 CPUtime=342.06
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 523 0 0 0 34206 0 0 0 25 0 1 0 104291286 3080192 505 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 752 505 92 167 0 583 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 3008

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 9579
/proc/meminfo: memFree=1836080/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=3168 CPUtime=402.03
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 580 0 0 0 40203 0 0 0 25 0 1 0 104291286 3244032 562 1992294400 134512640 135197378 4294956224 18446744073709551615 134553147 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 792 562 92 167 0 623 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 3168

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 9579
/proc/meminfo: memFree=1835824/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=3680 CPUtime=462
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 633 0 0 0 46200 0 0 0 25 0 1 0 104291286 3768320 615 1992294400 134512640 135197378 4294956224 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 920 615 92 167 0 751 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 3680

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 9579
/proc/meminfo: memFree=1835568/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=3680 CPUtime=521.97
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 681 0 0 0 52197 0 0 0 25 0 1 0 104291286 3768320 663 1992294400 134512640 135197378 4294956224 18446744073709551615 134603559 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 920 663 92 167 0 751 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 3680

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 9579
/proc/meminfo: memFree=1835248/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=3680 CPUtime=581.94
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 732 0 0 0 58194 0 0 0 25 0 1 0 104291286 3768320 714 1992294400 134512640 135197378 4294956224 18446744073709551615 134526669 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 920 714 92 167 0 751 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 3680

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.21 2/66 9579
/proc/meminfo: memFree=1834864/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=4444 CPUtime=641.93
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 813 0 0 0 64192 1 0 0 25 0 1 0 104291286 4550656 795 1992294400 134512640 135197378 4294956224 18446744073709551615 134590628 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 1111 795 92 167 0 942 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 4444

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 9579
/proc/meminfo: memFree=1834224/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=4800 CPUtime=701.9
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 965 0 0 0 70189 1 0 0 25 0 1 0 104291286 4915200 919 1992294400 134512640 135197378 4294956224 18446744073709551615 134525468 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 1200 919 92 167 0 1031 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 4800

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 9579
/proc/meminfo: memFree=1833840/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=4800 CPUtime=761.86
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 1048 0 0 0 76185 1 0 0 25 0 1 0 104291286 4915200 1002 1992294400 134512640 135197378 4294956224 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 1200 1002 92 167 0 1031 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 4800

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 9579
/proc/meminfo: memFree=1833392/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=6428 CPUtime=821.83
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 1147 0 0 0 82182 1 0 0 25 0 1 0 104291286 6582272 1101 1992294400 134512640 135197378 4294956224 18446744073709551615 134553934 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 1607 1101 92 167 0 1438 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 6428

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 9579
/proc/meminfo: memFree=1832816/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=6428 CPUtime=881.8
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 1280 0 0 0 88179 1 0 0 25 0 1 0 104291286 6582272 1234 1992294400 134512640 135197378 4294956224 18446744073709551615 134553200 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 1607 1234 92 167 0 1438 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 6428

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 9579
/proc/meminfo: memFree=1832048/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=7380 CPUtime=941.77
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 1434 0 0 0 94176 1 0 0 25 0 1 0 104291286 7557120 1388 1992294400 134512640 135197378 4294956224 18446744073709551615 134553757 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 1845 1388 92 167 0 1676 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 7380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 9579
/proc/meminfo: memFree=1831344/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=9104 CPUtime=1001.76
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 1604 0 0 0 100174 2 0 0 25 0 1 0 104291286 9322496 1558 1992294400 134512640 135197378 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 2276 1558 92 167 0 2107 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 9104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 9579
/proc/meminfo: memFree=1830320/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=9104 CPUtime=1061.71
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 1820 0 0 0 106169 2 0 0 25 0 1 0 104291286 9322496 1774 1992294400 134512640 135197378 4294956224 18446744073709551615 134553147 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 2276 1774 92 167 0 2107 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 9104

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 9579
/proc/meminfo: memFree=1829232/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=11004 CPUtime=1121.67
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2068 0 0 0 112165 2 0 0 25 0 1 0 104291286 11268096 2022 1992294400 134512640 135197378 4294956224 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 2751 2022 92 167 0 2582 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 11004

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828208/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1181.64
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2307 0 0 0 118162 2 0 0 25 0 1 0 104291286 13918208 2261 1992294400 134512640 135197378 4294956224 18446744073709551615 134539311 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2261 92 167 0 3229 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 13592

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

[startup+1183.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828208/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1183.24
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2317 0 0 0 118322 2 0 0 25 0 1 0 104291286 13918208 2271 1992294400 134512640 135197378 4294956224 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2271 92 167 0 3229 0
Current children cumulated CPU time (s) 1183.24
Current children cumulated vsize (KiB) 13592

[startup+1187.1 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828144/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1186.44
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2322 0 0 0 118642 2 0 0 25 0 1 0 104291286 13918208 2276 1992294400 134512640 135197378 4294956224 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2276 92 167 0 3229 0
Current children cumulated CPU time (s) 1186.44
Current children cumulated vsize (KiB) 13592

[startup+1188.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828144/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1188.03
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2334 0 0 0 118801 2 0 0 25 0 1 0 104291286 13918208 2288 1992294400 134512640 135197378 4294956224 18446744073709551615 134553147 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2288 92 167 0 3229 0
Current children cumulated CPU time (s) 1188.03
Current children cumulated vsize (KiB) 13592

[startup+1189.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828080/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1188.83
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2335 0 0 0 118881 2 0 0 25 0 1 0 104291286 13918208 2289 1992294400 134512640 135197378 4294956224 18446744073709551615 134539349 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2289 92 167 0 3229 0
Current children cumulated CPU time (s) 1188.83
Current children cumulated vsize (KiB) 13592

[startup+1189.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828080/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1189.03
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2336 0 0 0 118901 2 0 0 25 0 1 0 104291286 13918208 2290 1992294400 134512640 135197378 4294956224 18446744073709551615 134553740 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2290 92 167 0 3229 0
Current children cumulated CPU time (s) 1189.03
Current children cumulated vsize (KiB) 13592

[startup+1189.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9579
/proc/meminfo: memFree=1828080/2055920 swapFree=4192952/4192956
[pid=9578] ppid=9576 vsize=13592 CPUtime=1189.13
/proc/9578/stat : 9578 (march_hi) R 9576 9578 9207 0 -1 4194304 2336 0 0 0 118911 2 0 0 25 0 1 0 104291286 13918208 2290 1992294400 134512640 135197378 4294956224 18446744073709551615 134548499 0 0 4096 0 0 0 0 17 0 0 0
/proc/9578/statm: 3398 2290 92 167 0 3229 0
Current children cumulated CPU time (s) 1189.13
Current children cumulated vsize (KiB) 13592

Child status: 20
Real time (s): 1189.86
CPU time (s): 1189.2
CPU user time (s): 1189.17
CPU system time (s): 0.029995
CPU usage (%): 99.9448
Max. virtual memory (cumulated for all children) (KiB): 13592

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

runsolver used 1.11183 second user time and 2.25966 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-26 18:17:01
IDJOB=1730715
IDBENCH=24735
IDSOLVER=521
FILE ID=node88/1730715-1240762621
PBS_JOBID= 9187130
Free space on /tmp= 66548 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730715-1240762621/watcher-1730715-1240762621 -o /tmp/evaluation-result-1730715-1240762621/solver-1730715-1240762621 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1730715-1240762621.cnf

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

MD5SUM BENCH= 7b1cebbdf060989ddb5c4faf02370afb
RANDOM SEED=2097201379

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.229
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.229
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:       1839256 kB
Buffers:         19100 kB
Cached:         114992 kB
SwapCached:          4 kB
Active:          67884 kB
Inactive:        80608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839256 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             788 kB
Writeback:           0 kB
Mapped:          24092 kB
Slab:            53996 kB
Committed_AS:   279080 kB
PageTables:       1444 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= 66548 MiB
End job on node88 at 2009-04-26 18:36:51