Trace number 1563464

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 433.514 433.633

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.69/16.73	c main():: ***                                   [ march satisfiability solver ]                                   ***
16.69/16.73	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
16.69/16.73	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
16.69/16.73	c main()::
16.69/16.73	c initFormula():: searching for DIMACS p-line....
16.69/16.73	c initFormula():: the DIMACS p-line indicates a CNF of 286329 variables and 839692 clauses.
16.69/16.73	c parseCNF():: parsing....
16.69/16.73	c parseCNF():: the CNF contains 1 unary clauses.
16.69/16.73	c runParser():: parsing was successful, warming up engines...
16.69/16.73	c find_and_remove_tautogolies():: found and removed 12431 tautologies
16.69/16.73	c find_and_remove_tautogolies():: found and removed 5615 tautologies
16.69/16.73	c simplify_formula():: removed 0 tautological, 127516 satisfied and 0 duplicate clauses
16.69/16.73	c preprocessing fase I completed:: there are now 243022 free variables and 712176 clauses.
16.69/16.73	c stat :: sign balance is biased by 0.149
16.69/16.73	c using 3-SAT heuristics (occurence based diff)
16.69/16.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
16.69/16.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 77393 duplicate clauses
16.69/16.73	c resolvent_look() :: found 74185 resolvents
16.69/16.73	c lessRedundantTransformation():: nothing to be done.
16.69/16.73	c transformTo3SAT():: you gave me 286329 variables and 786361 clauses.
16.69/16.73	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
16.69/16.73	c transformTo3SAT():: I will add 0 variables and 0 clauses!
16.69/16.73	c transformTo3SAT():: the transformation yielded 286329 variabels and 786361 clauses.
16.69/16.73	c main():: clause / variable ratio: ( 786361 / 286329 ) = 2.75
16.69/16.73	c longest clause has size 3
16.69/16.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
16.69/16.73	c number of free variables = 243022
16.69/16.73	c dynamic_preselect_setsize :: off
16.69/16.73	c main():: all systems go!
16.69/16.73	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (0/5) NodeCount: 188
45.87/45.91	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (1/5) NodeCount: 961
134.24/134.34	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
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/5) NodeCount: 2365
292.31/292.47	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |****************
c |*****************
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/5) NodeCount: 3282
399.18/399.35	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| (4/5) NodeCount: 3544
430.38/430.56	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (5/5) NodeCount: 3565
432.88/433.08	c |----------------------------------------------------------------|
c |
433.47/433.61	c
433.47/433.61	c main():: nodeCount: 3565
433.47/433.61	c main():: dead ends in main: 2
433.47/433.61	c main():: lookAheadCount: 401551
433.47/433.61	c main():: unitResolveCount: 2719281
433.47/433.61	c main():: time=433.030000
433.47/433.61	c main():: necessary_assignments: 22629
433.47/433.61	c main():: bin_sat: 0, bin_unsat 0
433.47/433.61	c main():: doublelook: #: 8760, succes #: 3454
433.47/433.61	c main():: doublelook: overall 2.248 of all possible doublelooks executed
433.47/433.61	c main():: doublelook: succesrate: 39.429, average DL_trigger: 2039.018
433.47/433.61	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-1563464-1238786489/watcher-1563464-1238786489 -o /tmp/evaluation-result-1563464-1238786489/solver-1563464-1238786489 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1563464-1238786489.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3252
/proc/meminfo: memFree=1724120/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=5240 CPUtime=0
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 791 0 0 0 0 0 0 0 18 0 1 0 1151310702 5365760 776 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 1310 783 58 167 0 1141 0

[startup+0.0747281 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3252
/proc/meminfo: memFree=1724120/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=29696 CPUtime=0.06
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 6226 0 0 0 4 2 0 0 18 0 1 0 1151310702 30408704 6211 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 7424 6211 57 167 0 7255 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29696

[startup+0.10173 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3252
/proc/meminfo: memFree=1724120/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=30092 CPUtime=0.09
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 6333 0 0 0 7 2 0 0 18 0 1 0 1151310702 30814208 6318 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 7523 6319 57 167 0 7354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30092

[startup+0.301747 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3252
/proc/meminfo: memFree=1724120/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=32600 CPUtime=0.29
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 7120 0 0 0 27 2 0 0 19 0 1 0 1151310702 33382400 7105 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 8150 7105 57 167 0 7981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32600

[startup+0.701781 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3252
/proc/meminfo: memFree=1724120/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=37616 CPUtime=0.69
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 8668 0 0 0 66 3 0 0 22 0 1 0 1151310702 38518784 8653 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 9404 8653 57 167 0 9235 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37616

[startup+1.50185 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1684944/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=100640 CPUtime=1.49
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 19860 0 0 0 140 9 0 0 25 0 1 0 1151310702 103055360 17805 1992294400 134512640 135197378 4294956240 18446744073709551615 134565259 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 25160 17805 64 167 0 24991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100640

[startup+3.10199 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1647440/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=115524 CPUtime=3.09
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 30339 0 0 0 295 14 0 0 25 0 1 0 1151310702 118296576 21605 1992294400 134512640 135197378 4294956240 18446744073709551615 134565191 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 28881 21605 66 167 0 28712 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115524

[startup+6.30127 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1634776/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=115436 CPUtime=6.29
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 38961 0 0 0 611 18 0 0 25 0 1 0 1151310702 118206464 22289 1992294400 134512640 135197378 4294956240 18446744073709551615 134514352 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 28859 22289 66 167 0 28690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115436

[startup+12.7028 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1637976/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=114892 CPUtime=12.69
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 58301 0 0 0 1241 28 0 0 25 0 1 0 1151310702 117649408 22167 1992294400 134512640 135197378 4294956240 18446744073709551615 134687945 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 28723 22167 80 167 0 28554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114892

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1509656/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=487924 CPUtime=25.48
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 103824 0 0 0 2501 47 0 0 25 0 1 0 1151310702 499634176 53527 1992294400 134512640 135197378 4294956240 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 121981 53527 88 167 0 121812 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 487924

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1480600/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=51.07
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 111095 0 0 0 5057 50 0 0 25 0 1 0 1151310702 503427072 60798 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 60798 90 167 0 122738 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 491628

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1478296/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=102.25
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 111671 0 0 0 10175 50 0 0 25 0 1 0 1151310702 503427072 61374 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61374 90 167 0 122738 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 491628

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1478232/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=162.24
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 111679 0 0 0 16173 51 0 0 25 0 1 0 1151310702 503427072 61382 1992294400 134512640 135197378 4294956240 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61382 90 167 0 122738 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 491628

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1478232/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=222.22
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 111683 0 0 0 22171 51 0 0 25 0 1 0 1151310702 503427072 61386 1992294400 134512640 135197378 4294956240 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61386 90 167 0 122738 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 491628

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1478232/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=282.2
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 111683 0 0 0 28169 51 0 0 25 0 1 0 1151310702 503427072 61386 1992294400 134512640 135197378 4294956240 18446744073709551615 134542045 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61386 90 167 0 122738 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 491628

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1478168/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=342.2
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 111685 0 0 0 34168 52 0 0 25 0 1 0 1151310702 503427072 61388 1992294400 134512640 135197378 4294956240 18446744073709551615 134541260 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61388 90 167 0 122738 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 491628

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=402.18
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112268 0 0 0 40166 52 0 0 25 0 1 0 1151310702 503427072 61971 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61971 90 167 0 122738 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 491628

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=409.38
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112268 0 0 0 40885 53 0 0 25 0 1 0 1151310702 503427072 61971 1992294400 134512640 135197378 4294956240 18446744073709551615 134552482 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61971 90 167 0 122738 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 491628

[startup+422.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=422.18
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112268 0 0 0 42165 53 0 0 25 0 1 0 1151310702 503427072 61971 1992294400 134512640 135197378 4294956240 18446744073709551615 134541960 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61971 90 167 0 122738 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 491628

[startup+428.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=428.58
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112268 0 0 0 42805 53 0 0 25 0 1 0 1151310702 503427072 61971 1992294400 134512640 135197378 4294956240 18446744073709551615 134542069 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61971 90 167 0 122738 0
Current children cumulated CPU time (s) 428.58
Current children cumulated vsize (KiB) 491628

[startup+431.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=431.78
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112268 0 0 0 43125 53 0 0 25 0 1 0 1151310702 503427072 61971 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61971 90 167 0 122738 0
Current children cumulated CPU time (s) 431.78
Current children cumulated vsize (KiB) 491628

[startup+432.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=432.58
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112268 0 0 0 43205 53 0 0 25 0 1 0 1151310702 503427072 61971 1992294400 134512640 135197378 4294956240 18446744073709551615 134542050 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61971 90 167 0 122738 0
Current children cumulated CPU time (s) 432.58
Current children cumulated vsize (KiB) 491628

[startup+433.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1475864/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=491628 CPUtime=432.98
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112270 0 0 0 43245 53 0 0 25 0 1 0 1151310702 503427072 61973 1992294400 134512640 135197378 4294956240 18446744073709551615 134693722 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 122907 61973 92 167 0 122738 0
Current children cumulated CPU time (s) 432.98
Current children cumulated vsize (KiB) 491628

[startup+433.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1574808/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=186768 CPUtime=433.37
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112270 0 0 0 43283 54 0 0 25 0 1 0 1151310702 191250432 36423 1992294400 134512640 135197378 4294956240 18446744073709551615 134687984 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 46692 36423 92 167 0 46523 0
Current children cumulated CPU time (s) 433.37
Current children cumulated vsize (KiB) 186768

[startup+433.602 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3253
/proc/meminfo: memFree=1574808/2055920 swapFree=4172392/4192956
[pid=3252] ppid=3250 vsize=186768 CPUtime=433.47
/proc/3252/stat : 3252 (march_hi) R 3250 3252 3000 0 -1 4194304 112270 0 0 0 43293 54 0 0 25 0 1 0 1151310702 191250432 36423 1992294400 134512640 135197378 4294956240 18446744073709551615 134687945 0 0 4096 0 0 0 0 17 1 0 0
/proc/3252/statm: 46692 36423 92 167 0 46523 0
Current children cumulated CPU time (s) 433.47
Current children cumulated vsize (KiB) 186768

Child status: 20
Real time (s): 433.633
CPU time (s): 433.514
CPU user time (s): 432.938
CPU system time (s): 0.575912
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 492900

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

runsolver used 0.409937 second user time and 1.17882 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-03 21:21:30
IDJOB=1563464
IDBENCH=70954
IDSOLVER=521
FILE ID=node58/1563464-1238786489
PBS_JOBID= 9085574
Free space on /tmp= 66548 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563464-1238786489/watcher-1563464-1238786489 -o /tmp/evaluation-result-1563464-1238786489/solver-1563464-1238786489 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1563464-1238786489.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1659490408

node58.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.222
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.222
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724536 kB
Buffers:         71664 kB
Cached:         182804 kB
SwapCached:      10256 kB
Active:         117648 kB
Inactive:       148592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724536 kB
SwapTotal:     4192956 kB
SwapFree:      4172392 kB
Dirty:           15932 kB
Writeback:           0 kB
Mapped:          17436 kB
Slab:            50612 kB
Committed_AS:  2832120 kB
PageTables:       1764 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= 66544 MiB
End job on node58 at 2009-04-03 21:28:44