Trace number 1529328

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.07 1200.61

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S685953260-065.cnf
MD5SUM3c731c817594d5a699b72cfb7a1ff2af
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.31558
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
699.89/700.28	HOME/hydrasat-multi.sh: line 48: 18618 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.89/700.28	c Trying configuration 2
1200.05/1200.60	HOME/hydrasat-multi.sh: line 64: 18622 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.05/1200.60	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-1529328-1238377184/watcher-1529328-1238377184 -o /tmp/evaluation-result-1529328-1238377184/solver-1529328-1238377184 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529328-1238377184.cnf 1800 1006489758 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 1.00 3/73 18617
/proc/meminfo: memFree=1544208/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=1584 CPUtime=0
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 167 0 0 0 0 0 0 0 19 0 1 0 1110383247 1622016 149 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 396 149 116 317 0 76 0

[startup+0.084298 s]
/proc/loadavg: 0.99 0.98 1.00 3/73 18617
/proc/meminfo: memFree=1544208/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=2904 CPUtime=0.07
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 508 0 0 0 7 0 0 0 19 0 1 0 1110383247 2973696 490 1992294400 134512640 135813592 4294956176 18446744073709551615 135224153 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 726 490 125 317 0 406 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8264

[startup+0.101299 s]
/proc/loadavg: 0.99 0.98 1.00 3/73 18617
/proc/meminfo: memFree=1544208/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=2904 CPUtime=0.09
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 508 0 0 0 9 0 0 0 19 0 1 0 1110383247 2973696 490 1992294400 134512640 135813592 4294956176 18446744073709551615 134676857 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 726 490 125 317 0 406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8264

[startup+0.30132 s]
/proc/loadavg: 0.99 0.98 1.00 3/73 18617
/proc/meminfo: memFree=1544208/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=3688 CPUtime=0.29
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 749 0 0 0 29 0 0 0 20 0 1 0 1110383247 3776512 730 1992294400 134512640 135813592 4294956176 18446744073709551615 134665069 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 922 730 150 317 0 602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9048

[startup+0.701362 s]
/proc/loadavg: 0.99 0.98 1.00 3/73 18617
/proc/meminfo: memFree=1544208/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=3816 CPUtime=0.69
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 783 0 0 0 69 0 0 0 24 0 1 0 1110383247 3907584 764 1992294400 134512640 135813592 4294956176 18446744073709551615 134591752 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 954 764 150 317 0 634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9176

[startup+1.50145 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1541440/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=3944 CPUtime=1.49
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 817 0 0 0 149 0 0 0 25 0 1 0 1110383247 4038656 798 1992294400 134512640 135813592 4294956176 18446744073709551615 134665984 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 986 798 150 317 0 666 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9304

[startup+3.10162 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1540984/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=4584 CPUtime=3.09
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 969 0 0 0 309 0 0 0 25 0 1 0 1110383247 4694016 950 1992294400 134512640 135813592 4294956176 18446744073709551615 134588938 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 1146 950 150 317 0 826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9944

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1539640/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=5356 CPUtime=6.29
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 1152 0 0 0 629 0 0 0 25 0 1 0 1110383247 5484544 1133 1992294400 134512640 135813592 4294956176 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 1339 1133 150 317 0 1019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10716

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1539584/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=5356 CPUtime=12.68
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 1152 0 0 0 1268 0 0 0 25 0 1 0 1110383247 5484544 1133 1992294400 134512640 135813592 4294956176 18446744073709551615 134665006 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 1339 1133 150 317 0 1019 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10716

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1539584/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=5356 CPUtime=25.48
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 1152 0 0 0 2548 0 0 0 25 0 1 0 1110383247 5484544 1133 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 1339 1133 150 317 0 1019 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10716

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1537344/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=7824 CPUtime=51.07
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 1776 0 0 0 5107 0 0 0 25 0 1 0 1110383247 8011776 1757 1992294400 134512640 135813592 4294956176 18446744073709551615 134665115 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 1956 1757 150 317 0 1636 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13184

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1535872/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=9280 CPUtime=102.25
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 2119 0 0 0 10224 1 0 0 25 0 1 0 1110383247 9502720 2100 1992294400 134512640 135813592 4294956176 18446744073709551615 134665077 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 2320 2100 150 317 0 2000 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14640

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1535808/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=9280 CPUtime=162.22
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 2119 0 0 0 16221 1 0 0 25 0 1 0 1110383247 9502720 2100 1992294400 134512640 135813592 4294956176 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 2320 2100 150 317 0 2000 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 14640

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18619
/proc/meminfo: memFree=1534912/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=10256 CPUtime=222.19
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 2352 0 0 0 22218 1 0 0 25 0 1 0 1110383247 10502144 2333 1992294400 134512640 135813592 4294956176 18446744073709551615 134665557 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 2564 2333 150 317 0 2244 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 15616

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18621
/proc/meminfo: memFree=1531072/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=14188 CPUtime=282.17
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 3312 0 0 0 28214 3 0 0 25 0 1 0 1110383247 14528512 3293 1992294400 134512640 135813592 4294956176 18446744073709551615 134665559 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 3547 3293 150 317 0 3227 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 19548

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18621
/proc/meminfo: memFree=1527616/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=17592 CPUtime=342.14
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 4163 0 0 0 34210 4 0 0 25 0 1 0 1110383247 18014208 4137 1992294400 134512640 135813592 4294956176 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 4398 4137 150 317 0 4078 0

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

[pid=18618] ppid=18617 vsize=22796 CPUtime=462.08
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 5431 0 0 0 46203 5 0 0 25 0 1 0 1110383247 23343104 5364 1992294400 134512640 135813592 4294956176 18446744073709551615 134665514 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 5699 5364 150 317 0 5379 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 28156

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18621
/proc/meminfo: memFree=1522752/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=22796 CPUtime=522.06
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 5433 0 0 0 52201 5 0 0 25 0 1 0 1110383247 23343104 5366 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 5699 5366 150 317 0 5379 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 28156

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18621
/proc/meminfo: memFree=1522688/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=22984 CPUtime=582.03
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 5455 0 0 0 58198 5 0 0 25 0 1 0 1110383247 23535616 5388 1992294400 134512640 135813592 4294956176 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 5746 5388 150 317 0 5426 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 28344

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18621
/proc/meminfo: memFree=1522560/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5360 CPUtime=0
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110383247 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1340 239 197 169 0 51 0
[pid=18618] ppid=18617 vsize=23236 CPUtime=642.01
/proc/18618/stat : 18618 (hydrasat_cache4) R 18617 18617 18429 0 -1 4194304 5503 0 0 0 64195 6 0 0 25 0 1 0 1110383247 23793664 5436 1992294400 134512640 135813592 4294956176 18446744073709551615 134664401 0 0 4096 1 0 0 0 17 0 0 0
/proc/18618/statm: 5809 5436 150 317 0 5489 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 28596

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1519424/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=3376 CPUtime=2.01
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 654 0 0 0 201 0 0 0 25 0 1 0 1110453276 3457024 637 1992294400 134512640 135995732 4294956032 18446744073709551615 135367326 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 844 637 172 362 0 479 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 8740

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1516296/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=6836 CPUtime=61.96
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 1506 0 0 0 6196 0 0 0 25 0 1 0 1110453276 7000064 1489 1992294400 134512640 135995732 4294956032 18446744073709551615 134681299 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 1709 1489 172 362 0 1344 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 12200

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1516296/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=6836 CPUtime=121.92
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 1506 0 0 0 12192 0 0 0 25 0 1 0 1110453276 7000064 1489 1992294400 134512640 135995732 4294956032 18446744073709551615 134806548 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 1709 1489 172 362 0 1344 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 12200

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1516296/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=6836 CPUtime=181.9
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 1506 0 0 0 18190 0 0 0 25 0 1 0 1110453276 7000064 1489 1992294400 134512640 135995732 4294956032 18446744073709551615 134807819 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 1709 1489 172 362 0 1344 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 12200

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1512776/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=10468 CPUtime=241.88
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 2416 0 0 0 24186 2 0 0 25 0 1 0 1110453276 10719232 2399 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 2617 2399 172 362 0 2252 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 15832

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1509512/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=13676 CPUtime=301.86
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 3216 0 0 0 30183 3 0 0 25 0 1 0 1110453276 14004224 3199 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 3419 3199 172 362 0 3054 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 19040

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1507464/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=15908 CPUtime=361.83
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 3724 0 0 0 36180 3 0 0 25 0 1 0 1110453276 16289792 3707 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 3977 3707 172 362 0 3612 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 21272

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1507272/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=16036 CPUtime=421.8
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 3776 0 0 0 42177 3 0 0 25 0 1 0 1110453276 16420864 3759 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 4009 3759 172 362 0 3644 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 21400

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1507272/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=16036 CPUtime=481.78
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 3776 0 0 0 48175 3 0 0 25 0 1 0 1110453276 16420864 3759 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 4009 3759 172 362 0 3644 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 21400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 1.00 2/75 18622
/proc/meminfo: memFree=1507272/2055920 swapFree=4164824/4192956
[pid=18617] ppid=18615 vsize=5364 CPUtime=699.97
/proc/18617/stat : 18617 (hydrasat-multi.) S 18615 18617 18429 0 -1 4194304 322 5911 0 0 0 0 69983 14 19 0 1 0 1110383247 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18617/statm: 1341 245 202 169 0 52 0
[pid=18622] ppid=18617 vsize=16036 CPUtime=500.08
/proc/18622/stat : 18622 (hydrasat_cachew) R 18617 18617 18429 0 -1 4194304 3776 0 0 0 50005 3 0 0 25 0 1 0 1110453276 16420864 3759 1992294400 134512640 135995732 4294956032 18446744073709551615 135374433 0 0 4096 1 0 0 0 17 0 0 0
/proc/18622/statm: 4009 3759 172 362 0 3644 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 21400

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.61
CPU time (s): 1200.07
CPU user time (s): 1199.89
CPU system time (s): 0.184971
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 29408

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

runsolver used 1.01085 second user time and 3.38948 second system time

The end

Launcher Data

Begin job on node81 at 2009-03-30 03:39:44
IDJOB=1529328
IDBENCH=70227
IDSOLVER=518
FILE ID=node81/1529328-1238377184
PBS_JOBID= 9061301
Free space on /tmp= 126236 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S685953260-065.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529328-1238377184/watcher-1529328-1238377184 -o /tmp/evaluation-result-1529328-1238377184/solver-1529328-1238377184 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529328-1238377184.cnf 1800 1006489758

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

MD5SUM BENCH= 3c731c817594d5a699b72cfb7a1ff2af
RANDOM SEED=1006489758

node81.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.220
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.220
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:       1544752 kB
Buffers:         70996 kB
Cached:         342440 kB
SwapCached:      19112 kB
Active:         208296 kB
Inactive:       226076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544752 kB
SwapTotal:     4192956 kB
SwapFree:      4164824 kB
Dirty:            4388 kB
Writeback:           0 kB
Mapped:          26572 kB
Slab:            61736 kB
Committed_AS:  2831064 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126208 MiB
End job on node81 at 2009-03-30 03:59:47