Trace number 1529361

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.81

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1568578307-064.cnf
MD5SUM5adac1d8579162dbe20ef9795f561831
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

Solver Data

0.00/0.01	c Trying configuration 1
700.00/700.41	HOME/hydrasat-multi.sh: line 48: 10254 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.00/700.41	c Trying configuration 2
1200.09/1200.81	HOME/hydrasat-multi.sh: line 64: 10255 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.09/1200.81	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-1529361-1238378815/watcher-1529361-1238378815 -o /tmp/evaluation-result-1529361-1238378815/solver-1529361-1238378815 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529361-1238378815.cnf 1800 233954492 

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.92 0.99 0.99 3/64 10252
/proc/meminfo: memFree=1610656/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5356 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) D 10250 10252 9530 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 1110547823 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/10252/statm: 1339 230 191 169 0 50 0

[startup+0.034686 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 10252
/proc/meminfo: memFree=1610656/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101697 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 10252
/proc/meminfo: memFree=1610656/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301735 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 10252
/proc/meminfo: memFree=1610656/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701811 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 10252
/proc/meminfo: memFree=1610656/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50196 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1607184/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=4704 CPUtime=1.48
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 1004 0 0 0 148 0 0 0 25 0 1 0 1110547824 4816896 985 1992294400 134512640 135813592 4294956160 18446744073709551615 134665347 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 1176 985 150 317 0 856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10064

[startup+3.10127 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1606800/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=5232 CPUtime=3.08
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 1117 0 0 0 308 0 0 0 25 0 1 0 1110547824 5357568 1098 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 1308 1098 150 317 0 988 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10592

[startup+6.30188 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1606096/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=5488 CPUtime=6.27
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 1184 0 0 0 627 0 0 0 25 0 1 0 1110547824 5619712 1165 1992294400 134512640 135813592 4294956160 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 1372 1165 150 317 0 1052 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10848

[startup+12.7021 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1606032/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=5888 CPUtime=12.68
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 1283 0 0 0 1267 1 0 0 25 0 1 0 1110547824 6029312 1264 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 1472 1264 150 317 0 1152 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11248

[startup+25.5016 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1604944/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=6956 CPUtime=25.46
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 1528 0 0 0 2545 1 0 0 25 0 1 0 1110547824 7122944 1509 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10254/statm: 1739 1509 150 317 0 1419 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12316

[startup+51.1014 s]
/proc/loadavg: 0.96 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1604944/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=6956 CPUtime=51.04
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 1543 0 0 0 5103 1 0 0 25 0 1 0 1110547824 7122944 1524 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 1739 1524 150 317 0 1419 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 12316

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1599120/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=12976 CPUtime=102.22
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 2987 0 0 0 10221 1 0 0 25 0 1 0 1110547824 13287424 2955 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 3244 2955 150 317 0 2924 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 18336

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1599120/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=12976 CPUtime=162.18
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 2989 0 0 0 16217 1 0 0 25 0 1 0 1110547824 13287424 2957 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 3244 2957 150 317 0 2924 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 18336

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1599056/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=12976 CPUtime=222.15
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 2991 0 0 0 22214 1 0 0 25 0 1 0 1110547824 13287424 2959 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 3244 2959 150 317 0 2924 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 18336

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1599056/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=13128 CPUtime=282.12
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 2993 0 0 0 28211 1 0 0 25 0 1 0 1110547824 13443072 2961 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 3282 2961 150 317 0 2962 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 18488

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1597520/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=14784 CPUtime=342.09
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 3411 0 0 0 34207 2 0 0 25 0 1 0 1110547824 15138816 3361 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 3696 3361 150 317 0 3376 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 20144

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1591248/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=21880 CPUtime=402.06
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 5158 0 0 0 40203 3 0 0 25 0 1 0 1110547824 22405120 4946 1992294400 134512640 135813592 4294956160 18446744073709551615 134667899 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 5470 4946 150 317 0 5150 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 27240


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

[pid=10254] ppid=10252 vsize=26680 CPUtime=462.03
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 6295 0 0 0 46199 4 0 0 25 0 1 0 1110547824 27320320 6083 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 6670 6083 150 317 0 6350 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 32040

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1582864/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=30552 CPUtime=522
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 7228 0 0 0 52195 5 0 0 25 0 1 0 1110547824 31285248 7016 1992294400 134512640 135813592 4294956160 18446744073709551615 134665623 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 7638 7016 150 317 0 7318 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 35912

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1579472/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=33948 CPUtime=581.97
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 8152 0 0 0 58191 6 0 0 25 0 1 0 1110547824 34762752 7844 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 8487 7844 150 317 0 8167 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 39308

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10254
/proc/meminfo: memFree=1578064/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5360 CPUtime=0
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110547823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10252/statm: 1340 239 197 169 0 51 0
[pid=10254] ppid=10252 vsize=35268 CPUtime=641.95
/proc/10254/stat : 10254 (hydrasat_cache4) R 10252 10252 9530 0 -1 4194304 8509 0 0 0 64188 7 0 0 25 0 1 0 1110547824 36114432 8201 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/10254/statm: 8817 8201 150 317 0 8497 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 40628

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1572112/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=3936 CPUtime=1.87
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 789 0 0 0 187 0 0 0 25 0 1 0 1110617865 4030464 771 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 984 771 172 362 0 619 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 9300

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1568848/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=8008 CPUtime=61.8
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 1781 0 0 0 6179 1 0 0 25 0 1 0 1110617865 8200192 1763 1992294400 134512640 135995732 4294956016 18446744073709551615 134807855 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 2002 1763 172 362 0 1637 0
Current children cumulated CPU time (s) 761.82
Current children cumulated vsize (KiB) 13372

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1565776/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=11144 CPUtime=121.77
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 2538 0 0 0 12175 2 0 0 25 0 1 0 1110617865 11411456 2520 1992294400 134512640 135995732 4294956016 18446744073709551615 134808081 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 2786 2520 172 362 0 2421 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 16508

[startup+882.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1562256/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=14768 CPUtime=181.74
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 3415 0 0 0 18171 3 0 0 25 0 1 0 1110617865 15122432 3397 1992294400 134512640 135995732 4294956016 18446744073709551615 134808032 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 3692 3397 172 362 0 3327 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 20132

[startup+942.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1557008/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=20248 CPUtime=241.71
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 4741 0 0 0 24166 5 0 0 25 0 1 0 1110617865 20733952 4723 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 5062 4723 172 362 0 4697 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 25612

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1551760/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=25912 CPUtime=301.68
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 6146 0 0 0 30161 7 0 0 25 0 1 0 1110617865 26533888 6027 1992294400 134512640 135995732 4294956016 18446744073709551615 134806589 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 6478 6027 172 362 0 6113 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 31276

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1546576/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=31320 CPUtime=361.64
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 7458 0 0 0 36156 8 0 0 25 0 1 0 1110617865 32071680 7339 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 7830 7339 172 362 0 7465 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 36684

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1542544/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=35504 CPUtime=421.6
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 8472 0 0 0 42151 9 0 0 25 0 1 0 1110617865 36356096 8353 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 8876 8353 172 362 0 8511 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 40868

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1541776/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=36292 CPUtime=481.58
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 8651 0 0 0 48148 10 0 0 25 0 1 0 1110617865 37163008 8532 1992294400 134512640 135995732 4294956016 18446744073709551615 134807735 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 9073 8532 172 362 0 8708 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 41656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 10255
/proc/meminfo: memFree=1541776/2055920 swapFree=4178400/4192956
[pid=10252] ppid=10250 vsize=5364 CPUtime=700.02
/proc/10252/stat : 10252 (hydrasat-multi.) S 10250 10252 9530 0 -1 4194304 320 9686 1 0 0 0 69981 21 16 0 1 0 1110547823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10252/statm: 1341 245 202 169 0 52 0
[pid=10255] ppid=10252 vsize=36292 CPUtime=500.07
/proc/10255/stat : 10255 (hydrasat_cachew) R 10252 10252 9530 0 -1 4194304 8651 0 0 0 49997 10 0 0 25 0 1 0 1110617865 37163008 8532 1992294400 134512640 135995732 4294956016 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 0 0 0
/proc/10255/statm: 9073 8532 172 362 0 8708 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 41656

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.81
CPU time (s): 1200.12
CPU user time (s): 1199.8
CPU system time (s): 0.32695
CPU usage (%): 99.9426
Max. virtual memory (cumulated for all children) (KiB): 43544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.8
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18664
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= 9
involuntary context switches= 3791

runsolver used 1.07883 second user time and 3.2975 second system time

The end

Launcher Data

Begin job on node9 at 2009-03-30 04:06:55
IDJOB=1529361
IDBENCH=70238
IDSOLVER=518
FILE ID=node9/1529361-1238378815
PBS_JOBID= 9061261
Free space on /tmp= 66420 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S1568578307-064.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529361-1238378815/watcher-1529361-1238378815 -o /tmp/evaluation-result-1529361-1238378815/solver-1529361-1238378815 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529361-1238378815.cnf 1800 233954492

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

MD5SUM BENCH= 5adac1d8579162dbe20ef9795f561831
RANDOM SEED=233954492

node9.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.268
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.268
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:       1611136 kB
Buffers:         87704 kB
Cached:         267932 kB
SwapCached:       8300 kB
Active:          55448 kB
Inactive:       310040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611136 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:            4604 kB
Writeback:           0 kB
Mapped:          15532 kB
Slab:            65336 kB
Committed_AS:  2860352 kB
PageTables:       1392 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= 66384 MiB
End job on node9 at 2009-03-30 04:26:58