Trace number 1580854

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
HydraSAT-Flat 2009-03-22-FlatUNSAT 925.869 926.19

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.894
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
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

925.77/926.16	
925.77/926.16	c decisions : 1646534
925.77/926.16	c conflicts : 426180
925.77/926.16	c Memory limit 1620 MiB
925.77/926.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1580854-1238923089/watcher-1580854-1238923089 -o /tmp/evaluation-result-1580854-1238923089/solver-1580854-1238923089 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-flat HOME/instance-1580854-1238923089.cnf -rs 1814313618 -co memory_limit 1800 

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.97 0.99 3/72 14043
/proc/meminfo: memFree=1585712/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=5532 CPUtime=0
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 1164970229 5664768 195 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 1383 196 119 319 0 1061 0

[startup+0.058216 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 14043
/proc/meminfo: memFree=1585712/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=8436 CPUtime=0.05
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 967 0 0 0 5 0 0 0 18 0 1 0 1164970229 8638464 951 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 2109 952 119 319 0 1787 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8436

[startup+0.101223 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 14043
/proc/meminfo: memFree=1585712/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=10680 CPUtime=0.09
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 1574 0 0 0 9 0 0 0 18 0 1 0 1164970229 10936320 1558 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 2670 1558 119 319 0 2348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10680

[startup+0.301257 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 14043
/proc/meminfo: memFree=1585712/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=21108 CPUtime=0.29
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 4377 0 0 0 28 1 0 0 19 0 1 0 1164970229 21614592 4361 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 5277 4362 119 319 0 4955 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21108

[startup+0.70133 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 14043
/proc/meminfo: memFree=1585712/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=39720 CPUtime=0.69
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 9352 0 0 0 66 3 0 0 22 0 1 0 1164970229 40673280 9336 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 9930 9337 119 319 0 9608 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39720

[startup+1.50148 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1533224/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=76068 CPUtime=1.49
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 18812 0 0 0 142 7 0 0 25 0 1 0 1164970229 77893632 18796 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 19017 18796 125 319 0 18695 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76068

[startup+3.10177 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1498216/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=102240 CPUtime=3.09
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 26499 0 0 0 299 10 0 0 25 0 1 0 1164970229 104693760 23570 1992294400 134512640 135819388 4294956176 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 25560 23570 128 319 0 25238 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102240

[startup+6.30135 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1482472/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=151016 CPUtime=6.29
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 41767 0 0 0 613 16 0 0 25 0 1 0 1164970229 154640384 35750 1992294400 134512640 135819388 4294956176 18446744073709551615 134603079 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 37754 35750 148 319 0 37432 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151016

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1441448/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=152864 CPUtime=12.69
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 42204 0 0 0 1253 16 0 0 25 0 1 0 1164970229 156532736 36187 1992294400 134512640 135819388 4294956176 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 38216 36187 148 319 0 37894 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152864

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1440424/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=153656 CPUtime=25.48
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 42435 0 0 0 2532 16 0 0 25 0 1 0 1164970229 157343744 36418 1992294400 134512640 135819388 4294956176 18446744073709551615 134603096 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 38414 36418 148 319 0 38092 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153656

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1439656/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=154448 CPUtime=51.06
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 42632 0 0 0 5089 17 0 0 25 0 1 0 1164970229 158154752 36615 1992294400 134512640 135819388 4294956176 18446744073709551615 134603393 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 38612 36615 148 319 0 38290 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 154448

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1438120/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=155900 CPUtime=102.25
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 43005 0 0 0 10207 18 0 0 25 0 1 0 1164970229 159641600 36988 1992294400 134512640 135819388 4294956176 18446744073709551615 134587664 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 38975 36988 148 319 0 38653 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 155900

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1436584/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=157592 CPUtime=162.22
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 43396 0 0 0 16204 18 0 0 25 0 1 0 1164970229 161374208 37379 1992294400 134512640 135819388 4294956176 18446744073709551615 134602901 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 39398 37379 148 319 0 39076 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 157592

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1434664/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=159468 CPUtime=222.21
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 43859 0 0 0 22202 19 0 0 25 0 1 0 1164970229 163295232 37842 1992294400 134512640 135819388 4294956176 18446744073709551615 134603410 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 39867 37842 148 319 0 39545 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 159468

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1432680/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=161452 CPUtime=282.19
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 44353 0 0 0 28199 20 0 0 25 0 1 0 1164970229 165326848 38336 1992294400 134512640 135819388 4294956176 18446744073709551615 134617237 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 40363 38336 148 319 0 40041 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 161452

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1430952/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=163204 CPUtime=342.17
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 44782 0 0 0 34196 21 0 0 25 0 1 0 1164970229 167120896 38765 1992294400 134512640 135819388 4294956176 18446744073709551615 134592753 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 40801 38765 148 319 0 40479 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 163204

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1429480/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=164660 CPUtime=402.14
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 45161 0 0 0 40193 21 0 0 25 0 1 0 1164970229 168611840 39144 1992294400 134512640 135819388 4294956176 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 41165 39144 148 319 0 40843 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 164660

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1427752/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=166292 CPUtime=462.12
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 45582 0 0 0 46191 21 0 0 25 0 1 0 1164970229 170283008 39565 1992294400 134512640 135819388 4294956176 18446744073709551615 134603230 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 41573 39565 148 319 0 41251 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 166292

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1426344/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=167884 CPUtime=522.11
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 45917 0 0 0 52189 22 0 0 25 0 1 0 1164970229 171913216 39900 1992294400 134512640 135819388 4294956176 18446744073709551615 134668663 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 41971 39900 148 319 0 41649 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 167884

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1424616/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=169492 CPUtime=582.08
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 46340 0 0 0 58186 22 0 0 25 0 1 0 1164970229 173559808 40323 1992294400 134512640 135819388 4294956176 18446744073709551615 134603043 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 42373 40323 148 319 0 42051 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 169492

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1422632/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=171508 CPUtime=642.07
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 46832 0 0 0 64184 23 0 0 25 0 1 0 1164970229 175624192 40815 1992294400 134512640 135819388 4294956176 18446744073709551615 134603096 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 42877 40815 148 319 0 42555 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 171508

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1421480/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=172604 CPUtime=702.05
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 47117 0 0 0 70181 24 0 0 25 0 1 0 1164970229 176746496 41100 1992294400 134512640 135819388 4294956176 18446744073709551615 134616815 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 43151 41100 148 319 0 42829 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 172604

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1420136/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=173932 CPUtime=762.03
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 47451 0 0 0 76179 24 0 0 25 0 1 0 1164970229 178106368 41434 1992294400 134512640 135819388 4294956176 18446744073709551615 134669101 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 43483 41434 148 319 0 43161 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 173932

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1418856/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=175128 CPUtime=822
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 47761 0 0 0 82176 24 0 0 25 0 1 0 1164970229 179331072 41744 1992294400 134512640 135819388 4294956176 18446744073709551615 134617071 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 43782 41744 148 319 0 43460 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 175128

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1417064/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=177028 CPUtime=881.98
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48207 0 0 0 88173 25 0 0 25 0 1 0 1164970229 181276672 42190 1992294400 134512640 135819388 4294956176 18446744073709551615 134592747 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44257 42190 148 319 0 43935 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 177028

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

[startup+895.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1416680/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=177432 CPUtime=895.58
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48294 0 0 0 89533 25 0 0 25 0 1 0 1164970229 181690368 42277 1992294400 134512640 135819388 4294956176 18446744073709551615 134617242 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44358 42277 148 319 0 44036 0
Current children cumulated CPU time (s) 895.58
Current children cumulated vsize (KiB) 177432

[startup+908.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1416488/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=177564 CPUtime=908.37
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48341 0 0 0 90812 25 0 0 25 0 1 0 1164970229 181825536 42324 1992294400 134512640 135819388 4294956176 18446744073709551615 134617116 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44391 42324 148 319 0 44069 0
Current children cumulated CPU time (s) 908.37
Current children cumulated vsize (KiB) 177564

[startup+915.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1416360/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=177696 CPUtime=914.77
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48384 0 0 0 91452 25 0 0 25 0 1 0 1164970229 181960704 42367 1992294400 134512640 135819388 4294956176 18446744073709551615 134616696 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44424 42367 148 319 0 44102 0
Current children cumulated CPU time (s) 914.77
Current children cumulated vsize (KiB) 177696

[startup+921.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1415848/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=178224 CPUtime=921.17
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48526 0 0 0 92092 25 0 0 25 0 1 0 1164970229 182501376 42509 1992294400 134512640 135819388 4294956176 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44556 42509 148 319 0 44234 0
Current children cumulated CPU time (s) 921.17
Current children cumulated vsize (KiB) 178224

[startup+924.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1415464/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=178620 CPUtime=924.37
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48616 0 0 0 92412 25 0 0 25 0 1 0 1164970229 182906880 42599 1992294400 134512640 135819388 4294956176 18446744073709551615 134592992 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44655 42599 148 319 0 44333 0
Current children cumulated CPU time (s) 924.37
Current children cumulated vsize (KiB) 178620

[startup+925.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1415336/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=178752 CPUtime=925.17
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48652 0 0 0 92492 25 0 0 25 0 1 0 1164970229 183042048 42635 1992294400 134512640 135819388 4294956176 18446744073709551615 134616696 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44688 42635 148 319 0 44366 0
Current children cumulated CPU time (s) 925.17
Current children cumulated vsize (KiB) 178752

[startup+925.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1415336/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=178884 CPUtime=925.57
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48669 0 0 0 92532 25 0 0 25 0 1 0 1164970229 183177216 42652 1992294400 134512640 135819388 4294956176 18446744073709551615 134603096 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44721 42652 148 319 0 44399 0
Current children cumulated CPU time (s) 925.57
Current children cumulated vsize (KiB) 178884

[startup+926.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 14044
/proc/meminfo: memFree=1415144/2055920 swapFree=4174684/4192956
[pid=14043] ppid=14041 vsize=178884 CPUtime=925.77
/proc/14043/stat : 14043 (hydrasat-flat) R 14041 14043 13968 0 -1 4194304 48674 0 0 0 92552 25 0 0 25 0 1 0 1164970229 183177216 42657 1992294400 134512640 135819388 4294956176 18446744073709551615 134616989 0 0 4096 1 0 0 0 17 1 0 0
/proc/14043/statm: 44721 42657 148 319 0 44399 0
Current children cumulated CPU time (s) 925.77
Current children cumulated vsize (KiB) 178884

Child status: 20
Real time (s): 926.19
CPU time (s): 925.869
CPU user time (s): 925.58
CPU system time (s): 0.288956
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 178884

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

runsolver used 0.841872 second user time and 2.53661 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-05 11:18:11
IDJOB=1580854
IDBENCH=71025
IDSOLVER=519
FILE ID=node67/1580854-1238923089
PBS_JOBID= 9101423
Free space on /tmp= 66544 MiB

SOLVER NAME= HydraSAT-Flat 2009-03-22-Flat
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p0.cnf
COMMAND LINE= DIR/hydrasat-flat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580854-1238923089/watcher-1580854-1238923089 -o /tmp/evaluation-result-1580854-1238923089/solver-1580854-1238923089 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-flat HOME/instance-1580854-1238923089.cnf -rs 1814313618 -co memory_limit 1800

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=1814313618

node67.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.265
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.265
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:       1586128 kB
Buffers:         35080 kB
Cached:         349084 kB
SwapCached:       9692 kB
Active:         132200 kB
Inactive:       263144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586128 kB
SwapTotal:     4192956 kB
SwapFree:      4174684 kB
Dirty:           19828 kB
Writeback:           0 kB
Mapped:          16800 kB
Slab:            59420 kB
Committed_AS:  3668924 kB
PageTables:       2052 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= 66544 MiB
End job on node67 at 2009-04-05 11:33:37