Trace number 1529847

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.04 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1420449214-092.cnf
MD5SUM320f330386aa57359f97f15f784cbd07
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark726.985
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
700.07/700.49	HOME/hydrasat-multi.sh: line 48:  1451 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.07/700.49	c Trying configuration 2
1200.02/1200.60	HOME/hydrasat-multi.sh: line 64:  1453 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.02/1200.60	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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1529847-1238446028/watcher-1529847-1238446028 -o /tmp/evaluation-result-1529847-1238446028/solver-1529847-1238446028 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529847-1238446028.cnf 1800 653166416 

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.91 0.97 0.99 3/64 1450
/proc/meminfo: memFree=1371288/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=1452 CPUtime=0
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 1117269549 1486848 147 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 363 147 116 317 0 43 0

[startup+0.0340559 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1450
/proc/meminfo: memFree=1371288/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=1716 CPUtime=0.03
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 272 0 0 0 3 0 0 0 19 0 1 0 1117269549 1757184 253 1992294400 134512640 135813592 4294956160 18446744073709551615 134665557 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 429 253 150 317 0 109 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7076

[startup+0.101062 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1450
/proc/meminfo: memFree=1371288/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=1848 CPUtime=0.09
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 291 0 0 0 9 0 0 0 19 0 1 0 1117269549 1892352 272 1992294400 134512640 135813592 4294956160 18446744073709551615 134664934 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 462 272 150 317 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.301085 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1450
/proc/meminfo: memFree=1371288/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=1984 CPUtime=0.29
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 329 0 0 0 29 0 0 0 21 0 1 0 1117269549 2031616 310 1992294400 134512640 135813592 4294956160 18446744073709551615 134608426 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 496 310 150 317 0 176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7344

[startup+0.701131 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 1450
/proc/meminfo: memFree=1371288/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=2244 CPUtime=0.69
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 393 0 0 0 69 0 0 0 25 0 1 0 1117269549 2297856 374 1992294400 134512640 135813592 4294956160 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 561 374 150 317 0 241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7604

[startup+1.50222 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1369800/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=3064 CPUtime=1.49
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 575 0 0 0 149 0 0 0 25 0 1 0 1117269549 3137536 556 1992294400 134512640 135813592 4294956160 18446744073709551615 134665514 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 766 556 150 317 0 446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8424

[startup+3.10141 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1368648/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=4440 CPUtime=3.09
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 910 0 0 0 309 0 0 0 25 0 1 0 1117269549 4546560 891 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 1110 891 150 317 0 790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9800

[startup+6.30178 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1366664/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=6344 CPUtime=6.29
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 1344 0 0 0 629 0 0 0 25 0 1 0 1117269549 6496256 1325 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 1586 1325 150 317 0 1266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11704

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1363528/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=9748 CPUtime=12.68
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 2066 0 0 0 1268 0 0 0 25 0 1 0 1117269549 9981952 2006 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 2437 2006 150 317 0 2117 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15108

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1359688/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=13892 CPUtime=25.48
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 3040 0 0 0 2547 1 0 0 25 0 1 0 1117269549 14225408 2947 1992294400 134512640 135813592 4294956160 18446744073709551615 134665821 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 3473 2947 150 317 0 3153 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19252

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1354504/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=19752 CPUtime=51.07
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 4490 0 0 0 5104 3 0 0 25 0 1 0 1117269549 20226048 4235 1992294400 134512640 135813592 4294956160 18446744073709551615 134588907 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 4938 4235 150 317 0 4618 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25112

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1346056/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=29144 CPUtime=102.25
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 6755 0 0 0 10221 4 0 0 25 0 1 0 1117269549 29843456 6328 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 7286 6328 150 317 0 6966 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 34504

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1335048/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=41852 CPUtime=162.23
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 10195 0 0 0 16216 7 0 0 25 0 1 0 1117269549 42856448 9056 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 10463 9056 150 317 0 10143 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 47212

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1329736/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=47912 CPUtime=222.19
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 11742 0 0 0 22211 8 0 0 25 0 1 0 1117269549 49061888 10402 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 11978 10402 150 317 0 11658 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 53272

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1325832/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=52380 CPUtime=282.18
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 12936 0 0 0 28208 10 0 0 25 0 1 0 1117269549 53637120 11374 1992294400 134512640 135813592 4294956160 18446744073709551615 134665295 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 13095 11374 150 317 0 12775 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 57740

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1322248/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=56212 CPUtime=342.16
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 13810 0 0 0 34205 11 0 0 25 0 1 0 1117269549 57561088 12248 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 14053 12248 150 317 0 13733 0

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

[pid=1451] ppid=1450 vsize=70428 CPUtime=462.09
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 17697 0 0 0 46196 13 0 0 25 0 1 0 1117269549 72118272 15448 1992294400 134512640 135813592 4294956160 18446744073709551615 134664983 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 17607 15448 150 317 0 17287 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 75788

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1307656/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=73048 CPUtime=522.07
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 18428 0 0 0 52193 14 0 0 25 0 1 0 1117269549 74801152 15922 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 18262 15922 150 317 0 17942 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 78408

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1305160/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=76292 CPUtime=582.03
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 19197 0 0 0 58188 15 0 0 25 0 1 0 1117269549 78123008 16535 1992294400 134512640 135813592 4294956160 18446744073709551615 134665115 0 0 4096 1 0 0 0 17 1 0 0
/proc/1451/statm: 19073 16535 150 317 0 18753 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 81652

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1452
/proc/meminfo: memFree=1301768/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5360 CPUtime=0
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1117269548 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1340 239 197 169 0 51 0
[pid=1451] ppid=1450 vsize=79792 CPUtime=642
/proc/1451/stat : 1451 (hydrasat_cache4) R 1450 1450 1223 0 -1 4194304 20046 0 0 0 64185 15 0 0 25 0 1 0 1117269549 81707008 17384 1992294400 134512640 135813592 4294956160 18446744073709551615 134665442 0 0 4096 1 0 0 0 17 0 0 0
/proc/1451/statm: 19948 17384 150 317 0 19628 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 85152

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1453
/proc/meminfo: memFree=1297032/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=2420 CPUtime=1.8
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 428 0 0 0 180 0 0 0 25 0 1 0 1117339598 2478080 410 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 605 410 172 362 0 240 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7784

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1453
/proc/meminfo: memFree=1291656/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=9484 CPUtime=61.76
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 2098 0 0 0 6175 1 0 0 25 0 1 0 1117339598 9711616 2072 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 2371 2072 172 362 0 2006 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 14848

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1453
/proc/meminfo: memFree=1291592/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=9640 CPUtime=121.73
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 2132 0 0 0 12172 1 0 0 25 0 1 0 1117339598 9871360 2106 1992294400 134512640 135995732 4294956016 18446744073709551615 134808064 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 2410 2106 172 362 0 2045 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 15004

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1291392/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=9916 CPUtime=181.7
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 2186 0 0 0 18169 1 0 0 25 0 1 0 1117339598 10153984 2160 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 2479 2160 172 362 0 2114 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 15280

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1291328/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=10056 CPUtime=241.66
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 2204 0 0 0 24165 1 0 0 25 0 1 0 1117339598 10297344 2178 1992294400 134512640 135995732 4294956016 18446744073709551615 134808032 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 2514 2178 172 362 0 2149 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 15420

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1291072/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=10368 CPUtime=301.63
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 2276 0 0 0 30162 1 0 0 25 0 1 0 1117339598 10616832 2250 1992294400 134512640 135995732 4294956016 18446744073709551615 134807884 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 2592 2250 172 362 0 2227 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 15732

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1288832/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=12976 CPUtime=361.62
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 2865 0 0 0 36160 2 0 0 25 0 1 0 1117339598 13287424 2839 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 3244 2839 172 362 0 2879 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 18340

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1286080/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=15820 CPUtime=421.57
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 3584 0 0 0 42154 3 0 0 25 0 1 0 1117339598 16199680 3509 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 3955 3509 172 362 0 3590 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 21184

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1284552/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=17820 CPUtime=481.55
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 4094 0 0 0 48151 4 0 0 25 0 1 0 1117339598 18247680 3944 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 4455 3944 172 362 0 4090 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 23184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1459
/proc/meminfo: memFree=1284040/2055924 swapFree=4176792/4192956
[pid=1450] ppid=1448 vsize=5364 CPUtime=700.17
/proc/1450/stat : 1450 (hydrasat-multi.) S 1448 1450 1223 0 -1 4194304 321 22980 0 0 0 0 69973 44 16 0 1 0 1117269548 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1450/statm: 1341 245 202 169 0 52 0
[pid=1453] ppid=1450 vsize=18084 CPUtime=499.85
/proc/1453/stat : 1453 (hydrasat_cachew) R 1450 1450 1223 0 -1 4194304 4181 0 0 0 49981 4 0 0 25 0 1 0 1117339598 18518016 4031 1992294400 134512640 135995732 4294956016 18446744073709551615 134807892 0 0 4096 1 0 0 0 17 0 0 0
/proc/1453/statm: 4521 4031 172 362 0 4156 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 23448

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.61
CPU time (s): 1200.04
CPU user time (s): 1199.55
CPU system time (s): 0.487925
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 87304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.55
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27508
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= 8
involuntary context switches= 4747

runsolver used 1.11983 second user time and 3.2575 second system time

The end

Launcher Data

Begin job on node6 at 2009-03-30 22:47:08
IDJOB=1529847
IDBENCH=70400
IDSOLVER=518
FILE ID=node6/1529847-1238446028
PBS_JOBID= 9061649
Free space on /tmp= 66340 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1420449214-092.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529847-1238446028/watcher-1529847-1238446028 -o /tmp/evaluation-result-1529847-1238446028/solver-1529847-1238446028 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529847-1238446028.cnf 1800 653166416

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

MD5SUM BENCH= 320f330386aa57359f97f15f784cbd07
RANDOM SEED=653166416

node6.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.236
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.236
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:      2055924 kB
MemFree:       1371768 kB
Buffers:        102976 kB
Cached:         483928 kB
SwapCached:       9932 kB
Active:         126060 kB
Inactive:       474364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1371768 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:            4096 kB
Writeback:           0 kB
Mapped:          19204 kB
Slab:            69784 kB
Committed_AS:  2877944 kB
PageTables:       1464 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= 66264 MiB
End job on node6 at 2009-03-30 23:07:11