Trace number 1561436

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.52

General information on the benchmark

NameCRAFTED/edgematching/
explicit/em_9_3_5_exp.cnf
MD5SUM8c48bd8cd24e7f61acdde18197762986
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.3152
Satisfiable
(Un)Satisfiability was proved
Number of variables3857
Number of clauses108164
Sum of the clauses size271431
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272823
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

Solver Data

5.49/5.58	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.49/5.58	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
5.49/5.58	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
5.49/5.58	c main()::
5.49/5.58	c initFormula():: searching for DIMACS p-line....
5.49/5.58	c full lookahead due to high density!
5.49/5.58	c initFormula():: the DIMACS p-line indicates a CNF of 3857 variables and 108164 clauses.
5.49/5.58	c parseCNF():: parsing....
5.49/5.58	c parseCNF():: the CNF contains 0 unary clauses.
5.49/5.58	c runParser():: parsing was successful, warming up engines...
5.49/5.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 2254 duplicate clauses
5.49/5.58	c preprocessing fase I completed:: there are now 3857 free variables and 105910 clauses.
5.49/5.58	c stat :: sign balance is biased by 21.095
5.49/5.58	c using k-SAT heuristics (size based diff)
5.49/5.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.49/5.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 264404 duplicate clauses
5.49/5.58	c resolvent_look() :: found 661010 resolvents
5.49/5.58	c main():: clause / variable ratio: ( 766920 / 3857 ) = 198.84
5.49/5.58	c longest clause has size 49
5.49/5.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.49/5.58	c number of free variables = 3857
5.49/5.58	c dynamic_preselect_setsize :: off
5.49/5.58	c main():: all systems go!
5.49/5.58	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 81560
288.68/288.85	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-1561436-1238766230/watcher-1561436-1238766230 -o /tmp/evaluation-result-1561436-1238766230/solver-1561436-1238766230 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1561436-1238766230.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.92 1.39 1.14 3/64 31059
/proc/meminfo: memFree=1744696/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=1968 CPUtime=0
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 1149287984 2015232 257 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 492 257 57 167 0 323 0

[startup+0.0215781 s]
/proc/loadavg: 1.92 1.39 1.14 3/64 31059
/proc/meminfo: memFree=1744696/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=2232 CPUtime=0.02
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 355 0 0 0 2 0 0 0 18 0 1 0 1149287984 2285568 340 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 558 340 57 167 0 389 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2232

[startup+0.101593 s]
/proc/loadavg: 1.92 1.39 1.14 3/64 31059
/proc/meminfo: memFree=1744696/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=3288 CPUtime=0.09
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 701 0 0 0 9 0 0 0 18 0 1 0 1149287984 3366912 686 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 822 686 57 167 0 653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3288

[startup+0.301633 s]
/proc/loadavg: 1.92 1.39 1.14 3/64 31059
/proc/meminfo: memFree=1744696/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=8636 CPUtime=0.29
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 3807 0 0 0 28 1 0 0 19 0 1 0 1149287984 8843264 1226 1992294400 134512640 135197378 4294956224 18446744073709551615 134534449 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 2159 1226 79 167 0 1990 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8636

[startup+0.701714 s]
/proc/loadavg: 1.92 1.39 1.14 3/64 31059
/proc/meminfo: memFree=1744696/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=19960 CPUtime=0.69
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 8495 0 0 0 66 3 0 0 23 0 1 0 1149287984 20439040 3549 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 4990 3549 82 167 0 4821 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19960

[startup+1.50187 s]
/proc/loadavg: 1.84 1.38 1.14 2/65 31060
/proc/meminfo: memFree=1719920/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=54360 CPUtime=1.49
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 19523 0 0 0 141 8 0 0 25 0 1 0 1149287984 55664640 12496 1992294400 134512640 135197378 4294956224 18446744073709551615 134560533 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 13590 12497 82 167 0 13421 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54360

[startup+3.10119 s]
/proc/loadavg: 1.84 1.38 1.14 2/65 31060
/proc/meminfo: memFree=1707568/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=63208 CPUtime=3.08
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 26923 0 0 0 297 11 0 0 25 0 1 0 1149287984 64724992 13327 1992294400 134512640 135197378 4294956224 18446744073709551615 134560973 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 15802 13329 82 167 0 15633 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63208

[startup+6.30183 s]
/proc/loadavg: 1.77 1.38 1.14 2/65 31060
/proc/meminfo: memFree=1651056/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=120784 CPUtime=6.29
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 60022 0 0 0 603 26 0 0 25 0 1 0 1149287984 123682816 20979 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30196 20979 89 167 0 30027 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120784

[startup+12.7011 s]
/proc/loadavg: 1.71 1.37 1.14 2/65 31060
/proc/meminfo: memFree=1660664/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=120784 CPUtime=12.68
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 60208 0 0 0 1242 26 0 0 25 0 1 0 1149287984 123682816 21165 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30196 21165 92 167 0 30027 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 120784

[startup+25.5017 s]
/proc/loadavg: 1.60 1.36 1.14 2/65 31060
/proc/meminfo: memFree=1654264/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=121056 CPUtime=25.48
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 61643 0 0 0 2521 27 0 0 25 0 1 0 1149287984 123961344 22600 1992294400 134512640 135197378 4294956224 18446744073709551615 134539105 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30264 22600 92 167 0 30095 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121056

[startup+51.1018 s]
/proc/loadavg: 1.36 1.32 1.13 2/65 31060
/proc/meminfo: memFree=1652536/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=121264 CPUtime=51.07
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62037 0 0 0 5080 27 0 0 25 0 1 0 1149287984 124174336 22994 1992294400 134512640 135197378 4294956224 18446744073709551615 134593218 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30316 22994 92 167 0 30147 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 121264

[startup+102.306 s]
/proc/loadavg: 1.16 1.27 1.12 2/65 31060
/proc/meminfo: memFree=1651704/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=122352 CPUtime=102.26
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62249 0 0 0 10198 28 0 0 25 0 1 0 1149287984 125288448 23206 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30588 23206 92 167 0 30419 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 122352

[startup+162.302 s]
/proc/loadavg: 1.06 1.22 1.11 2/65 31061
/proc/meminfo: memFree=1651128/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=122692 CPUtime=162.23
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62362 0 0 0 16195 28 0 0 25 0 1 0 1149287984 125636608 23319 1992294400 134512640 135197378 4294956224 18446744073709551615 134541395 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30673 23319 92 167 0 30504 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 122692

[startup+222.302 s]
/proc/loadavg: 1.02 1.18 1.10 2/65 31062
/proc/meminfo: memFree=1650680/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=123204 CPUtime=222.21
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62477 0 0 0 22193 28 0 0 25 0 1 0 1149287984 126160896 23434 1992294400 134512640 135197378 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30801 23434 92 167 0 30632 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 123204

[startup+282.302 s]
/proc/loadavg: 1.00 1.14 1.09 2/65 31062
/proc/meminfo: memFree=1650168/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=123968 CPUtime=282.18
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62590 0 0 0 28190 28 0 0 25 0 1 0 1149287984 126943232 23547 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 30992 23547 92 167 0 30823 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 123968

[startup+342.302 s]
/proc/loadavg: 1.00 1.11 1.08 2/65 31062
/proc/meminfo: memFree=1649848/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=342.16
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62663 0 0 0 34187 29 0 0 25 0 1 0 1149287984 126992384 23620 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23620 92 167 0 30835 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 124016

[startup+402.302 s]
/proc/loadavg: 1.00 1.09 1.08 2/65 31062
/proc/meminfo: memFree=1649784/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=402.14
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62675 0 0 0 40185 29 0 0 25 0 1 0 1149287984 126992384 23632 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23632 92 167 0 30835 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 124016

[startup+462.302 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 31062
/proc/meminfo: memFree=1649720/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=462.11
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62688 0 0 0 46182 29 0 0 25 0 1 0 1149287984 126992384 23645 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23645 92 167 0 30835 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 124016

[startup+522.302 s]
/proc/loadavg: 1.00 1.06 1.06 2/65 31062
/proc/meminfo: memFree=1649656/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=522.09
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62703 0 0 0 52180 29 0 0 25 0 1 0 1149287984 126992384 23660 1992294400 134512640 135197378 4294956224 18446744073709551615 134603175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23660 92 167 0 30835 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 124016

[startup+582.302 s]
/proc/loadavg: 1.00 1.04 1.06 2/65 31062
/proc/meminfo: memFree=1649592/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=582.07
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62721 0 0 0 58178 29 0 0 25 0 1 0 1149287984 126992384 23678 1992294400 134512640 135197378 4294956224 18446744073709551615 134570813 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23678 92 167 0 30835 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 124016

[startup+642.302 s]
/proc/loadavg: 1.00 1.03 1.05 2/65 31062
/proc/meminfo: memFree=1649464/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=642.06
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62736 0 0 0 64176 30 0 0 25 0 1 0 1149287984 126992384 23693 1992294400 134512640 135197378 4294956224 18446744073709551615 134550715 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23693 92 167 0 30835 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 124016

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/65 31062
/proc/meminfo: memFree=1649400/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=702.03
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62749 0 0 0 70173 30 0 0 25 0 1 0 1149287984 126992384 23706 1992294400 134512640 135197378 4294956224 18446744073709551615 134550680 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23706 92 167 0 30835 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 124016

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.04 2/65 31062
/proc/meminfo: memFree=1649336/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=124016 CPUtime=762.01
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62767 0 0 0 76171 30 0 0 25 0 1 0 1149287984 126992384 23724 1992294400 134512640 135197378 4294956224 18446744073709551615 134524931 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31004 23724 92 167 0 30835 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 124016

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 31062
/proc/meminfo: memFree=1649208/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=821.98
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62779 0 0 0 82168 30 0 0 25 0 1 0 1149287984 128172032 23736 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23736 92 167 0 31123 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 125168

[startup+882.303 s]
/proc/loadavg: 1.00 1.01 1.03 2/65 31062
/proc/meminfo: memFree=1649208/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=881.95
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62792 0 0 0 88165 30 0 0 25 0 1 0 1149287984 128172032 23749 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23749 92 167 0 31123 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 125168

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 31062
/proc/meminfo: memFree=1649144/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=941.94
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62805 0 0 0 94163 31 0 0 25 0 1 0 1149287984 128172032 23762 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23762 92 167 0 31123 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 125168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 31062
/proc/meminfo: memFree=1649080/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=1001.91
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62817 0 0 0 100160 31 0 0 25 0 1 0 1149287984 128172032 23774 1992294400 134512640 135197378 4294956224 18446744073709551615 134548735 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23774 92 167 0 31123 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 125168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 31068
/proc/meminfo: memFree=1648952/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=1061.89
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62829 0 0 0 106158 31 0 0 25 0 1 0 1149287984 128172032 23786 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23786 92 167 0 31123 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 125168

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 31068
/proc/meminfo: memFree=1648888/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=1121.86
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62843 0 0 0 112155 31 0 0 25 0 1 0 1149287984 128172032 23800 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23800 92 167 0 31123 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 125168

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31068
/proc/meminfo: memFree=1648824/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=1181.84
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62857 0 0 0 118153 31 0 0 25 0 1 0 1149287984 128172032 23814 1992294400 134512640 135197378 4294956224 18446744073709551615 134524878 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23814 92 167 0 31123 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 125168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31068
/proc/meminfo: memFree=1648760/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=1200.04
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62861 0 0 0 119973 31 0 0 25 0 1 0 1149287984 128172032 23818 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23818 92 167 0 31123 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 125168

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31068
/proc/meminfo: memFree=1648760/2055920 swapFree=4175828/4192956
[pid=31059] ppid=31057 vsize=125168 CPUtime=1200.04
/proc/31059/stat : 31059 (march_hi) R 31057 31059 30028 0 -1 4194304 62861 0 0 0 119973 31 0 0 25 0 1 0 1149287984 128172032 23818 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/31059/statm: 31292 23818 92 167 0 31123 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 125168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.73
CPU system time (s): 0.334949
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 140212

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

runsolver used 0.890864 second user time and 2.6516 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-03 15:43:50
IDJOB=1561436
IDBENCH=70915
IDSOLVER=521
FILE ID=node33/1561436-1238766230
PBS_JOBID= 9085485
Free space on /tmp= 66520 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/edgematching/explicit/em_9_3_5_exp.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561436-1238766230/watcher-1561436-1238766230 -o /tmp/evaluation-result-1561436-1238766230/solver-1561436-1238766230 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1561436-1238766230.cnf

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

MD5SUM BENCH= 8c48bd8cd24e7f61acdde18197762986
RANDOM SEED=889220802

node33.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.266
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.266
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:       1745112 kB
Buffers:         45172 kB
Cached:         188980 kB
SwapCached:      10920 kB
Active:          95892 kB
Inactive:       150796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745112 kB
SwapTotal:     4192956 kB
SwapFree:      4175828 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            50100 kB
Committed_AS:  3335632 kB
PageTables:       1408 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= 66520 MiB
End job on node33 at 2009-04-03 16:03:52