Trace number 1562944

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.07 1200.42

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l41_lambda.cnf
MD5SUM50760ceab82aaa514e253121456f71f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6076
Satisfiable
(Un)Satisfiability was proved
Number of variables29245
Number of clauses144673
Sum of the clauses size416481
Maximum clause length9
Minimum clause length1
Number of clauses of size 13878
Number of clauses of size 236799
Number of clauses of size 383760
Number of clauses of size 413947
Number of clauses of size 56166
Number of clauses of size over 5123

Solver Data

7.99/8.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
7.99/8.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
7.99/8.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
7.99/8.03	c main()::
7.99/8.03	c initFormula():: searching for DIMACS p-line....
7.99/8.03	c initFormula():: the DIMACS p-line indicates a CNF of 29245 variables and 144673 clauses.
7.99/8.03	c parseCNF():: parsing....
7.99/8.03	c parseCNF():: the CNF contains 3878 unary clauses.
7.99/8.03	c runParser():: parsing was successful, warming up engines...
7.99/8.03	c find_and_remove_tautogolies():: found and removed 3709 tautologies
7.99/8.03	c find_and_remove_tautogolies():: found and removed 1907 tautologies
7.99/8.03	c simplify_formula():: removed 2977 tautological, 26449 satisfied and 7153 duplicate clauses
7.99/8.03	c preprocessing fase I completed:: there are now 18687 free variables and 108094 clauses.
7.99/8.03	c stat :: sign balance is biased by 1.053
7.99/8.03	c find_equivalence():: found 2116 3-equivalences
7.99/8.03	c find_and_remove_tautogolies():: found and removed 80 tautologies
7.99/8.03	c shorten_equivalence(): average equivalence length reduced from 3.038310 to 3.000000
7.99/8.03	c using k-SAT heuristics (size based diff)
7.99/8.03	c simplify_formula():: removed 0 tautological, 8464 satisfied and 0 duplicate clauses
7.99/8.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 366753 duplicate clauses
7.99/8.03	c resolvent_look() :: found 168970 resolvents
7.99/8.03	c main():: clause / variable ratio: ( 277064 / 29245 ) = 9.47
7.99/8.03	c longest clause has size 9
7.99/8.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
7.99/8.03	c number of free variables = 18607
7.99/8.03	c dynamic_preselect_setsize :: off
7.99/8.03	c main():: all systems go!
7.99/8.03	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-1562944-1240999065/watcher-1562944-1240999065 -o /tmp/evaluation-result-1562944-1240999065/solver-1562944-1240999065 -C 1200 -W 1800 -M 1800 HOME/march_hi HOME/instance-1562944-1240999065.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.84 3/65 26038
/proc/meminfo: memFree=1243592/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=3492 CPUtime=0
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 542 0 0 0 0 0 0 0 18 0 1 0 127935506 3575808 527 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 873 531 57 167 0 704 0

[startup+0.072072 s]
/proc/loadavg: 0.92 0.99 0.84 3/65 26038
/proc/meminfo: memFree=1243592/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=5056 CPUtime=0.06
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 1023 0 0 0 6 0 0 0 18 0 1 0 127935506 5177344 1008 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 1264 1009 57 167 0 1095 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5056

[startup+0.101073 s]
/proc/loadavg: 0.92 0.99 0.84 3/65 26038
/proc/meminfo: memFree=1243592/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=5320 CPUtime=0.09
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 1130 0 0 0 9 0 0 0 18 0 1 0 127935506 5447680 1115 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 1330 1115 57 167 0 1161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5320

[startup+0.301094 s]
/proc/loadavg: 0.92 0.99 0.84 3/65 26038
/proc/meminfo: memFree=1243592/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=14144 CPUtime=0.29
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 3047 0 0 0 28 1 0 0 19 0 1 0 127935506 14483456 2210 1992294400 134512640 135197378 4294956240 18446744073709551615 134565186 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 3536 2210 64 167 0 3367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14144

[startup+0.701134 s]
/proc/loadavg: 0.92 0.99 0.84 3/65 26038
/proc/meminfo: memFree=1243592/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=18476 CPUtime=0.68
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 4243 0 0 0 67 1 0 0 22 0 1 0 127935506 18919424 3384 1992294400 134512640 135197378 4294956240 18446744073709551615 134560976 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 4619 3384 66 167 0 4450 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18476

[startup+1.50222 s]
/proc/loadavg: 0.92 0.99 0.84 2/66 26039
/proc/meminfo: memFree=1230208/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=18428 CPUtime=1.49
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 4265 0 0 0 148 1 0 0 25 0 1 0 127935506 18870272 3392 1992294400 134512640 135197378 4294956240 18446744073709551615 134569557 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 4607 3392 78 167 0 4438 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18428

[startup+3.10139 s]
/proc/loadavg: 0.92 0.99 0.84 2/66 26039
/proc/meminfo: memFree=1227392/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=22948 CPUtime=3.09
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 5276 0 0 0 307 2 0 0 25 0 1 0 127935506 23498752 4403 1992294400 134512640 135197378 4294956240 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 5737 4403 79 167 0 5568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22948

[startup+6.30172 s]
/proc/loadavg: 0.93 0.99 0.84 2/66 26039
/proc/meminfo: memFree=1222272/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=30540 CPUtime=6.29
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 7302 0 0 0 626 3 0 0 25 0 1 0 127935506 31272960 6429 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 7635 6429 79 167 0 7466 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30540

[startup+12.7014 s]
/proc/loadavg: 0.93 0.99 0.84 2/66 26039
/proc/meminfo: memFree=1190272/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=85912 CPUtime=12.68
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 23823 0 0 0 1258 10 0 0 25 0 1 0 127935506 87973888 13465 1992294400 134512640 135197378 4294956240 18446744073709551615 134525565 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 21478 13465 92 167 0 21309 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85912

[startup+25.5017 s]
/proc/loadavg: 0.95 0.99 0.84 2/66 26039
/proc/meminfo: memFree=1184832/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=91572 CPUtime=25.48
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 25056 0 0 0 2537 11 0 0 25 0 1 0 127935506 93769728 14698 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 22893 14698 92 167 0 22724 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91572

[startup+51.1014 s]
/proc/loadavg: 0.96 0.99 0.85 2/66 26039
/proc/meminfo: memFree=1182016/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=94376 CPUtime=51.08
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 25759 0 0 0 5096 12 0 0 25 0 1 0 127935506 96641024 15401 1992294400 134512640 135197378 4294956240 18446744073709551615 134525522 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 23594 15401 92 167 0 23425 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94376

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 0.85 2/66 26039
/proc/meminfo: memFree=1179520/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=96864 CPUtime=102.26
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 26366 0 0 0 10213 13 0 0 25 0 1 0 127935506 99188736 16008 1992294400 134512640 135197378 4294956240 18446744073709551615 134553266 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 24216 16008 92 167 0 24047 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 96864

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.86 2/66 26039
/proc/meminfo: memFree=1178304/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=98100 CPUtime=162.24
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 26676 0 0 0 16211 13 0 0 25 0 1 0 127935506 100454400 16318 1992294400 134512640 135197378 4294956240 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 24525 16318 92 167 0 24356 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 98100

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.86 2/66 26045
/proc/meminfo: memFree=1177408/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=98884 CPUtime=222.23
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 26893 0 0 0 22209 14 0 0 25 0 1 0 127935506 101257216 16535 1992294400 134512640 135197378 4294956240 18446744073709551615 134713225 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 24721 16535 92 167 0 24552 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 98884

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.87 2/66 26045
/proc/meminfo: memFree=1176576/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=99832 CPUtime=282.21
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27088 0 0 0 28207 14 0 0 25 0 1 0 127935506 102227968 16730 1992294400 134512640 135197378 4294956240 18446744073709551615 134553240 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 24958 16730 92 167 0 24789 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 99832

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.87 2/66 26045
/proc/meminfo: memFree=1176512/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=99832 CPUtime=342.19
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27114 0 0 0 34205 14 0 0 25 0 1 0 127935506 102227968 16756 1992294400 134512640 135197378 4294956240 18446744073709551615 134525506 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 24958 16756 92 167 0 24789 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 99832

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.88 2/66 26045
/proc/meminfo: memFree=1176256/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=100304 CPUtime=402.17
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27156 0 0 0 40203 14 0 0 25 0 1 0 127935506 102711296 16798 1992294400 134512640 135197378 4294956240 18446744073709551615 134540901 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25076 16798 92 167 0 24907 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 100304

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.89 2/66 26045
/proc/meminfo: memFree=1175872/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=100436 CPUtime=462.15
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27243 0 0 0 46201 14 0 0 25 0 1 0 127935506 102846464 16885 1992294400 134512640 135197378 4294956240 18446744073709551615 134553209 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25109 16885 92 167 0 24940 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 100436

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.89 2/66 26045
/proc/meminfo: memFree=1175680/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=100568 CPUtime=522.13
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27295 0 0 0 52199 14 0 0 25 0 1 0 127935506 102981632 16937 1992294400 134512640 135197378 4294956240 18446744073709551615 134553546 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25142 16937 92 167 0 24973 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 100568

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.90 2/66 26045
/proc/meminfo: memFree=1175424/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=101212 CPUtime=582.12
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27350 0 0 0 58197 15 0 0 25 0 1 0 127935506 103641088 16992 1992294400 134512640 135197378 4294956240 18446744073709551615 134525506 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25303 16992 92 167 0 25134 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 101212

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.90 2/66 26045
/proc/meminfo: memFree=1175168/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=101344 CPUtime=642.11
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27407 0 0 0 64196 15 0 0 25 0 1 0 127935506 103776256 17049 1992294400 134512640 135197378 4294956240 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25336 17049 92 167 0 25167 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 101344

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1175040/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=101476 CPUtime=702.09
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27453 0 0 0 70194 15 0 0 25 0 1 0 127935506 103911424 17095 1992294400 134512640 135197378 4294956240 18446744073709551615 134548526 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25369 17095 92 167 0 25200 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 101476

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1174848/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=101476 CPUtime=762.07
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27494 0 0 0 76192 15 0 0 25 0 1 0 127935506 103911424 17136 1992294400 134512640 135197378 4294956240 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25369 17136 92 167 0 25200 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 101476

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.91 3/66 26045
/proc/meminfo: memFree=1174592/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=101608 CPUtime=822.05
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27546 0 0 0 82190 15 0 0 25 0 1 0 127935506 104046592 17188 1992294400 134512640 135197378 4294956240 18446744073709551615 134553206 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25402 17188 92 167 0 25233 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 101608

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1174208/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=102636 CPUtime=882.03
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27647 0 0 0 88188 15 0 0 25 0 1 0 127935506 105099264 17289 1992294400 134512640 135197378 4294956240 18446744073709551615 134649274 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25659 17289 92 167 0 25490 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 102636

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1173760/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=102900 CPUtime=942.02
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27770 0 0 0 94186 16 0 0 25 0 1 0 127935506 105369600 17412 1992294400 134512640 135197378 4294956240 18446744073709551615 134539057 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25725 17412 92 167 0 25556 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 102900

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1173376/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=103164 CPUtime=1002.01
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27851 0 0 0 100185 16 0 0 25 0 1 0 127935506 105639936 17493 1992294400 134512640 135197378 4294956240 18446744073709551615 134525668 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25791 17493 92 167 0 25622 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 103164

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1173120/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=103428 CPUtime=1061.99
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27921 0 0 0 106183 16 0 0 25 0 1 0 127935506 105910272 17563 1992294400 134512640 135197378 4294956240 18446744073709551615 134548516 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25857 17563 92 167 0 25688 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 103428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1172928/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=103428 CPUtime=1121.97
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 27969 0 0 0 112181 16 0 0 25 0 1 0 127935506 105910272 17611 1992294400 134512640 135197378 4294956240 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25857 17611 92 167 0 25688 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 103428

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1172544/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=103692 CPUtime=1181.95
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 28050 0 0 0 118179 16 0 0 25 0 1 0 127935506 106180608 17692 1992294400 134512640 135197378 4294956240 18446744073709551615 134556683 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25923 17692 92 167 0 25754 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 103692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 26045
/proc/meminfo: memFree=1172416/2055912 swapFree=4179344/4192956
[pid=26038] ppid=26036 vsize=103692 CPUtime=1200.05
/proc/26038/stat : 26038 (march_hi) R 26036 26038 25903 0 -1 4194304 28069 0 0 0 119989 16 0 0 25 0 1 0 127935506 106180608 17711 1992294400 134512640 135197378 4294956240 18446744073709551615 134553186 0 0 4096 0 0 0 0 17 1 0 0
/proc/26038/statm: 25923 17711 92 167 0 25754 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 103692

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.07
CPU user time (s): 1199.89
CPU system time (s): 0.180972
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 103692

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

runsolver used 1.25481 second user time and 2.75158 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-29 11:57:45
IDJOB=1562944
IDBENCH=70944
IDSOLVER=521
FILE ID=node78/1562944-1240999065
PBS_JOBID= 9204794
Free space on /tmp= 126868 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l41_lambda.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562944-1240999065/watcher-1562944-1240999065 -o /tmp/evaluation-result-1562944-1240999065/solver-1562944-1240999065 -C 1200 -W 1800 -M 1800  HOME/march_hi HOME/instance-1562944-1240999065.cnf

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

MD5SUM BENCH= 50760ceab82aaa514e253121456f71f6
RANDOM SEED=514285944

node78.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.243
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.243
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:      2055912 kB
MemFree:       1244008 kB
Buffers:         43516 kB
Cached:         717564 kB
SwapCached:       7116 kB
Active:         340684 kB
Inactive:       428892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1244008 kB
SwapTotal:     4192956 kB
SwapFree:      4179344 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:          13672 kB
Slab:            28056 kB
Committed_AS:   368648 kB
PageTables:       1428 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= 126868 MiB
End job on node78 at 2009-04-29 12:17:47