Trace number 1563672

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.14 1200.44

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-22.cnf
MD5SUM8d2a42a37522a445646cc07d2396ea2a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark100.985
Satisfiable
(Un)Satisfiability was proved
Number of variables129652
Number of clauses386749
Sum of the clauses size902413
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2257832
Number of clauses of size 3128916
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

5.69/5.72	c main():: ***                                   [ march satisfiability solver ]                                   ***
5.69/5.72	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
5.69/5.72	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
5.69/5.72	c main()::
5.69/5.72	c initFormula():: searching for DIMACS p-line....
5.69/5.72	c initFormula():: the DIMACS p-line indicates a CNF of 129652 variables and 386749 clauses.
5.69/5.72	c parseCNF():: parsing....
5.69/5.72	c parseCNF():: the CNF contains 1 unary clauses.
5.69/5.72	c runParser():: parsing was successful, warming up engines...
5.69/5.72	c find_and_remove_tautogolies():: found and removed 32 tautologies
5.69/5.72	c simplify_formula():: removed 0 tautological, 511 satisfied and 0 duplicate clauses
5.69/5.72	c preprocessing fase I completed:: there are now 129442 free variables and 386238 clauses.
5.69/5.72	c stat :: sign balance is biased by 0.129
5.69/5.72	c using 3-SAT heuristics (occurence based diff)
5.69/5.72	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.69/5.72	c simplify_formula():: removed 0 tautological, 0 satisfied and 27509 duplicate clauses
5.69/5.72	c resolvent_look() :: found 27505 resolvents
5.69/5.72	c lessRedundantTransformation():: nothing to be done.
5.69/5.72	c transformTo3SAT():: you gave me 129652 variables and 413743 clauses.
5.69/5.72	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
5.69/5.72	c transformTo3SAT():: I will add 0 variables and 0 clauses!
5.69/5.72	c transformTo3SAT():: the transformation yielded 129652 variabels and 413743 clauses.
5.69/5.72	c main():: clause / variable ratio: ( 413743 / 129652 ) = 3.19
5.69/5.72	c longest clause has size 3
5.69/5.72	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
5.69/5.72	c number of free variables = 129442
5.69/5.72	c dynamic_preselect_setsize :: off
5.69/5.72	c main():: all systems go!
5.69/5.72	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-1563672-1238788599/watcher-1563672-1238788599 -o /tmp/evaluation-result-1563672-1238788599/solver-1563672-1238788599 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1563672-1238788599.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.99 0.97 0.99 3/69 3340
/proc/meminfo: memFree=1729632/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=7984 CPUtime=0
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 1027 0 0 0 0 0 0 0 18 0 1 0 1151521611 8175616 1012 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 1996 1017 57 167 0 1827 0

[startup+0.0762249 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3340
/proc/meminfo: memFree=1729632/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=14524 CPUtime=0.07
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 3066 0 0 0 6 1 0 0 18 0 1 0 1151521611 14872576 3051 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 3631 3051 57 167 0 3462 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14524

[startup+0.101225 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3340
/proc/meminfo: memFree=1729632/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=14920 CPUtime=0.09
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 3165 0 0 0 8 1 0 0 18 0 1 0 1151521611 15278080 3150 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 3730 3150 57 167 0 3561 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14920

[startup+0.301243 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3340
/proc/meminfo: memFree=1729632/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=17428 CPUtime=0.29
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 3957 0 0 0 27 2 0 0 19 0 1 0 1151521611 17846272 3942 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 4357 3942 57 167 0 4188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17428

[startup+0.701278 s]
/proc/loadavg: 0.99 0.97 0.99 3/69 3340
/proc/meminfo: memFree=1729632/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=43640 CPUtime=0.68
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 9914 0 0 0 63 5 0 0 22 0 1 0 1151521611 44687360 7496 1992294400 134512640 135197378 4294956240 18446744073709551615 134649520 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 10910 7496 64 167 0 10741 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43640

[startup+1.50135 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1687320/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=44764 CPUtime=1.49
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 18965 0 0 0 139 10 0 0 25 0 1 0 1151521611 45838336 8069 1992294400 134512640 135197378 4294956240 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 11191 8069 66 167 0 11022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44764

[startup+3.10149 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1686872/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=43748 CPUtime=3.09
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 43762 0 0 0 288 21 0 0 25 0 1 0 1151521611 44797952 7828 1992294400 134512640 135197378 4294956240 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 10937 7828 79 167 0 10768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43748

[startup+6.30177 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1649880/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=219960 CPUtime=6.29
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 82090 0 0 0 589 40 0 0 25 0 1 0 1151521611 225239040 24226 1992294400 134512640 135197378 4294956240 18446744073709551615 134542277 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 54990 24226 90 167 0 54821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219960

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1538912/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=223164 CPUtime=12.69
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 107003 0 0 0 1222 47 0 0 25 0 1 0 1151521611 228519936 49139 1992294400 134512640 135197378 4294956240 18446744073709551615 134542006 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 55791 49139 90 167 0 55622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 223164

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1525536/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228120 CPUtime=25.49
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108816 0 0 0 2500 49 0 0 25 0 1 0 1151521611 233594880 50952 1992294400 134512640 135197378 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57030 50952 90 167 0 56861 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 228120

[startup+51.1027 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1525408/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228252 CPUtime=51.08
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108856 0 0 0 5059 49 0 0 25 0 1 0 1151521611 233730048 50992 1992294400 134512640 135197378 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57063 50992 90 167 0 56894 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 228252

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1525408/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228456 CPUtime=102.27
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108870 0 0 0 10178 49 0 0 25 0 1 0 1151521611 233938944 51006 1992294400 134512640 135197378 4294956240 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57114 51006 90 167 0 56945 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 228456

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1525344/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228456 CPUtime=162.25
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108884 0 0 0 16176 49 0 0 25 0 1 0 1151521611 233938944 51020 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57114 51020 90 167 0 56945 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 228456

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3341
/proc/meminfo: memFree=1525280/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228812 CPUtime=222.23
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108901 0 0 0 22174 49 0 0 25 0 1 0 1151521611 234303488 51037 1992294400 134512640 135197378 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57203 51037 90 167 0 57034 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 228812

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524952/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228812 CPUtime=282.21
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108916 0 0 0 28172 49 0 0 25 0 1 0 1151521611 234303488 51052 1992294400 134512640 135197378 4294956240 18446744073709551615 134541626 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57203 51052 90 167 0 57034 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 228812

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524952/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228812 CPUtime=342.2
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108931 0 0 0 34171 49 0 0 25 0 1 0 1151521611 234303488 51067 1992294400 134512640 135197378 4294956240 18446744073709551615 134541257 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57203 51067 90 167 0 57034 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 228812

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524952/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=228812 CPUtime=402.18
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 108949 0 0 0 40169 49 0 0 25 0 1 0 1151521611 234303488 51085 1992294400 134512640 135197378 4294956240 18446744073709551615 134541653 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57203 51085 90 167 0 57034 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 228812

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524440/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229496 CPUtime=462.17
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109077 0 0 0 46167 50 0 0 25 0 1 0 1151521611 235003904 51213 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57374 51213 90 167 0 57205 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 229496

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524376/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229496 CPUtime=522.16
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109093 0 0 0 52166 50 0 0 25 0 1 0 1151521611 235003904 51229 1992294400 134512640 135197378 4294956240 18446744073709551615 134541203 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57374 51229 90 167 0 57205 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 229496

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524320/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229496 CPUtime=582.14
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109108 0 0 0 58164 50 0 0 25 0 1 0 1151521611 235003904 51244 1992294400 134512640 135197378 4294956240 18446744073709551615 134541634 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57374 51244 90 167 0 57205 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 229496

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524256/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229496 CPUtime=642.13
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109123 0 0 0 64163 50 0 0 25 0 1 0 1151521611 235003904 51259 1992294400 134512640 135197378 4294956240 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57374 51259 90 167 0 57205 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 229496

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524192/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229836 CPUtime=702.11
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109139 0 0 0 70161 50 0 0 25 0 1 0 1151521611 235352064 51275 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57459 51275 90 167 0 57290 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 229836

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524064/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229836 CPUtime=762.1
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109154 0 0 0 76160 50 0 0 25 0 1 0 1151521611 235352064 51290 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57459 51290 90 167 0 57290 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 229836

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524000/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229836 CPUtime=822.09
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109169 0 0 0 82158 51 0 0 25 0 1 0 1151521611 235352064 51305 1992294400 134512640 135197378 4294956240 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57459 51305 90 167 0 57290 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 229836

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1524000/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229836 CPUtime=882.07
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109185 0 0 0 88156 51 0 0 25 0 1 0 1151521611 235352064 51321 1992294400 134512640 135197378 4294956240 18446744073709551615 134570813 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57459 51321 90 167 0 57290 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 229836

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1523936/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229836 CPUtime=942.06
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109200 0 0 0 94155 51 0 0 25 0 1 0 1151521611 235352064 51336 1992294400 134512640 135197378 4294956240 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57459 51336 90 167 0 57290 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 229836

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1523872/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=229836 CPUtime=1002.04
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109215 0 0 0 100153 51 0 0 25 0 1 0 1151521611 235352064 51351 1992294400 134512640 135197378 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57459 51351 90 167 0 57290 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 229836

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1523808/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=230348 CPUtime=1062.03
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109231 0 0 0 106152 51 0 0 25 0 1 0 1151521611 235876352 51367 1992294400 134512640 135197378 4294956240 18446744073709551615 134552490 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57587 51367 90 167 0 57418 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 230348

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1523744/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=230348 CPUtime=1122.01
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109246 0 0 0 112150 51 0 0 25 0 1 0 1151521611 235876352 51382 1992294400 134512640 135197378 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57587 51382 90 167 0 57418 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 230348

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1523680/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=230348 CPUtime=1182
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109261 0 0 0 118149 51 0 0 25 0 1 0 1151521611 235876352 51397 1992294400 134512640 135197378 4294956240 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57587 51397 90 167 0 57418 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 230348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 3347
/proc/meminfo: memFree=1523680/2055920 swapFree=4172392/4192956
[pid=3340] ppid=3338 vsize=230348 CPUtime=1200.1
/proc/3340/stat : 3340 (march_hi) R 3338 3340 3000 0 -1 4194304 109266 0 0 0 119959 51 0 0 25 0 1 0 1151521611 235876352 51402 1992294400 134512640 135197378 4294956240 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/3340/statm: 57587 51402 90 167 0 57418 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 230348

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.44
CPU time (s): 1200.14
CPU user time (s): 1199.59
CPU system time (s): 0.550916
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 230348

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

runsolver used 1.20482 second user time and 3.17252 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-03 21:56:39
IDJOB=1563672
IDBENCH=70958
IDSOLVER=521
FILE ID=node58/1563672-1238788599
PBS_JOBID= 9085574
Free space on /tmp= 66556 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-22.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563672-1238788599/watcher-1563672-1238788599 -o /tmp/evaluation-result-1563672-1238788599/solver-1563672-1238788599 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1563672-1238788599.cnf

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

MD5SUM BENCH= 8d2a42a37522a445646cc07d2396ea2a
RANDOM SEED=123674208

node58.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1730048 kB
Buffers:         72232 kB
Cached:         176796 kB
SwapCached:      10256 kB
Active:         111856 kB
Inactive:       148940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730048 kB
SwapTotal:     4192956 kB
SwapFree:      4172392 kB
Dirty:            7400 kB
Writeback:           0 kB
Mapped:          17436 kB
Slab:            50536 kB
Committed_AS:  2833300 kB
PageTables:       1764 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= 66556 MiB
End job on node58 at 2009-04-03 22:16:42