Trace number 1728009

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.04 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
MD5SUM4176ac9a36a2f88072132072fe2be571
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 variables1015
Number of clauses31500
Sum of the clauses size63945
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231465
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.01	c Trying configuration 1
699.97/700.23	HOME/hydrasat-multi.sh: line 48: 22687 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.97/700.23	c Trying configuration 2
1200.01/1200.40	HOME/hydrasat-multi.sh: line 64: 22688 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.01/1200.40	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-1728009-1240731805/watcher-1728009-1240731805 -o /tmp/evaluation-result-1728009-1240731805/solver-1728009-1240731805 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1728009-1240731805.cnf 1800 499007794 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22685
/proc/meminfo: memFree=1840032/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5356 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) D 22683 22685 22328 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 101209721 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/22685/statm: 1339 230 191 169 0 50 0

[startup+0.012334 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22685
/proc/meminfo: memFree=1840032/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5356 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) D 22683 22685 22328 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 101209721 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/22685/statm: 1339 230 191 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101353 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22685
/proc/meminfo: memFree=1840032/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301372 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22685
/proc/meminfo: memFree=1840032/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70142 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22685
/proc/meminfo: memFree=1840032/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1835536/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=5840 CPUtime=1.47
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 1274 0 0 0 147 0 0 0 25 0 1 0 101209722 5980160 1255 1992294400 134512640 135813592 4294956160 18446744073709551615 134662611 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 1460 1255 149 317 0 1140 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11200

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1835024/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=6732 CPUtime=3.07
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 1491 0 0 0 307 0 0 0 25 0 1 0 101209722 6893568 1472 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 1683 1472 149 317 0 1363 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12092

[startup+6.30203 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1834192/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=6732 CPUtime=6.27
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 1492 0 0 0 627 0 0 0 25 0 1 0 101209722 6893568 1473 1992294400 134512640 135813592 4294956160 18446744073709551615 135224171 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 1683 1473 149 317 0 1363 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12092

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1834192/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=6732 CPUtime=12.67
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 1492 0 0 0 1267 0 0 0 25 0 1 0 101209722 6893568 1473 1992294400 134512640 135813592 4294956160 18446744073709551615 135198319 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 1683 1473 149 317 0 1363 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12092

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1833104/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=7892 CPUtime=25.47
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 1779 0 0 0 2546 1 0 0 25 0 1 0 101209722 8081408 1760 1992294400 134512640 135813592 4294956160 18446744073709551615 134662603 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 1973 1760 149 317 0 1653 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13252

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1831312/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=10044 CPUtime=51.06
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 2294 0 0 0 5105 1 0 0 25 0 1 0 101209722 10285056 2275 1992294400 134512640 135813592 4294956160 18446744073709551615 134665537 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 2511 2275 149 317 0 2191 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15404

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1828240/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=12868 CPUtime=102.24
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 3004 0 0 0 10223 1 0 0 25 0 1 0 101209722 13176832 2985 1992294400 134512640 135813592 4294956160 18446744073709551615 135224169 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 3217 2985 149 317 0 2897 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18228

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1828240/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=12868 CPUtime=162.22
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 3004 0 0 0 16221 1 0 0 25 0 1 0 101209722 13176832 2985 1992294400 134512640 135813592 4294956160 18446744073709551615 135202772 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 3217 2985 149 317 0 2897 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18228

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1828176/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=12868 CPUtime=222.21
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 3004 0 0 0 22220 1 0 0 25 0 1 0 101209722 13176832 2985 1992294400 134512640 135813592 4294956160 18446744073709551615 135224169 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 3217 2985 149 317 0 2897 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18228

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1825360/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=15820 CPUtime=282.19
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 3711 0 0 0 28218 1 0 0 25 0 1 0 101209722 16199680 3692 1992294400 134512640 135813592 4294956160 18446744073709551615 135040849 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 3955 3692 149 317 0 3635 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 21180

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1819152/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=22036 CPUtime=342.18
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 5239 0 0 0 34216 2 0 0 25 0 1 0 101209722 22564864 5220 1992294400 134512640 135813592 4294956160 18446744073709551615 135224161 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 5509 5220 149 317 0 5189 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 27396

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1817552/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=23700 CPUtime=402.17
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 5641 0 0 0 40214 3 0 0 25 0 1 0 101209722 24268800 5622 1992294400 134512640 135813592 4294956160 18446744073709551615 134665520 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 5925 5622 149 317 0 5605 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 29060


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

[pid=22687] ppid=22685 vsize=24384 CPUtime=462.15
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 5837 0 0 0 46212 3 0 0 25 0 1 0 101209722 24969216 5818 1992294400 134512640 135813592 4294956160 18446744073709551615 134665497 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 6096 5818 149 317 0 5776 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 29744

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1816656/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=24384 CPUtime=522.13
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 5838 0 0 0 52210 3 0 0 25 0 1 0 101209722 24969216 5819 1992294400 134512640 135813592 4294956160 18446744073709551615 134588907 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 6096 5819 149 317 0 5776 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 29744

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1813712/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=27432 CPUtime=582.11
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 6564 0 0 0 58208 3 0 0 25 0 1 0 101209722 28090368 6545 1992294400 134512640 135813592 4294956160 18446744073709551615 134665444 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 6858 6545 149 317 0 6538 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 32792

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22687
/proc/meminfo: memFree=1810000/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5360 CPUtime=0
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101209721 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1340 239 197 169 0 51 0
[pid=22687] ppid=22685 vsize=31028 CPUtime=642.1
/proc/22687/stat : 22687 (hydrasat_cache4) R 22685 22685 22328 0 -1 4194304 7471 0 0 0 64207 3 0 0 25 0 1 0 101209722 31772672 7452 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/22687/statm: 7757 7452 149 317 0 7437 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 36388

[startup+702.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 22688
/proc/meminfo: memFree=1805904/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=4580 CPUtime=2.06
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 922 0 0 0 206 0 0 0 25 0 1 0 101279744 4689920 904 1992294400 134512640 135995732 4294956016 18446744073709551615 134682489 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1145 904 171 362 0 780 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 9944

[startup+762.305 s]
/proc/loadavg: 1.09 1.04 1.01 2/67 22688
/proc/meminfo: memFree=1804688/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=6236 CPUtime=62.03
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 1322 0 0 0 6203 0 0 0 25 0 1 0 101279744 6385664 1304 1992294400 134512640 135995732 4294956016 18446744073709551615 134807735 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1559 1304 171 362 0 1194 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 11600

[startup+822.302 s]
/proc/loadavg: 1.10 1.04 1.01 2/67 22688
/proc/meminfo: memFree=1804752/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=6236 CPUtime=122.01
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 1322 0 0 0 12201 0 0 0 25 0 1 0 101279744 6385664 1304 1992294400 134512640 135995732 4294956016 18446744073709551615 135374489 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1559 1304 171 362 0 1194 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 11600

[startup+882.301 s]
/proc/loadavg: 1.08 1.05 1.01 2/67 22688
/proc/meminfo: memFree=1804688/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=6236 CPUtime=181.99
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 1322 0 0 0 18199 0 0 0 25 0 1 0 101279744 6385664 1304 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1559 1304 171 362 0 1194 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 11600

[startup+942.301 s]
/proc/loadavg: 1.08 1.05 1.01 2/67 22688
/proc/meminfo: memFree=1804624/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=6236 CPUtime=241.98
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 1338 0 0 0 24198 0 0 0 25 0 1 0 101279744 6385664 1320 1992294400 134512640 135995732 4294956016 18446744073709551615 135385637 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1559 1320 171 362 0 1194 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 11600

[startup+1002.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/67 22688
/proc/meminfo: memFree=1803472/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=7240 CPUtime=301.96
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 1607 0 0 0 30196 0 0 0 25 0 1 0 101279744 7413760 1585 1992294400 134512640 135995732 4294956016 18446744073709551615 134681312 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1810 1585 171 362 0 1445 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 12604

[startup+1062.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/67 22694
/proc/meminfo: memFree=1803400/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=7240 CPUtime=361.94
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 1607 0 0 0 36194 0 0 0 25 0 1 0 101279744 7413760 1585 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 1810 1585 171 362 0 1445 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 12604

[startup+1122.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/67 22694
/proc/meminfo: memFree=1800264/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=10444 CPUtime=421.93
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 2378 0 0 0 42192 1 0 0 25 0 1 0 101279744 10694656 2356 1992294400 134512640 135995732 4294956016 18446744073709551615 134681258 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 2611 2356 171 362 0 2246 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 15808

[startup+1182.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/67 22694
/proc/meminfo: memFree=1800264/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=10444 CPUtime=481.91
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 2382 0 0 0 48190 1 0 0 25 0 1 0 101279744 10694656 2360 1992294400 134512640 135995732 4294956016 18446744073709551615 134807756 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 2611 2360 171 362 0 2246 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 15808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.11 1.07 1.01 2/67 22694
/proc/meminfo: memFree=1800264/2055920 swapFree=4181392/4192956
[pid=22685] ppid=22683 vsize=5364 CPUtime=700
/proc/22685/stat : 22685 (hydrasat-multi.) S 22683 22685 22328 0 -1 4194304 320 7803 1 0 0 0 69985 15 16 0 1 0 101209721 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22685/statm: 1341 245 202 169 0 52 0
[pid=22688] ppid=22685 vsize=10444 CPUtime=500.01
/proc/22688/stat : 22688 (hydrasat_cachew) R 22685 22685 22328 0 -1 4194304 2382 0 0 0 50000 1 0 0 25 0 1 0 101279744 10694656 2360 1992294400 134512640 135995732 4294956016 18446744073709551615 134638041 0 0 4096 1 0 0 0 17 1 0 0
/proc/22688/statm: 2611 2360 171 362 0 2246 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 15808

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.04
CPU user time (s): 1199.86
CPU system time (s): 0.179972
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 37172

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

runsolver used 1.04984 second user time and 3.32549 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-26 09:43:25
IDJOB=1728009
IDBENCH=24657
IDSOLVER=518
FILE ID=node87/1728009-1240731805
PBS_JOBID= 9186917
Free space on /tmp= 66444 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Hard/contest05/counting-php/easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728009-1240731805/watcher-1728009-1240731805 -o /tmp/evaluation-result-1728009-1240731805/solver-1728009-1240731805 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1728009-1240731805.cnf 1800 499007794

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

MD5SUM BENCH= 4176ac9a36a2f88072132072fe2be571
RANDOM SEED=499007794

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840512 kB
Buffers:         13016 kB
Cached:         132540 kB
SwapCached:       5472 kB
Active:          37368 kB
Inactive:       116120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840512 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            4392 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            47784 kB
Committed_AS:   358284 kB
PageTables:       1456 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= 66412 MiB
End job on node87 at 2009-04-26 10:03:28