Trace number 1582728

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_hi hi? (TO) 1200.11 1200.63

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p1.cnf
MD5SUM3860cadf04571c4600e5fd531189ff9f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark106.142
Satisfiable
(Un)Satisfiability was proved
Number of variables163388
Number of clauses832285
Sum of the clauses size1984984
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2619899
Number of clauses of size 3162400
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

9.88/9.94	c main():: ***                                   [ march satisfiability solver ]                                   ***
9.88/9.94	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
9.88/9.94	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
9.88/9.94	c main()::
9.88/9.94	c initFormula():: searching for DIMACS p-line....
9.88/9.94	c initFormula():: the DIMACS p-line indicates a CNF of 163388 variables and 832285 clauses.
9.88/9.94	c parseCNF():: parsing....
9.88/9.94	c parseCNF():: the CNF contains 8386 unary clauses.
9.88/9.94	c runParser():: parsing was successful, warming up engines...
9.88/9.94	c find_and_remove_tautogolies():: found and removed 1699 tautologies
9.88/9.94	c find_and_remove_tautogolies():: found and removed 1547 tautologies
9.88/9.94	c simplify_formula():: removed 0 tautological, 207736 satisfied and 24196 duplicate clauses
9.88/9.94	c preprocessing fase I completed:: there are now 123868 free variables and 600353 clauses.
9.88/9.94	c stat :: sign balance is biased by 0.436
9.88/9.94	c using k-SAT heuristics (size based diff)
9.88/9.94	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
9.88/9.94	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
9.88/9.94	c resolvent_look() :: found 857 resolvents
9.88/9.94	c main():: clause / variable ratio: ( 601210 / 163388 ) = 3.68
9.88/9.94	c longest clause has size 10
9.88/9.94	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
9.88/9.94	c number of free variables = 123868
9.88/9.94	c dynamic_preselect_setsize :: off
9.88/9.94	c main():: all systems go!
9.88/9.94	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-1582728-1238943066/watcher-1582728-1238943066 -o /tmp/evaluation-result-1582728-1238943066/solver-1582728-1238943066 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1582728-1238943066.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.00 3/64 13563
/proc/meminfo: memFree=1763264/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=4728 CPUtime=0
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 654 0 0 0 0 0 0 0 19 0 1 0 1166971995 4841472 639 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 1182 645 58 167 0 1013 0

[startup+0.0752181 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13563
/proc/meminfo: memFree=1763264/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=20512 CPUtime=0.07
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 4075 0 0 0 6 1 0 0 19 0 1 0 1166971995 21004288 4060 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 5128 4061 58 167 0 4959 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20512

[startup+0.101218 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13563
/proc/meminfo: memFree=1763264/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=20908 CPUtime=0.09
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 4193 0 0 0 8 1 0 0 20 0 1 0 1166971995 21409792 4178 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 5227 4178 58 167 0 5058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20908

[startup+0.30123 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13563
/proc/meminfo: memFree=1763264/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=23812 CPUtime=0.29
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 5093 0 0 0 27 2 0 0 22 0 1 0 1166971995 24383488 5078 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 5953 5078 58 167 0 5784 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23812

[startup+0.701256 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13563
/proc/meminfo: memFree=1763264/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=29224 CPUtime=0.69
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 6764 0 0 0 66 3 0 0 25 0 1 0 1166971995 29925376 6749 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 7306 6749 58 167 0 7137 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29224

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13564
/proc/meminfo: memFree=1731768/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=71652 CPUtime=1.49
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 15195 0 0 0 142 7 0 0 25 0 1 0 1166971995 73371648 10847 1992294400 134512640 135197378 4294956224 18446744073709551615 134565317 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 17913 10847 65 167 0 17744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71652

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1700280/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=90064 CPUtime=3.08
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 23559 0 0 0 298 10 0 0 25 0 1 0 1166971995 92225536 15914 1992294400 134512640 135197378 4294956224 18446744073709551615 134560999 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 22516 15914 67 167 0 22347 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90064

[startup+6.3026 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1700288/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=85724 CPUtime=6.28
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 28418 0 0 0 615 13 0 0 25 0 1 0 1166971995 87781376 14855 1992294400 134512640 135197378 4294956224 18446744073709551615 134649037 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 21431 14855 80 167 0 21262 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85724

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1628288/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=308960 CPUtime=12.68
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 57422 0 0 0 1244 24 0 0 25 0 1 0 1166971995 316375040 33746 1992294400 134512640 135197378 4294956224 18446744073709551615 134539048 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 77240 33746 89 167 0 77071 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 308960

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1625792/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=310188 CPUtime=25.48
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 58115 0 0 0 2523 25 0 0 25 0 1 0 1166971995 317632512 34439 1992294400 134512640 135197378 4294956224 18446744073709551615 134570914 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 77547 34439 91 167 0 77378 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 310188

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1621248/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=315692 CPUtime=51.05
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 59228 0 0 0 5079 26 0 0 25 0 1 0 1166971995 323268608 35552 1992294400 134512640 135197378 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 78923 35552 91 167 0 78754 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 315692

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1612608/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=325224 CPUtime=102.24
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 61522 0 0 0 10197 27 0 0 25 0 1 0 1166971995 333029376 37703 1992294400 134512640 135197378 4294956224 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 81306 37703 91 167 0 81137 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 325224

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1604544/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=330880 CPUtime=162.19
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 63602 0 0 0 16190 29 0 0 25 0 1 0 1166971995 338821120 39702 1992294400 134512640 135197378 4294956224 18446744073709551615 134550986 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 82720 39702 91 167 0 82551 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 330880

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1598272/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=344052 CPUtime=222.17
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65170 0 0 0 22187 30 0 0 25 0 1 0 1166971995 352309248 41270 1992294400 134512640 135197378 4294956224 18446744073709551615 134572867 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86013 41270 91 167 0 85844 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 344052

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1597888/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=344400 CPUtime=282.15
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65254 0 0 0 28185 30 0 0 25 0 1 0 1166971995 352665600 41354 1992294400 134512640 135197378 4294956224 18446744073709551615 134541508 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86100 41354 91 167 0 85931 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 344400

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1597824/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=344400 CPUtime=342.11
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65281 0 0 0 34181 30 0 0 25 0 1 0 1166971995 352665600 41381 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86100 41381 91 167 0 85931 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 344400

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1597824/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=344400 CPUtime=402.09
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65281 0 0 0 40179 30 0 0 25 0 1 0 1166971995 352665600 41381 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86100 41381 91 167 0 85931 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 344400

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1597696/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=344568 CPUtime=462.07
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65307 0 0 0 46177 30 0 0 25 0 1 0 1166971995 352837632 41407 1992294400 134512640 135197378 4294956224 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86142 41407 91 167 0 85973 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 344568

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1597632/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=344568 CPUtime=522.04
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65309 0 0 0 52174 30 0 0 25 0 1 0 1166971995 352837632 41409 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86142 41409 91 167 0 85973 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 344568

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13564
/proc/meminfo: memFree=1597312/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345024 CPUtime=582.03
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65391 0 0 0 58172 31 0 0 25 0 1 0 1166971995 353304576 41491 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86256 41491 91 167 0 86087 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 345024

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596920/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345024 CPUtime=642
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65403 0 0 0 64169 31 0 0 25 0 1 0 1166971995 353304576 41503 1992294400 134512640 135197378 4294956224 18446744073709551615 134541415 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86256 41503 91 167 0 86087 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 345024

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596920/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345024 CPUtime=701.97
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65414 0 0 0 70166 31 0 0 25 0 1 0 1166971995 353304576 41514 1992294400 134512640 135197378 4294956224 18446744073709551615 134541511 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86256 41514 91 167 0 86087 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 345024

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596920/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345252 CPUtime=761.95
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65425 0 0 0 76164 31 0 0 25 0 1 0 1166971995 353538048 41525 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86313 41525 91 167 0 86144 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 345252

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596856/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345252 CPUtime=821.93
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65437 0 0 0 82162 31 0 0 25 0 1 0 1166971995 353538048 41537 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86313 41537 91 167 0 86144 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 345252

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596792/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345252 CPUtime=881.9
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65448 0 0 0 88159 31 0 0 25 0 1 0 1166971995 353538048 41548 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86313 41548 91 167 0 86144 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 345252

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596800/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345252 CPUtime=941.88
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65459 0 0 0 94157 31 0 0 25 0 1 0 1166971995 353538048 41559 1992294400 134512640 135197378 4294956224 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86313 41559 91 167 0 86144 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 345252

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596736/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345252 CPUtime=1001.86
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65470 0 0 0 100155 31 0 0 25 0 1 0 1166971995 353538048 41570 1992294400 134512640 135197378 4294956224 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86313 41570 91 167 0 86144 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 345252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596672/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345592 CPUtime=1061.83
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65481 0 0 0 106152 31 0 0 25 0 1 0 1166971995 353886208 41581 1992294400 134512640 135197378 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86398 41581 91 167 0 86229 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 345592

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596544/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345592 CPUtime=1121.82
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65493 0 0 0 112150 32 0 0 25 0 1 0 1166971995 353886208 41593 1992294400 134512640 135197378 4294956224 18446744073709551615 134541503 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86398 41593 91 167 0 86229 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 345592

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596544/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345592 CPUtime=1181.8
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65504 0 0 0 118148 32 0 0 25 0 1 0 1166971995 353886208 41604 1992294400 134512640 135197378 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86398 41604 91 167 0 86229 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 345592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13570
/proc/meminfo: memFree=1596416/2055920 swapFree=4177908/4192956
[pid=13563] ppid=13561 vsize=345592 CPUtime=1200.08
/proc/13563/stat : 13563 (march_hi) R 13561 13563 13104 0 -1 4194304 65507 0 0 0 119976 32 0 0 25 0 1 0 1166971995 353886208 41607 1992294400 134512640 135197378 4294956224 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 0 0 0
/proc/13563/statm: 86398 41607 91 167 0 86229 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 345592

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.63
CPU time (s): 1200.11
CPU user time (s): 1199.76
CPU system time (s): 0.349946
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 345592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65507
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= 1
involuntary context switches= 3312

runsolver used 1.04184 second user time and 3.33349 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-05 16:51:07
IDJOB=1582728
IDBENCH=71061
IDSOLVER=521
FILE ID=node29/1582728-1238943066
PBS_JOBID= 9101479
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= 3860cadf04571c4600e5fd531189ff9f
RANDOM SEED=1571275722

node29.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.234
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.234
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:       1763680 kB
Buffers:         23112 kB
Cached:         184568 kB
SwapCached:       8832 kB
Active:          53644 kB
Inactive:       164496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763680 kB
SwapTotal:     4192956 kB
SwapFree:      4177908 kB
Dirty:           15920 kB
Writeback:           0 kB
Mapped:          16160 kB
Slab:            59992 kB
Committed_AS:  3622380 kB
PageTables:       1492 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= 66548 MiB
End job on node29 at 2009-04-05 17:11:10