Trace number 1729546

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.09 1200.71

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
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
699.92/700.31	HOME/hydrasat-multi.sh: line 48: 11624 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.92/700.31	c Trying configuration 2
1200.07/1200.70	HOME/hydrasat-multi.sh: line 64: 11632 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.07/1200.70	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-1729546-1240750797/watcher-1729546-1240750797 -o /tmp/evaluation-result-1729546-1240750797/solver-1729546-1240750797 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1729546-1240750797.cnf 1800 503379776 

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.92 0.98 1.02 3/65 11623
/proc/meminfo: memFree=1807920/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) R 11621 11623 11558 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 238 1992294400 4194304 4889804 548682068736 18446744073709551615 224264776351 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11623/statm: 1340 238 196 169 0 51 0
[pid=11624] ppid=11623 vsize=1452 CPUtime=0
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 103109021 1486848 148 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 363 148 116 317 0 43 0

[startup+0.072065 s]
/proc/loadavg: 0.92 0.98 1.02 3/65 11623
/proc/meminfo: memFree=1807920/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=1996 CPUtime=0.06
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 334 0 0 0 6 0 0 0 19 0 1 0 103109021 2043904 315 1992294400 134512640 135813592 4294956176 18446744073709551615 134665090 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 499 315 149 317 0 179 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7356

[startup+0.10107 s]
/proc/loadavg: 0.92 0.98 1.02 3/65 11623
/proc/meminfo: memFree=1807920/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=1996 CPUtime=0.09
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 339 0 0 0 9 0 0 0 19 0 1 0 103109021 2043904 320 1992294400 134512640 135813592 4294956176 18446744073709551615 134665432 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 499 320 149 317 0 179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7356

[startup+0.301106 s]
/proc/loadavg: 0.92 0.98 1.02 3/65 11623
/proc/meminfo: memFree=1807920/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=2124 CPUtime=0.29
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 365 0 0 0 29 0 0 0 21 0 1 0 103109021 2174976 346 1992294400 134512640 135813592 4294956176 18446744073709551615 134665160 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 531 346 149 317 0 211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7484

[startup+0.701181 s]
/proc/loadavg: 0.92 0.98 1.02 3/65 11623
/proc/meminfo: memFree=1807920/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=2388 CPUtime=0.69
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 409 0 0 0 69 0 0 0 25 0 1 0 103109021 2445312 390 1992294400 134512640 135813592 4294956176 18446744073709551615 134592449 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 597 390 149 317 0 277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7748

[startup+1.50133 s]
/proc/loadavg: 0.92 0.98 1.02 2/67 11625
/proc/meminfo: memFree=1806560/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=2788 CPUtime=1.49
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 534 0 0 0 149 0 0 0 25 0 1 0 103109021 2854912 515 1992294400 134512640 135813592 4294956176 18446744073709551615 134588982 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 697 515 149 317 0 377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8148

[startup+3.10163 s]
/proc/loadavg: 0.92 0.98 1.02 2/67 11625
/proc/meminfo: memFree=1805984/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=2920 CPUtime=3.09
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 562 0 0 0 309 0 0 0 25 0 1 0 103109021 2990080 543 1992294400 134512640 135813592 4294956176 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 730 543 149 317 0 410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8280

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 1.02 2/67 11625
/proc/meminfo: memFree=1805024/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=3976 CPUtime=6.29
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 806 0 0 0 629 0 0 0 25 0 1 0 103109021 4071424 787 1992294400 134512640 135813592 4294956176 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 994 787 149 317 0 674 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9336

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 1.02 2/67 11625
/proc/meminfo: memFree=1803040/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=5756 CPUtime=12.68
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 1239 0 0 0 1268 0 0 0 25 0 1 0 103109021 5894144 1220 1992294400 134512640 135813592 4294956176 18446744073709551615 134665733 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 1439 1220 149 317 0 1119 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11116

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 1.02 2/67 11625
/proc/meminfo: memFree=1802720/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=6192 CPUtime=25.47
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 1341 0 0 0 2547 0 0 0 25 0 1 0 103109021 6340608 1322 1992294400 134512640 135813592 4294956176 18446744073709551615 134662852 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 1548 1322 149 317 0 1228 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11552

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 1.01 2/67 11625
/proc/meminfo: memFree=1799712/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=9448 CPUtime=51.07
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 2115 0 0 0 5106 1 0 0 25 0 1 0 103109021 9674752 2096 1992294400 134512640 135813592 4294956176 18446744073709551615 134665101 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 2362 2096 149 317 0 2042 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14808

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.01 2/67 11631
/proc/meminfo: memFree=1797920/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=11128 CPUtime=102.23
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 2477 0 0 0 10222 1 0 0 25 0 1 0 103109021 11395072 2458 1992294400 134512640 135813592 4294956176 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 2782 2458 149 317 0 2462 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16488

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11631
/proc/meminfo: memFree=1797152/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=12268 CPUtime=162.19
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 2735 0 0 0 16218 1 0 0 25 0 1 0 103109021 12562432 2716 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 3067 2716 149 317 0 2747 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 17628

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11631
/proc/meminfo: memFree=1796832/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=12268 CPUtime=222.16
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 2760 0 0 0 22215 1 0 0 25 0 1 0 103109021 12562432 2741 1992294400 134512640 135813592 4294956176 18446744073709551615 134664971 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 3067 2741 149 317 0 2747 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 17628

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11631
/proc/meminfo: memFree=1796704/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=12572 CPUtime=282.14
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 2809 0 0 0 28213 1 0 0 25 0 1 0 103109021 12873728 2790 1992294400 134512640 135813592 4294956176 18446744073709551615 135205764 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 3143 2790 149 317 0 2823 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 17932

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11631
/proc/meminfo: memFree=1795872/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=13532 CPUtime=342.11
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 3024 0 0 0 34209 2 0 0 25 0 1 0 103109021 13856768 3005 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 3383 3005 149 317 0 3063 0

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

[pid=11624] ppid=11623 vsize=16680 CPUtime=522.01
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 3774 0 0 0 52199 2 0 0 25 0 1 0 103109021 17080320 3701 1992294400 134512640 135813592 4294956176 18446744073709551615 134667812 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 4170 3701 149 317 0 3850 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 22040

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11631
/proc/meminfo: memFree=1792928/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=16812 CPUtime=581.98
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 3775 0 0 0 58196 2 0 0 25 0 1 0 103109021 17215488 3702 1992294400 134512640 135813592 4294956176 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 4203 3702 149 317 0 3883 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 22172

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11631
/proc/meminfo: memFree=1792864/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5360 CPUtime=0
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 103109021 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11623/statm: 1340 239 197 169 0 51 0
[pid=11624] ppid=11623 vsize=16812 CPUtime=641.96
/proc/11624/stat : 11624 (hydrasat_cache4) R 11623 11623 11558 0 -1 4194304 3775 0 0 0 64194 2 0 0 25 0 1 0 103109021 17215488 3702 1992294400 134512640 135813592 4294956176 18446744073709551615 134598231 0 0 4096 1 0 0 0 17 0 0 0
/proc/11624/statm: 4203 3702 149 317 0 3883 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 22172

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1791584/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=2792 CPUtime=1.97
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 516 0 0 0 197 0 0 0 25 0 1 0 103179052 2859008 499 1992294400 134512640 135995732 4294956032 18446744073709551615 134663326 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 698 499 171 362 0 333 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 8156

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1789344/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=4888 CPUtime=61.95
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 1030 0 0 0 6194 1 0 0 25 0 1 0 103179052 5005312 1013 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 1222 1013 171 362 0 857 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 10252

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1785824/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=8752 CPUtime=121.92
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 1950 0 0 0 12190 2 0 0 25 0 1 0 103179052 8962048 1933 1992294400 134512640 135995732 4294956032 18446744073709551615 134807823 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2188 1933 171 362 0 1823 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 14116

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1784352/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=10268 CPUtime=181.88
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2295 0 0 0 18186 2 0 0 25 0 1 0 103179052 10514432 2271 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2567 2271 171 362 0 2202 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 15632

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1784288/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=10268 CPUtime=241.85
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2295 0 0 0 24183 2 0 0 25 0 1 0 103179052 10514432 2271 1992294400 134512640 135995732 4294956032 18446744073709551615 134808131 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2567 2271 171 362 0 2202 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 15632

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1784032/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=10540 CPUtime=301.82
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2356 0 0 0 30180 2 0 0 25 0 1 0 103179052 10792960 2332 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2635 2332 171 362 0 2270 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 15904

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1783776/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=10824 CPUtime=361.79
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2417 0 0 0 36177 2 0 0 25 0 1 0 103179052 11083776 2393 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2706 2393 171 362 0 2341 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 16188

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1783456/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=11276 CPUtime=421.77
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2530 0 0 0 42174 3 0 0 25 0 1 0 103179052 11546624 2473 1992294400 134512640 135995732 4294956032 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2819 2473 171 362 0 2454 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 16640

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1783200/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=11584 CPUtime=481.74
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2593 0 0 0 48171 3 0 0 25 0 1 0 103179052 11862016 2536 1992294400 134512640 135995732 4294956032 18446744073709551615 134808002 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2896 2536 171 362 0 2531 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 16948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1783008/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=11716 CPUtime=500.13
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2611 0 0 0 50010 3 0 0 25 0 1 0 103179052 11997184 2554 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2929 2554 171 362 0 2564 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 17080

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: 0.99 0.98 1.00 2/67 11632
/proc/meminfo: memFree=1783008/2055920 swapFree=4181396/4192956
[pid=11623] ppid=11621 vsize=5364 CPUtime=699.94
/proc/11623/stat : 11623 (hydrasat-multi.) S 11621 11623 11558 0 -1 4194304 322 4107 0 0 0 0 69986 8 16 0 1 0 103109021 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11623/statm: 1341 245 202 169 0 52 0
[pid=11632] ppid=11623 vsize=11716 CPUtime=500.13
/proc/11632/stat : 11632 (hydrasat_cachew) R 11623 11623 11558 0 -1 4194304 2611 0 0 0 50010 3 0 0 25 0 1 0 103179052 11997184 2554 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11632/statm: 2929 2554 171 362 0 2564 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 17080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.09
CPU user time (s): 1199.97
CPU system time (s): 0.124981
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 22172

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

runsolver used 1.15682 second user time and 3.22151 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-26 14:59:57
IDJOB=1729546
IDBENCH=24706
IDSOLVER=518
FILE ID=node82/1729546-1240750797
PBS_JOBID= 9187097
Free space on /tmp= 66380 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729546-1240750797/watcher-1729546-1240750797 -o /tmp/evaluation-result-1729546-1240750797/solver-1729546-1240750797 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1729546-1240750797.cnf 1800 503379776

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

MD5SUM BENCH= 68e48f3a77d59cc85ebd5fd30cfcba3c
RANDOM SEED=503379776

node82.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:       1808400 kB
Buffers:         22768 kB
Cached:         167044 kB
SwapCached:       5280 kB
Active:          76992 kB
Inactive:       121240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808400 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            35348 kB
Committed_AS:   296092 kB
PageTables:       1384 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= 66360 MiB
End job on node82 at 2009-04-26 15:20:00