Trace number 1728383

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.15 1200.68

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

Solver Data

92.40/92.52	c main():: ***                                   [ march satisfiability solver ]                                   ***
92.40/92.52	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
92.40/92.52	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
92.40/92.52	c main()::
92.40/92.52	c initFormula():: searching for DIMACS p-line....
92.40/92.52	c full lookahead due to high density!
92.40/92.52	c initFormula():: the DIMACS p-line indicates a CNF of 186624 variables and 3086912 clauses.
92.40/92.52	c parseCNF():: parsing....
92.40/92.52	c parseCNF():: the CNF contains 128 unary clauses.
92.40/92.52	c runParser():: parsing was successful, warming up engines...
92.40/92.52	c simplify_formula():: removed 0 tautological, 786432 satisfied and 0 duplicate clauses
92.40/92.52	c preprocessing fase I completed:: there are now 120064 free variables and 2300480 clauses.
92.40/92.52	c stat :: sign balance is biased by 9.653
92.40/92.52	c using k-SAT heuristics (size based diff)
92.40/92.52	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
92.40/92.52	c simplify_formula():: removed 0 tautological, 0 satisfied and 344960 duplicate clauses
92.40/92.52	c resolvent_look() :: found 200704 resolvents
92.40/92.52	c main():: clause / variable ratio: ( 2501184 / 186624 ) = 13.40
92.40/92.52	c longest clause has size 64
92.40/92.52	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
92.40/92.52	c number of free variables = 120064
92.40/92.52	c dynamic_preselect_setsize :: off
92.40/92.52	c main():: all systems go!
92.40/92.52	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-1728383-1240736272/watcher-1728383-1240736272 -o /tmp/evaluation-result-1728383-1240736272/solver-1728383-1240736272 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1728383-1240736272.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.16 1.05 1.01 3/65 18964
/proc/meminfo: memFree=1406720/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=13628 CPUtime=0
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 783 0 0 0 0 0 0 0 18 0 1 0 101657420 13955072 769 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 3407 774 58 167 0 3238 0

[startup+0.035273 s]
/proc/loadavg: 1.16 1.05 1.01 3/65 18964
/proc/meminfo: memFree=1406720/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=33360 CPUtime=0.03
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 4685 0 0 0 2 1 0 0 18 0 1 0 101657420 34160640 4670 1992294400 134512640 135197378 4294956240 18446744073709551615 134695015 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 8340 4670 58 167 0 8171 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33360

[startup+0.101278 s]
/proc/loadavg: 1.16 1.05 1.01 3/65 18964
/proc/meminfo: memFree=1406720/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=40172 CPUtime=0.09
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 6779 0 0 0 7 2 0 0 18 0 1 0 101657420 41136128 6764 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 10043 6764 58 167 0 9874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40172

[startup+0.301298 s]
/proc/loadavg: 1.16 1.05 1.01 3/65 18964
/proc/meminfo: memFree=1406720/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=42944 CPUtime=0.29
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 7661 0 0 0 27 2 0 0 19 0 1 0 101657420 43974656 7646 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 10736 7646 58 167 0 10567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42944

[startup+0.70134 s]
/proc/loadavg: 1.16 1.05 1.01 3/65 18964
/proc/meminfo: memFree=1406720/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=48620 CPUtime=0.69
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 9426 0 0 0 66 3 0 0 23 0 1 0 101657420 49786880 9411 1992294400 134512640 135197378 4294956240 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 12155 9411 58 167 0 11986 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48620

[startup+1.50142 s]
/proc/loadavg: 1.16 1.05 1.01 2/66 18965
/proc/meminfo: memFree=1363896/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=59840 CPUtime=1.49
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 12926 0 0 0 144 5 0 0 25 0 1 0 101657420 61276160 12911 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 14960 12911 58 167 0 14791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59840

[startup+3.10159 s]
/proc/loadavg: 1.16 1.05 1.01 2/66 18965
/proc/meminfo: memFree=1344504/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=82280 CPUtime=3.09
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 19916 0 0 0 300 9 0 0 25 0 1 0 101657420 84254720 19901 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 20570 19901 58 167 0 20401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82280

[startup+6.30192 s]
/proc/loadavg: 1.23 1.07 1.02 2/66 18965
/proc/meminfo: memFree=1253816/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=240648 CPUtime=6.29
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 38547 0 0 0 612 17 0 0 25 0 1 0 101657420 246423552 33950 1992294400 134512640 135197378 4294956240 18446744073709551615 134565188 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 60162 33950 65 167 0 59993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 240648

[startup+12.7016 s]
/proc/loadavg: 1.37 1.10 1.03 2/66 18965
/proc/meminfo: memFree=1250936/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=244384 CPUtime=12.69
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 46519 0 0 0 1248 21 0 0 25 0 1 0 101657420 250249216 36626 1992294400 134512640 135197378 4294956240 18446744073709551615 134560840 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 61096 36626 66 167 0 60927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 244384

[startup+25.5019 s]
/proc/loadavg: 1.51 1.14 1.04 2/66 18965
/proc/meminfo: memFree=1290872/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=212116 CPUtime=25.48
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 64760 0 0 0 2518 30 0 0 25 0 1 0 101657420 217206784 28812 1992294400 134512640 135197378 4294956240 18446744073709551615 134514349 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 53029 28812 67 167 0 52860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 212116

[startup+51.1016 s]
/proc/loadavg: 1.73 1.22 1.07 2/66 18965
/proc/meminfo: memFree=1275832/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=229740 CPUtime=51.03
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 132522 0 0 0 5043 60 0 0 25 0 1 0 101657420 235253760 32836 1992294400 134512640 135197378 4294956240 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 57435 32836 83 167 0 57266 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 229740

[startup+102.306 s]
/proc/loadavg: 1.35 1.20 1.07 2/66 18965
/proc/meminfo: memFree=999096/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=766492 CPUtime=102.21
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 276684 0 0 0 10099 122 0 0 25 0 1 0 101657420 784887808 102021 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 191623 102021 90 167 0 191454 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 766492

[startup+162.301 s]
/proc/loadavg: 1.13 1.16 1.06 2/66 18965
/proc/meminfo: memFree=999096/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=766492 CPUtime=162.18
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 276684 0 0 0 16096 122 0 0 25 0 1 0 101657420 784887808 102021 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 191623 102021 90 167 0 191454 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 766492

[startup+222.301 s]
/proc/loadavg: 1.16 1.16 1.07 2/66 18971
/proc/meminfo: memFree=997688/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=767684 CPUtime=222.15
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 277073 0 0 0 22093 122 0 0 25 0 1 0 101657420 786108416 102410 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 191921 102410 93 167 0 191752 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 767684

[startup+282.302 s]
/proc/loadavg: 1.13 1.15 1.07 2/66 18971
/proc/meminfo: memFree=997048/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=767948 CPUtime=282.12
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 277232 0 0 0 28090 122 0 0 25 0 1 0 101657420 786378752 102569 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 191987 102569 93 167 0 191818 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 767948

[startup+342.302 s]
/proc/loadavg: 1.11 1.13 1.07 2/66 18971
/proc/meminfo: memFree=991032/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=767948 CPUtime=342.1
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 278830 0 0 0 34087 123 0 0 25 0 1 0 101657420 786378752 104167 1992294400 134512640 135197378 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 191987 104167 93 167 0 191818 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 767948

[startup+402.301 s]
/proc/loadavg: 1.14 1.14 1.07 2/66 18971
/proc/meminfo: memFree=950392/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=778992 CPUtime=402.08
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 289082 0 0 0 40079 129 0 0 25 0 1 0 101657420 797687808 114419 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 194748 114419 93 167 0 194579 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 778992

[startup+462.301 s]
/proc/loadavg: 1.05 1.11 1.07 2/66 18971
/proc/meminfo: memFree=937144/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=784676 CPUtime=462.05
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 292241 0 0 0 46074 131 0 0 25 0 1 0 101657420 803508224 117578 1992294400 134512640 135197378 4294956240 18446744073709551615 134570906 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 196169 117578 93 167 0 196000 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 784676

[startup+522.302 s]
/proc/loadavg: 1.02 1.09 1.06 2/66 18971
/proc/meminfo: memFree=932856/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=785356 CPUtime=522.03
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 293314 0 0 0 52071 132 0 0 25 0 1 0 101657420 804204544 118651 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 196339 118651 93 167 0 196170 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 785356

[startup+582.302 s]
/proc/loadavg: 1.00 1.07 1.06 2/66 18971
/proc/meminfo: memFree=929528/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=786100 CPUtime=582.01
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 294129 0 0 0 58068 133 0 0 25 0 1 0 101657420 804966400 119466 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 196525 119466 93 167 0 196356 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 786100

[startup+642.301 s]
/proc/loadavg: 1.00 1.05 1.05 2/66 18971
/proc/meminfo: memFree=927416/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=786724 CPUtime=641.98
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 294668 0 0 0 64065 133 0 0 25 0 1 0 101657420 805605376 120005 1992294400 134512640 135197378 4294956240 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 196681 120005 93 167 0 196512 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 786724

[startup+702.302 s]
/proc/loadavg: 1.00 1.04 1.04 2/66 18971
/proc/meminfo: memFree=925368/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=791668 CPUtime=701.97
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 295125 0 0 0 70063 134 0 0 25 0 1 0 101657420 810668032 120462 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 197917 120462 93 167 0 197748 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 791668

[startup+762.306 s]
/proc/loadavg: 1.00 1.03 1.04 2/66 18971
/proc/meminfo: memFree=923768/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=792444 CPUtime=761.94
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 295536 0 0 0 76060 134 0 0 25 0 1 0 101657420 811462656 120873 1992294400 134512640 135197378 4294956240 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198111 120873 93 167 0 197942 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 792444

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/66 18971
/proc/meminfo: memFree=921976/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=793912 CPUtime=821.91
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 295992 0 0 0 82057 134 0 0 25 0 1 0 101657420 812965888 121329 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198478 121329 93 167 0 198309 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 793912

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/66 18971
/proc/meminfo: memFree=921208/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=794552 CPUtime=881.89
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296184 0 0 0 88055 134 0 0 25 0 1 0 101657420 813621248 121521 1992294400 134512640 135197378 4294956240 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198638 121521 93 167 0 198469 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 794552

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.02 2/66 18971
/proc/meminfo: memFree=920760/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=795104 CPUtime=941.87
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296312 0 0 0 94052 135 0 0 25 0 1 0 101657420 814186496 121649 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198776 121649 93 167 0 198607 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 795104

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/66 18971
/proc/meminfo: memFree=920568/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=795240 CPUtime=1001.84
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296351 0 0 0 100049 135 0 0 25 0 1 0 101657420 814325760 121688 1992294400 134512640 135197378 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198810 121688 93 167 0 198641 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 795240

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 18971
/proc/meminfo: memFree=920312/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=795436 CPUtime=1061.82
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296417 0 0 0 106047 135 0 0 25 0 1 0 101657420 814526464 121754 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198859 121754 93 167 0 198690 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 795436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18971
/proc/meminfo: memFree=920120/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=795580 CPUtime=1121.8
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296452 0 0 0 112045 135 0 0 25 0 1 0 101657420 814673920 121789 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198895 121789 93 167 0 198726 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 795580

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18971
/proc/meminfo: memFree=919864/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=795832 CPUtime=1181.78
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296522 0 0 0 118043 135 0 0 25 0 1 0 101657420 814931968 121859 1992294400 134512640 135197378 4294956240 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198958 121859 93 167 0 198789 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 795832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18971
/proc/meminfo: memFree=919800/2055924 swapFree=4181440/4192956
[pid=18964] ppid=18962 vsize=795832 CPUtime=1200.07
/proc/18964/stat : 18964 (march_hi) R 18962 18964 18897 0 -1 4194304 296524 0 0 0 119872 135 0 0 25 0 1 0 101657420 814931968 121861 1992294400 134512640 135197378 4294956240 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 0 0 0
/proc/18964/statm: 198958 121861 93 167 0 198789 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 795832

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.68
CPU time (s): 1200.15
CPU user time (s): 1198.72
CPU system time (s): 1.42378
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 865740

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

runsolver used 1.42178 second user time and 2.6076 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-26 10:58:00
IDJOB=1728383
IDBENCH=24669
IDSOLVER=521
FILE ID=node83/1728383-1240736272
PBS_JOBID= 9187012
Free space on /tmp= 65988 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728383-1240736272/watcher-1728383-1240736272 -o /tmp/evaluation-result-1728383-1240736272/solver-1728383-1240736272 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1728383-1240736272.cnf

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=2108149928

node83.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.222
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.222
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:      2055924 kB
MemFree:       1407136 kB
Buffers:         56016 kB
Cached:         527588 kB
SwapCached:       5412 kB
Active:         220448 kB
Inactive:       372088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1407136 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           52972 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            42228 kB
Committed_AS:   394756 kB
PageTables:       1384 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= 65988 MiB
End job on node83 at 2009-04-26 11:18:04