Trace number 1730768

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.06 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark911.101
Satisfiable
(Un)Satisfiability was proved
Number of variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data

2.69/2.79	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.69/2.79	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.69/2.79	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.69/2.79	c main()::
2.69/2.79	c initFormula():: searching for DIMACS p-line....
2.69/2.79	c initFormula():: the DIMACS p-line indicates a CNF of 18450 variables and 200640 clauses.
2.69/2.79	c parseCNF():: parsing....
2.69/2.79	c parseCNF():: the CNF contains 60 unary clauses.
2.69/2.79	c runParser():: parsing was successful, warming up engines...
2.69/2.79	c simplify_formula():: removed 0 tautological, 89040 satisfied and 0 duplicate clauses
2.69/2.79	c preprocessing fase I completed:: there are now 8910 free variables and 111600 clauses.
2.69/2.79	c stat :: sign balance is biased by 5.398
2.69/2.79	c using k-SAT heuristics (size based diff)
2.69/2.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 21420 duplicate clauses
2.69/2.79	c resolvent_look() :: found 13500 resolvents
2.69/2.79	c main():: clause / variable ratio: ( 125100 / 18450 ) = 6.78
2.69/2.79	c longest clause has size 30
2.69/2.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.79	c number of free variables = 8910
2.69/2.79	c dynamic_preselect_setsize :: off
2.69/2.79	c main():: all systems go!
2.69/2.79	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 383
22.89/22.91	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: 37825
528.14/528.37	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
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-1730768-1240763293/watcher-1730768-1240763293 -o /tmp/evaluation-result-1730768-1240763293/solver-1730768-1240763293 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1730768-1240763293.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.16 3/65 29014
/proc/meminfo: memFree=1818120/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=3492 CPUtime=0
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 564 0 0 0 0 0 0 0 18 0 1 0 104362088 3575808 549 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 906 552 58 167 0 737 0

[startup+0.089099 s]
/proc/loadavg: 0.92 0.98 1.16 3/65 29014
/proc/meminfo: memFree=1818120/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=4828 CPUtime=0.08
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 955 0 0 0 8 0 0 0 18 0 1 0 104362088 4943872 940 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 1207 940 58 167 0 1038 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4828

[startup+0.101099 s]
/proc/loadavg: 0.92 0.98 1.16 3/65 29014
/proc/meminfo: memFree=1818120/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=4960 CPUtime=0.09
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 1002 0 0 0 9 0 0 0 18 0 1 0 104362088 5079040 987 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 1240 987 58 167 0 1071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4960

[startup+0.301121 s]
/proc/loadavg: 0.92 0.98 1.16 3/65 29014
/proc/meminfo: memFree=1818120/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=18072 CPUtime=0.29
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 2841 0 0 0 29 0 0 0 19 0 1 0 104362088 18505728 2825 1992294400 134512640 135197378 4294956224 18446744073709551615 134560536 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 4518 2825 62 167 0 4349 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18072

[startup+0.701168 s]
/proc/loadavg: 0.92 0.98 1.16 3/65 29014
/proc/meminfo: memFree=1818120/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=15184 CPUtime=0.69
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 3957 0 0 0 68 1 0 0 22 0 1 0 104362088 15548416 2131 1992294400 134512640 135197378 4294956224 18446744073709551615 134565214 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 3796 2131 67 167 0 3627 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15184

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 1.16 2/66 29015
/proc/meminfo: memFree=1809472/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=15052 CPUtime=1.49
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 7202 0 0 0 147 2 0 0 25 0 1 0 104362088 15413248 2110 1992294400 134512640 135197378 4294956224 18446744073709551615 134695342 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 3763 2110 79 167 0 3594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15052

[startup+3.10145 s]
/proc/loadavg: 0.92 0.98 1.16 2/66 29015
/proc/meminfo: memFree=1802944/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=49720 CPUtime=3.09
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 17251 0 0 0 303 6 0 0 25 0 1 0 104362088 50913280 5909 1992294400 134512640 135197378 4294956224 18446744073709551615 134524871 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 12430 5909 87 167 0 12261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49720

[startup+6.30182 s]
/proc/loadavg: 1.01 1.00 1.16 2/66 29015
/proc/meminfo: memFree=1794368/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=49720 CPUtime=6.29
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 17251 0 0 0 623 6 0 0 25 0 1 0 104362088 50913280 5909 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 12430 5909 87 167 0 12261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49720

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.16 2/66 29015
/proc/meminfo: memFree=1793856/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=49852 CPUtime=12.68
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 17370 0 0 0 1262 6 0 0 25 0 1 0 104362088 51048448 6028 1992294400 134512640 135197378 4294956224 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 12463 6028 90 167 0 12294 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49852

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 29015
/proc/meminfo: memFree=1791424/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=50676 CPUtime=25.49
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 17980 0 0 0 2542 7 0 0 25 0 1 0 104362088 51892224 6638 1992294400 134512640 135197378 4294956224 18446744073709551615 134539320 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 12669 6638 90 167 0 12500 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50676

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 29015
/proc/meminfo: memFree=1790720/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=51504 CPUtime=51.08
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 18169 0 0 0 5101 7 0 0 25 0 1 0 104362088 52740096 6827 1992294400 134512640 135197378 4294956224 18446744073709551615 134572889 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 12876 6827 90 167 0 12707 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51504

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 29015
/proc/meminfo: memFree=1789568/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=52744 CPUtime=102.26
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 18455 0 0 0 10219 7 0 0 25 0 1 0 104362088 54009856 7106 1992294400 134512640 135197378 4294956224 18446744073709551615 134572855 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 13186 7106 90 167 0 13017 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52744

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 29015
/proc/meminfo: memFree=1788864/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=53468 CPUtime=162.24
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 18636 0 0 0 16217 7 0 0 25 0 1 0 104362088 54751232 7282 1992294400 134512640 135197378 4294956224 18446744073709551615 134539114 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 13367 7282 90 167 0 13198 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53468

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 29015
/proc/meminfo: memFree=1788224/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=53924 CPUtime=222.23
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 18788 0 0 0 22215 8 0 0 25 0 1 0 104362088 55218176 7434 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 13481 7434 90 167 0 13312 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53924

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 29015
/proc/meminfo: memFree=1787328/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=55208 CPUtime=282.21
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19008 0 0 0 28213 8 0 0 25 0 1 0 104362088 56532992 7648 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 13802 7648 90 167 0 13633 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 55208

[startup+342.302 s]
/proc/loadavg: 1.04 1.01 1.10 2/66 29015
/proc/meminfo: memFree=1787072/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=55436 CPUtime=342.19
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19063 0 0 0 34210 9 0 0 25 0 1 0 104362088 56766464 7703 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 13859 7703 90 167 0 13690 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 55436

[startup+402.302 s]
/proc/loadavg: 1.01 1.01 1.09 2/66 29015
/proc/meminfo: memFree=1786816/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=55436 CPUtime=402.17
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19119 0 0 0 40208 9 0 0 25 0 1 0 104362088 56766464 7759 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 13859 7759 90 167 0 13690 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 55436

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 29015
/proc/meminfo: memFree=1786496/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=56492 CPUtime=462.15
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19184 0 0 0 46206 9 0 0 25 0 1 0 104362088 57847808 7824 1992294400 134512640 135197378 4294956224 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14123 7824 90 167 0 13954 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 56492

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 29015
/proc/meminfo: memFree=1785856/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=56492 CPUtime=522.14
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19347 0 0 0 52204 10 0 0 25 0 1 0 104362088 57847808 7987 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14123 7987 90 167 0 13954 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 56492

[startup+582.301 s]
/proc/loadavg: 1.08 1.02 1.08 2/66 29015
/proc/meminfo: memFree=1785536/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=56492 CPUtime=582.12
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19419 0 0 0 58202 10 0 0 25 0 1 0 104362088 57847808 8059 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14123 8059 90 167 0 13954 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 56492

[startup+642.301 s]
/proc/loadavg: 1.03 1.01 1.07 2/66 29017
/proc/meminfo: memFree=1784832/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=58452 CPUtime=642.11
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19477 0 0 0 64200 11 0 0 25 0 1 0 104362088 59854848 8117 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14613 8117 90 167 0 14444 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 58452

[startup+702.301 s]
/proc/loadavg: 1.08 1.02 1.07 2/66 29017
/proc/meminfo: memFree=1784512/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=58584 CPUtime=702.09
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19552 0 0 0 70198 11 0 0 25 0 1 0 104362088 59990016 8192 1992294400 134512640 135197378 4294956224 18446744073709551615 134524899 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14646 8192 90 167 0 14477 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 58584

[startup+762.305 s]
/proc/loadavg: 1.09 1.03 1.07 2/66 29017
/proc/meminfo: memFree=1784000/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=58848 CPUtime=762.07
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19677 0 0 0 76196 11 0 0 25 0 1 0 104362088 60260352 8317 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14712 8317 90 167 0 14543 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 58848

[startup+822.302 s]
/proc/loadavg: 1.03 1.02 1.07 2/66 29017
/proc/meminfo: memFree=1783744/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=58848 CPUtime=822.05
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19730 0 0 0 82193 12 0 0 25 0 1 0 104362088 60260352 8370 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14712 8370 90 167 0 14543 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 58848

[startup+882.302 s]
/proc/loadavg: 1.06 1.03 1.07 2/66 29017
/proc/meminfo: memFree=1783488/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=58980 CPUtime=882.03
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19791 0 0 0 88191 12 0 0 25 0 1 0 104362088 60395520 8431 1992294400 134512640 135197378 4294956224 18446744073709551615 134541581 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14745 8431 90 167 0 14576 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 58980

[startup+942.302 s]
/proc/loadavg: 1.07 1.04 1.07 2/66 29017
/proc/meminfo: memFree=1783232/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=58980 CPUtime=942.01
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19854 0 0 0 94189 12 0 0 25 0 1 0 104362088 60395520 8494 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14745 8494 90 167 0 14576 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 58980

[startup+1002.3 s]
/proc/loadavg: 1.07 1.04 1.07 2/66 29017
/proc/meminfo: memFree=1782976/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=59744 CPUtime=1002
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 19908 0 0 0 100187 13 0 0 25 0 1 0 104362088 61177856 8548 1992294400 134512640 135197378 4294956224 18446744073709551615 134596857 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 14936 8548 90 167 0 14767 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 59744

[startup+1062.3 s]
/proc/loadavg: 1.06 1.05 1.06 2/66 29017
/proc/meminfo: memFree=1782464/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=60392 CPUtime=1061.98
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 20046 0 0 0 106185 13 0 0 25 0 1 0 104362088 61841408 8686 1992294400 134512640 135197378 4294956224 18446744073709551615 134570912 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 15098 8686 90 167 0 14929 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 60392

[startup+1122.3 s]
/proc/loadavg: 1.06 1.05 1.06 2/66 29017
/proc/meminfo: memFree=1782208/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=60392 CPUtime=1121.96
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 20094 0 0 0 112183 13 0 0 25 0 1 0 104362088 61841408 8734 1992294400 134512640 135197378 4294956224 18446744073709551615 134557581 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 15098 8734 90 167 0 14929 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 60392

[startup+1182.3 s]
/proc/loadavg: 1.06 1.05 1.06 2/66 29017
/proc/meminfo: memFree=1781824/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=60392 CPUtime=1181.95
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 20181 0 0 0 118181 14 0 0 25 0 1 0 104362088 61841408 8821 1992294400 134512640 135197378 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 15098 8821 90 167 0 14929 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 60392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.10 1.06 1.07 2/66 29017
/proc/meminfo: memFree=1781696/2055920 swapFree=4186068/4192956
[pid=29014] ppid=29012 vsize=60392 CPUtime=1200.05
/proc/29014/stat : 29014 (march_hi) R 29012 29014 28545 0 -1 4194304 20199 0 0 0 119991 14 0 0 25 0 1 0 104362088 61841408 8839 1992294400 134512640 135197378 4294956224 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/29014/statm: 15098 8839 90 167 0 14929 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 60392

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.41
CPU time (s): 1200.06
CPU user time (s): 1199.91
CPU system time (s): 0.148977
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 60392

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

runsolver used 1.3338 second user time and 2.33465 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-26 18:28:14
IDJOB=1730768
IDBENCH=24736
IDSOLVER=521
FILE ID=node74/1730768-1240763293
PBS_JOBID= 9187111
Free space on /tmp= 103112 MiB

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

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

MD5SUM BENCH= 531549e214a293ad3adf6ddff17eb882
RANDOM SEED=2075885632

node74.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.233
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.233
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:       1818536 kB
Buffers:         15484 kB
Cached:         153012 kB
SwapCached:       2660 kB
Active:          27664 kB
Inactive:       151608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818536 kB
SwapTotal:     4192956 kB
SwapFree:      4186068 kB
Dirty:            3836 kB
Writeback:           0 kB
Mapped:          19360 kB
Slab:            43944 kB
Committed_AS:   484404 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= 103112 MiB
End job on node74 at 2009-04-26 18:48:16