Trace number 1728012

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.02 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
MD5SUM4176ac9a36a2f88072132072fe2be571
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 variables1015
Number of clauses31500
Sum of the clauses size63945
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231465
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.09/0.17	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.09/0.17	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.09/0.17	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.09/0.17	c main()::
0.09/0.17	c initFormula():: searching for DIMACS p-line....
0.09/0.17	c full lookahead due to high density!
0.09/0.17	c initFormula():: the DIMACS p-line indicates a CNF of 1015 variables and 31500 clauses.
0.09/0.17	c parseCNF():: parsing....
0.09/0.17	c parseCNF():: the CNF contains 0 unary clauses.
0.09/0.17	c runParser():: parsing was successful, warming up engines...
0.09/0.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.17	c preprocessing fase I completed:: there are now 1015 free variables and 31500 clauses.
0.09/0.17	c stat :: sign balance is biased by 59.957
0.09/0.17	c using k-SAT heuristics (size based diff)
0.09/0.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.17	c main():: clause / variable ratio: ( 31500 / 1015 ) = 31.03
0.09/0.17	c longest clause has size 29
0.09/0.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.09/0.17	c number of free variables = 1015
0.09/0.17	c dynamic_preselect_setsize :: off
0.09/0.17	c main():: all systems go!
0.09/0.17	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 938
1.79/1.88	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: 205863
212.94/213.11	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-1728012-1240731823/watcher-1728012-1240731823 -o /tmp/evaluation-result-1728012-1240731823/solver-1728012-1240731823 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1728012-1240731823.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.91 0.97 0.99 3/65 23775
/proc/meminfo: memFree=1561256/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=1216 CPUtime=0
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 101212442 1245184 137 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 304 137 58 167 0 135 0

[startup+0.064407 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 23775
/proc/meminfo: memFree=1561256/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=3384 CPUtime=0.06
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 516 0 0 0 6 0 0 0 19 0 1 0 101212442 3465216 499 1992294400 134512640 135197378 4294956224 18446744073709551615 134561005 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 846 499 66 167 0 677 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3384

[startup+0.10141 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 23775
/proc/meminfo: memFree=1561256/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=3232 CPUtime=0.09
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 532 0 0 0 9 0 0 0 19 0 1 0 101212442 3309568 478 1992294400 134512640 135197378 4294956224 18446744073709551615 134649070 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 808 478 82 167 0 639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3232

[startup+0.301433 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 23775
/proc/meminfo: memFree=1561256/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=5560 CPUtime=0.29
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 746 0 0 0 29 0 0 0 21 0 1 0 101212442 5693440 656 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1390 656 90 167 0 1221 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5560

[startup+0.701477 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 23775
/proc/meminfo: memFree=1561256/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=5564 CPUtime=0.69
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 753 0 0 0 69 0 0 0 25 0 1 0 101212442 5697536 663 1992294400 134512640 135197378 4294956224 18446744073709551615 134539284 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1391 663 93 167 0 1222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5564

[startup+1.50157 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1558944/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=5612 CPUtime=1.49
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 771 0 0 0 149 0 0 0 25 0 1 0 101212442 5746688 681 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1403 681 93 167 0 1234 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5612

[startup+3.10175 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1558624/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=5800 CPUtime=3.09
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 806 0 0 0 309 0 0 0 25 0 1 0 101212442 5939200 716 1992294400 134512640 135197378 4294956224 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1450 716 93 167 0 1281 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5800

[startup+6.3011 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1558496/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=5800 CPUtime=6.29
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 817 0 0 0 629 0 0 0 25 0 1 0 101212442 5939200 727 1992294400 134512640 135197378 4294956224 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1450 727 93 167 0 1281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5800

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1558120/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=6004 CPUtime=12.66
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 876 0 0 0 1266 0 0 0 25 0 1 0 101212442 6148096 786 1992294400 134512640 135197378 4294956224 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 1 0 0
/proc/23775/statm: 1501 786 93 167 0 1332 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 6004

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1558056/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=6256 CPUtime=25.46
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 923 0 0 0 2546 0 0 0 25 0 1 0 101212442 6406144 833 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1564 833 93 167 0 1395 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 6256

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1557608/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=6952 CPUtime=51.05
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 1034 0 0 0 5105 0 0 0 25 0 1 0 101212442 7118848 944 1992294400 134512640 135197378 4294956224 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 1738 944 93 167 0 1569 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 6952

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1556584/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=8228 CPUtime=102.2
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 1265 0 0 0 10220 0 0 0 25 0 1 0 101212442 8425472 1175 1992294400 134512640 135197378 4294956224 18446744073709551615 134539251 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 2057 1175 93 167 0 1888 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 8228

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1555240/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=9508 CPUtime=162.16
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 1605 0 0 0 16216 0 0 0 25 0 1 0 101212442 9736192 1515 1992294400 134512640 135197378 4294956224 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 2377 1515 93 167 0 2208 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 9508

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1553128/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=11232 CPUtime=222.14
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 2131 0 0 0 22213 1 0 0 25 0 1 0 101212442 11501568 2041 1992294400 134512640 135197378 4294956224 18446744073709551615 134524881 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 2808 2041 93 167 0 2639 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 11232

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1552104/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=13948 CPUtime=282.11
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 2386 0 0 0 28210 1 0 0 25 0 1 0 101212442 14282752 2296 1992294400 134512640 135197378 4294956224 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 3487 2296 93 167 0 3318 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 13948

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1550696/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=13948 CPUtime=342.08
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 2716 0 0 0 34207 1 0 0 25 0 1 0 101212442 14282752 2626 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 3487 2626 93 167 0 3318 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 13948

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1548712/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=17828 CPUtime=402.06
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 3227 0 0 0 40204 2 0 0 25 0 1 0 101212442 18255872 3137 1992294400 134512640 135197378 4294956224 18446744073709551615 134556739 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 4457 3137 93 167 0 4288 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 17828

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1547688/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=17828 CPUtime=462.03
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 3468 0 0 0 46201 2 0 0 25 0 1 0 101212442 18255872 3378 1992294400 134512640 135197378 4294956224 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 4457 3378 93 167 0 4288 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 17828

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1546408/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=17828 CPUtime=522.01
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 3791 0 0 0 52199 2 0 0 25 0 1 0 101212442 18255872 3701 1992294400 134512640 135197378 4294956224 18446744073709551615 134524862 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 4457 3701 93 167 0 4288 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 17828

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1544232/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=23828 CPUtime=581.98
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 4316 0 0 0 58195 3 0 0 25 0 1 0 101212442 24399872 4226 1992294400 134512640 135197378 4294956224 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 5957 4226 93 167 0 5788 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 23828

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1543208/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=23828 CPUtime=641.96
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 4556 0 0 0 64193 3 0 0 25 0 1 0 101212442 24399872 4466 1992294400 134512640 135197378 4294956224 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 5957 4466 93 167 0 5788 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 23828

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1541992/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=23828 CPUtime=701.93
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 4861 0 0 0 70190 3 0 0 25 0 1 0 101212442 24399872 4771 1992294400 134512640 135197378 4294956224 18446744073709551615 134539354 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 5957 4771 93 167 0 5788 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 23828

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1539944/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32560 CPUtime=761.91
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 5374 0 0 0 76187 4 0 0 25 0 1 0 101212442 33341440 5284 1992294400 134512640 135197378 4294956224 18446744073709551615 134550656 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8140 5284 93 167 0 7971 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 32560

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1538984/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32560 CPUtime=821.88
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 5622 0 0 0 82184 4 0 0 25 0 1 0 101212442 33341440 5532 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8140 5532 93 167 0 7971 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 32560

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1537640/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32560 CPUtime=881.85
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 5934 0 0 0 88181 4 0 0 25 0 1 0 101212442 33341440 5844 1992294400 134512640 135197378 4294956224 18446744073709551615 134539292 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8140 5844 93 167 0 7971 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 32560

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1535720/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32560 CPUtime=941.82
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 6437 0 0 0 94178 4 0 0 25 0 1 0 101212442 33341440 6347 1992294400 134512640 135197378 4294956224 18446744073709551615 134570822 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8140 6347 93 167 0 7971 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 32560

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23776
/proc/meminfo: memFree=1534632/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32560 CPUtime=1001.79
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 6678 0 0 0 100175 4 0 0 25 0 1 0 101212442 33341440 6588 1992294400 134512640 135197378 4294956224 18446744073709551615 134539061 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8140 6588 93 167 0 7971 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 32560

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23782
/proc/meminfo: memFree=1533288/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32560 CPUtime=1061.76
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 6977 0 0 0 106171 5 0 0 25 0 1 0 101212442 33341440 6887 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8140 6887 93 167 0 7971 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 32560

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23782
/proc/meminfo: memFree=1531432/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=32764 CPUtime=1121.74
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 7448 0 0 0 112169 5 0 0 25 0 1 0 101212442 33550336 7358 1992294400 134512640 135197378 4294956224 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 8191 7358 93 167 0 8022 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 32764

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23782
/proc/meminfo: memFree=1530344/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=45860 CPUtime=1181.7
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 7713 0 0 0 118165 5 0 0 25 0 1 0 101212442 46960640 7623 1992294400 134512640 135197378 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 11465 7623 93 167 0 11296 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 45860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23782
/proc/meminfo: memFree=1529960/2055920 swapFree=4192192/4192956
[pid=23775] ppid=23773 vsize=45860 CPUtime=1200
/proc/23775/stat : 23775 (march_hi) R 23773 23775 23412 0 -1 4194304 7802 0 0 0 119995 5 0 0 25 0 1 0 101212442 46960640 7712 1992294400 134512640 135197378 4294956224 18446744073709551615 134539105 0 0 4096 0 0 0 0 17 0 0 0
/proc/23775/statm: 11465 7712 93 167 0 11296 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 45860

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.61
CPU time (s): 1200.02
CPU user time (s): 1199.96
CPU system time (s): 0.06399
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 45860

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

runsolver used 1.42778 second user time and 2.50462 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-26 09:43:43
IDJOB=1728012
IDBENCH=24657
IDSOLVER=521
FILE ID=node76/1728012-1240731823
PBS_JOBID= 9186920
Free space on /tmp= 66204 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Hard/contest05/counting-php/easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728012-1240731823/watcher-1728012-1240731823 -o /tmp/evaluation-result-1728012-1240731823/solver-1728012-1240731823 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1728012-1240731823.cnf

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

MD5SUM BENCH= 4176ac9a36a2f88072132072fe2be571
RANDOM SEED=1862042218

node76.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.220
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.220
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:       1561672 kB
Buffers:         53044 kB
Cached:         370248 kB
SwapCached:        620 kB
Active:         181612 kB
Inactive:       255540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561672 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            42920 kB
Committed_AS:   341540 kB
PageTables:       1432 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= 66204 MiB
End job on node76 at 2009-04-26 10:03:46