Trace number 1530132

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.08 1200.21

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S178043354-076.cnf
MD5SUM1d34e3663c561a89d93a195f39097223
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.461929
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Trying configuration 1
699.94/700.09	HOME/hydrasat-multi.sh: line 48: 29414 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.94/700.09	c Trying configuration 2
1200.06/1200.20	HOME/hydrasat-multi.sh: line 64: 29416 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.06/1200.20	c Trying configuration 3

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

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

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.91 1.90 1.64 3/64 29413
/proc/meminfo: memFree=1683416/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=1452 CPUtime=0
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 1120162000 1486848 144 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 363 144 116 317 0 43 0

[startup+0.044819 s]
/proc/loadavg: 1.91 1.90 1.64 3/64 29413
/proc/meminfo: memFree=1683416/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=2112 CPUtime=0.04
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 314 0 0 0 4 0 0 0 19 0 1 0 1120162000 2162688 296 1992294400 134512640 135813592 4294956160 18446744073709551615 135224161 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 528 296 123 317 0 208 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7472

[startup+0.101801 s]
/proc/loadavg: 1.91 1.90 1.64 3/64 29413
/proc/meminfo: memFree=1683416/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=2112 CPUtime=0.09
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 316 0 0 0 9 0 0 0 19 0 1 0 1120162000 2162688 298 1992294400 134512640 135813592 4294956160 18446744073709551615 134521169 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 528 298 125 317 0 208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7472

[startup+0.301745 s]
/proc/loadavg: 1.91 1.90 1.64 3/64 29413
/proc/meminfo: memFree=1683416/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=2380 CPUtime=0.29
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 430 0 0 0 29 0 0 0 21 0 1 0 1120162000 2437120 411 1992294400 134512640 135813592 4294956160 18446744073709551615 134665082 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 595 411 150 317 0 275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7740

[startup+0.701633 s]
/proc/loadavg: 1.91 1.90 1.64 3/64 29413
/proc/meminfo: memFree=1683416/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=2652 CPUtime=0.69
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 485 0 0 0 69 0 0 0 25 0 1 0 1120162000 2715648 466 1992294400 134512640 135813592 4294956160 18446744073709551615 134665082 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 663 466 150 317 0 343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8012

[startup+1.50141 s]
/proc/loadavg: 1.91 1.90 1.64 2/66 29415
/proc/meminfo: memFree=1681608/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=3196 CPUtime=1.49
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 630 0 0 0 149 0 0 0 25 0 1 0 1120162000 3272704 611 1992294400 134512640 135813592 4294956160 18446744073709551615 134664962 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 799 611 150 317 0 479 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8556

[startup+3.10196 s]
/proc/loadavg: 1.91 1.90 1.64 2/66 29415
/proc/meminfo: memFree=1681032/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=3336 CPUtime=3.09
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 658 0 0 0 309 0 0 0 25 0 1 0 1120162000 3416064 639 1992294400 134512640 135813592 4294956160 18446744073709551615 135205434 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 834 639 150 317 0 514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8696

[startup+6.30206 s]
/proc/loadavg: 1.84 1.89 1.64 2/66 29415
/proc/meminfo: memFree=1680776/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=3472 CPUtime=6.29
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 680 0 0 0 629 0 0 0 25 0 1 0 1120162000 3555328 661 1992294400 134512640 135813592 4294956160 18446744073709551615 134665009 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 868 661 150 317 0 548 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8832

[startup+12.7013 s]
/proc/loadavg: 1.77 1.87 1.63 2/66 29415
/proc/meminfo: memFree=1680328/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=4316 CPUtime=12.69
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 856 0 0 0 1269 0 0 0 25 0 1 0 1120162000 4419584 837 1992294400 134512640 135813592 4294956160 18446744073709551615 134665938 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 1079 837 150 317 0 759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9676

[startup+25.5017 s]
/proc/loadavg: 1.60 1.83 1.62 2/66 29415
/proc/meminfo: memFree=1678600/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=6420 CPUtime=25.48
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 1344 0 0 0 2548 0 0 0 25 0 1 0 1120162000 6574080 1318 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 1605 1318 150 317 0 1285 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11780

[startup+51.1015 s]
/proc/loadavg: 1.40 1.76 1.61 2/66 29415
/proc/meminfo: memFree=1674056/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=11308 CPUtime=51.08
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 2475 0 0 0 5107 1 0 0 25 0 1 0 1120162000 11579392 2402 1992294400 134512640 135813592 4294956160 18446744073709551615 134665407 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 2827 2402 150 317 0 2507 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16668

[startup+102.305 s]
/proc/loadavg: 1.17 1.64 1.57 2/66 29415
/proc/meminfo: memFree=1668616/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=17464 CPUtime=102.29
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 4100 0 0 0 10227 2 0 0 25 0 1 0 1120162000 17883136 3711 1992294400 134512640 135813592 4294956160 18446744073709551615 134665938 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 4366 3711 150 317 0 4046 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 22824

[startup+162.301 s]
/proc/loadavg: 1.06 1.52 1.53 2/66 29415
/proc/meminfo: memFree=1667720/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=18520 CPUtime=162.27
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 4312 0 0 0 16225 2 0 0 25 0 1 0 1120162000 18964480 3923 1992294400 134512640 135813592 4294956160 18446744073709551615 134665061 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 4630 3923 150 317 0 4310 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 23880

[startup+222.302 s]
/proc/loadavg: 1.02 1.42 1.50 2/66 29415
/proc/meminfo: memFree=1667144/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=19256 CPUtime=222.28
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 4461 0 0 0 22225 3 0 0 25 0 1 0 1120162000 19718144 4072 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 4814 4072 150 317 0 4494 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 24616

[startup+282.302 s]
/proc/loadavg: 1.01 1.34 1.46 2/66 29415
/proc/meminfo: memFree=1666824/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=19496 CPUtime=282.28
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 4538 0 0 0 28225 3 0 0 25 0 1 0 1120162000 19963904 4149 1992294400 134512640 135813592 4294956160 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 4874 4149 150 317 0 4554 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 24856

[startup+342.302 s]
/proc/loadavg: 1.00 1.28 1.43 2/66 29415
/proc/meminfo: memFree=1664712/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=21912 CPUtime=342.27
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 5110 0 0 0 34224 3 0 0 25 0 1 0 1120162000 22437888 4684 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 5478 4684 150 317 0 5158 0

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

[pid=29414] ppid=29413 vsize=29372 CPUtime=462.26
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 6838 0 0 0 46222 4 0 0 25 0 1 0 1120162000 30076928 6291 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 7343 6291 150 317 0 7023 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 34732

[startup+522.301 s]
/proc/loadavg: 1.06 1.16 1.35 2/66 29415
/proc/meminfo: memFree=1655368/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=32400 CPUtime=522.25
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 7568 0 0 0 52220 5 0 0 25 0 1 0 1120162000 33177600 7021 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 8100 7021 150 317 0 7780 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 37760

[startup+582.302 s]
/proc/loadavg: 1.02 1.13 1.33 2/66 29415
/proc/meminfo: memFree=1650952/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=37080 CPUtime=582.25
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 8898 0 0 0 58219 6 0 0 25 0 1 0 1120162000 37969920 8110 1992294400 134512640 135813592 4294956160 18446744073709551615 134665352 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 9270 8110 150 317 0 8950 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 42440

[startup+642.302 s]
/proc/loadavg: 1.01 1.10 1.31 2/66 29415
/proc/meminfo: memFree=1650248/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5360 CPUtime=0
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120162000 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29413/statm: 1340 239 197 169 0 51 0
[pid=29414] ppid=29413 vsize=38016 CPUtime=642.25
/proc/29414/stat : 29414 (hydrasat_cache4) R 29413 29413 29047 0 -1 4194304 9078 0 0 0 64219 6 0 0 25 0 1 0 1120162000 38928384 8290 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/29414/statm: 9504 8290 150 317 0 9184 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 43376

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.28 2/66 29416
/proc/meminfo: memFree=1644936/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=2816 CPUtime=2.19
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 525 0 0 0 219 0 0 0 25 0 1 0 1120232009 2883584 507 1992294400 134512640 135995732 4294956016 18446744073709551615 134637988 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 704 507 172 362 0 339 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 8180

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.26 2/66 29422
/proc/meminfo: memFree=1643904/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=4412 CPUtime=62.19
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 887 0 0 0 6218 1 0 0 25 0 1 0 1120232009 4517888 869 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 1103 869 172 362 0 738 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 9776

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.24 2/66 29422
/proc/meminfo: memFree=1638208/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=10712 CPUtime=122.2
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 2395 0 0 0 12217 3 0 0 25 0 1 0 1120232009 10969088 2340 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 2678 2340 172 362 0 2313 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 16076

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.23 2/66 29422
/proc/meminfo: memFree=1635264/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=14028 CPUtime=182.18
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 3202 0 0 0 18215 3 0 0 25 0 1 0 1120232009 14364672 3098 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 3507 3098 172 362 0 3142 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 19392

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.21 2/66 29422
/proc/meminfo: memFree=1632832/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=16484 CPUtime=242.18
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 3804 0 0 0 24214 4 0 0 25 0 1 0 1120232009 16879616 3700 1992294400 134512640 135995732 4294956016 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 4121 3700 172 362 0 3756 0
Current children cumulated CPU time (s) 942.21
Current children cumulated vsize (KiB) 21848

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/66 29422
/proc/meminfo: memFree=1631360/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=18244 CPUtime=302.16
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 4195 0 0 0 30212 4 0 0 25 0 1 0 1120232009 18681856 4091 1992294400 134512640 135995732 4294956016 18446744073709551615 134807747 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 4561 4091 172 362 0 4196 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 23608

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/66 29422
/proc/meminfo: memFree=1629256/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=20496 CPUtime=362.16
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 4879 0 0 0 36211 5 0 0 25 0 1 0 1120232009 20987904 4620 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 5124 4620 172 362 0 4759 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 25860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/66 29422
/proc/meminfo: memFree=1628744/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=21104 CPUtime=422.15
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 4996 0 0 0 42210 5 0 0 25 0 1 0 1120232009 21610496 4737 1992294400 134512640 135995732 4294956016 18446744073709551615 134808089 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 5276 4737 172 362 0 4911 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 26468

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 29422
/proc/meminfo: memFree=1628424/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=21484 CPUtime=482.15
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 5081 0 0 0 48210 5 0 0 25 0 1 0 1120232009 21999616 4822 1992294400 134512640 135995732 4294956016 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 5371 4822 172 362 0 5006 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 26848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 29422
/proc/meminfo: memFree=1628168/2055920 swapFree=4178252/4192956
[pid=29413] ppid=29411 vsize=5364 CPUtime=700.03
/proc/29413/stat : 29413 (hydrasat-multi.) S 29411 29413 29047 0 -1 4194304 321 10950 0 0 0 0 69981 22 19 0 1 0 1120162000 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29413/statm: 1341 245 202 169 0 52 0
[pid=29416] ppid=29413 vsize=21804 CPUtime=500.03
/proc/29416/stat : 29416 (hydrasat_cachew) R 29413 29413 29047 0 -1 4194304 5144 0 0 0 49998 5 0 0 25 0 1 0 1120232009 22327296 4885 1992294400 134512640 135995732 4294956016 18446744073709551615 134681299 0 0 4096 1 0 0 0 17 0 0 0
/proc/29416/statm: 5451 4885 172 362 0 5086 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27168

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.21
CPU time (s): 1200.08
CPU user time (s): 1199.8
CPU system time (s): 0.279957
CPU usage (%): 99.9892
Max. virtual memory (cumulated for all children) (KiB): 46680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.8
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16441
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3947

runsolver used 1.00385 second user time and 3.37249 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-31 06:49:15
IDJOB=1530132
IDBENCH=70495
IDSOLVER=518
FILE ID=node16/1530132-1238474955
PBS_JOBID= 9061760
Free space on /tmp= 63956 MiB

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

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

MD5SUM BENCH= 1d34e3663c561a89d93a195f39097223
RANDOM SEED=856405454

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1683896 kB
Buffers:         74076 kB
Cached:         205752 kB
SwapCached:       8560 kB
Active:         173520 kB
Inactive:       116292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683896 kB
SwapTotal:     4192956 kB
SwapFree:      4178252 kB
Dirty:            4196 kB
Writeback:           0 kB
Mapped:          15648 kB
Slab:            68308 kB
Committed_AS:  3106988 kB
PageTables:       1440 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= 63916 MiB
End job on node16 at 2009-03-31 07:09:17