Trace number 1729705

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

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.085
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

Solver Data

0.00/0.01	c Trying configuration 1
700.08/700.34	HOME/hydrasat-multi.sh: line 48:  5718 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.08/700.34	c Trying configuration 2
1200.04/1200.41	HOME/hydrasat-multi.sh: line 64:  5721 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.04/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:492) (c) roussel@cril.univ-artois.fr

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

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 1.00 1.00 3/64 5716
/proc/meminfo: memFree=1843456/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5356 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) D 5714 5716 5558 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 103311130 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/5716/statm: 1339 230 191 169 0 50 0

[startup+0.046293 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 5716
/proc/meminfo: memFree=1843456/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101296 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 5716
/proc/meminfo: memFree=1843456/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301315 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 5716
/proc/meminfo: memFree=1843456/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701355 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 5716
/proc/meminfo: memFree=1843456/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50144 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1841008/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=3640 CPUtime=1.47
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 739 0 0 0 147 0 0 0 25 0 1 0 103311132 3727360 720 1992294400 134512640 135813592 4294956160 18446744073709551615 134668798 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 910 720 149 317 0 590 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9000

[startup+3.10159 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1840560/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=4312 CPUtime=3.07
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 902 0 0 0 307 0 0 0 25 0 1 0 103311132 4415488 883 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 1078 883 149 317 0 758 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9672

[startup+6.30191 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1838896/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=5680 CPUtime=6.27
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 1223 0 0 0 627 0 0 0 25 0 1 0 103311132 5816320 1204 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 1420 1204 149 317 0 1100 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11040

[startup+12.7015 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1837296/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=7208 CPUtime=12.67
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 1585 0 0 0 1267 0 0 0 25 0 1 0 103311132 7380992 1566 1992294400 134512640 135813592 4294956160 18446744073709551615 134588712 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 1802 1566 149 317 0 1482 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12568

[startup+25.5018 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1834800/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=9696 CPUtime=25.47
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 2182 0 0 0 2546 1 0 0 25 0 1 0 103311132 9928704 2163 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 2424 2163 149 317 0 2104 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15056

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1830640/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=14544 CPUtime=51.06
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 3294 0 0 0 5104 2 0 0 25 0 1 0 103311132 14893056 3242 1992294400 134512640 135813592 4294956160 18446744073709551615 134665187 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 3636 3242 149 317 0 3316 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19904

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1824432/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=21592 CPUtime=102.25
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 4956 0 0 0 10221 4 0 0 25 0 1 0 103311132 22110208 4803 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 5398 4803 149 317 0 5078 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 26952

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1819568/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=26872 CPUtime=162.23
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 6257 0 0 0 16218 5 0 0 25 0 1 0 103311132 27516928 6002 1992294400 134512640 135813592 4294956160 18446744073709551615 134665160 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 6718 6002 149 317 0 6398 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32232

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1814256/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=33112 CPUtime=222.21
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 7746 0 0 0 22216 5 0 0 25 0 1 0 103311132 33906688 7316 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 8278 7316 149 317 0 7958 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 38472

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5718
/proc/meminfo: memFree=1809776/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=37968 CPUtime=282.19
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 8959 0 0 0 28213 6 0 0 25 0 1 0 103311132 38879232 8422 1992294400 134512640 135813592 4294956160 18446744073709551615 134665442 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 9492 8422 149 317 0 9172 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 43328

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5720
/proc/meminfo: memFree=1805936/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=41944 CPUtime=342.18
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 9868 0 0 0 34211 7 0 0 25 0 1 0 103311132 42950656 9331 1992294400 134512640 135813592 4294956160 18446744073709551615 134665559 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 10486 9331 149 317 0 10166 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 47304

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5720
/proc/meminfo: memFree=1801520/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=47440 CPUtime=402.16
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 11285 0 0 0 40208 8 0 0 25 0 1 0 103311132 48578560 10417 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 11860 10417 149 317 0 11540 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 52800


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

[pid=5718] ppid=5716 vsize=51296 CPUtime=462.14
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 12197 0 0 0 46205 9 0 0 25 0 1 0 103311132 52527104 11329 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 12824 11329 149 317 0 12504 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 56656

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5720
/proc/meminfo: memFree=1794672/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=54748 CPUtime=522.13
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 13006 0 0 0 52203 10 0 0 25 0 1 0 103311132 56061952 12138 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 13687 12138 149 317 0 13367 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 60108

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5720
/proc/meminfo: memFree=1790768/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=59456 CPUtime=582.11
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 14072 0 0 0 58200 11 0 0 25 0 1 0 103311132 60882944 13083 1992294400 134512640 135813592 4294956160 18446744073709551615 134664962 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 14864 13083 149 317 0 14544 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 64816

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5720
/proc/meminfo: memFree=1788848/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5360 CPUtime=0
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 103311130 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5716/statm: 1340 239 197 169 0 51 0
[pid=5718] ppid=5716 vsize=62824 CPUtime=642.1
/proc/5718/stat : 5718 (hydrasat_cache4) R 5716 5716 5558 0 -1 4194304 14793 0 0 0 64198 12 0 0 25 0 1 0 103311132 64331776 13547 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/5718/statm: 15706 13547 149 317 0 15386 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 68184

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 5721
/proc/meminfo: memFree=1783280/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=3152 CPUtime=1.95
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 599 0 0 0 195 0 0 0 25 0 1 0 103381165 3227648 581 1992294400 134512640 135995732 4294956016 18446744073709551615 134638037 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 788 581 172 362 0 423 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 8516

[startup+762.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 5721
/proc/meminfo: memFree=1778416/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=9308 CPUtime=61.93
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 2079 0 0 0 6189 4 0 0 25 0 1 0 103381165 9531392 2028 1992294400 134512640 135995732 4294956016 18446744073709551615 134841380 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 2327 2028 172 362 0 1962 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 14672

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 5721
/proc/meminfo: memFree=1777648/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=10180 CPUtime=121.91
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 2285 0 0 0 12187 4 0 0 25 0 1 0 103381165 10424320 2234 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 2545 2234 172 362 0 2180 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 15544

[startup+882.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 5721
/proc/meminfo: memFree=1776496/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=11428 CPUtime=181.9
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 2619 0 0 0 18185 5 0 0 25 0 1 0 103381165 11702272 2503 1992294400 134512640 135995732 4294956016 18446744073709551615 134590015 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 2857 2503 172 362 0 2492 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 16792

[startup+942.302 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 5721
/proc/meminfo: memFree=1774512/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=13412 CPUtime=241.88
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 3103 0 0 0 24183 5 0 0 25 0 1 0 103381165 13733888 2987 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 3353 2987 172 362 0 2988 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 18776

[startup+1002.3 s]
/proc/loadavg: 1.16 1.06 1.01 2/66 5721
/proc/meminfo: memFree=1772208/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=15564 CPUtime=301.87
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 3684 0 0 0 30181 6 0 0 25 0 1 0 103381165 15937536 3568 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 3891 3568 172 362 0 3526 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 20928

[startup+1062.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/66 5721
/proc/meminfo: memFree=1770672/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=17492 CPUtime=361.84
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 4087 0 0 0 36178 6 0 0 25 0 1 0 103381165 17911808 3971 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 4373 3971 172 362 0 4008 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 22856

[startup+1122.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 5721
/proc/meminfo: memFree=1769136/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=18880 CPUtime=421.83
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 4422 0 0 0 42176 7 0 0 25 0 1 0 103381165 19333120 4306 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 4720 4306 172 362 0 4355 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 24244

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 5721
/proc/meminfo: memFree=1767792/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=20992 CPUtime=481.81
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 4936 0 0 0 48174 7 0 0 25 0 1 0 103381165 21495808 4651 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 5248 4651 172 362 0 4883 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 26356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 5721
/proc/meminfo: memFree=1767344/2055920 swapFree=4182052/4192956
[pid=5716] ppid=5714 vsize=5364 CPUtime=700.12
/proc/5716/stat : 5716 (hydrasat-multi.) S 5714 5716 5558 0 -1 4194304 320 17554 1 0 0 0 69976 36 16 0 1 0 103311130 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5716/statm: 1341 245 202 169 0 52 0
[pid=5721] ppid=5716 vsize=21400 CPUtime=499.92
/proc/5721/stat : 5721 (hydrasat_cachew) R 5716 5716 5558 0 -1 4194304 5026 0 0 0 49984 8 0 0 25 0 1 0 103381165 21913600 4741 1992294400 134512640 135995732 4294956016 18446744073709551615 134807761 0 0 4096 1 0 0 0 17 1 0 0
/proc/5721/statm: 5350 4741 172 362 0 4985 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 26764

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.06
CPU user time (s): 1199.61
CPU system time (s): 0.448931
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 70944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22926
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2163

runsolver used 1.41778 second user time and 2.94955 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 15:34:11
IDJOB=1729705
IDBENCH=24712
IDSOLVER=518
FILE ID=node70/1729705-1240752851
PBS_JOBID= 9187089
Free space on /tmp= 66336 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729705-1240752851/watcher-1729705-1240752851 -o /tmp/evaluation-result-1729705-1240752851/solver-1729705-1240752851 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1729705-1240752851.cnf 1800 1959763775

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

MD5SUM BENCH= 56dc474305bf6e6817771129f995c737
RANDOM SEED=1959763775

node70.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1843872 kB
Buffers:         21804 kB
Cached:         124708 kB
SwapCached:       4992 kB
Active:          17620 kB
Inactive:       136976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843872 kB
SwapTotal:     4192956 kB
SwapFree:      4182052 kB
Dirty:            4472 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            43468 kB
Committed_AS:   356028 kB
PageTables:       1372 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= 66276 MiB
End job on node70 at 2009-04-26 15:54:13