Trace number 1529346

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1313163883-027.cnf
MD5SUM4d7c374b44e6dc0e3274f37b66abba8f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.6114
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.01	c Trying configuration 1
699.99/700.30	HOME/hydrasat-multi.sh: line 48: 10615 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.99/700.30	c Trying configuration 2
1200.10/1200.61	HOME/hydrasat-multi.sh: line 64: 11032 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.10/1200.61	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-1529346-1238377948/watcher-1529346-1238377948 -o /tmp/evaluation-result-1529346-1238377948/solver-1529346-1238377948 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529346-1238377948.cnf 1800 1685135191 

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.97 1.00 0.99 3/64 10613
/proc/meminfo: memFree=1769640/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5356 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) D 10611 10613 10277 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 1110461043 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/10613/statm: 1339 230 191 169 0 50 0

[startup+0.067937 s]
/proc/loadavg: 0.97 1.00 0.99 3/64 10613
/proc/meminfo: memFree=1769640/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.10194 s]
/proc/loadavg: 0.97 1.00 0.99 3/64 10613
/proc/meminfo: memFree=1769640/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301976 s]
/proc/loadavg: 0.97 1.00 0.99 3/64 10613
/proc/meminfo: memFree=1769640/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701048 s]
/proc/loadavg: 0.97 1.00 0.99 3/64 10613
/proc/meminfo: memFree=1769640/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50219 s]
/proc/loadavg: 0.97 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1766872/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=3980 CPUtime=1.47
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 830 0 0 0 147 0 0 0 25 0 1 0 1110461045 4075520 811 1992294400 134512640 135813592 4294956160 18446744073709551615 134665352 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 995 811 150 317 0 675 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9340

[startup+3.10148 s]
/proc/loadavg: 0.97 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1766424/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=4488 CPUtime=3.07
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 947 0 0 0 307 0 0 0 25 0 1 0 1110461045 4595712 928 1992294400 134512640 135813592 4294956160 18446744073709551615 134665358 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 1122 928 150 317 0 802 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9848

[startup+6.30205 s]
/proc/loadavg: 0.97 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1765976/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=4488 CPUtime=6.27
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 961 0 0 0 627 0 0 0 25 0 1 0 1110461045 4595712 942 1992294400 134512640 135813592 4294956160 18446744073709551615 134665987 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 1122 942 150 317 0 802 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9848

[startup+12.7012 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1765976/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=4488 CPUtime=12.67
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 961 0 0 0 1267 0 0 0 25 0 1 0 1110461045 4595712 942 1992294400 134512640 135813592 4294956160 18446744073709551615 134665029 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 1122 942 150 317 0 802 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9848

[startup+25.5015 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1765912/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=4748 CPUtime=25.46
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 1005 0 0 0 2546 0 0 0 25 0 1 0 1110461045 4861952 986 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 1187 986 150 317 0 867 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10108

[startup+51.1011 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1763992/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=6552 CPUtime=51.06
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 1473 0 0 0 5105 1 0 0 25 0 1 0 1110461045 6709248 1454 1992294400 134512640 135813592 4294956160 18446744073709551615 135212902 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 1638 1454 150 317 0 1318 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 11912

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1758424/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=12472 CPUtime=102.24
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 2867 0 0 0 10222 2 0 0 25 0 1 0 1110461045 12771328 2848 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 3118 2848 150 317 0 2798 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17832

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1755736/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=15248 CPUtime=162.22
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 3543 0 0 0 16219 3 0 0 25 0 1 0 1110461045 15613952 3524 1992294400 134512640 135813592 4294956160 18446744073709551615 134591966 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 3812 3524 150 317 0 3492 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 20608

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1755736/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=15248 CPUtime=222.19
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 3544 0 0 0 22216 3 0 0 25 0 1 0 1110461045 15613952 3525 1992294400 134512640 135813592 4294956160 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 3812 3525 150 317 0 3492 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 20608

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1755608/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=15468 CPUtime=282.17
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 3576 0 0 0 28214 3 0 0 25 0 1 0 1110461045 15839232 3557 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 3867 3557 150 317 0 3547 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 20828

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1755544/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=15468 CPUtime=342.15
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 3576 0 0 0 34212 3 0 0 25 0 1 0 1110461045 15839232 3557 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 3867 3557 150 317 0 3547 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 20828

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10615
/proc/meminfo: memFree=1754136/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=16820 CPUtime=402.13
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 3929 0 0 0 40209 4 0 0 25 0 1 0 1110461045 17223680 3906 1992294400 134512640 135813592 4294956160 18446744073709551615 134665347 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 4205 3906 150 317 0 3885 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 22180


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

[pid=10615] ppid=10613 vsize=18760 CPUtime=462.1
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 4367 0 0 0 46206 4 0 0 25 0 1 0 1110461045 19210240 4344 1992294400 134512640 135813592 4294956160 18446744073709551615 134665271 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 4690 4344 150 317 0 4370 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 24120

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 10621
/proc/meminfo: memFree=1749784/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=21244 CPUtime=522.08
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 4991 0 0 0 52203 5 0 0 25 0 1 0 1110461045 21753856 4968 1992294400 134512640 135813592 4294956160 18446744073709551615 134665160 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 5311 4968 150 317 0 4991 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 26604

[startup+582.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 11031
/proc/meminfo: memFree=1748728/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=21624 CPUtime=582.03
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 5053 0 0 0 58196 7 0 0 25 0 1 0 1110461045 22142976 5030 1992294400 134512640 135813592 4294956160 18446744073709551615 134661740 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 5406 5030 150 317 0 5086 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 26984

[startup+642.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 11031
/proc/meminfo: memFree=1745496/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5360 CPUtime=0
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110461043 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10613/statm: 1340 239 197 169 0 51 0
[pid=10615] ppid=10613 vsize=25552 CPUtime=642.01
/proc/10615/stat : 10615 (hydrasat_cache4) R 10613 10613 10277 0 -1 4194304 5982 0 0 0 64192 9 0 0 25 0 1 0 1110461045 26165248 5959 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 1 0 0
/proc/10615/statm: 6388 5959 150 317 0 6068 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 30912

[startup+702.303 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1740056/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=3464 CPUtime=1.99
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 665 0 0 0 199 0 0 0 25 0 1 0 1110531074 3547136 647 1992294400 134512640 135995732 4294956016 18446744073709551615 134663634 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 866 647 172 362 0 501 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 8828

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1737496/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=6280 CPUtime=61.96
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 1375 0 0 0 6194 2 0 0 25 0 1 0 1110531074 6430720 1357 1992294400 134512640 135995732 4294956016 18446744073709551615 134665287 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 1570 1357 172 362 0 1205 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 11644

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1730456/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=13420 CPUtime=121.94
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3153 0 0 0 12189 5 0 0 25 0 1 0 1110531074 13742080 3135 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3355 3135 172 362 0 2990 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 18784

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1730392/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=13420 CPUtime=181.91
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3157 0 0 0 18186 5 0 0 25 0 1 0 1110531074 13742080 3139 1992294400 134512640 135995732 4294956016 18446744073709551615 134808024 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3355 3139 172 362 0 2990 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 18784

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1730328/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=13420 CPUtime=241.9
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3157 0 0 0 24184 6 0 0 25 0 1 0 1110531074 13742080 3139 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3355 3139 172 362 0 2990 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 18784

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1730328/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=13420 CPUtime=301.88
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3157 0 0 0 30182 6 0 0 25 0 1 0 1110531074 13742080 3139 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3355 3139 172 362 0 2990 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 18784

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1730264/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=13420 CPUtime=361.85
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3157 0 0 0 36179 6 0 0 25 0 1 0 1110531074 13742080 3139 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3355 3139 172 362 0 2990 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 18784

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1730008/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=13836 CPUtime=421.83
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3218 0 0 0 42177 6 0 0 25 0 1 0 1110531074 14168064 3200 1992294400 134512640 135995732 4294956016 18446744073709551615 134808102 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3459 3200 172 362 0 3094 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 19200

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1728856/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=14916 CPUtime=481.81
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 3501 0 0 0 48174 7 0 0 25 0 1 0 1110531074 15273984 3483 1992294400 134512640 135995732 4294956016 18446744073709551615 134807881 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 3729 3483 172 362 0 3364 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 20280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11032
/proc/meminfo: memFree=1726552/2055920 swapFree=4178768/4192956
[pid=10613] ppid=10611 vsize=5364 CPUtime=699.99
/proc/10613/stat : 10613 (hydrasat-multi.) S 10611 10613 10277 0 -1 4194304 320 6980 1 0 0 0 69979 20 19 0 1 0 1110461043 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10613/statm: 1341 245 202 169 0 52 0
[pid=11032] ppid=10613 vsize=17220 CPUtime=500.11
/proc/11032/stat : 11032 (hydrasat_cachew) R 10613 10613 10277 0 -1 4194304 4072 0 0 0 50004 7 0 0 25 0 1 0 1110531074 17633280 4054 1992294400 134512640 135995732 4294956016 18446744073709551615 134806628 0 0 4096 1 0 0 0 17 1 0 0
/proc/11032/statm: 4305 4054 172 362 0 3940 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 22584

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.12
CPU user time (s): 1199.84
CPU system time (s): 0.282956
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 33716

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

runsolver used 1.37579 second user time and 2.97355 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-30 03:52:28
IDJOB=1529346
IDBENCH=70233
IDSOLVER=518
FILE ID=node12/1529346-1238377948
PBS_JOBID= 9061269
Free space on /tmp= 65380 MiB

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

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

MD5SUM BENCH= 4d7c374b44e6dc0e3274f37b66abba8f
RANDOM SEED=1685135191

node12.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.266
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.266
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:       1770120 kB
Buffers:         57004 kB
Cached:         153544 kB
SwapCached:       7936 kB
Active:         128388 kB
Inactive:        91500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770120 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            4424 kB
Writeback:           0 kB
Mapped:          15016 kB
Slab:            51952 kB
Committed_AS:  3009488 kB
PageTables:       1380 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= 65376 MiB
End job on node12 at 2009-03-30 04:12:31