Trace number 1736112

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 hi? (TO) 1200.07 1200.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes1.cnf
MD5SUMd217d44a5e3291823bfd6ded60a7812f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark323.585
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.39/0.43	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.39/0.43	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.39/0.43	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.39/0.43	c main()::
0.39/0.43	c initFormula():: searching for DIMACS p-line....
0.39/0.43	c full lookahead due to high density!
0.39/0.43	c initFormula():: the DIMACS p-line indicates a CNF of 1150 variables and 84314 clauses.
0.39/0.43	c parseCNF():: parsing....
0.39/0.43	c parseCNF():: the CNF contains 0 unary clauses.
0.39/0.43	c runParser():: parsing was successful, warming up engines...
0.39/0.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.43	c preprocessing fase I completed:: there are now 1150 free variables and 84314 clauses.
0.39/0.43	c stat :: sign balance is biased by 144.427
0.39/0.43	c using k-SAT heuristics (size based diff)
0.39/0.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.43	c main():: clause / variable ratio: ( 84314 / 1150 ) = 73.32
0.39/0.43	c longest clause has size 23
0.39/0.43	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.43	c number of free variables = 1150
0.39/0.43	c dynamic_preselect_setsize :: off
0.39/0.43	c main():: all systems go!
0.39/0.43	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 263
1.19/1.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 11741
13.89/13.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 |****************************************************************| ( 2/999) NodeCount: 413145
339.59/339.70	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1736112-1240810145/watcher-1736112-1240810145 -o /tmp/evaluation-result-1736112-1240810145/solver-1736112-1240810145 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1736112-1240810145.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 32565
/proc/meminfo: memFree=1600200/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=1632 CPUtime=0
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 109040715 1671168 189 1992294400 134512640 135197378 4294956224 18446744073709551615 134697395 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 408 189 57 167 0 239 0

[startup+0.0855339 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 32565
/proc/meminfo: memFree=1600200/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=6908 CPUtime=0.08
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 962 0 0 0 8 0 0 0 20 0 1 0 109040715 7073792 946 1992294400 134512640 135197378 4294956224 18446744073709551615 134560531 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 1727 946 61 167 0 1558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6908

[startup+0.101535 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 32565
/proc/meminfo: memFree=1600200/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=6264 CPUtime=0.09
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 969 0 0 0 9 0 0 0 20 0 1 0 109040715 6414336 724 1992294400 134512640 135197378 4294956224 18446744073709551615 134713207 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 1566 724 64 167 0 1397 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6264

[startup+0.301557 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 32565
/proc/meminfo: memFree=1600200/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=6260 CPUtime=0.29
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 4521 0 0 0 28 1 0 0 22 0 1 0 109040715 6410240 823 1992294400 134512640 135197378 4294956224 18446744073709551615 134694949 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 1565 823 82 167 0 1396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6260

[startup+0.701603 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 32565
/proc/meminfo: memFree=1600200/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=10836 CPUtime=0.69
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 6366 0 0 0 67 2 0 0 25 0 1 0 109040715 11096064 1254 1992294400 134512640 135197378 4294956224 18446744073709551615 134539344 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 2709 1254 89 167 0 2540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10836

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 1.08 2/65 32566
/proc/meminfo: memFree=1595456/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=11244 CPUtime=1.49
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 6465 0 0 0 147 2 0 0 25 0 1 0 109040715 11513856 1353 1992294400 134512640 135197378 4294956224 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 2811 1353 92 167 0 2642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11244

[startup+3.10188 s]
/proc/loadavg: 0.92 0.98 1.08 2/65 32566
/proc/meminfo: memFree=1594944/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=11380 CPUtime=3.09
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 6503 0 0 0 307 2 0 0 25 0 1 0 109040715 11653120 1391 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 2845 1391 92 167 0 2676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11380

[startup+6.30124 s]
/proc/loadavg: 0.93 0.98 1.08 2/65 32566
/proc/meminfo: memFree=1594496/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=11832 CPUtime=6.29
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 6576 0 0 0 627 2 0 0 25 0 1 0 109040715 12115968 1464 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 2958 1464 92 167 0 2789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11832

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 1.08 2/65 32566
/proc/meminfo: memFree=1593984/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=12264 CPUtime=12.69
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 6681 0 0 0 1267 2 0 0 25 0 1 0 109040715 12558336 1569 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 3066 1569 92 167 0 2897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12264

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 1.08 2/65 32566
/proc/meminfo: memFree=1592896/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=13484 CPUtime=25.48
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 6934 0 0 0 2546 2 0 0 25 0 1 0 109040715 13807616 1822 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 3371 1822 92 167 0 3202 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13484

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 1.08 2/65 32566
/proc/meminfo: memFree=1591680/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=14872 CPUtime=51.07
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 7247 0 0 0 5105 2 0 0 25 0 1 0 109040715 15228928 2135 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 3718 2135 92 167 0 3549 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14872

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.07 2/65 32566
/proc/meminfo: memFree=1589824/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=17456 CPUtime=102.26
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 7705 0 0 0 10224 2 0 0 25 0 1 0 109040715 17874944 2593 1992294400 134512640 135197378 4294956224 18446744073709551615 134548521 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 4364 2593 92 167 0 4195 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17456

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 32566
/proc/meminfo: memFree=1587712/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=20384 CPUtime=162.24
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 8232 0 0 0 16221 3 0 0 25 0 1 0 109040715 20873216 3120 1992294400 134512640 135197378 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 5096 3120 92 167 0 4927 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 20384

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 32566
/proc/meminfo: memFree=1584896/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=25252 CPUtime=222.23
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 8921 0 0 0 22219 4 0 0 25 0 1 0 109040715 25858048 3809 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 6313 3809 92 167 0 6144 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 25252

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 32566
/proc/meminfo: memFree=1582080/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=25252 CPUtime=282.2
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 9636 0 0 0 28216 4 0 0 25 0 1 0 109040715 25858048 4524 1992294400 134512640 135197378 4294956224 18446744073709551615 134541448 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 6313 4524 92 167 0 6144 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 25252

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 32566
/proc/meminfo: memFree=1578112/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=33420 CPUtime=342.19
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 10616 0 0 0 34214 5 0 0 25 0 1 0 109040715 34222080 5504 1992294400 134512640 135197378 4294956224 18446744073709551615 134548526 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 8355 5504 92 167 0 8186 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 33420

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 32566
/proc/meminfo: memFree=1575040/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=39240 CPUtime=402.17
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 11381 0 0 0 40212 5 0 0 25 0 1 0 109040715 40181760 6269 1992294400 134512640 135197378 4294956224 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 9810 6269 92 167 0 9641 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 39240

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 32566
/proc/meminfo: memFree=1571264/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=39240 CPUtime=462.16
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 12303 0 0 0 46210 6 0 0 25 0 1 0 109040715 40181760 7191 1992294400 134512640 135197378 4294956224 18446744073709551615 134556707 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 9810 7191 92 167 0 9641 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 39240

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 32566
/proc/meminfo: memFree=1568256/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=47824 CPUtime=522.14
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 13071 0 0 0 52208 6 0 0 25 0 1 0 109040715 48971776 7959 1992294400 134512640 135197378 4294956224 18446744073709551615 134539124 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 11956 7959 92 167 0 11787 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 47824

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 32566
/proc/meminfo: memFree=1563968/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=56556 CPUtime=582.12
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 14110 0 0 0 58205 7 0 0 25 0 1 0 109040715 57913344 8998 1992294400 134512640 135197378 4294956224 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 14139 8998 92 167 0 13970 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 56556

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 32568
/proc/meminfo: memFree=1560640/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=56556 CPUtime=642.1
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 14939 0 0 0 64203 7 0 0 25 0 1 0 109040715 57913344 9827 1992294400 134512640 135197378 4294956224 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 14139 9827 92 167 0 13970 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 56556

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 32568
/proc/meminfo: memFree=1557056/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=56688 CPUtime=702.09
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 15840 0 0 0 70200 9 0 0 25 0 1 0 109040715 58048512 10728 1992294400 134512640 135197378 4294956224 18446744073709551615 134539122 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 14172 10728 92 167 0 14003 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 56688

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 32568
/proc/meminfo: memFree=1553728/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=56688 CPUtime=762.07
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 16649 0 0 0 76198 9 0 0 25 0 1 0 109040715 58048512 11537 1992294400 134512640 135197378 4294956224 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 14172 11537 92 167 0 14003 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 56688

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1549376/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=69784 CPUtime=822.05
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 17728 0 0 0 82195 10 0 0 25 0 1 0 109040715 71458816 12616 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 17446 12616 92 167 0 17277 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 69784

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1545920/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=86948 CPUtime=882.03
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 18565 0 0 0 88193 10 0 0 25 0 1 0 109040715 89034752 13453 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 21737 13453 92 167 0 21568 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 86948

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1542144/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=86948 CPUtime=942.01
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 19516 0 0 0 94190 11 0 0 25 0 1 0 109040715 89034752 14404 1992294400 134512640 135197378 4294956224 18446744073709551615 134541456 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 21737 14404 92 167 0 21568 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 86948

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1537984/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=86948 CPUtime=1002
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 20524 0 0 0 100188 12 0 0 25 0 1 0 109040715 89034752 15412 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 21737 15412 92 167 0 21568 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 86948

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1534976/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=86948 CPUtime=1061.98
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 21277 0 0 0 106186 12 0 0 25 0 1 0 109040715 89034752 16165 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 21737 16165 92 167 0 21568 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 86948

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1531072/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=86948 CPUtime=1121.96
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 22250 0 0 0 112183 13 0 0 25 0 1 0 109040715 89034752 17138 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 21737 17138 92 167 0 21568 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 86948

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1528192/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=86948 CPUtime=1181.94
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 22965 0 0 0 118181 13 0 0 25 0 1 0 109040715 89034752 17853 1992294400 134512640 135197378 4294956224 18446744073709551615 134522781 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 21737 17853 92 167 0 21568 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 86948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 32568
/proc/meminfo: memFree=1527168/2055920 swapFree=4179608/4192956
[pid=32565] ppid=32563 vsize=106592 CPUtime=1200.04
/proc/32565/stat : 32565 (march_hi) R 32563 32565 32433 0 -1 4194304 23196 0 0 0 119990 14 0 0 25 0 1 0 109040715 109150208 18084 1992294400 134512640 135197378 4294956224 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 1 0 0
/proc/32565/statm: 26648 18084 92 167 0 26479 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 106592

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.07
CPU user time (s): 1199.91
CPU system time (s): 0.154976
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 106592

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

runsolver used 0.818875 second user time and 2.54361 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-27 07:29:05
IDJOB=1736112
IDBENCH=71613
IDSOLVER=521
FILE ID=node63/1736112-1240810145
PBS_JOBID= 9187448
Free space on /tmp= 66408 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736112-1240810145/watcher-1736112-1240810145 -o /tmp/evaluation-result-1736112-1240810145/solver-1736112-1240810145 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1736112-1240810145.cnf

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

MD5SUM BENCH= d217d44a5e3291823bfd6ded60a7812f
RANDOM SEED=2058436032

node63.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.236
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.236
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:       1600616 kB
Buffers:         60208 kB
Cached:         318192 kB
SwapCached:       6480 kB
Active:         175608 kB
Inactive:       211984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600616 kB
SwapTotal:     4192956 kB
SwapFree:      4179608 kB
Dirty:            1776 kB
Writeback:           0 kB
Mapped:          14864 kB
Slab:            53480 kB
Committed_AS:   608292 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node63 at 2009-04-27 07:49:08