Trace number 1723422

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

General information on the benchmark

Namegoldb-heqc-i10mul.cnf
MD5SUM80e15f28c8e2d72627ec75fe75757317
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark188.185
Satisfiable
(Un)Satisfiability was proved
Number of variables12998
Number of clauses77941
Sum of the clauses size262272
Maximum clause length448
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217756
Number of clauses of size 337304
Number of clauses of size 40
Number of clauses of size 522880
Number of clauses of size over 51

Solver Data

10.18/10.23	c main():: ***                                   [ march satisfiability solver ]                                   ***
10.18/10.23	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
10.18/10.23	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
10.18/10.23	c main()::
10.18/10.23	c initFormula():: searching for DIMACS p-line....
10.18/10.23	c initFormula():: the DIMACS p-line indicates a CNF of 12998 variables and 77941 clauses.
10.18/10.23	c parseCNF():: parsing....
10.18/10.23	c parseCNF():: the CNF contains 0 unary clauses.
10.18/10.23	c runParser():: parsing was successful, warming up engines...
10.18/10.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
10.18/10.23	c preprocessing fase I completed:: there are now 12998 free variables and 77941 clauses.
10.18/10.23	c stat :: sign balance is biased by 0.120
10.18/10.23	c find_equivalence():: found 448 3-equivalences
10.18/10.23	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
10.18/10.23	c using k-SAT heuristics (size based diff)
10.18/10.23	c simplify_formula():: removed 0 tautological, 1792 satisfied and 0 duplicate clauses
10.18/10.23	c find_and_remove_tautogolies():: found and removed 596 tautologies
10.18/10.23	c find_and_remove_tautogolies():: found and removed 2 tautologies
10.18/10.23	c simplify_formula():: removed 9987 tautological, 1192 satisfied and 360109 duplicate clauses
10.18/10.23	c resolvent_look() :: found 1143111 resolvents
10.18/10.23	c main():: clause / variable ratio: ( 1221052 / 12998 ) = 93.94
10.18/10.23	c longest clause has size 426
10.18/10.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
10.18/10.23	c number of free variables = 12372
10.18/10.23	c dynamic_preselect_setsize :: off
10.18/10.23	c main():: all systems go!
10.18/10.23	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-1723422-1240685765/watcher-1723422-1240685765 -o /tmp/evaluation-result-1723422-1240685765/solver-1723422-1240685765 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1723422-1240685765.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 24405
/proc/meminfo: memFree=1722816/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=2416 CPUtime=0
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 405 0 0 0 0 0 0 0 18 0 1 0 96604280 2473984 390 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 604 390 57 167 0 435 0

[startup+0.0156961 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24405
/proc/meminfo: memFree=1722816/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=2548 CPUtime=0.01
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 443 0 0 0 1 0 0 0 18 0 1 0 96604280 2609152 428 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 637 428 57 167 0 468 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2548

[startup+0.101704 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24405
/proc/meminfo: memFree=1722816/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=3472 CPUtime=0.09
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 740 0 0 0 9 0 0 0 18 0 1 0 96604280 3555328 725 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 868 725 57 167 0 699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3472

[startup+0.301721 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24405
/proc/meminfo: memFree=1722816/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=10160 CPUtime=0.29
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 3105 0 0 0 28 1 0 0 19 0 1 0 96604280 10403840 1842 1992294400 134512640 135197378 4294956224 18446744073709551615 134692352 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 2540 1842 78 167 0 2371 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10160

[startup+0.701758 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24405
/proc/meminfo: memFree=1722816/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=16148 CPUtime=0.69
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 7670 0 0 0 66 3 0 0 22 0 1 0 96604280 16535552 3132 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 4037 3133 81 167 0 3868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16148

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1695480/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=72332 CPUtime=1.49
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 19970 0 0 0 142 7 0 0 25 0 1 0 96604280 74067968 15432 1992294400 134512640 135197378 4294956224 18446744073709551615 134579468 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 18083 15436 81 167 0 17914 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72332

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1666552/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=65060 CPUtime=3.09
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 32123 0 0 0 295 14 0 0 25 0 1 0 96604280 66621440 15570 1992294400 134512640 135197378 4294956224 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 16265 15570 81 167 0 16096 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65060

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1647544/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=77652 CPUtime=6.29
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 49605 0 0 0 607 22 0 0 25 0 1 0 96604280 79515648 18722 1992294400 134512640 135197378 4294956224 18446744073709551615 134696472 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 19413 18722 81 167 0 19244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77652

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1568504/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=213952 CPUtime=12.69
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 86207 0 0 0 1232 37 0 0 25 0 1 0 96604280 219086848 38634 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53488 38634 92 167 0 53319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 213952

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1558072/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=213980 CPUtime=25.48
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 88667 0 0 0 2510 38 0 0 25 0 1 0 96604280 219115520 41094 1992294400 134512640 135197378 4294956224 18446744073709551615 134553180 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53495 41094 92 167 0 53326 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 213980

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1555960/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214004 CPUtime=51.08
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89216 0 0 0 5069 39 0 0 25 0 1 0 96604280 219140096 41643 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53501 41643 92 167 0 53332 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 214004

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1554872/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=102.27
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89467 0 0 0 10188 39 0 0 25 0 1 0 96604280 219201536 41894 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41894 92 167 0 53347 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 214064

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1554744/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=162.25
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89494 0 0 0 16186 39 0 0 25 0 1 0 96604280 219201536 41921 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41921 92 167 0 53347 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 214064

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1554744/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=222.24
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89502 0 0 0 22184 40 0 0 25 0 1 0 96604280 219201536 41929 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41929 92 167 0 53347 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 214064

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24406
/proc/meminfo: memFree=1554616/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=282.23
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89505 0 0 0 28183 40 0 0 25 0 1 0 96604280 219201536 41932 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41932 92 167 0 53347 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 214064

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554552/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=342.2
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89518 0 0 0 34180 40 0 0 25 0 1 0 96604280 219201536 41945 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41945 92 167 0 53347 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 214064

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554488/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=402.18
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89524 0 0 0 40178 40 0 0 25 0 1 0 96604280 219201536 41951 1992294400 134512640 135197378 4294956224 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41951 92 167 0 53347 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 214064

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554488/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=462.17
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89526 0 0 0 46177 40 0 0 25 0 1 0 96604280 219201536 41953 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41953 92 167 0 53347 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 214064

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554488/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=522.15
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89526 0 0 0 52175 40 0 0 25 0 1 0 96604280 219201536 41953 1992294400 134512640 135197378 4294956224 18446744073709551615 134603136 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41953 92 167 0 53347 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 214064

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554424/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=582.15
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89528 0 0 0 58174 41 0 0 25 0 1 0 96604280 219201536 41955 1992294400 134512640 135197378 4294956224 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41955 92 167 0 53347 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 214064

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554424/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=642.13
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89530 0 0 0 64172 41 0 0 25 0 1 0 96604280 219201536 41957 1992294400 134512640 135197378 4294956224 18446744073709551615 134713206 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41957 92 167 0 53347 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 214064

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554360/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=702.12
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89533 0 0 0 70171 41 0 0 25 0 1 0 96604280 219201536 41960 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41960 92 167 0 53347 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 214064

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554296/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=762.1
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89534 0 0 0 76169 41 0 0 25 0 1 0 96604280 219201536 41961 1992294400 134512640 135197378 4294956224 18446744073709551615 134603122 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41961 92 167 0 53347 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 214064

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554296/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=822.08
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89534 0 0 0 82167 41 0 0 25 0 1 0 96604280 219201536 41961 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41961 92 167 0 53347 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 214064

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554232/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=882.06
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89535 0 0 0 88165 41 0 0 25 0 1 0 96604280 219201536 41962 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41962 92 167 0 53347 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 214064

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554168/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=942.06
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89537 0 0 0 94164 42 0 0 25 0 1 0 96604280 219201536 41964 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41964 92 167 0 53347 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 214064

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554168/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=1002.04
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89538 0 0 0 100162 42 0 0 25 0 1 0 96604280 219201536 41965 1992294400 134512640 135197378 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41965 92 167 0 53347 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 214064

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24412
/proc/meminfo: memFree=1554104/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=1062.03
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89538 0 0 0 106161 42 0 0 25 0 1 0 96604280 219201536 41965 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41965 92 167 0 53347 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 214064

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 24412
/proc/meminfo: memFree=1554104/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=1122.01
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89538 0 0 0 112159 42 0 0 25 0 1 0 96604280 219201536 41965 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41965 92 167 0 53347 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 214064

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 24412
/proc/meminfo: memFree=1554040/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=1181.99
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89538 0 0 0 118157 42 0 0 25 0 1 0 96604280 219201536 41965 1992294400 134512640 135197378 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41965 92 167 0 53347 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 214064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 24412
/proc/meminfo: memFree=1554040/2055920 swapFree=4181236/4192956
[pid=24405] ppid=24403 vsize=214064 CPUtime=1200.09
/proc/24405/stat : 24405 (march_hi) R 24403 24405 23938 0 -1 4194304 89539 0 0 0 119967 42 0 0 25 0 1 0 96604280 219201536 41966 1992294400 134512640 135197378 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24405/statm: 53516 41966 92 167 0 53347 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 214064

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.13
CPU user time (s): 1199.68
CPU system time (s): 0.452931
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 233320

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

runsolver used 1.00285 second user time and 2.37864 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 20:56:05
IDJOB=1723422
IDBENCH=71699
IDSOLVER=521
FILE ID=node48/1723422-1240685765
PBS_JOBID= 9186690
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 80e15f28c8e2d72627ec75fe75757317
RANDOM SEED=1890698455

node48.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.209
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.209
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:       1723232 kB
Buffers:         29188 kB
Cached:         241756 kB
SwapCached:       5340 kB
Active:         130860 kB
Inactive:       147724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723232 kB
SwapTotal:     4192956 kB
SwapFree:      4181236 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            40052 kB
Committed_AS:   428252 kB
PageTables:       1368 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= 66308 MiB
End job on node48 at 2009-04-25 21:16:08