Trace number 1723682

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.12 1200.55

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3928
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

27.57/27.65	c main():: ***                                   [ march satisfiability solver ]                                   ***
27.57/27.65	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
27.57/27.65	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
27.57/27.65	c main()::
27.57/27.65	c initFormula():: searching for DIMACS p-line....
27.57/27.65	c full lookahead due to high density!
27.57/27.65	c initFormula():: the DIMACS p-line indicates a CNF of 14628 variables and 161477 clauses.
27.57/27.65	c parseCNF():: parsing....
27.57/27.65	c parseCNF():: the CNF contains 1 unary clauses.
27.57/27.65	c runParser():: parsing was successful, warming up engines...
27.57/27.65	c simplify_formula():: removed 0 tautological, 50 satisfied and 0 duplicate clauses
27.57/27.65	c preprocessing fase I completed:: there are now 14621 free variables and 161427 clauses.
27.57/27.65	c stat :: sign balance is biased by 3.231
27.57/27.65	c using k-SAT heuristics (size based diff)
27.57/27.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
27.57/27.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 9676 duplicate clauses
27.57/27.65	c resolvent_look() :: found 727727 resolvents
27.57/27.65	c main():: clause / variable ratio: ( 889154 / 14628 ) = 60.78
27.57/27.65	c longest clause has size 88
27.57/27.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
27.57/27.65	c number of free variables = 14621
27.57/27.65	c dynamic_preselect_setsize :: off
27.57/27.65	c main():: all systems go!
27.57/27.65	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-1723682-1240688265/watcher-1723682-1240688265 -o /tmp/evaluation-result-1723682-1240688265/solver-1723682-1240688265 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1723682-1240688265.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.98 0.99 3/64 21081
/proc/meminfo: memFree=1368120/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=3240 CPUtime=0
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 514 0 0 0 0 0 0 0 18 0 1 0 96853245 3317760 499 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 810 499 57 167 0 641 0

[startup+0.08153 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21081
/proc/meminfo: memFree=1368120/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=4296 CPUtime=0.07
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 840 0 0 0 7 0 0 0 18 0 1 0 96853245 4399104 825 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 1074 825 57 167 0 905 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4296

[startup+0.101532 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21081
/proc/meminfo: memFree=1368120/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=4560 CPUtime=0.09
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 924 0 0 0 9 0 0 0 18 0 1 0 96853245 4669440 910 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 1140 911 57 167 0 971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4560

[startup+0.301568 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21081
/proc/meminfo: memFree=1368120/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=13300 CPUtime=0.29
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 2574 0 0 0 28 1 0 0 19 0 1 0 96853245 13619200 1843 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 3325 1843 64 167 0 3156 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13300

[startup+0.701639 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21081
/proc/meminfo: memFree=1368120/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=17620 CPUtime=0.69
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 6695 0 0 0 67 2 0 0 22 0 1 0 96853245 18042880 3022 1992294400 134512640 135197378 4294956240 18446744073709551615 134560976 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 4405 3022 66 167 0 4236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17620

[startup+1.50178 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21082
/proc/meminfo: memFree=1356144/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=15876 CPUtime=1.49
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 16758 0 0 0 142 7 0 0 25 0 1 0 96853245 16257024 2585 1992294400 134512640 135197378 4294956240 18446744073709551615 134578135 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 3969 2585 79 167 0 3800 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15876

[startup+3.10207 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21082
/proc/meminfo: memFree=1353008/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=30628 CPUtime=3.09
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 20241 0 0 0 301 8 0 0 25 0 1 0 96853245 31363072 6068 1992294400 134512640 135197378 4294956240 18446744073709551615 134578131 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 7657 6068 79 167 0 7488 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30628

[startup+6.30164 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21082
/proc/meminfo: memFree=1325744/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=54852 CPUtime=6.29
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 26306 0 0 0 618 11 0 0 25 0 1 0 96853245 56168448 12133 1992294400 134512640 135197378 4294956240 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 13713 12133 79 167 0 13544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54852

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21082
/proc/meminfo: memFree=1289456/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=88780 CPUtime=12.69
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 34253 0 0 0 1254 15 0 0 25 0 1 0 96853245 90910720 20080 1992294400 134512640 135197378 4294956240 18446744073709551615 134697335 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 22195 20080 79 167 0 22026 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88780

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21082
/proc/meminfo: memFree=1128944/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=473236 CPUtime=25.48
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 185888 0 0 0 2466 82 0 0 25 0 1 0 96853245 484593664 68307 1992294400 134512640 135197378 4294956240 18446744073709551615 134560984 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 118309 68309 87 167 0 118140 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 473236

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21082
/proc/meminfo: memFree=1124208/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=345796 CPUtime=51.07
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 243885 0 0 0 4996 111 0 0 25 0 1 0 96853245 354095104 60805 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86449 60805 89 167 0 86280 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 345796

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21084
/proc/meminfo: memFree=1123952/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346060 CPUtime=102.25
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 243934 0 0 0 10114 111 0 0 25 0 1 0 96853245 354365440 60854 1992294400 134512640 135197378 4294956240 18446744073709551615 134524864 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86515 60854 89 167 0 86346 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 346060

[startup+162.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1121776/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346324 CPUtime=162.23
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244456 0 0 0 16111 112 0 0 25 0 1 0 96853245 354635776 61376 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86581 61376 92 167 0 86412 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 346324

[startup+222.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 21084
/proc/meminfo: memFree=1120880/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346588 CPUtime=222.21
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244664 0 0 0 22109 112 0 0 25 0 1 0 96853245 354906112 61584 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86647 61584 92 167 0 86478 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 346588

[startup+282.303 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 21084
/proc/meminfo: memFree=1120496/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346588 CPUtime=282.19
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244755 0 0 0 28107 112 0 0 25 0 1 0 96853245 354906112 61675 1992294400 134512640 135197378 4294956240 18446744073709551615 134548718 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86647 61675 92 167 0 86478 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 346588

[startup+342.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 21084
/proc/meminfo: memFree=1120368/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346588 CPUtime=342.17
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244784 0 0 0 34105 112 0 0 25 0 1 0 96853245 354906112 61704 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86647 61704 92 167 0 86478 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 346588

[startup+402.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 21084
/proc/meminfo: memFree=1120368/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346588 CPUtime=402.14
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244784 0 0 0 40102 112 0 0 25 0 1 0 96853245 354906112 61704 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86647 61704 92 167 0 86478 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 346588

[startup+462.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 21084
/proc/meminfo: memFree=1120240/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=346720 CPUtime=462.12
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244804 0 0 0 46100 112 0 0 25 0 1 0 96853245 355041280 61724 1992294400 134512640 135197378 4294956240 18446744073709551615 134603283 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86680 61724 92 167 0 86511 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 346720

[startup+522.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 21084
/proc/meminfo: memFree=1119600/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=347056 CPUtime=522.1
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 244958 0 0 0 52098 112 0 0 25 0 1 0 96853245 355385344 61878 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86764 61878 92 167 0 86595 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 347056

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21084
/proc/meminfo: memFree=1118704/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=347188 CPUtime=582.08
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 245176 0 0 0 58096 112 0 0 25 0 1 0 96853245 355520512 62096 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86797 62096 92 167 0 86628 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 347188

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21084
/proc/meminfo: memFree=1118064/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=347320 CPUtime=642.06
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 245346 0 0 0 64094 112 0 0 25 0 1 0 96853245 355655680 62266 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86830 62266 92 167 0 86661 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 347320

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1117296/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=347980 CPUtime=702.03
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 245558 0 0 0 70091 112 0 0 25 0 1 0 96853245 356331520 62478 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86995 62478 92 167 0 86826 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 347980

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1116784/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=347980 CPUtime=762.02
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 245660 0 0 0 76090 112 0 0 25 0 1 0 96853245 356331520 62580 1992294400 134512640 135197378 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 86995 62580 92 167 0 86826 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 347980

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1115120/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=348516 CPUtime=822
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246115 0 0 0 82087 113 0 0 25 0 1 0 96853245 356880384 63035 1992294400 134512640 135197378 4294956240 18446744073709551615 134524878 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87129 63035 92 167 0 86960 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 348516

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1114928/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=348516 CPUtime=881.97
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246171 0 0 0 88084 113 0 0 25 0 1 0 96853245 356880384 63091 1992294400 134512640 135197378 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87129 63091 92 167 0 86960 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 348516

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1114864/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=348664 CPUtime=941.95
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246186 0 0 0 94082 113 0 0 25 0 1 0 96853245 357031936 63106 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87166 63106 92 167 0 86997 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 348664

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1114800/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=348664 CPUtime=1001.93
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246192 0 0 0 100080 113 0 0 25 0 1 0 96853245 357031936 63112 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87166 63112 92 167 0 86997 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 348664

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1114736/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=348664 CPUtime=1061.91
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246212 0 0 0 106078 113 0 0 25 0 1 0 96853245 357031936 63132 1992294400 134512640 135197378 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87166 63132 92 167 0 86997 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 348664

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1113840/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=349208 CPUtime=1121.89
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246428 0 0 0 112075 114 0 0 25 0 1 0 96853245 357588992 63348 1992294400 134512640 135197378 4294956240 18446744073709551615 134524828 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87302 63348 92 167 0 87133 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 349208

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1113392/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=350072 CPUtime=1181.87
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246550 0 0 0 118073 114 0 0 25 0 1 0 96853245 358473728 63470 1992294400 134512640 135197378 4294956240 18446744073709551615 134649156 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87518 63470 92 167 0 87349 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 350072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1113328/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=350072 CPUtime=1200.07
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246568 0 0 0 119893 114 0 0 25 0 1 0 96853245 358473728 63488 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87518 63488 92 167 0 87349 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 350072

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21084
/proc/meminfo: memFree=1113328/2055920 swapFree=4180880/4192956
[pid=21081] ppid=21079 vsize=350072 CPUtime=1200.07
/proc/21081/stat : 21081 (march_hi) R 21079 21081 20639 0 -1 4194304 246568 0 0 0 119893 114 0 0 25 0 1 0 96853245 358473728 63488 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/21081/statm: 87518 63488 92 167 0 87349 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 350072

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.12
CPU user time (s): 1198.93
CPU system time (s): 1.18382
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 473236

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

runsolver used 1.25481 second user time and 2.6036 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 21:37:45
IDJOB=1723682
IDBENCH=71731
IDSOLVER=521
FILE ID=node60/1723682-1240688265
PBS_JOBID= 9186655
Free space on /tmp= 66408 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723682-1240688265/watcher-1723682-1240688265 -o /tmp/evaluation-result-1723682-1240688265/solver-1723682-1240688265 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1723682-1240688265.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=1473414843

node60.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.256
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.256
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:       1368536 kB
Buffers:         75864 kB
Cached:         524060 kB
SwapCached:       6500 kB
Active:         118068 kB
Inactive:       490912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1368536 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:            3568 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            64340 kB
Committed_AS:   349996 kB
PageTables:       1448 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= 66404 MiB
End job on node60 at 2009-04-25 21:57:47