Trace number 1530198

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1645769281-097.cnf
MD5SUM6923dc5685633b9bbf405cf2133639d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.295954
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data

0.00/0.00	c Trying configuration 1
699.93/700.39	HOME/hydrasat-multi.sh: line 48: 15591 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.93/700.39	c Trying configuration 2
1200.07/1200.71	HOME/hydrasat-multi.sh: line 64: 15599 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.07/1200.71	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-1530198-1238479206/watcher-1530198-1238479206 -o /tmp/evaluation-result-1530198-1238479206/solver-1530198-1238479206 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1530198-1238479206.cnf 1800 903397175 

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.28 1.66 1.41 3/72 15590
/proc/meminfo: memFree=1684392/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=1452 CPUtime=0
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 167 0 0 0 0 0 0 0 19 0 1 0 1120581782 1486848 149 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 363 149 116 317 0 43 0

[startup+0.0820271 s]
/proc/loadavg: 1.28 1.66 1.41 3/72 15590
/proc/meminfo: memFree=1684392/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=2116 CPUtime=0.07
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 328 0 0 0 7 0 0 0 19 0 1 0 1120581782 2166784 310 1992294400 134512640 135813592 4294956160 18446744073709551615 134521357 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 529 310 123 317 0 209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7476

[startup+0.101029 s]
/proc/loadavg: 1.28 1.66 1.41 3/72 15590
/proc/meminfo: memFree=1684392/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=2116 CPUtime=0.09
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 330 0 0 0 9 0 0 0 19 0 1 0 1120581782 2166784 312 1992294400 134512640 135813592 4294956160 18446744073709551615 134521166 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 529 312 125 317 0 209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7476

[startup+0.301066 s]
/proc/loadavg: 1.28 1.66 1.41 3/72 15590
/proc/meminfo: memFree=1684392/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=2512 CPUtime=0.29
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 446 0 0 0 29 0 0 0 21 0 1 0 1120581782 2572288 427 1992294400 134512640 135813592 4294956160 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 628 427 150 317 0 308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7872

[startup+0.701138 s]
/proc/loadavg: 1.28 1.66 1.41 3/72 15590
/proc/meminfo: memFree=1684392/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=2640 CPUtime=0.69
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 501 0 0 0 69 0 0 0 25 0 1 0 1120581782 2703360 482 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 660 482 150 317 0 340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8000

[startup+1.50128 s]
/proc/loadavg: 1.28 1.66 1.41 2/74 15592
/proc/meminfo: memFree=1682648/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=3320 CPUtime=1.49
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 638 0 0 0 149 0 0 0 25 0 1 0 1120581782 3399680 619 1992294400 134512640 135813592 4294956160 18446744073709551615 134665077 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 830 619 150 317 0 510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8680

[startup+3.10157 s]
/proc/loadavg: 1.26 1.65 1.41 2/74 15592
/proc/meminfo: memFree=1681944/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=3604 CPUtime=3.09
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 717 0 0 0 309 0 0 0 25 0 1 0 1120581782 3690496 698 1992294400 134512640 135813592 4294956160 18446744073709551615 134665586 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 901 698 150 317 0 581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8964

[startup+6.30115 s]
/proc/loadavg: 1.26 1.65 1.41 2/74 15592
/proc/meminfo: memFree=1681688/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=3604 CPUtime=6.29
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 717 0 0 0 629 0 0 0 25 0 1 0 1120581782 3690496 698 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 1 0 0
/proc/15591/statm: 901 698 150 317 0 581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8964

[startup+12.7013 s]
/proc/loadavg: 1.22 1.63 1.41 2/74 15592
/proc/meminfo: memFree=1681312/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=4176 CPUtime=12.68
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 848 0 0 0 1268 0 0 0 25 0 1 0 1120581782 4276224 829 1992294400 134512640 135813592 4294956160 18446744073709551615 134665957 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 1044 829 150 317 0 724 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9536

[startup+25.5016 s]
/proc/loadavg: 1.18 1.60 1.40 2/74 15592
/proc/meminfo: memFree=1679264/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=6304 CPUtime=25.47
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 1322 0 0 0 2547 0 0 0 25 0 1 0 1120581782 6455296 1282 1992294400 134512640 135813592 4294956160 18446744073709551615 135205357 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 1576 1282 150 317 0 1256 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11664

[startup+51.1013 s]
/proc/loadavg: 1.12 1.56 1.39 2/74 15592
/proc/meminfo: memFree=1675168/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=11232 CPUtime=51.07
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 2463 0 0 0 5106 1 0 0 25 0 1 0 1120581782 11501568 2379 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 2808 2379 150 317 0 2488 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16592

[startup+102.307 s]
/proc/loadavg: 1.05 1.46 1.36 2/74 15598
/proc/meminfo: memFree=1668768/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=18388 CPUtime=102.23
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 4347 0 0 0 10221 2 0 0 25 0 1 0 1120581782 18829312 3862 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 4597 3862 150 317 0 4277 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 23748

[startup+162.301 s]
/proc/loadavg: 1.02 1.37 1.34 2/74 15598
/proc/meminfo: memFree=1668384/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=19096 CPUtime=162.2
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 4474 0 0 0 16218 2 0 0 25 0 1 0 1120581782 19554304 3989 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 4774 3989 150 317 0 4454 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 24456

[startup+222.302 s]
/proc/loadavg: 1.00 1.30 1.31 2/74 15598
/proc/meminfo: memFree=1667680/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=19856 CPUtime=222.17
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 4660 0 0 0 22215 2 0 0 25 0 1 0 1120581782 20332544 4175 1992294400 134512640 135813592 4294956160 18446744073709551615 134664943 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 4964 4175 150 317 0 4644 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 25216

[startup+282.301 s]
/proc/loadavg: 1.00 1.24 1.29 2/74 15598
/proc/meminfo: memFree=1667104/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=20456 CPUtime=282.13
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 4796 0 0 0 28211 2 0 0 25 0 1 0 1120581782 20946944 4311 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 5114 4311 150 317 0 4794 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 25816

[startup+342.302 s]
/proc/loadavg: 1.00 1.20 1.27 2/74 15598
/proc/meminfo: memFree=1664160/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=24236 CPUtime=342.1
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 5646 0 0 0 34208 2 0 0 25 0 1 0 1120581782 24817664 5020 1992294400 134512640 135813592 4294956160 18446744073709551615 134665414 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 6059 5020 150 317 0 5739 0

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

[pid=15591] ppid=15590 vsize=35240 CPUtime=522.01
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 8303 0 0 0 52197 4 0 0 25 0 1 0 1120581782 36085760 7365 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 8810 7365 150 317 0 8490 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 40600

[startup+582.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/74 15598
/proc/meminfo: memFree=1653032/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=37204 CPUtime=581.99
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 8794 0 0 0 58194 5 0 0 25 0 1 0 1120581782 38096896 7856 1992294400 134512640 135813592 4294956160 18446744073709551615 134665352 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 9301 7856 150 317 0 8981 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 42564

[startup+642.301 s]
/proc/loadavg: 1.00 1.06 1.18 2/74 15598
/proc/meminfo: memFree=1650920/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5360 CPUtime=0
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120581782 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1340 239 197 169 0 51 0
[pid=15591] ppid=15590 vsize=40108 CPUtime=641.96
/proc/15591/stat : 15591 (hydrasat_cache4) R 15590 15590 15388 0 -1 4194304 9556 0 0 0 64190 6 0 0 25 0 1 0 1120581782 41070592 8358 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/15591/statm: 10027 8358 150 317 0 9707 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 45468

[startup+702.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/74 15599
/proc/meminfo: memFree=1646888/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=2944 CPUtime=1.9
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 547 0 0 0 190 0 0 0 25 0 1 0 1120651821 3014656 529 1992294400 134512640 135995732 4294956016 18446744073709551615 134806261 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 736 529 172 362 0 371 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 8308

[startup+762.307 s]
/proc/loadavg: 1.00 1.04 1.16 2/74 15599
/proc/meminfo: memFree=1640552/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=10192 CPUtime=61.87
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 2247 0 0 0 6186 1 0 0 25 0 1 0 1120651821 10436608 2229 1992294400 134512640 135995732 4294956016 18446744073709551615 134807758 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 2548 2229 172 362 0 2183 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 15556

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/74 15599
/proc/meminfo: memFree=1638632/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=12536 CPUtime=121.84
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 2786 0 0 0 12182 2 0 0 25 0 1 0 1120651821 12836864 2729 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 3134 2729 172 362 0 2769 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 17900

[startup+882.303 s]
/proc/loadavg: 1.00 1.02 1.13 2/74 15599
/proc/meminfo: memFree=1636200/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=15512 CPUtime=181.81
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 3473 0 0 0 18179 2 0 0 25 0 1 0 1120651821 15884288 3343 1992294400 134512640 135995732 4294956016 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 3878 3343 172 362 0 3513 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 20876

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.12 2/74 15599
/proc/meminfo: memFree=1632552/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=19660 CPUtime=241.78
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 4480 0 0 0 24175 3 0 0 25 0 1 0 1120651821 20131840 4271 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 4915 4271 172 362 0 4550 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 25024

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/74 15599
/proc/meminfo: memFree=1628456/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=23692 CPUtime=301.75
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 5469 0 0 0 30171 4 0 0 25 0 1 0 1120651821 24260608 5260 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 5923 5260 172 362 0 5558 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 29056

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/74 15599
/proc/meminfo: memFree=1625640/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=26724 CPUtime=361.72
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 6270 0 0 0 36167 5 0 0 25 0 1 0 1120651821 27365376 5966 1992294400 134512640 135995732 4294956016 18446744073709551615 134808039 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 6681 5966 172 362 0 6316 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 32088

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/74 15599
/proc/meminfo: memFree=1622760/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=30060 CPUtime=421.69
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 6996 0 0 0 42163 6 0 0 25 0 1 0 1120651821 30781440 6692 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 7515 6692 172 362 0 7150 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 35424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 15599
/proc/meminfo: memFree=1619944/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=32896 CPUtime=481.66
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 7669 0 0 0 48159 7 0 0 25 0 1 0 1120651821 33685504 7365 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 8224 7365 172 362 0 7859 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 38260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=33424 CPUtime=500.06
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 7804 0 0 0 49999 7 0 0 25 0 1 0 1120651821 34226176 7500 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 8356 7500 172 362 0 7991 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 38788

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.08 2/74 15599
/proc/meminfo: memFree=1619432/2055920 swapFree=4174692/4192956
[pid=15590] ppid=15588 vsize=5364 CPUtime=700.01
/proc/15590/stat : 15590 (hydrasat-multi.) S 15588 15590 15388 0 -1 4194304 321 11559 0 0 0 0 69982 19 16 0 1 0 1120581782 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15590/statm: 1341 245 202 169 0 52 0
[pid=15599] ppid=15590 vsize=33424 CPUtime=500.06
/proc/15599/stat : 15599 (hydrasat_cachew) R 15590 15590 15388 0 -1 4194304 7804 0 0 0 49999 7 0 0 25 0 1 0 1120651821 34226176 7500 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/15599/statm: 8356 7500 172 362 0 7991 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 38788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.11
CPU user time (s): 1199.83
CPU system time (s): 0.280957
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 47476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.83
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 4714

runsolver used 0.923859 second user time and 3.50047 second system time

The end

Launcher Data

Begin job on node67 at 2009-03-31 08:00:06
IDJOB=1530198
IDBENCH=70517
IDSOLVER=518
FILE ID=node67/1530198-1238479206
PBS_JOBID= 9061818
Free space on /tmp= 66376 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1645769281-097.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530198-1238479206/watcher-1530198-1238479206 -o /tmp/evaluation-result-1530198-1238479206/solver-1530198-1238479206 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530198-1238479206.cnf 1800 903397175

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

MD5SUM BENCH= 6923dc5685633b9bbf405cf2133639d1
RANDOM SEED=903397175

node67.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.265
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.265
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:       1684872 kB
Buffers:         67452 kB
Cached:         214500 kB
SwapCached:       9632 kB
Active:         155244 kB
Inactive:       137760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684872 kB
SwapTotal:     4192956 kB
SwapFree:      4174692 kB
Dirty:            4376 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            63152 kB
Committed_AS:  3168716 kB
PageTables:       2052 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= 66336 MiB
End job on node67 at 2009-03-31 08:20:09