Trace number 1718302

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 362.542 362.659

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.10.unsat.cnf
MD5SUMb1a6497b6934405ef70bfcc51fa85893
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark362.542
Satisfiable
(Un)Satisfiability was proved
Number of variables1111
Number of clauses3756
Sum of the clauses size9786
Maximum clause length19
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21603
Number of clauses of size 32090
Number of clauses of size 430
Number of clauses of size 518
Number of clauses of size over 512

Solver Data

0.00/0.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.03	c main()::
0.00/0.03	c initFormula():: searching for DIMACS p-line....
0.00/0.03	c initFormula():: the DIMACS p-line indicates a CNF of 1111 variables and 3756 clauses.
0.00/0.03	c parseCNF():: parsing....
0.00/0.03	c parseCNF():: the CNF contains 3 unary clauses.
0.00/0.03	c runParser():: parsing was successful, warming up engines...
0.00/0.03	c simplify_formula():: removed 0 tautological, 41 satisfied and 0 duplicate clauses
0.00/0.03	c preprocessing fase I completed:: there are now 1108 free variables and 3715 clauses.
0.00/0.03	c stat :: sign balance is biased by 0.085
0.00/0.03	c find_equivalence():: found 353 3-equivalences
0.00/0.03	c find_and_remove_tautogolies():: found and removed 35 tautologies
0.00/0.03	c shorten_equivalence(): average equivalence length reduced from 6.391167 to 3.451104
0.00/0.03	c using k-SAT heuristics (size based diff)
0.00/0.03	c simplify_formula():: removed 0 tautological, 1412 satisfied and 0 duplicate clauses
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c main():: clause / variable ratio: ( 2303 / 1111 ) = 2.07
0.00/0.03	c longest clause has size 17
0.00/0.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.03	c number of free variables = 1072
0.00/0.03	c dynamic_preselect_setsize :: off
0.00/0.03	c main():: all systems go!
0.00/0.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/11) NodeCount: 225
0.70/0.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/11) NodeCount: 1627
4.99/5.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/11) NodeCount: 8061
24.39/24.48	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/11) NodeCount: 24974
74.07/74.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 |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/11) NodeCount: 55620
159.45/159.55	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/11) NodeCount: 93979
254.61/254.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/11) NodeCount: 124819
323.30/323.45	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| ( 7/11) NodeCount: 140462
352.28/352.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
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/11) NodeCount: 145473
360.68/360.89	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
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/11) NodeCount: 146771
362.27/362.45	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| (10/11) NodeCount: 146909
362.47/362.65	c |----------------------------------------------------------------|
c |
362.47/362.65	c
362.47/362.65	c main():: nodeCount: 146909
362.47/362.65	c main():: dead ends in main: 1357
362.47/362.65	c main():: lookAheadCount: 21236437
362.47/362.65	c main():: unitResolveCount: 13291269
362.47/362.65	c main():: time=362.580000
362.47/362.65	c main():: necessary_assignments: 791840
362.47/362.65	c main():: bin_sat: 0, bin_unsat 0
362.47/362.65	c main():: doublelook: #: 313849, succes #: 170914
362.47/362.65	c main():: doublelook: overall 1.531 of all possible doublelooks executed
362.47/362.65	c main():: doublelook: succesrate: 54.457, average DL_trigger: 202.448
362.47/362.65	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-1718302-1240635453/watcher-1718302-1240635453 -o /tmp/evaluation-result-1718302-1240635453/solver-1718302-1240635453 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1718302-1240635453.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.00 0.99 0.99 3/65 17348
/proc/meminfo: memFree=1745760/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=968 CPUtime=0
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 118 0 0 0 0 0 0 0 20 0 1 0 91575288 991232 103 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 242 103 58 167 0 73 0

[startup+0.075721 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 17348
/proc/meminfo: memFree=1745760/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=2828 CPUtime=0.07
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 375 0 0 0 7 0 0 0 20 0 1 0 91575288 2895872 357 1992294400 134512640 135197378 4294956240 18446744073709551615 134525856 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 707 357 92 167 0 538 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2828

[startup+0.101723 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 17348
/proc/meminfo: memFree=1745760/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=2976 CPUtime=0.1
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 396 0 0 0 10 0 0 0 20 0 1 0 91575288 3047424 378 1992294400 134512640 135197378 4294956240 18446744073709551615 134602555 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 744 378 92 167 0 575 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2976

[startup+0.301743 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 17348
/proc/meminfo: memFree=1745760/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=3240 CPUtime=0.3
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 477 0 0 0 30 0 0 0 22 0 1 0 91575288 3317760 459 1992294400 134512640 135197378 4294956240 18446744073709551615 134553695 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 810 459 92 167 0 641 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3240

[startup+0.701786 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 17348
/proc/meminfo: memFree=1745760/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=3372 CPUtime=0.7
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 519 0 0 0 70 0 0 0 25 0 1 0 91575288 3452928 501 1992294400 134512640 135197378 4294956240 18446744073709551615 134556739 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 843 501 92 167 0 674 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3372

[startup+1.50187 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1743960/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=3636 CPUtime=1.5
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 569 0 0 0 150 0 0 0 25 0 1 0 91575288 3723264 551 1992294400 134512640 135197378 4294956240 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 909 551 92 167 0 740 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3636

[startup+3.10104 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1743640/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=3900 CPUtime=3.09
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 635 0 0 0 309 0 0 0 25 0 1 0 91575288 3993600 617 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 975 617 92 167 0 806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3900

[startup+6.30137 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1743192/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=4032 CPUtime=6.29
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 693 0 0 0 629 0 0 0 25 0 1 0 91575288 4128768 675 1992294400 134512640 135197378 4294956240 18446744073709551615 134539059 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1008 675 92 167 0 839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4032

[startup+12.701 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1743000/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=4300 CPUtime=12.69
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 744 0 0 0 1269 0 0 0 25 0 1 0 91575288 4403200 726 1992294400 134512640 135197378 4294956240 18446744073709551615 134525522 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1075 726 92 167 0 906 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4300

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1742616/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=4696 CPUtime=25.49
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 830 0 0 0 2549 0 0 0 25 0 1 0 91575288 4808704 812 1992294400 134512640 135197378 4294956240 18446744073709551615 134539320 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1174 812 92 167 0 1005 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4696

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1742424/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=4828 CPUtime=51.08
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 870 0 0 0 5108 0 0 0 25 0 1 0 91575288 4943872 852 1992294400 134512640 135197378 4294956240 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1207 852 92 167 0 1038 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4828

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1742040/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5100 CPUtime=102.27
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 937 0 0 0 10227 0 0 0 25 0 1 0 91575288 5222400 919 1992294400 134512640 135197378 4294956240 18446744073709551615 134553595 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1275 919 92 167 0 1106 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5100

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17349
/proc/meminfo: memFree=1741784/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5288 CPUtime=162.24
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 970 0 0 0 16224 0 0 0 25 0 1 0 91575288 5414912 952 1992294400 134512640 135197378 4294956240 18446744073709551615 134540910 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1322 952 92 167 0 1153 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5288

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741592/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5288 CPUtime=222.22
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 986 0 0 0 22222 0 0 0 25 0 1 0 91575288 5414912 968 1992294400 134512640 135197378 4294956240 18446744073709551615 134548501 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1322 968 92 167 0 1153 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 5288

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741464/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5432 CPUtime=282.21
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1011 0 0 0 28220 1 0 0 25 0 1 0 91575288 5562368 993 1992294400 134512640 135197378 4294956240 18446744073709551615 134539289 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1358 993 92 167 0 1189 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5432

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=342.18
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1051 0 0 0 34217 1 0 0 25 0 1 0 91575288 5701632 1033 1992294400 134512640 135197378 4294956240 18446744073709551615 134548451 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1033 92 167 0 1223 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 5568

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

[startup+345.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=345.38
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1051 0 0 0 34537 1 0 0 25 0 1 0 91575288 5701632 1033 1992294400 134512640 135197378 4294956240 18446744073709551615 134597471 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1033 92 167 0 1223 0
Current children cumulated CPU time (s) 345.38
Current children cumulated vsize (KiB) 5568

[startup+351.902 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=351.78
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1053 0 0 0 35177 1 0 0 25 0 1 0 91575288 5701632 1035 1992294400 134512640 135197378 4294956240 18446744073709551615 134539287 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1035 92 167 0 1223 0
Current children cumulated CPU time (s) 351.78
Current children cumulated vsize (KiB) 5568

[startup+358.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=358.18
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1054 0 0 0 35817 1 0 0 25 0 1 0 91575288 5701632 1036 1992294400 134512640 135197378 4294956240 18446744073709551615 134556504 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1036 92 167 0 1223 0
Current children cumulated CPU time (s) 358.18
Current children cumulated vsize (KiB) 5568

[startup+359.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=359.77
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1054 0 0 0 35976 1 0 0 25 0 1 0 91575288 5701632 1036 1992294400 134512640 135197378 4294956240 18446744073709551615 134553568 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1036 92 167 0 1223 0
Current children cumulated CPU time (s) 359.77
Current children cumulated vsize (KiB) 5568

[startup+361.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=361.37
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1054 0 0 0 36136 1 0 0 25 0 1 0 91575288 5701632 1036 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1036 92 167 0 1223 0
Current children cumulated CPU time (s) 361.37
Current children cumulated vsize (KiB) 5568

[startup+362.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=362.17
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1055 0 0 0 36216 1 0 0 25 0 1 0 91575288 5701632 1037 1992294400 134512640 135197378 4294956240 18446744073709551615 134548509 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1037 92 167 0 1223 0
Current children cumulated CPU time (s) 362.17
Current children cumulated vsize (KiB) 5568

[startup+362.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=362.37
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1055 0 0 0 36236 1 0 0 25 0 1 0 91575288 5701632 1037 1992294400 134512640 135197378 4294956240 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1037 92 167 0 1223 0
Current children cumulated CPU time (s) 362.37
Current children cumulated vsize (KiB) 5568

[startup+362.602 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 17355
/proc/meminfo: memFree=1741208/2055920 swapFree=4181224/4192956
[pid=17348] ppid=17346 vsize=5568 CPUtime=362.47
/proc/17348/stat : 17348 (march_hi) R 17346 17348 17240 0 -1 4194304 1055 0 0 0 36246 1 0 0 25 0 1 0 91575288 5701632 1037 1992294400 134512640 135197378 4294956240 18446744073709551615 134553606 0 0 4096 0 0 0 0 17 1 0 0
/proc/17348/statm: 1392 1037 92 167 0 1223 0
Current children cumulated CPU time (s) 362.47
Current children cumulated vsize (KiB) 5568

Child status: 20
Real time (s): 362.659
CPU time (s): 362.542
CPU user time (s): 362.525
CPU system time (s): 0.016997
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 5568

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

runsolver used 0.387941 second user time and 0.899863 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-25 06:57:33
IDJOB=1718302
IDBENCH=20474
IDSOLVER=521
FILE ID=node79/1718302-1240635453
PBS_JOBID= 9186419
Free space on /tmp= 66296 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.10.unsat.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718302-1240635453/watcher-1718302-1240635453 -o /tmp/evaluation-result-1718302-1240635453/solver-1718302-1240635453 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1718302-1240635453.cnf

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

MD5SUM BENCH= b1a6497b6934405ef70bfcc51fa85893
RANDOM SEED=1120535905

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
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.220
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:       1746240 kB
Buffers:         35024 kB
Cached:         223524 kB
SwapCached:       6652 kB
Active:          41016 kB
Inactive:       226592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746240 kB
SwapTotal:     4192956 kB
SwapFree:      4181224 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            28076 kB
Committed_AS:   302084 kB
PageTables:       1384 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= 66296 MiB
End job on node79 at 2009-04-25 07:03:36