Trace number 1731909

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-Multi 2009-03-22-Multi? (TO) 1200.07 1200.71

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-85-100.cnf
MD5SUM5edff193beb565edf484fbb5f8f23427
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.1276
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses180
Sum of the clauses size540
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
700.11/700.52	HOME/hydrasat-multi.sh: line 48: 28034 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.11/700.52	c Trying configuration 2
1200.05/1200.71	HOME/hydrasat-multi.sh: line 64: 28042 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.05/1200.71	c Trying configuration 3

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-1731909-1240775924/watcher-1731909-1240775924 -o /tmp/evaluation-result-1731909-1240775924/solver-1731909-1240775924 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1731909-1240775924.cnf 1800 555579961 

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.06 1.04 1.01 3/65 28033
/proc/meminfo: memFree=1746240/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=1452 CPUtime=0
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 0 105621747 1486848 147 1992294400 134512640 135813592 4294956160 18446744073709551615 135245633 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 363 151 126 317 0 43 0

[startup+0.0130089 s]
/proc/loadavg: 1.06 1.04 1.01 3/65 28033
/proc/meminfo: memFree=1746240/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=1452 CPUtime=0
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 105621747 1486848 183 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 363 183 149 317 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6812

[startup+0.102025 s]
/proc/loadavg: 1.06 1.04 1.01 3/65 28033
/proc/meminfo: memFree=1746240/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=1584 CPUtime=0.09
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 243 0 0 0 9 0 0 0 18 0 1 0 105621747 1622016 224 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 396 224 149 317 0 76 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6944

[startup+0.301059 s]
/proc/loadavg: 1.06 1.04 1.01 3/65 28033
/proc/meminfo: memFree=1746240/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=1980 CPUtime=0.29
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 310 0 0 0 29 0 0 0 19 0 1 0 105621747 2027520 291 1992294400 134512640 135813592 4294956160 18446744073709551615 134661685 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 495 291 149 317 0 175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7340

[startup+0.701132 s]
/proc/loadavg: 1.06 1.04 1.01 3/65 28033
/proc/meminfo: memFree=1746240/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=2376 CPUtime=0.69
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 408 0 0 0 69 0 0 0 23 0 1 0 105621747 2433024 389 1992294400 134512640 135813592 4294956160 18446744073709551615 134597962 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 594 389 149 317 0 274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7736

[startup+1.50128 s]
/proc/loadavg: 1.06 1.04 1.01 2/67 28035
/proc/meminfo: memFree=1744624/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=3212 CPUtime=1.49
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 630 0 0 0 149 0 0 0 25 0 1 0 105621747 3289088 611 1992294400 134512640 135813592 4294956160 18446744073709551615 134665818 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 803 611 149 317 0 483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8572

[startup+3.10257 s]
/proc/loadavg: 1.06 1.04 1.01 2/67 28035
/proc/meminfo: memFree=1743152/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=4824 CPUtime=3.09
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 983 0 0 0 309 0 0 0 25 0 1 0 105621747 4939776 964 1992294400 134512640 135813592 4294956160 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 1206 964 149 317 0 886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10184

[startup+6.30116 s]
/proc/loadavg: 1.06 1.04 1.01 2/67 28035
/proc/meminfo: memFree=1740784/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=7244 CPUtime=6.28
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 1480 0 0 0 627 1 0 0 25 0 1 0 105621747 7417856 1461 1992294400 134512640 135813592 4294956160 18446744073709551615 134665101 0 0 4096 1 0 0 0 17 1 0 0
/proc/28034/statm: 1811 1461 149 317 0 1491 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12604

[startup+12.7013 s]
/proc/loadavg: 1.12 1.05 1.01 2/67 28035
/proc/meminfo: memFree=1737520/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=10784 CPUtime=12.67
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 2261 0 0 0 1266 1 0 0 25 0 1 0 105621747 11042816 2209 1992294400 134512640 135813592 4294956160 18446744073709551615 134665061 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 2696 2209 149 317 0 2376 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16144

[startup+25.5016 s]
/proc/loadavg: 1.10 1.05 1.01 2/67 28035
/proc/meminfo: memFree=1734704/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=14140 CPUtime=25.47
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 3081 0 0 0 2545 2 0 0 25 0 1 0 105621747 14479360 2918 1992294400 134512640 135813592 4294956160 18446744073709551615 134665023 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 3535 2918 149 317 0 3215 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19500

[startup+51.1012 s]
/proc/loadavg: 1.06 1.05 1.01 2/67 28035
/proc/meminfo: memFree=1729136/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=21000 CPUtime=51.06
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 4662 0 0 0 5103 3 0 0 25 0 1 0 105621747 21504000 4326 1992294400 134512640 135813592 4294956160 18446744073709551615 135224106 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 5250 4326 149 317 0 4930 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 26360

[startup+102.306 s]
/proc/loadavg: 1.02 1.04 1.00 2/67 28035
/proc/meminfo: memFree=1722032/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=28864 CPUtime=102.23
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 6820 0 0 0 10219 4 0 0 25 0 1 0 105621747 29556736 6071 1992294400 134512640 135813592 4294956160 18446744073709551615 134665145 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 7216 6071 149 317 0 6896 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 34224

[startup+162.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/67 28041
/proc/meminfo: memFree=1714224/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=38576 CPUtime=162.19
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 9032 0 0 0 16214 5 0 0 25 0 1 0 105621747 39501824 8061 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 9644 8061 149 317 0 9324 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 43936

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28041
/proc/meminfo: memFree=1709552/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=43652 CPUtime=222.16
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 10212 0 0 0 22210 6 0 0 25 0 1 0 105621747 44699648 9180 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 10913 9180 149 317 0 10593 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 49012

[startup+282.303 s]
/proc/loadavg: 1.08 1.03 1.01 2/67 28041
/proc/meminfo: memFree=1705456/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=48668 CPUtime=282.12
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 11484 0 0 0 28205 7 0 0 25 0 1 0 105621747 49836032 10200 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 12167 10200 149 317 0 11847 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 54028

[startup+342.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/67 28041
/proc/meminfo: memFree=1698608/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=57616 CPUtime=342.09
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 14202 0 0 0 34200 9 0 0 25 0 1 0 105621747 58998784 11906 1992294400 134512640 135813592 4294956160 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 14404 11906 149 317 0 14084 0

################
# More data... #
################

[pid=28034] ppid=28033 vsize=68296 CPUtime=522
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 17167 0 0 0 52189 11 0 0 25 0 1 0 105621747 69935104 14268 1992294400 134512640 135813592 4294956160 18446744073709551615 134665009 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 17074 14268 149 317 0 16754 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 73656

[startup+582.302 s]
/proc/loadavg: 1.07 1.08 1.01 2/67 28041
/proc/meminfo: memFree=1686896/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=70052 CPUtime=581.97
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 17716 0 0 0 58186 11 0 0 25 0 1 0 105621747 71733248 14817 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 17513 14817 149 317 0 17193 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 75412

[startup+642.301 s]
/proc/loadavg: 1.02 1.06 1.01 2/67 28041
/proc/meminfo: memFree=1684784/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5360 CPUtime=0
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 105621746 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1340 239 197 169 0 51 0
[pid=28034] ppid=28033 vsize=73200 CPUtime=641.94
/proc/28034/stat : 28034 (hydrasat_cache4) R 28033 28033 27762 0 -1 4194304 18478 0 0 0 64182 12 0 0 25 0 1 0 105621747 74956800 15338 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/28034/statm: 18300 15338 149 317 0 17980 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 78560

[startup+702.302 s]
/proc/loadavg: 1.01 1.05 1.00 2/67 28042
/proc/meminfo: memFree=1680496/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=2564 CPUtime=1.77
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 446 0 0 0 177 0 0 0 25 0 1 0 105691799 2625536 428 1992294400 134512640 135995732 4294956016 18446744073709551615 134681323 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 641 428 171 362 0 276 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 7928

[startup+762.306 s]
/proc/loadavg: 1.19 1.11 1.02 2/67 28042
/proc/meminfo: memFree=1673008/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=11928 CPUtime=61.73
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 2677 0 0 0 6170 3 0 0 25 0 1 0 105691799 12214272 2577 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 2982 2577 171 362 0 2617 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 17292

[startup+822.302 s]
/proc/loadavg: 1.07 1.08 1.02 2/67 28042
/proc/meminfo: memFree=1671344/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=13892 CPUtime=121.71
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 3086 0 0 0 12167 4 0 0 25 0 1 0 105691799 14225408 2986 1992294400 134512640 135995732 4294956016 18446744073709551615 134807869 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 3473 2986 171 362 0 3108 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 19256

[startup+882.301 s]
/proc/loadavg: 1.02 1.07 1.01 2/67 28042
/proc/meminfo: memFree=1671344/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=13892 CPUtime=181.68
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 3096 0 0 0 18164 4 0 0 25 0 1 0 105691799 14225408 2996 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 3473 2996 171 362 0 3108 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 19256

[startup+942.301 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 28042
/proc/meminfo: memFree=1671216/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=14084 CPUtime=241.65
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 3140 0 0 0 24161 4 0 0 25 0 1 0 105691799 14422016 3040 1992294400 134512640 135995732 4294956016 18446744073709551615 134807732 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 3521 3040 171 362 0 3156 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 19448

[startup+1002.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/67 28042
/proc/meminfo: memFree=1670320/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=15236 CPUtime=301.61
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 3367 0 0 0 30157 4 0 0 25 0 1 0 105691799 15601664 3267 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 3809 3267 171 362 0 3444 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 20600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 28042
/proc/meminfo: memFree=1668464/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=17340 CPUtime=361.58
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 3913 0 0 0 36153 5 0 0 25 0 1 0 105691799 17756160 3748 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 4335 3748 171 362 0 3970 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 22704

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28042
/proc/meminfo: memFree=1666224/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=19512 CPUtime=421.55
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 4442 0 0 0 42150 5 0 0 25 0 1 0 105691799 19980288 4277 1992294400 134512640 135995732 4294956016 18446744073709551615 134808081 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 4878 4277 171 362 0 4513 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 24876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28042
/proc/meminfo: memFree=1664432/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=21380 CPUtime=481.52
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 4971 0 0 0 48146 6 0 0 25 0 1 0 105691799 21893120 4709 1992294400 134512640 135995732 4294956016 18446744073709551615 134808086 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 5345 4709 171 362 0 4980 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 26744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 28042
/proc/meminfo: memFree=1664368/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=21512 CPUtime=499.92
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 4987 0 0 0 49986 6 0 0 25 0 1 0 105691799 22028288 4725 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 5378 4725 171 362 0 5013 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26876

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.02 1.00 2/67 28042
/proc/meminfo: memFree=1664368/2055920 swapFree=4181416/4192956
[pid=28033] ppid=28031 vsize=5364 CPUtime=700.13
/proc/28033/stat : 28033 (hydrasat-multi.) S 28031 28033 27762 0 -1 4194304 321 21726 0 0 0 0 69976 37 16 0 1 0 105621746 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28033/statm: 1341 245 202 169 0 52 0
[pid=28042] ppid=28033 vsize=21512 CPUtime=499.92
/proc/28042/stat : 28042 (hydrasat_cachew) R 28033 28033 27762 0 -1 4194304 4987 0 0 0 49986 6 0 0 25 0 1 0 105691799 22028288 4725 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/28042/statm: 5378 4725 171 362 0 5013 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.07
CPU user time (s): 1199.63
CPU system time (s): 0.443932
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 80380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.63
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27060
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= 9
involuntary context switches= 4094

runsolver used 1.44878 second user time and 2.92556 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-26 21:58:44
IDJOB=1731909
IDBENCH=71106
IDSOLVER=518
FILE ID=node84/1731909-1240775924
PBS_JOBID= 9187213
Free space on /tmp= 66216 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-85-100.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731909-1240775924/watcher-1731909-1240775924 -o /tmp/evaluation-result-1731909-1240775924/solver-1731909-1240775924 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1731909-1240775924.cnf 1800 555579961

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

MD5SUM BENCH= 5edff193beb565edf484fbb5f8f23427
RANDOM SEED=555579961

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746720 kB
Buffers:         36436 kB
Cached:         198344 kB
SwapCached:       5396 kB
Active:          64872 kB
Inactive:       177708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746720 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            52652 kB
Committed_AS:   384512 kB
PageTables:       1368 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= 66152 MiB
End job on node84 at 2009-04-26 22:18:47