Trace number 1559668

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

NameAPPLICATIONS/aprove09/
AProVE09-06.cnf
MD5SUMd6f6073d38b29a9cff1f80910bc0501b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.2664
Satisfiable
(Un)Satisfiability was proved
Number of variables77262
Number of clauses263137
Sum of the clauses size679549
Maximum clause length74
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2120283
Number of clauses of size 3133670
Number of clauses of size 48992
Number of clauses of size 554
Number of clauses of size over 5137

Solver Data

4.99/5.04	c main():: ***                                   [ march satisfiability solver ]                                   ***
4.99/5.04	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
4.99/5.04	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
4.99/5.04	c main()::
4.99/5.04	c initFormula():: searching for DIMACS p-line....
4.99/5.04	c initFormula():: the DIMACS p-line indicates a CNF of 77262 variables and 263137 clauses.
4.99/5.04	c parseCNF():: parsing....
4.99/5.04	c parseCNF():: the CNF contains 1 unary clauses.
4.99/5.04	c runParser():: parsing was successful, warming up engines...
4.99/5.04	c find_and_remove_tautogolies():: found and removed 1025 tautologies
4.99/5.04	c find_and_remove_tautogolies():: found and removed 2 tautologies
4.99/5.04	c simplify_formula():: removed 0 tautological, 2305 satisfied and 0 duplicate clauses
4.99/5.04	c preprocessing fase I completed:: there are now 76158 free variables and 260832 clauses.
4.99/5.04	c stat :: sign balance is biased by 0.097
4.99/5.04	c find_equivalence():: found 22236 3-equivalences
4.99/5.04	c find_and_remove_tautogolies():: found and removed 9009 tautologies
4.99/5.04	c shorten_equivalence(): average equivalence length reduced from 6.926212 to 3.684660
4.99/5.04	c using k-SAT heuristics (size based diff)
4.99/5.04	c simplify_formula():: removed 0 tautological, 88944 satisfied and 0 duplicate clauses
4.99/5.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 3 duplicate clauses
4.99/5.04	c main():: clause / variable ratio: ( 171891 / 77262 ) = 2.22
4.99/5.04	c longest clause has size 19
4.99/5.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.99/5.04	c number of free variables = 67149
4.99/5.04	c dynamic_preselect_setsize :: off
4.99/5.04	c main():: all systems go!
4.99/5.04	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-1559668-1238752911/watcher-1559668-1238752911 -o /tmp/evaluation-result-1559668-1238752911/solver-1559668-1238752911 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1559668-1238752911.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.00 1.00 1.00 3/64 27834
/proc/meminfo: memFree=1039928/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=5064 CPUtime=0
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 594 0 0 0 0 0 0 0 18 0 1 0 1147953888 5185536 580 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 1266 584 57 167 0 1097 0

[startup+0.097524 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27834
/proc/meminfo: memFree=1039928/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=9800 CPUtime=0.08
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 2074 0 0 0 8 0 0 0 18 0 1 0 1147953888 10035200 2059 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 2450 2060 57 167 0 2281 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9800

[startup+0.101523 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27834
/proc/meminfo: memFree=1039928/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=9932 CPUtime=0.09
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 2089 0 0 0 9 0 0 0 18 0 1 0 1147953888 10170368 2074 1992294400 134512640 135197378 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 2483 2074 57 167 0 2314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9932

[startup+0.30154 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27834
/proc/meminfo: memFree=1039928/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=12176 CPUtime=0.29
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 2802 0 0 0 28 1 0 0 19 0 1 0 1147953888 12468224 2787 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 3044 2787 57 167 0 2875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12176

[startup+0.701576 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27834
/proc/meminfo: memFree=1039928/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=33544 CPUtime=0.69
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 8023 0 0 0 66 3 0 0 22 0 1 0 1147953888 34349056 6112 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 8386 6115 65 167 0 8217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33544

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=1019952/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=30980 CPUtime=1.49
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 13759 0 0 0 143 6 0 0 25 0 1 0 1147953888 31723520 5489 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 7745 5492 66 167 0 7576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30980

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=1019120/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=35124 CPUtime=3.09
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 24564 0 0 0 298 11 0 0 25 0 1 0 1147953888 35966976 6686 1992294400 134512640 135197378 4294956224 18446744073709551615 134692316 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 8781 6686 80 167 0 8612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35124

[startup+6.30208 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=981296/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=138060 CPUtime=6.29
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 40407 0 0 0 611 18 0 0 25 0 1 0 1147953888 141373440 15550 1992294400 134512640 135197378 4294956224 18446744073709551615 134713209 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 34515 15550 91 167 0 34346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138060

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=961968/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=155692 CPUtime=12.68
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 44613 0 0 0 1248 20 0 0 25 0 1 0 1147953888 159428608 19756 1992294400 134512640 135197378 4294956224 18446744073709551615 134557220 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 38923 19756 91 167 0 38754 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 155692

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=956144/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=160656 CPUtime=25.49
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 45772 0 0 0 2528 21 0 0 25 0 1 0 1147953888 164511744 20915 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 40164 20915 91 167 0 39995 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 160656

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=951216/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=165856 CPUtime=51.07
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 47047 0 0 0 5085 22 0 0 25 0 1 0 1147953888 169836544 22190 1992294400 134512640 135197378 4294956224 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 41464 22190 91 167 0 41295 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 165856

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=948720/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=168144 CPUtime=102.26
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 47644 0 0 0 10203 23 0 0 25 0 1 0 1147953888 172179456 22787 1992294400 134512640 135197378 4294956224 18446744073709551615 134572695 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 42036 22787 91 167 0 41867 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 168144

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=947248/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=169824 CPUtime=162.24
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 48038 0 0 0 16201 23 0 0 25 0 1 0 1147953888 173899776 23181 1992294400 134512640 135197378 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 42456 23181 91 167 0 42287 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 169824

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=942000/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=175576 CPUtime=222.22
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 49328 0 0 0 22198 24 0 0 25 0 1 0 1147953888 179789824 24471 1992294400 134512640 135197378 4294956224 18446744073709551615 134540956 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 43894 24471 91 167 0 43725 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 175576

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=939056/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=178508 CPUtime=282.21
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 50089 0 0 0 28196 25 0 0 25 0 1 0 1147953888 182792192 25232 1992294400 134512640 135197378 4294956224 18446744073709551615 134713225 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 44627 25232 91 167 0 44458 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 178508

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=935088/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=182304 CPUtime=342.19
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51053 0 0 0 34193 26 0 0 25 0 1 0 1147953888 186679296 26196 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 45576 26196 91 167 0 45407 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 182304

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=933872/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=183688 CPUtime=402.17
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51356 0 0 0 40191 26 0 0 25 0 1 0 1147953888 188096512 26499 1992294400 134512640 135197378 4294956224 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 45922 26499 91 167 0 45753 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 183688

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=933232/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=184084 CPUtime=462.15
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51502 0 0 0 46189 26 0 0 25 0 1 0 1147953888 188502016 26645 1992294400 134512640 135197378 4294956224 18446744073709551615 134649136 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46021 26645 91 167 0 45852 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 184084

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=932976/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=184576 CPUtime=522.15
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51576 0 0 0 52188 27 0 0 25 0 1 0 1147953888 189005824 26719 1992294400 134512640 135197378 4294956224 18446744073709551615 134713225 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46144 26719 91 167 0 45975 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 184576

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=932656/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=184840 CPUtime=582.13
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51653 0 0 0 58186 27 0 0 25 0 1 0 1147953888 189276160 26796 1992294400 134512640 135197378 4294956224 18446744073709551615 134572904 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46210 26796 91 167 0 46041 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 184840

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=932464/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=184972 CPUtime=642.11
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51707 0 0 0 64184 27 0 0 25 0 1 0 1147953888 189411328 26850 1992294400 134512640 135197378 4294956224 18446744073709551615 134540964 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46243 26850 91 167 0 46074 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 184972

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=932208/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=185444 CPUtime=702.09
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51762 0 0 0 70182 27 0 0 25 0 1 0 1147953888 189894656 26905 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46361 26905 91 167 0 46192 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 185444

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=932016/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=185444 CPUtime=762.08
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51801 0 0 0 76181 27 0 0 25 0 1 0 1147953888 189894656 26944 1992294400 134512640 135197378 4294956224 18446744073709551615 134649218 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46361 26944 91 167 0 46192 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 185444

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=931760/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=185576 CPUtime=822.06
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51853 0 0 0 82179 27 0 0 25 0 1 0 1147953888 190029824 26996 1992294400 134512640 135197378 4294956224 18446744073709551615 134649146 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46394 26996 91 167 0 46225 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 185576

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=931568/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=185708 CPUtime=882.05
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51890 0 0 0 88177 28 0 0 25 0 1 0 1147953888 190164992 27033 1992294400 134512640 135197378 4294956224 18446744073709551615 134541006 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46427 27033 91 167 0 46258 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 185708

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=931440/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=186220 CPUtime=942.03
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51921 0 0 0 94175 28 0 0 25 0 1 0 1147953888 190689280 27064 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46555 27064 91 167 0 46386 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 186220

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=931312/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=186352 CPUtime=1002.02
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 51970 0 0 0 100174 28 0 0 25 0 1 0 1147953888 190824448 27113 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46588 27113 91 167 0 46419 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 186352

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=931056/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=186484 CPUtime=1062
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 52021 0 0 0 106172 28 0 0 25 0 1 0 1147953888 190959616 27164 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46621 27164 91 167 0 46452 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 186484

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=930864/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=186748 CPUtime=1121.98
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 52084 0 0 0 112170 28 0 0 25 0 1 0 1147953888 191229952 27227 1992294400 134512640 135197378 4294956224 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46687 27227 91 167 0 46518 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 186748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=930672/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=186748 CPUtime=1181.96
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 52120 0 0 0 118168 28 0 0 25 0 1 0 1147953888 191229952 27263 1992294400 134512640 135197378 4294956224 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46687 27263 91 167 0 46518 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 186748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27835
/proc/meminfo: memFree=930608/2055920 swapFree=4178356/4192956
[pid=27834] ppid=27832 vsize=186748 CPUtime=1200.06
/proc/27834/stat : 27834 (march_hi) R 27832 27834 27369 0 -1 4194304 52129 0 0 0 119978 28 0 0 25 0 1 0 1147953888 191229952 27272 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/27834/statm: 46687 27272 91 167 0 46518 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 186748

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.79
CPU system time (s): 0.307953
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 186748

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

runsolver used 1.38179 second user time and 2.68059 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-03 12:01:51
IDJOB=1559668
IDBENCH=70881
IDSOLVER=521
FILE ID=node43/1559668-1238752911
PBS_JOBID= 9085432
Free space on /tmp= 66412 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-06.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559668-1238752911/watcher-1559668-1238752911 -o /tmp/evaluation-result-1559668-1238752911/solver-1559668-1238752911 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1559668-1238752911.cnf

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

MD5SUM BENCH= d6f6073d38b29a9cff1f80910bc0501b
RANDOM SEED=2015493568

node43.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.242
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.242
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:       1040344 kB
Buffers:        105528 kB
Cached:         810232 kB
SwapCached:       8564 kB
Active:         354568 kB
Inactive:       571324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040344 kB
SwapTotal:     4192956 kB
SwapFree:      4178356 kB
Dirty:            5488 kB
Writeback:           0 kB
Mapped:          15852 kB
Slab:            75620 kB
Committed_AS:  2765264 kB
PageTables:       1456 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= 66412 MiB
End job on node43 at 2009-04-03 12:21:53