Trace number 1582000

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.74

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

13.88/13.98	c main():: ***                                   [ march satisfiability solver ]                                   ***
13.88/13.98	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
13.88/13.98	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
13.88/13.98	c main()::
13.88/13.98	c initFormula():: searching for DIMACS p-line....
13.88/13.98	c initFormula():: the DIMACS p-line indicates a CNF of 199290 variables and 1005792 clauses.
13.88/13.98	c parseCNF():: parsing....
13.88/13.98	c parseCNF():: the CNF contains 10249 unary clauses.
13.88/13.98	c runParser():: parsing was successful, warming up engines...
13.88/13.98	c find_and_remove_tautogolies():: found and removed 3296 tautologies
13.88/13.98	c find_and_remove_tautogolies():: found and removed 1534 tautologies
13.88/13.98	c simplify_formula():: removed 0 tautological, 273918 satisfied and 29798 duplicate clauses
13.88/13.98	c preprocessing fase I completed:: there are now 145161 free variables and 702076 clauses.
13.88/13.98	c stat :: sign balance is biased by 0.439
13.88/13.98	c using k-SAT heuristics (size based diff)
13.88/13.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.88/13.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
13.88/13.98	c resolvent_look() :: found 1228 resolvents
13.88/13.98	c main():: clause / variable ratio: ( 703304 / 199290 ) = 3.53
13.88/13.98	c longest clause has size 10
13.88/13.98	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.88/13.98	c number of free variables = 145161
13.88/13.98	c dynamic_preselect_setsize :: off
13.88/13.98	c main():: all systems go!
13.88/13.98	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-1582000-1238935234/watcher-1582000-1238935234 -o /tmp/evaluation-result-1582000-1238935234/solver-1582000-1238935234 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1582000-1238935234.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/74 25201
/proc/meminfo: memFree=1453128/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=5548 CPUtime=0
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 949 0 0 0 0 0 0 0 18 0 1 0 1166184638 5681152 934 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 1387 940 58 167 0 1218 0

[startup+0.0885681 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 25201
/proc/meminfo: memFree=1453128/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=24840 CPUtime=0.08
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 4979 0 0 0 7 1 0 0 18 0 1 0 1166184638 25436160 4964 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 6210 4964 58 167 0 6041 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24840

[startup+0.101569 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 25201
/proc/meminfo: memFree=1453128/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=25104 CPUtime=0.09
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 5038 0 0 0 8 1 0 0 18 0 1 0 1166184638 25706496 5023 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 6276 5024 58 167 0 6107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25104

[startup+0.301604 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 25201
/proc/meminfo: memFree=1453128/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=28008 CPUtime=0.29
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 5953 0 0 0 27 2 0 0 19 0 1 0 1166184638 28680192 5938 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 7002 5939 58 167 0 6833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28008

[startup+0.70167 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 25201
/proc/meminfo: memFree=1453128/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=33420 CPUtime=0.69
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 7607 0 0 0 65 4 0 0 23 0 1 0 1166184638 34222080 7592 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 8355 7593 58 167 0 8186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33420

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 25202
/proc/meminfo: memFree=1417344/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=105356 CPUtime=1.49
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 18201 0 0 0 141 8 0 0 25 0 1 0 1166184638 107884544 18184 1992294400 134512640 135197378 4294956224 18446744073709551615 134560531 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 26339 18184 62 167 0 26170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105356

[startup+3.10208 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 25202
/proc/meminfo: memFree=1388224/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=108256 CPUtime=3.09
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 24283 0 0 0 297 12 0 0 25 0 1 0 1166184638 110854144 18903 1992294400 134512640 135197378 4294956224 18446744073709551615 134692268 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 27064 18903 67 167 0 26895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108256

[startup+6.30162 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 25202
/proc/meminfo: memFree=1377536/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=109720 CPUtime=6.29
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 31921 0 0 0 614 15 0 0 25 0 1 0 1166184638 112353280 19482 1992294400 134512640 135197378 4294956224 18446744073709551615 134560973 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 27430 19482 78 167 0 27261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109720

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 25202
/proc/meminfo: memFree=1373824/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=363008 CPUtime=12.68
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 65491 0 0 0 1239 29 0 0 25 0 1 0 1166184638 371720192 34761 1992294400 134512640 135197378 4294956224 18446744073709551615 134565191 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 90752 34761 86 167 0 90583 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 363008

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 25202
/proc/meminfo: memFree=1291776/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=373164 CPUtime=25.47
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 76842 0 0 0 2514 33 0 0 25 0 1 0 1166184638 382119936 40334 1992294400 134512640 135197378 4294956224 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 93291 40334 89 167 0 93122 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 373164

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 25202
/proc/meminfo: memFree=1287424/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=376396 CPUtime=51.06
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 78221 0 0 0 5072 34 0 0 25 0 1 0 1166184638 385429504 41713 1992294400 134512640 135197378 4294956224 18446744073709551615 134539447 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 94099 41713 91 167 0 93930 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 376396

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1277632/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=384360 CPUtime=102.24
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 80410 0 0 0 10188 36 0 0 25 0 1 0 1166184638 393584640 43902 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 96090 43902 91 167 0 95921 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 384360

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1268032/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=394224 CPUtime=162.21
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 82953 0 0 0 16182 39 0 0 25 0 1 0 1166184638 403685376 46307 1992294400 134512640 135197378 4294956224 18446744073709551615 134713222 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 98556 46307 91 167 0 98387 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 394224

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1260928/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=407152 CPUtime=222.19
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 85149 0 0 0 22179 40 0 0 25 0 1 0 1166184638 416923648 48082 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 101788 48082 91 167 0 101619 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 407152

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1252800/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=412836 CPUtime=282.15
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 87444 0 0 0 28174 41 0 0 25 0 1 0 1166184638 422744064 50139 1992294400 134512640 135197378 4294956224 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 103209 50139 91 167 0 103040 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 412836

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1244800/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=418696 CPUtime=342.12
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 89389 0 0 0 34170 42 0 0 25 0 1 0 1166184638 428744704 52084 1992294400 134512640 135197378 4294956224 18446744073709551615 134570906 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 104674 52084 91 167 0 104505 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 418696

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1240448/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=422572 CPUtime=402.09
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90473 0 0 0 40166 43 0 0 25 0 1 0 1166184638 432713728 53168 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105643 53168 91 167 0 105474 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 422572

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1240192/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=422836 CPUtime=462.05
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90544 0 0 0 46162 43 0 0 25 0 1 0 1166184638 432984064 53239 1992294400 134512640 135197378 4294956224 18446744073709551615 134541493 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105709 53239 91 167 0 105540 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 422836

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1240128/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=422968 CPUtime=522.02
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90574 0 0 0 52159 43 0 0 25 0 1 0 1166184638 433119232 53269 1992294400 134512640 135197378 4294956224 18446744073709551615 134649037 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105742 53269 91 167 0 105573 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 422968

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1239936/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=582
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90615 0 0 0 58156 44 0 0 25 0 1 0 1166184638 433328128 53310 1992294400 134512640 135197378 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53310 91 167 0 105624 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 423172

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1239936/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=641.97
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90621 0 0 0 64153 44 0 0 25 0 1 0 1166184638 433328128 53316 1992294400 134512640 135197378 4294956224 18446744073709551615 134541486 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53316 91 167 0 105624 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 423172

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1239680/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=701.94
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90648 0 0 0 70150 44 0 0 25 0 1 0 1166184638 433328128 53343 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53343 91 167 0 105624 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 423172

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1239680/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=761.91
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90650 0 0 0 76147 44 0 0 25 0 1 0 1166184638 433328128 53345 1992294400 134512640 135197378 4294956224 18446744073709551615 134572862 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53345 91 167 0 105624 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 423172

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 25204
/proc/meminfo: memFree=1239680/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=821.87
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90652 0 0 0 82143 44 0 0 25 0 1 0 1166184638 433328128 53347 1992294400 134512640 135197378 4294956224 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53347 91 167 0 105624 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 423172

[startup+882.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/75 25204
/proc/meminfo: memFree=1239680/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=881.85
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90652 0 0 0 88141 44 0 0 25 0 1 0 1166184638 433328128 53347 1992294400 134512640 135197378 4294956224 18446744073709551615 134541486 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53347 91 167 0 105624 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 423172

[startup+942.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/75 25204
/proc/meminfo: memFree=1239680/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423172 CPUtime=941.82
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90654 0 0 0 94138 44 0 0 25 0 1 0 1166184638 433328128 53349 1992294400 134512640 135197378 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105793 53349 91 167 0 105624 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 423172

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/75 25204
/proc/meminfo: memFree=1239616/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423404 CPUtime=1001.78
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90687 0 0 0 100134 44 0 0 25 0 1 0 1166184638 433565696 53382 1992294400 134512640 135197378 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105851 53382 91 167 0 105682 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 423404

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/75 25204
/proc/meminfo: memFree=1239552/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423404 CPUtime=1061.76
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90689 0 0 0 106132 44 0 0 25 0 1 0 1166184638 433565696 53384 1992294400 134512640 135197378 4294956224 18446744073709551615 134541546 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105851 53384 91 167 0 105682 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 423404

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/75 25204
/proc/meminfo: memFree=1239552/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423404 CPUtime=1121.73
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90693 0 0 0 112129 44 0 0 25 0 1 0 1166184638 433565696 53388 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105851 53388 91 167 0 105682 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 423404

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 25204
/proc/meminfo: memFree=1239488/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423404 CPUtime=1181.69
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90708 0 0 0 118125 44 0 0 25 0 1 0 1166184638 433565696 53403 1992294400 134512640 135197378 4294956224 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105851 53403 91 167 0 105682 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 423404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 25204
/proc/meminfo: memFree=1239488/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423404 CPUtime=1200.09
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90711 0 0 0 119965 44 0 0 25 0 1 0 1166184638 433565696 53406 1992294400 134512640 135197378 4294956224 18446744073709551615 134649154 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105851 53406 91 167 0 105682 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 423404

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 25204
/proc/meminfo: memFree=1239488/2055920 swapFree=4173168/4192956
[pid=25201] ppid=25199 vsize=423404 CPUtime=1200.09
/proc/25201/stat : 25201 (march_hi) R 25199 25201 24685 0 -1 4194304 90711 0 0 0 119965 44 0 0 25 0 1 0 1166184638 433565696 53406 1992294400 134512640 135197378 4294956224 18446744073709551615 134649154 0 0 4096 0 0 0 0 17 0 0 0
/proc/25201/statm: 105851 53406 91 167 0 105682 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 423404

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.74
CPU time (s): 1200.13
CPU user time (s): 1199.65
CPU system time (s): 0.477927
CPU usage (%): 99.9494
Max. virtual memory (cumulated for all children) (KiB): 423404

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

runsolver used 1.17282 second user time and 3.38248 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-05 14:40:36
IDJOB=1582000
IDBENCH=71047
IDSOLVER=521
FILE ID=node68/1582000-1238935234
PBS_JOBID= 9101437
Free space on /tmp= 66524 MiB

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

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=687452457

node68.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.270
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.270
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:       1453608 kB
Buffers:         62968 kB
Cached:         460628 kB
SwapCached:       9864 kB
Active:         240452 kB
Inactive:       295056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1453608 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:           19272 kB
Writeback:           0 kB
Mapped:          17812 kB
Slab:            51692 kB
Committed_AS:  3258000 kB
PageTables:       2148 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= 66524 MiB
End job on node68 at 2009-04-05 15:00:38