Trace number 1728595

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.1 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
MD5SUMcd57d37a316c4dccaae3ab131e3f8090
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables520
Number of clauses24646
Sum of the clauses size72792
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21456
Number of clauses of size 323160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

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

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-1728595-1240738773/watcher-1728595-1240738773 -o /tmp/evaluation-result-1728595-1240738773/solver-1728595-1240738773 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1728595-1240738773.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 0.99 3/64 26256
/proc/meminfo: memFree=1659640/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=1028 CPUtime=0
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 101905462 1052672 116 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 257 116 58 167 0 88 0

[startup+0.031362 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26256
/proc/meminfo: memFree=1659640/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=1292 CPUtime=0.02
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 227 0 0 0 2 0 0 0 18 0 1 0 101905462 1323008 212 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 323 212 58 167 0 154 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1292

[startup+0.101369 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26256
/proc/meminfo: memFree=1659640/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=2800 CPUtime=0.09
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 1327 0 0 0 9 0 0 0 18 0 1 0 101905462 2867200 422 1992294400 134512640 135197378 4294956224 18446744073709551615 134917470 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 700 422 82 167 0 531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2800

[startup+0.301391 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26256
/proc/meminfo: memFree=1659640/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=8768 CPUtime=0.29
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 2947 0 0 0 28 1 0 0 20 0 1 0 101905462 8978432 1836 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 2192 1836 83 167 0 2023 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8768

[startup+0.701435 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26256
/proc/meminfo: memFree=1659640/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=18972 CPUtime=0.69
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 8312 0 0 0 65 4 0 0 22 0 1 0 101905462 19427328 3997 1992294400 134512640 135197378 4294956224 18446744073709551615 134565259 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 4743 3997 83 167 0 4574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18972

[startup+1.50152 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26257
/proc/meminfo: memFree=1643120/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=14816 CPUtime=1.49
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 8824 0 0 0 145 4 0 0 25 0 1 0 101905462 15171584 3437 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 3704 3437 93 167 0 3535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14816

[startup+3.1017 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26257
/proc/meminfo: memFree=1645872/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=14820 CPUtime=3.09
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 8825 0 0 0 305 4 0 0 25 0 1 0 101905462 15175680 3438 1992294400 134512640 135197378 4294956224 18446744073709551615 134539289 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 3705 3438 93 167 0 3536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14820

[startup+6.30105 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26257
/proc/meminfo: memFree=1645808/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=14820 CPUtime=6.28
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 8825 0 0 0 624 4 0 0 25 0 1 0 101905462 15175680 3438 1992294400 134512640 135197378 4294956224 18446744073709551615 134593053 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 3705 3438 93 167 0 3536 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14820

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26257
/proc/meminfo: memFree=1645680/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=14820 CPUtime=12.68
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 8825 0 0 0 1264 4 0 0 25 0 1 0 101905462 15175680 3438 1992294400 134512640 135197378 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 3705 3438 93 167 0 3536 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14820

[startup+25.5012 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1644656/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=16356 CPUtime=25.49
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 9130 0 0 0 2544 5 0 0 25 0 1 0 101905462 16748544 3743 1992294400 134512640 135197378 4294956224 18446744073709551615 134541486 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 4089 3743 93 167 0 3920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16356

[startup+51.102 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1643056/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=18272 CPUtime=51.08
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 9547 0 0 0 5103 5 0 0 25 0 1 0 101905462 18710528 4160 1992294400 134512640 135197378 4294956224 18446744073709551615 134539249 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 4568 4160 93 167 0 4399 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18272

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1640176/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=22584 CPUtime=102.27
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 10228 0 0 0 10221 6 0 0 25 0 1 0 101905462 23126016 4841 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 5646 4841 93 167 0 5477 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22584

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1636976/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=26464 CPUtime=162.24
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 11034 0 0 0 16218 6 0 0 25 0 1 0 101905462 27099136 5647 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 6616 5647 93 167 0 6447 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26464

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1634608/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=26464 CPUtime=222.24
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 11627 0 0 0 22217 7 0 0 25 0 1 0 101905462 27099136 6240 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 6616 6240 93 167 0 6447 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 26464

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1631600/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=32284 CPUtime=282.21
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 12366 0 0 0 28214 7 0 0 25 0 1 0 101905462 33058816 6979 1992294400 134512640 135197378 4294956224 18446744073709551615 134541565 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 8071 6979 93 167 0 7902 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32284

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1628144/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=41016 CPUtime=342.2
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 13220 0 0 0 34212 8 0 0 25 0 1 0 101905462 42000384 7833 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 10254 7833 93 167 0 10085 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 41016

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1625200/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=41016 CPUtime=402.19
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 13951 0 0 0 40210 9 0 0 25 0 1 0 101905462 42000384 8564 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 10254 8564 93 167 0 10085 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 41016

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1621808/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=41016 CPUtime=462.17
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 14802 0 0 0 46208 9 0 0 25 0 1 0 101905462 42000384 9415 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 10254 9415 93 167 0 10085 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 41016

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1617584/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=54112 CPUtime=522.15
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 15856 0 0 0 52205 10 0 0 25 0 1 0 101905462 55410688 10469 1992294400 134512640 135197378 4294956224 18446744073709551615 134603239 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 13528 10469 93 167 0 13359 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 54112

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1613424/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=54112 CPUtime=582.14
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 16869 0 0 0 58203 11 0 0 25 0 1 0 101905462 55410688 11482 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 13528 11482 93 167 0 13359 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 54112

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1609840/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=54112 CPUtime=642.12
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 17748 0 0 0 64201 11 0 0 25 0 1 0 101905462 55410688 12361 1992294400 134512640 135197378 4294956224 18446744073709551615 134539127 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 13528 12361 93 167 0 13359 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 54112

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1606384/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=54112 CPUtime=702.1
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 18628 0 0 0 70198 12 0 0 25 0 1 0 101905462 55410688 13241 1992294400 134512640 135197378 4294956224 18446744073709551615 134548465 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 13528 13241 93 167 0 13359 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 54112

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1603312/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=762.1
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 19366 0 0 0 76197 13 0 0 25 0 1 0 101905462 75526144 13979 1992294400 134512640 135197378 4294956224 18446744073709551615 134550709 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 13979 93 167 0 18270 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 73756

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1600944/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=822.08
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 19950 0 0 0 82194 14 0 0 25 0 1 0 101905462 75526144 14563 1992294400 134512640 135197378 4294956224 18446744073709551615 134556734 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 14563 93 167 0 18270 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 73756

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1598064/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=882.06
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 20678 0 0 0 88192 14 0 0 25 0 1 0 101905462 75526144 15291 1992294400 134512640 135197378 4294956224 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 15291 93 167 0 18270 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 73756

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1595632/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=942.05
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 21275 0 0 0 94190 15 0 0 25 0 1 0 101905462 75526144 15888 1992294400 134512640 135197378 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 15888 93 167 0 18270 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 73756

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1593264/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=1002.03
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 21860 0 0 0 100188 15 0 0 25 0 1 0 101905462 75526144 16473 1992294400 134512640 135197378 4294956224 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 16473 93 167 0 18270 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 73756

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1591024/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=1062.02
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 22420 0 0 0 106186 16 0 0 25 0 1 0 101905462 75526144 17033 1992294400 134512640 135197378 4294956224 18446744073709551615 134572740 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 17033 93 167 0 18270 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 73756

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1588592/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=73756 CPUtime=1121.99
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 23030 0 0 0 112183 16 0 0 25 0 1 0 101905462 75526144 17643 1992294400 134512640 135197378 4294956224 18446744073709551615 134570753 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 18439 17643 93 167 0 18270 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 73756

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1585840/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=103224 CPUtime=1181.98
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 23689 0 0 0 118180 18 0 0 25 0 1 0 101905462 105701376 18302 1992294400 134512640 135197378 4294956224 18446744073709551615 134556565 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 25806 18302 93 167 0 25637 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 103224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26257
/proc/meminfo: memFree=1585008/2055920 swapFree=4180832/4192956
[pid=26256] ppid=26254 vsize=103224 CPUtime=1200.08
/proc/26256/stat : 26256 (march_hi) R 26254 26256 26040 0 -1 4194304 23884 0 0 0 119990 18 0 0 25 0 1 0 101905462 105701376 18497 1992294400 134512640 135197378 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/26256/statm: 25806 18497 93 167 0 25637 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 103224

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.1
CPU user time (s): 1199.91
CPU system time (s): 0.19397
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 103224

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

runsolver used 0.932858 second user time and 2.38264 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-26 11:39:33
IDJOB=1728595
IDBENCH=24680
IDSOLVER=521
FILE ID=node42/1728595-1240738773
PBS_JOBID= 9186997
Free space on /tmp= 66328 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728595-1240738773/watcher-1728595-1240738773 -o /tmp/evaluation-result-1728595-1240738773/solver-1728595-1240738773 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1728595-1240738773.cnf

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

MD5SUM BENCH= cd57d37a316c4dccaae3ab131e3f8090
RANDOM SEED=1179965596

node42.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.232
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.232
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:       1660056 kB
Buffers:         42252 kB
Cached:         280980 kB
SwapCached:       6024 kB
Active:         161940 kB
Inactive:       169700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660056 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            1120 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            50220 kB
Committed_AS:   490656 kB
PageTables:       1388 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= 66324 MiB
End job on node42 at 2009-04-26 11:59:35