Trace number 1577892

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.11 1200.64

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p1.cnf
MD5SUM95ee3bccf00be0d94959b7512fd434b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark392.999
Satisfiable
(Un)Satisfiability was proved
Number of variables200152
Number of clauses1019667
Sum of the clauses size2431924
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759459
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

14.28/14.37	c main():: ***                                   [ march satisfiability solver ]                                   ***
14.28/14.37	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
14.28/14.37	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
14.28/14.37	c main()::
14.28/14.37	c initFormula():: searching for DIMACS p-line....
14.28/14.37	c initFormula():: the DIMACS p-line indicates a CNF of 200152 variables and 1019667 clauses.
14.28/14.37	c parseCNF():: parsing....
14.28/14.37	c parseCNF():: the CNF contains 10249 unary clauses.
14.28/14.37	c runParser():: parsing was successful, warming up engines...
14.28/14.37	c find_and_remove_tautogolies():: found and removed 3977 tautologies
14.28/14.37	c find_and_remove_tautogolies():: found and removed 322 tautologies
14.28/14.37	c simplify_formula():: removed 0 tautological, 273967 satisfied and 29814 duplicate clauses
14.28/14.37	c preprocessing fase I completed:: there are now 146006 free variables and 715886 clauses.
14.28/14.37	c stat :: sign balance is biased by 0.436
14.28/14.37	c using k-SAT heuristics (size based diff)
14.28/14.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.28/14.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.28/14.37	c resolvent_look() :: found 1770 resolvents
14.28/14.37	c main():: clause / variable ratio: ( 717656 / 200152 ) = 3.59
14.28/14.37	c longest clause has size 10
14.28/14.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.28/14.37	c number of free variables = 146006
14.28/14.37	c dynamic_preselect_setsize :: off
14.28/14.37	c main():: all systems go!
14.28/14.37	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-1577892-1238893356/watcher-1577892-1238893356 -o /tmp/evaluation-result-1577892-1238893356/solver-1577892-1238893356 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1577892-1238893356.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.92 0.98 0.99 3/70 27322
/proc/meminfo: memFree=1673544/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=5604 CPUtime=0
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 886 0 0 0 0 0 0 0 18 0 1 0 1162000831 5738496 871 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 1401 877 58 167 0 1232 0

[startup+0.0380321 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 27322
/proc/meminfo: memFree=1673544/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=24436 CPUtime=0.03
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 4264 0 0 0 2 1 0 0 18 0 1 0 1162000831 25022464 4250 1992294400 134512640 135197378 4294956224 18446744073709551615 134568663 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 6109 4257 58 167 0 5940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24436

[startup+0.101034 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 27322
/proc/meminfo: memFree=1673544/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=25228 CPUtime=0.09
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 5062 0 0 0 7 2 0 0 18 0 1 0 1162000831 25833472 5047 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 6307 5048 58 167 0 6138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25228

[startup+0.301056 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 27322
/proc/meminfo: memFree=1673544/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=28132 CPUtime=0.29
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 5977 0 0 0 27 2 0 0 19 0 1 0 1162000831 28807168 5962 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 7033 5962 58 167 0 6864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28132

[startup+0.701103 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 27322
/proc/meminfo: memFree=1673544/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=33544 CPUtime=0.69
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 7627 0 0 0 65 4 0 0 23 0 1 0 1162000831 34349056 7612 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 8386 7612 58 167 0 8217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33544

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1637824/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=106440 CPUtime=1.48
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 18361 0 0 0 140 8 0 0 25 0 1 0 1162000831 108994560 18344 1992294400 134512640 135197378 4294956224 18446744073709551615 134560531 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 26610 18344 62 167 0 26441 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106440

[startup+3.10138 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1606784/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=109844 CPUtime=3.08
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 24231 0 0 0 297 11 0 0 25 0 1 0 1162000831 112480256 18814 1992294400 134512640 135197378 4294956224 18446744073709551615 134560366 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 27461 18814 67 167 0 27292 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109844

[startup+6.30175 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1602112/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=105844 CPUtime=6.28
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 31898 0 0 0 613 15 0 0 25 0 1 0 1162000831 108384256 18410 1992294400 134512640 135197378 4294956224 18446744073709551615 134628061 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 26461 18410 78 167 0 26292 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 105844

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1599360/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=370004 CPUtime=12.68
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 68179 0 0 0 1238 30 0 0 25 0 1 0 1162000831 378884096 36334 1992294400 134512640 135197378 4294956224 18446744073709551615 134560516 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 92501 36334 86 167 0 92332 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 370004

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1510592/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=377216 CPUtime=25.47
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 79793 0 0 0 2511 36 0 0 25 0 1 0 1162000831 386269184 40787 1992294400 134512640 135197378 4294956224 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 94304 40787 89 167 0 94135 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 377216

[startup+51.1029 s]
/proc/loadavg: 0.96 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1510272/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=377216 CPUtime=51.05
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 79818 0 0 0 5069 36 0 0 25 0 1 0 1162000831 386269184 40812 1992294400 134512640 135197378 4294956224 18446744073709551615 134524921 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 94304 40812 89 167 0 94135 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 377216

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1499264/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=386244 CPUtime=102.23
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 82605 0 0 0 10184 39 0 0 25 0 1 0 1162000831 395513856 43599 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 96561 43599 91 167 0 96392 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 386244

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1488704/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=396688 CPUtime=162.19
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 85279 0 0 0 16178 41 0 0 25 0 1 0 1162000831 406208512 46229 1992294400 134512640 135197378 4294956224 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 99172 46229 91 167 0 99003 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 396688

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1481728/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=409188 CPUtime=222.18
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 87252 0 0 0 22175 43 0 0 25 0 1 0 1162000831 419008512 47967 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 102297 47967 91 167 0 102128 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 409188

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1472832/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=415052 CPUtime=282.15
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 89732 0 0 0 28171 44 0 0 25 0 1 0 1162000831 425013248 50179 1992294400 134512640 135197378 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 103763 50179 91 167 0 103594 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 415052

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1466112/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420304 CPUtime=342.11
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91391 0 0 0 34166 45 0 0 25 0 1 0 1162000831 430391296 51838 1992294400 134512640 135197378 4294956224 18446744073709551615 134649082 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105076 51838 91 167 0 104907 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 420304

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465664/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420704 CPUtime=402.09
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91502 0 0 0 40164 45 0 0 25 0 1 0 1162000831 430800896 51949 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105176 51949 91 167 0 105007 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 420704

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465536/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420704 CPUtime=462.06
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91503 0 0 0 46161 45 0 0 25 0 1 0 1162000831 430800896 51950 1992294400 134512640 135197378 4294956224 18446744073709551615 134713209 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105176 51950 91 167 0 105007 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 420704

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465536/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420704 CPUtime=522.04
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91506 0 0 0 52158 46 0 0 25 0 1 0 1162000831 430800896 51953 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105176 51953 91 167 0 105007 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 420704

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465408/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=582.02
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91546 0 0 0 58156 46 0 0 25 0 1 0 1162000831 431009792 51993 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 51993 91 167 0 105058 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 420908

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465408/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=642
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91550 0 0 0 64154 46 0 0 25 0 1 0 1162000831 431009792 51997 1992294400 134512640 135197378 4294956224 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 51997 91 167 0 105058 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 420908

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465280/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=701.96
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91555 0 0 0 70150 46 0 0 25 0 1 0 1162000831 431009792 52002 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52002 91 167 0 105058 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 420908

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=761.95
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91584 0 0 0 76149 46 0 0 25 0 1 0 1162000831 431009792 52031 1992294400 134512640 135197378 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52031 91 167 0 105058 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 420908

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=821.92
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91584 0 0 0 82146 46 0 0 25 0 1 0 1162000831 431009792 52031 1992294400 134512640 135197378 4294956224 18446744073709551615 134649156 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52031 91 167 0 105058 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 420908

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=881.89
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91584 0 0 0 88143 46 0 0 25 0 1 0 1162000831 431009792 52031 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52031 91 167 0 105058 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 420908

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=941.87
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91584 0 0 0 94141 46 0 0 25 0 1 0 1162000831 431009792 52031 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52031 91 167 0 105058 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 420908

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=1001.84
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91584 0 0 0 100138 46 0 0 25 0 1 0 1162000831 431009792 52031 1992294400 134512640 135197378 4294956224 18446744073709551615 134570897 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52031 91 167 0 105058 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 420908

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=420908 CPUtime=1061.81
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91584 0 0 0 106135 46 0 0 25 0 1 0 1162000831 431009792 52031 1992294400 134512640 135197378 4294956224 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105227 52031 91 167 0 105058 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 420908

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465152/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=421168 CPUtime=1121.79
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91621 0 0 0 112133 46 0 0 25 0 1 0 1162000831 431276032 52068 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105292 52068 91 167 0 105123 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 421168

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465088/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=421168 CPUtime=1181.77
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91621 0 0 0 118131 46 0 0 25 0 1 0 1162000831 431276032 52068 1992294400 134512640 135197378 4294956224 18446744073709551615 134541415 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105292 52068 91 167 0 105123 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 421168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 27323
/proc/meminfo: memFree=1465088/2055920 swapFree=4174072/4192956
[pid=27322] ppid=27320 vsize=421168 CPUtime=1200.07
/proc/27322/stat : 27322 (march_hi) R 27320 27322 26845 0 -1 4194304 91621 0 0 0 119960 47 0 0 25 0 1 0 1162000831 431276032 52068 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 105292 52068 91 167 0 105123 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 421168

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.64
CPU time (s): 1200.11
CPU user time (s): 1199.61
CPU system time (s): 0.502923
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 421168

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

runsolver used 1.05084 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-05 03:02:38
IDJOB=1577892
IDBENCH=70968
IDSOLVER=521
FILE ID=node74/1577892-1238893356
PBS_JOBID= 9086029
Free space on /tmp= 103212 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p1.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577892-1238893356/watcher-1577892-1238893356 -o /tmp/evaluation-result-1577892-1238893356/solver-1577892-1238893356 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1577892-1238893356.cnf

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

MD5SUM BENCH= 95ee3bccf00be0d94959b7512fd434b4
RANDOM SEED=1419876038

node74.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.236
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.236
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:       1673960 kB
Buffers:         45600 kB
Cached:         270696 kB
SwapCached:       7860 kB
Active:         114864 kB
Inactive:       210840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673960 kB
SwapTotal:     4192956 kB
SwapFree:      4174072 kB
Dirty:           19592 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            41564 kB
Committed_AS:  2720384 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103212 MiB
End job on node74 at 2009-04-05 03:22:40