Trace number 1530144

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.05 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S1096716652-027.cnf
MD5SUM5b03a3f3b068376a14f73a415b34dbf6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.544916
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Trying configuration 1
699.99/700.23	HOME/hydrasat-multi.sh: line 48: 24997 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.99/700.23	c Trying configuration 2
1200.03/1200.41	HOME/hydrasat-multi.sh: line 64: 24999 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.03/1200.41	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-1530144-1238475665/watcher-1530144-1238475665 -o /tmp/evaluation-result-1530144-1238475665/solver-1530144-1238475665 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1530144-1238475665.cnf 1800 412219291 

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.98 1.00 3/65 24996
/proc/meminfo: memFree=1212840/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=1452 CPUtime=0
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 161 0 0 0 0 0 0 0 19 0 1 0 1006940234 1486848 143 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 363 143 116 317 0 43 0

[startup+0.0593211 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24996
/proc/meminfo: memFree=1212840/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=2112 CPUtime=0.05
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 315 0 0 0 5 0 0 0 19 0 1 0 1006940234 2162688 297 1992294400 134512640 135813592 4294956160 18446744073709551615 134521124 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 528 297 123 317 0 208 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7472

[startup+0.102324 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24996
/proc/meminfo: memFree=1212840/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=2112 CPUtime=0.09
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 317 0 0 0 9 0 0 0 19 0 1 0 1006940234 2162688 299 1992294400 134512640 135813592 4294956160 18446744073709551615 134676859 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 528 299 125 317 0 208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7472

[startup+0.301342 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24996
/proc/meminfo: memFree=1212840/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=2380 CPUtime=0.29
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 433 0 0 0 29 0 0 0 20 0 1 0 1006940234 2437120 414 1992294400 134512640 135813592 4294956160 18446744073709551615 134665868 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 595 414 150 317 0 275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7740

[startup+0.70138 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24996
/proc/meminfo: memFree=1212840/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=2644 CPUtime=0.69
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 483 0 0 0 69 0 0 0 24 0 1 0 1006940234 2707456 464 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 661 464 150 317 0 341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8004

[startup+1.50245 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 24998
/proc/meminfo: memFree=1211224/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=3180 CPUtime=1.49
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 609 0 0 0 149 0 0 0 25 0 1 0 1006940234 3256320 590 1992294400 134512640 135813592 4294956160 18446744073709551615 134594289 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 795 590 150 317 0 475 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8540

[startup+3.10161 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 24998
/proc/meminfo: memFree=1210712/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=3324 CPUtime=3.09
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 650 0 0 0 309 0 0 0 25 0 1 0 1006940234 3403776 631 1992294400 134512640 135813592 4294956160 18446744073709551615 134665074 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 831 631 150 317 0 511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8684

[startup+6.3019 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 24998
/proc/meminfo: memFree=1210336/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=3324 CPUtime=6.29
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 659 0 0 0 629 0 0 0 25 0 1 0 1006940234 3403776 640 1992294400 134512640 135813592 4294956160 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 831 640 150 317 0 511 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8684

[startup+12.7015 s]
/proc/loadavg: 1.07 1.00 1.01 2/67 24998
/proc/meminfo: memFree=1209760/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=4208 CPUtime=12.68
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 839 0 0 0 1268 0 0 0 25 0 1 0 1006940234 4308992 820 1992294400 134512640 135813592 4294956160 18446744073709551615 135202022 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 1052 820 150 317 0 732 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9568

[startup+25.5017 s]
/proc/loadavg: 1.14 1.02 1.01 2/67 24998
/proc/meminfo: memFree=1208160/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=6112 CPUtime=25.48
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 1264 0 0 0 2547 1 0 0 25 0 1 0 1006940234 6258688 1245 1992294400 134512640 135813592 4294956160 18446744073709551615 134667680 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 1528 1245 150 317 0 1208 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11472

[startup+51.1011 s]
/proc/loadavg: 1.08 1.01 1.01 2/67 24998
/proc/meminfo: memFree=1203680/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=11160 CPUtime=51.08
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 2474 0 0 0 5106 2 0 0 25 0 1 0 1006940234 11427840 2354 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 2790 2354 150 317 0 2470 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16520

[startup+102.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 24998
/proc/meminfo: memFree=1198496/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=16936 CPUtime=102.27
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 3833 0 0 0 10224 3 0 0 25 0 1 0 1006940234 17342464 3630 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 4234 3630 150 317 0 3914 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22296

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1197920/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=17472 CPUtime=162.24
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 3968 0 0 0 16221 3 0 0 25 0 1 0 1006940234 17891328 3765 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 4368 3765 150 317 0 4048 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 22832

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1197280/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=18132 CPUtime=222.22
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 4119 0 0 0 22219 3 0 0 25 0 1 0 1006940234 18567168 3916 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 4533 3916 150 317 0 4213 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23492

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1197152/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=18308 CPUtime=282.2
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 4154 0 0 0 28217 3 0 0 25 0 1 0 1006940234 18747392 3951 1992294400 134512640 135813592 4294956160 18446744073709551615 134664973 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 4577 3951 150 317 0 4257 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23668

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1194720/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=21376 CPUtime=342.18
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 4850 0 0 0 34215 3 0 0 25 0 1 0 1006940234 21889024 4526 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 5344 4526 150 317 0 5024 0

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

[pid=24997] ppid=24996 vsize=29676 CPUtime=462.15
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 6933 0 0 0 46210 5 0 0 25 0 1 0 1006940234 30388224 6349 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 7419 6349 150 317 0 7099 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 35036

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1185376/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=32200 CPUtime=522.14
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 7541 0 0 0 52208 6 0 0 25 0 1 0 1006940234 32972800 6916 1992294400 134512640 135813592 4294956160 18446744073709551615 134665509 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 8050 6916 150 317 0 7730 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 37560

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1179744/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=38272 CPUtime=582.12
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 9155 0 0 0 58205 7 0 0 25 0 1 0 1006940234 39190528 8319 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 9568 8319 150 317 0 9248 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 43632

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24998
/proc/meminfo: memFree=1179424/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5360 CPUtime=0
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1006940234 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1340 239 197 169 0 51 0
[pid=24997] ppid=24996 vsize=39952 CPUtime=642.11
/proc/24997/stat : 24997 (hydrasat_cache4) R 24996 24996 24744 0 -1 4194304 9613 0 0 0 64204 7 0 0 25 0 1 0 1006940234 40910848 8356 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/24997/statm: 9988 8356 150 317 0 9668 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 45312

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24999
/proc/meminfo: memFree=1176288/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=2808 CPUtime=2.06
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 518 0 0 0 206 0 0 0 25 0 1 0 1007010257 2875392 500 1992294400 134512640 135995732 4294956016 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 702 500 172 362 0 337 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 8172

[startup+762.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 24999
/proc/meminfo: memFree=1169056/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=11312 CPUtime=62.04
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 2486 0 0 0 6202 2 0 0 25 0 1 0 1007010257 11583488 2433 1992294400 134512640 135995732 4294956016 18446744073709551615 134808131 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 2828 2433 172 362 0 2463 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 16676

[startup+822.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 24999
/proc/meminfo: memFree=1166944/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=13764 CPUtime=122.01
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 3106 0 0 0 12198 3 0 0 25 0 1 0 1007010257 14094336 2974 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 3441 2974 172 362 0 3076 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 19128

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24999
/proc/meminfo: memFree=1164640/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=16252 CPUtime=181.99
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 3724 0 0 0 18196 3 0 0 25 0 1 0 1007010257 16642048 3592 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 4063 3592 172 362 0 3698 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 21616

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24999
/proc/meminfo: memFree=1162720/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=18252 CPUtime=241.97
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 4192 0 0 0 24193 4 0 0 25 0 1 0 1007010257 18690048 4060 1992294400 134512640 135995732 4294956016 18446744073709551615 134807790 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 4563 4060 172 362 0 4198 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 23616

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24999
/proc/meminfo: memFree=1159072/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=22636 CPUtime=301.96
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 5192 0 0 0 30190 6 0 0 25 0 1 0 1007010257 23179264 4979 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 5659 4979 172 362 0 5294 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 28000

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24999
/proc/meminfo: memFree=1155744/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=26116 CPUtime=361.94
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 6046 0 0 0 36188 6 0 0 25 0 1 0 1007010257 26742784 5833 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 6529 5833 172 362 0 6164 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 31480

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24999
/proc/meminfo: memFree=1152544/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=29560 CPUtime=421.93
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 6901 0 0 0 42186 7 0 0 25 0 1 0 1007010257 30269440 6623 1992294400 134512640 135995732 4294956016 18446744073709551615 134807761 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 7390 6623 172 362 0 7025 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 34924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25001
/proc/meminfo: memFree=1149464/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=33684 CPUtime=481.91
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 7809 0 0 0 48184 7 0 0 25 0 1 0 1007010257 34492416 7374 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 8421 7374 172 362 0 8056 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 39048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25001
/proc/meminfo: memFree=1148576/2055920 swapFree=4176856/4192956
[pid=24996] ppid=24994 vsize=5364 CPUtime=700.02
/proc/24996/stat : 24996 (hydrasat-multi.) S 24994 24996 24744 0 -1 4194304 321 11346 0 0 0 0 69981 21 16 0 1 0 1006940234 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24996/statm: 1341 245 202 169 0 52 0
[pid=24999] ppid=24996 vsize=34476 CPUtime=500.01
/proc/24999/stat : 24999 (hydrasat_cachew) R 24996 24996 24744 0 -1 4194304 8015 0 0 0 49993 8 0 0 25 0 1 0 1007010257 35303424 7580 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/24999/statm: 8619 7580 172 362 0 8254 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 39840

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.41
CPU time (s): 1200.05
CPU user time (s): 1199.75
CPU system time (s): 0.302953
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 46388

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

runsolver used 0.989849 second user time and 3.38648 second system time

The end

Launcher Data

Begin job on node8 at 2009-03-31 07:01:05
IDJOB=1530144
IDBENCH=70499
IDSOLVER=518
FILE ID=node8/1530144-1238475665
PBS_JOBID= 9061804
Free space on /tmp= 64248 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S1096716652-027.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530144-1238475665/watcher-1530144-1238475665 -o /tmp/evaluation-result-1530144-1238475665/solver-1530144-1238475665 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530144-1238475665.cnf 1800 412219291

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

MD5SUM BENCH= 5b03a3f3b068376a14f73a415b34dbf6
RANDOM SEED=412219291

node8.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.232
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.232
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:       1213384 kB
Buffers:        104624 kB
Cached:         632948 kB
SwapCached:       9204 kB
Active:         145852 kB
Inactive:       602428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1213384 kB
SwapTotal:     4192956 kB
SwapFree:      4176856 kB
Dirty:            4464 kB
Writeback:           0 kB
Mapped:          16368 kB
Slab:            80056 kB
Committed_AS:  2675268 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64212 MiB
End job on node8 at 2009-03-31 07:21:08