Trace number 1719654

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.04 1200.43

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.8818
Satisfiable
(Un)Satisfiability was proved
Number of variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
Number of clauses of size over 51

Solver Data

6.99/7.00	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.99/7.00	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
6.99/7.00	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
6.99/7.00	c main()::
6.99/7.00	c initFormula():: searching for DIMACS p-line....
6.99/7.00	c initFormula():: the DIMACS p-line indicates a CNF of 3230 variables and 20575 clauses.
6.99/7.00	c parseCNF():: parsing....
6.99/7.00	c parseCNF():: the CNF contains 0 unary clauses.
6.99/7.00	c runParser():: parsing was successful, warming up engines...
6.99/7.00	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.99/7.00	c preprocessing fase I completed:: there are now 3230 free variables and 20575 clauses.
6.99/7.00	c stat :: sign balance is biased by 0.123
6.99/7.00	c find_equivalence():: found 6 3-equivalences
6.99/7.00	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
6.99/7.00	c using k-SAT heuristics (size based diff)
6.99/7.00	c simplify_formula():: removed 0 tautological, 24 satisfied and 0 duplicate clauses
6.99/7.00	c find_and_remove_tautogolies():: found and removed 12 tautologies
6.99/7.00	c simplify_formula():: removed 66 tautological, 24 satisfied and 567126 duplicate clauses
6.99/7.00	c resolvent_look() :: found 1111300 resolvents
6.99/7.00	c main():: clause / variable ratio: ( 1131875 / 3230 ) = 350.43
6.99/7.00	c longest clause has size 6
6.99/7.00	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.99/7.00	c number of free variables = 3218
6.99/7.00	c dynamic_preselect_setsize :: off
6.99/7.00	c main():: all systems go!
6.99/7.00	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 990
413.06/413.28	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-1719654-1240648002/watcher-1719654-1240648002 -o /tmp/evaluation-result-1719654-1240648002/solver-1719654-1240648002 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1719654-1240648002.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.86 1.83 1.45 2/64 15380
/proc/meminfo: memFree=1212920/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=1272 CPUtime=0
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 92833009 1302528 160 1992294400 134512640 135197378 4294956240 18446744073709551615 134568796 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 318 160 57 167 0 149 0

[startup+0.0853769 s]
/proc/loadavg: 1.86 1.83 1.45 2/64 15380
/proc/meminfo: memFree=1212920/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=3272 CPUtime=0.08
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 940 0 0 0 8 0 0 0 18 0 1 0 92833009 3350528 561 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 818 561 78 167 0 649 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3272

[startup+0.101379 s]
/proc/loadavg: 1.86 1.83 1.45 2/64 15380
/proc/meminfo: memFree=1212920/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=3008 CPUtime=0.09
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 1001 0 0 0 9 0 0 0 18 0 1 0 92833009 3080192 504 1992294400 134512640 135197378 4294956240 18446744073709551615 134565284 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 752 504 80 167 0 583 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3008

[startup+0.301408 s]
/proc/loadavg: 1.86 1.83 1.45 2/64 15380
/proc/meminfo: memFree=1212920/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=14412 CPUtime=0.29
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 3550 0 0 0 29 0 0 0 19 0 1 0 92833009 14757888 2949 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 3603 2949 81 167 0 3434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14412

[startup+0.701465 s]
/proc/loadavg: 1.86 1.83 1.45 2/64 15380
/proc/meminfo: memFree=1212920/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=44652 CPUtime=0.69
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 9629 0 0 0 66 3 0 0 22 0 1 0 92833009 45723648 9028 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 11163 9029 81 167 0 10994 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44652

[startup+1.50158 s]
/proc/loadavg: 1.86 1.83 1.45 2/65 15381
/proc/meminfo: memFree=1160432/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=63600 CPUtime=1.49
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 27396 0 0 0 137 12 0 0 25 0 1 0 92833009 65126400 15653 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 15900 15653 81 167 0 15731 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63600

[startup+3.10181 s]
/proc/loadavg: 1.79 1.82 1.45 2/65 15381
/proc/meminfo: memFree=1150896/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=66372 CPUtime=3.09
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 30855 0 0 0 295 14 0 0 25 0 1 0 92833009 67964928 15792 1992294400 134512640 135197378 4294956240 18446744073709551615 134692351 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 16593 15792 81 167 0 16424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66372

[startup+6.30128 s]
/proc/loadavg: 1.79 1.82 1.45 2/65 15381
/proc/meminfo: memFree=1094512/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=183456 CPUtime=6.29
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 69800 0 0 0 598 31 0 0 25 0 1 0 92833009 187858944 32054 1992294400 134512640 135197378 4294956240 18446744073709551615 134565226 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 45864 32054 87 167 0 45695 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 183456

[startup+12.7022 s]
/proc/loadavg: 1.67 1.79 1.44 2/65 15381
/proc/meminfo: memFree=1065264/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199124 CPUtime=12.68
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 79659 0 0 0 1232 36 0 0 25 0 1 0 92833009 203902976 36855 1992294400 134512640 135197378 4294956240 18446744073709551615 134525585 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49781 36855 90 167 0 49612 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 199124

[startup+25.5011 s]
/proc/loadavg: 1.57 1.77 1.44 2/65 15381
/proc/meminfo: memFree=1065200/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199124 CPUtime=25.48
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 79679 0 0 0 2512 36 0 0 25 0 1 0 92833009 203902976 36875 1992294400 134512640 135197378 4294956240 18446744073709551615 134553209 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49781 36875 92 167 0 49612 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 199124

[startup+51.1018 s]
/proc/loadavg: 1.37 1.70 1.42 2/65 15381
/proc/meminfo: memFree=1065136/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199124 CPUtime=51.08
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 79687 0 0 0 5071 37 0 0 25 0 1 0 92833009 203902976 36883 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49781 36883 92 167 0 49612 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 199124

[startup+102.305 s]
/proc/loadavg: 1.15 1.58 1.40 2/65 15381
/proc/meminfo: memFree=1062640/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199124 CPUtime=102.26
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 80310 0 0 0 10189 37 0 0 25 0 1 0 92833009 203902976 37506 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49781 37506 92 167 0 49612 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 199124

[startup+162.302 s]
/proc/loadavg: 1.05 1.47 1.37 2/65 15381
/proc/meminfo: memFree=1058736/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199132 CPUtime=162.23
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81275 0 0 0 16186 37 0 0 25 0 1 0 92833009 203911168 38471 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49783 38471 92 167 0 49614 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 199132

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/65 15381
/proc/meminfo: memFree=1058224/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=222.22
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81390 0 0 0 22184 38 0 0 25 0 1 0 92833009 203931648 38586 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 38586 92 167 0 49619 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 199152

[startup+282.301 s]
/proc/loadavg: 1.14 1.36 1.34 2/65 15381
/proc/meminfo: memFree=1058160/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=282.2
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81395 0 0 0 28182 38 0 0 25 0 1 0 92833009 203931648 38591 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 38591 92 167 0 49619 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 199152

[startup+342.302 s]
/proc/loadavg: 1.05 1.29 1.31 2/65 15381
/proc/meminfo: memFree=1058160/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=342.18
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81405 0 0 0 34180 38 0 0 25 0 1 0 92833009 203931648 38601 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 38601 92 167 0 49619 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 199152

[startup+402.302 s]
/proc/loadavg: 1.02 1.23 1.29 2/65 15381
/proc/meminfo: memFree=1058160/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=402.16
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81430 0 0 0 40178 38 0 0 25 0 1 0 92833009 203931648 38626 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 38626 92 167 0 49619 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 199152

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.27 2/65 15381
/proc/meminfo: memFree=1057264/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=462.14
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81655 0 0 0 46176 38 0 0 25 0 1 0 92833009 203931648 38851 1992294400 134512640 135197378 4294956240 18446744073709551615 134602880 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 38851 92 167 0 49619 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 199152

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 15381
/proc/meminfo: memFree=1057008/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=522.12
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81727 0 0 0 52174 38 0 0 25 0 1 0 92833009 203931648 38923 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 38923 92 167 0 49619 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 199152

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 15381
/proc/meminfo: memFree=1056432/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=582.1
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81865 0 0 0 58172 38 0 0 25 0 1 0 92833009 203931648 39061 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39061 92 167 0 49619 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 199152

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 15383
/proc/meminfo: memFree=1056368/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=642.08
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81865 0 0 0 64170 38 0 0 25 0 1 0 92833009 203931648 39061 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39061 92 167 0 49619 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 199152

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 15383
/proc/meminfo: memFree=1056368/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=702.06
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81866 0 0 0 70168 38 0 0 25 0 1 0 92833009 203931648 39062 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39062 92 167 0 49619 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 199152

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 15383
/proc/meminfo: memFree=1056368/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=762.05
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81868 0 0 0 76166 39 0 0 25 0 1 0 92833009 203931648 39064 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39064 92 167 0 49619 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 199152

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 15383
/proc/meminfo: memFree=1056304/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=822.03
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81889 0 0 0 82164 39 0 0 25 0 1 0 92833009 203931648 39085 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39085 92 167 0 49619 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 199152

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 15383
/proc/meminfo: memFree=1056176/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=882.01
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 81926 0 0 0 88162 39 0 0 25 0 1 0 92833009 203931648 39122 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39122 92 167 0 49619 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 199152

[startup+942.303 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 15383
/proc/meminfo: memFree=1055664/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=941.99
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 82045 0 0 0 94160 39 0 0 25 0 1 0 92833009 203931648 39241 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39241 92 167 0 49619 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 199152

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 15383
/proc/meminfo: memFree=1055600/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=1001.96
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 82060 0 0 0 100157 39 0 0 25 0 1 0 92833009 203931648 39256 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39256 92 167 0 49619 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 199152

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 15383
/proc/meminfo: memFree=1055600/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=1061.94
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 82062 0 0 0 106155 39 0 0 25 0 1 0 92833009 203931648 39258 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39258 92 167 0 49619 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 199152

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 15383
/proc/meminfo: memFree=1055536/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=1121.92
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 82067 0 0 0 112153 39 0 0 25 0 1 0 92833009 203931648 39263 1992294400 134512640 135197378 4294956240 18446744073709551615 134553209 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39263 92 167 0 49619 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 199152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 15383
/proc/meminfo: memFree=1055600/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=1181.9
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 82070 0 0 0 118151 39 0 0 25 0 1 0 92833009 203931648 39266 1992294400 134512640 135197378 4294956240 18446744073709551615 134603150 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39266 92 167 0 49619 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 199152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 15383
/proc/meminfo: memFree=1055600/2055920 swapFree=4192956/4192956
[pid=15380] ppid=15378 vsize=199152 CPUtime=1200
/proc/15380/stat : 15380 (march_hi) R 15378 15380 15343 0 -1 4194304 82070 0 0 0 119961 39 0 0 25 0 1 0 92833009 203931648 39266 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/15380/statm: 49788 39266 92 167 0 49619 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 199152

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.43
CPU time (s): 1200.04
CPU user time (s): 1199.62
CPU system time (s): 0.426935
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 204244

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

runsolver used 0.789879 second user time and 2.6436 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-25 10:26:42
IDJOB=1719654
IDBENCH=69567
IDSOLVER=521
FILE ID=node30/1719654-1240648002
PBS_JOBID= 9186491
Free space on /tmp= 66248 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-frg1mul.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719654-1240648002/watcher-1719654-1240648002 -o /tmp/evaluation-result-1719654-1240648002/solver-1719654-1240648002 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1719654-1240648002.cnf

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED=1266860477

node30.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.265
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.265
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:       1213400 kB
Buffers:         97008 kB
Cached:         640588 kB
SwapCached:          0 kB
Active:          70008 kB
Inactive:       681932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1213400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          24084 kB
Slab:            76640 kB
Committed_AS:   388564 kB
PageTables:       1356 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= 66248 MiB
End job on node30 at 2009-04-25 10:46:45