Trace number 1581324

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.06 1200.44

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark393.634
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

15.44/15.54	c main():: ***                                   [ march satisfiability solver ]                                   ***
15.44/15.54	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
15.44/15.54	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
15.44/15.54	c main()::
15.44/15.54	c initFormula():: searching for DIMACS p-line....
15.44/15.54	c initFormula():: the DIMACS p-line indicates a CNF of 225926 variables and 1207249 clauses.
15.44/15.54	c parseCNF():: parsing....
15.44/15.54	c parseCNF():: the CNF contains 11403 unary clauses.
15.44/15.54	c runParser():: parsing was successful, warming up engines...
15.44/15.54	c find_and_remove_tautogolies():: found and removed 2617 tautologies
15.44/15.54	c find_and_remove_tautogolies():: found and removed 1315 tautologies
15.44/15.54	c simplify_formula():: removed 0 tautological, 275815 satisfied and 33118 duplicate clauses
15.44/15.54	c preprocessing fase I completed:: there are now 174083 free variables and 898316 clauses.
15.44/15.54	c stat :: sign balance is biased by 0.431
15.44/15.54	c using k-SAT heuristics (size based diff)
15.44/15.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
15.44/15.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
15.44/15.54	c resolvent_look() :: found 2436 resolvents
15.44/15.54	c main():: clause / variable ratio: ( 900752 / 225926 ) = 3.99
15.44/15.54	c longest clause has size 10
15.44/15.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
15.44/15.54	c number of free variables = 174083
15.44/15.54	c dynamic_preselect_setsize :: off
15.44/15.54	c main():: all systems go!
15.44/15.54	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-1581324-1238927100/watcher-1581324-1238927100 -o /tmp/evaluation-result-1581324-1238927100/solver-1581324-1238927100 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1581324-1238927100.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.21 3/64 10090
/proc/meminfo: memFree=1427736/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=6436 CPUtime=0
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 733 0 0 0 0 0 0 0 18 0 1 0 1165375844 6590464 718 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 1609 724 58 167 0 1440 0

[startup+0.0866479 s]
/proc/loadavg: 1.00 1.00 1.21 3/64 10090
/proc/meminfo: memFree=1427736/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=28428 CPUtime=0.07
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 5612 0 0 0 5 2 0 0 18 0 1 0 1165375844 29110272 5597 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 7107 5597 58 167 0 6938 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28428

[startup+0.101648 s]
/proc/loadavg: 1.00 1.00 1.21 3/64 10090
/proc/meminfo: memFree=1427736/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=28560 CPUtime=0.09
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 5675 0 0 0 7 2 0 0 18 0 1 0 1165375844 29245440 5660 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 7140 5660 58 167 0 6971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28560

[startup+0.301672 s]
/proc/loadavg: 1.00 1.00 1.21 3/64 10090
/proc/meminfo: memFree=1427736/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=31200 CPUtime=0.29
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 6512 0 0 0 26 3 0 0 19 0 1 0 1165375844 31948800 6497 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 7800 6497 58 167 0 7631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31200

[startup+0.701718 s]
/proc/loadavg: 1.00 1.00 1.21 3/64 10090
/proc/meminfo: memFree=1427736/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=36348 CPUtime=0.69
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 8076 0 0 0 65 4 0 0 23 0 1 0 1165375844 37220352 8061 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 9087 8061 58 167 0 8918 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36348

[startup+1.58103 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 10091
/proc/meminfo: memFree=1390992/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=46248 CPUtime=1.54
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 11162 0 0 0 147 7 0 0 25 0 1 0 1165375844 47357952 11147 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 11661 11276 58 167 0 11492 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 46248

[startup+9.08368 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 10091
/proc/meminfo: memFree=1364496/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=128660 CPUtime=9.03
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 54310 0 0 0 876 27 0 0 25 0 1 0 1165375844 131747840 22656 1992294400 134512640 135197378 4294956224 18446744073709551615 134560984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 32165 22656 78 167 0 31996 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 128660

[startup+9.10168 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 10091
/proc/meminfo: memFree=1364496/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=128660 CPUtime=9.05
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 54310 0 0 0 878 27 0 0 25 0 1 0 1165375844 131747840 22656 1992294400 134512640 135197378 4294956224 18446744073709551615 134560962 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 32165 22656 78 167 0 31996 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 128660

[startup+12.7011 s]
/proc/loadavg: 1.53 1.12 1.25 2/65 10091
/proc/meminfo: memFree=1345744/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=128880 CPUtime=12.65
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 63587 0 0 0 1234 31 0 0 25 0 1 0 1165375844 131973120 22705 1992294400 134512640 135197378 4294956224 18446744073709551615 134560947 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 32220 22705 81 167 0 32051 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 128880

[startup+25.5056 s]
/proc/loadavg: 1.42 1.11 1.24 2/65 10091
/proc/meminfo: memFree=1229712/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=437680 CPUtime=25.43
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 99306 0 0 0 2497 46 0 0 25 0 1 0 1165375844 448184320 49566 1992294400 134512640 135197378 4294956224 18446744073709551615 134550651 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 109420 49566 91 167 0 109251 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 437680

[startup+51.1016 s]
/proc/loadavg: 1.27 1.10 1.24 2/65 10091
/proc/meminfo: memFree=1228624/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=439004 CPUtime=51.02
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 99580 0 0 0 5055 47 0 0 25 0 1 0 1165375844 449540096 49840 1992294400 134512640 135197378 4294956224 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 109751 49840 91 167 0 109582 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 439004

[startup+102.301 s]
/proc/loadavg: 1.12 1.08 1.22 2/65 10091
/proc/meminfo: memFree=1221328/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=445304 CPUtime=102.2
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 101458 0 0 0 10172 48 0 0 25 0 1 0 1165375844 455991296 51685 1992294400 134512640 135197378 4294956224 18446744073709551615 134572869 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 111326 51685 91 167 0 111157 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 445304

[startup+162.301 s]
/proc/loadavg: 1.04 1.07 1.20 2/65 10091
/proc/meminfo: memFree=1213904/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=453584 CPUtime=162.19
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 104420 0 0 0 16168 51 0 0 25 0 1 0 1165375844 464470016 53495 1992294400 134512640 135197378 4294956224 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 113396 53495 91 167 0 113227 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 453584

[startup+222.301 s]
/proc/loadavg: 1.01 1.05 1.19 2/65 10091
/proc/meminfo: memFree=1207696/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=457856 CPUtime=222.18
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 106467 0 0 0 22165 53 0 0 25 0 1 0 1165375844 468844544 55075 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 114464 55075 91 167 0 114295 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 457856

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.17 2/65 10091
/proc/meminfo: memFree=1202832/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=469456 CPUtime=282.15
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 107677 0 0 0 28162 53 0 0 25 0 1 0 1165375844 480722944 56285 1992294400 134512640 135197378 4294956224 18446744073709551615 134570906 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 117364 56285 91 167 0 117195 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 469456

[startup+342.306 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 10091
/proc/meminfo: memFree=1196624/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=473976 CPUtime=342.14
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109216 0 0 0 34159 55 0 0 25 0 1 0 1165375844 485351424 57824 1992294400 134512640 135197378 4294956224 18446744073709551615 134548499 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 118494 57824 91 167 0 118325 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 473976

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.15 2/65 10091
/proc/meminfo: memFree=1194064/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=476800 CPUtime=402.12
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109859 0 0 0 40157 55 0 0 25 0 1 0 1165375844 488243200 58467 1992294400 134512640 135197378 4294956224 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119200 58467 91 167 0 119031 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 476800

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 10091
/proc/meminfo: memFree=1193872/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477028 CPUtime=462.1
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109894 0 0 0 46155 55 0 0 25 0 1 0 1165375844 488476672 58502 1992294400 134512640 135197378 4294956224 18446744073709551615 134570880 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119257 58502 91 167 0 119088 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 477028

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 10091
/proc/meminfo: memFree=1193872/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477028 CPUtime=522.09
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109905 0 0 0 52154 55 0 0 25 0 1 0 1165375844 488476672 58513 1992294400 134512640 135197378 4294956224 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119257 58513 91 167 0 119088 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 477028

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 10091
/proc/meminfo: memFree=1193680/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=582.07
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109946 0 0 0 58152 55 0 0 25 0 1 0 1165375844 488747008 58554 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58554 91 167 0 119154 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 477292

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 10091
/proc/meminfo: memFree=1193616/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=642.06
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109948 0 0 0 64151 55 0 0 25 0 1 0 1165375844 488747008 58556 1992294400 134512640 135197378 4294956224 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58556 91 167 0 119154 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 477292

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10091
/proc/meminfo: memFree=1193552/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=702.04
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109952 0 0 0 70149 55 0 0 25 0 1 0 1165375844 488747008 58560 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58560 91 167 0 119154 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 477292

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 10091
/proc/meminfo: memFree=1193488/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=762.03
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109957 0 0 0 76147 56 0 0 25 0 1 0 1165375844 488747008 58565 1992294400 134512640 135197378 4294956224 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58565 91 167 0 119154 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 477292

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 10091
/proc/meminfo: memFree=1193424/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=822.02
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109984 0 0 0 82146 56 0 0 25 0 1 0 1165375844 488747008 58592 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58592 91 167 0 119154 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 477292

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 10091
/proc/meminfo: memFree=1193360/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=882
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109984 0 0 0 88144 56 0 0 25 0 1 0 1165375844 488747008 58592 1992294400 134512640 135197378 4294956224 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58592 91 167 0 119154 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 477292

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 10091
/proc/meminfo: memFree=1193360/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=941.98
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109984 0 0 0 94142 56 0 0 25 0 1 0 1165375844 488747008 58592 1992294400 134512640 135197378 4294956224 18446744073709551615 134649176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58592 91 167 0 119154 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 477292

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 10091
/proc/meminfo: memFree=1193360/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=1001.97
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109985 0 0 0 100141 56 0 0 25 0 1 0 1165375844 488747008 58593 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58593 91 167 0 119154 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 477292

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 10091
/proc/meminfo: memFree=1193360/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=1061.95
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109985 0 0 0 106139 56 0 0 25 0 1 0 1165375844 488747008 58593 1992294400 134512640 135197378 4294956224 18446744073709551615 134649274 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58593 91 167 0 119154 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 477292

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 10091
/proc/meminfo: memFree=1193296/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477292 CPUtime=1121.93
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 109985 0 0 0 112137 56 0 0 25 0 1 0 1165375844 488747008 58593 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119323 58593 91 167 0 119154 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 477292

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10091
/proc/meminfo: memFree=1193168/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477540 CPUtime=1181.91
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 110021 0 0 0 118135 56 0 0 25 0 1 0 1165375844 489000960 58629 1992294400 134512640 135197378 4294956224 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119385 58629 91 167 0 119216 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 477540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10091
/proc/meminfo: memFree=1193168/2055920 swapFree=4175692/4192956
[pid=10090] ppid=10088 vsize=477540 CPUtime=1200.01
/proc/10090/stat : 10090 (march_hi) R 10088 10090 9988 0 -1 4194304 110021 0 0 0 119945 56 0 0 25 0 1 0 1165375844 489000960 58629 1992294400 134512640 135197378 4294956224 18446744073709551615 134572869 0 0 4096 0 0 0 0 17 1 0 0
/proc/10090/statm: 119385 58629 91 167 0 119216 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 477540

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.44
CPU time (s): 1200.06
CPU user time (s): 1199.46
CPU system time (s): 0.604908
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 477540

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

runsolver used 1.52777 second user time and 3.9344 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-05 12:25:01
IDJOB=1581324
IDBENCH=71034
IDSOLVER=521
FILE ID=node28/1581324-1238927100
PBS_JOBID= 9101439
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=1148242220

node28.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.212
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.212
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:       1428216 kB
Buffers:         64768 kB
Cached:         465812 kB
SwapCached:      10496 kB
Active:         187996 kB
Inactive:       362124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428216 kB
SwapTotal:     4192956 kB
SwapFree:      4175692 kB
Dirty:           23504 kB
Writeback:           0 kB
Mapped:          17912 kB
Slab:            63384 kB
Committed_AS:  3280924 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= 66400 MiB
End job on node28 at 2009-04-05 12:45:04