Trace number 1529805

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 1203.91

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S1305875336-097.cnf
MD5SUMb3cf2670d50b8679bd962b141ac1ad44
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.029
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
699.97/703.65	HOME/hydrasat-multi.sh: line 48: 26690 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.97/703.65	c Trying configuration 2
1200.09/1203.91	HOME/hydrasat-multi.sh: line 64: 26692 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.09/1203.91	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-1529805-1238414632/watcher-1529805-1238414632 -o /tmp/evaluation-result-1529805-1238414632/solver-1529805-1238414632 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529805-1238414632.cnf 1800 1747207236 

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: 2.00 2.00 2.00 4/86 26689
/proc/meminfo: memFree=1754968/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=5360 CPUtime=0
/proc/26690/stat : 26690 (hydrasat-multi.) R 26689 26689 26328 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 4355544 0 0 4096 0 0 0 0 17 1 0 0
/proc/26690/statm: 1340 239 197 169 0 51 0

[startup+0.103038 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 26689
/proc/meminfo: memFree=1754968/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=1848 CPUtime=0.09
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 282 0 0 0 9 0 0 0 21 0 1 0 467793681 1892352 263 1992294400 134512640 135813592 4294956160 18446744073709551615 134665175 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 462 263 149 317 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.201053 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 26689
/proc/meminfo: memFree=1754968/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=1848 CPUtime=0.19
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 306 0 0 0 19 0 0 0 22 0 1 0 467793681 1892352 287 1992294400 134512640 135813592 4294956160 18446744073709551615 135213000 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 462 287 149 317 0 142 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7208

[startup+0.301073 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 26689
/proc/meminfo: memFree=1754968/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=1980 CPUtime=0.29
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 325 0 0 0 29 0 0 0 23 0 1 0 467793681 2027520 306 1992294400 134512640 135813592 4294956160 18446744073709551615 134665271 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 495 306 149 317 0 175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7340

[startup+0.701146 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 26689
/proc/meminfo: memFree=1754968/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=2244 CPUtime=0.69
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 389 0 0 0 69 0 0 0 25 0 1 0 467793681 2297856 370 1992294400 134512640 135813592 4294956160 18446744073709551615 134662288 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 561 370 149 317 0 241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7604

[startup+1.50129 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1753352/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=2664 CPUtime=1.48
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 480 0 0 0 148 0 0 0 25 0 1 0 467793681 2727936 461 1992294400 134512640 135813592 4294956160 18446744073709551615 134594958 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 666 461 149 317 0 346 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8024

[startup+3.10159 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1753032/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=2796 CPUtime=3.08
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 527 0 0 0 308 0 0 0 25 0 1 0 467793681 2863104 508 1992294400 134512640 135813592 4294956160 18446744073709551615 134662135 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 699 508 149 317 0 379 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8156

[startup+6.30118 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1752968/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=2796 CPUtime=6.26
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 530 0 0 0 626 0 0 0 25 0 1 0 467793681 2863104 511 1992294400 134512640 135813592 4294956160 18446744073709551615 134592473 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 699 511 149 317 0 379 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 8156

[startup+12.7014 s]
/proc/loadavg: 2.16 2.03 2.01 3/88 26691
/proc/meminfo: memFree=1752776/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=2928 CPUtime=12.62
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 543 0 0 0 1262 0 0 0 25 0 1 0 467793681 2998272 524 1992294400 134512640 135813592 4294956160 18446744073709551615 134667446 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 732 524 149 317 0 412 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 8288

[startup+25.5017 s]
/proc/loadavg: 2.26 2.06 2.02 3/88 26691
/proc/meminfo: memFree=1750664/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=5832 CPUtime=25.35
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 1208 0 0 0 2535 0 0 0 25 0 1 0 467793681 5971968 1189 1992294400 134512640 135813592 4294956160 18446744073709551615 134665303 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 1458 1189 149 317 0 1138 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 11192

[startup+51.1015 s]
/proc/loadavg: 2.17 2.06 2.02 3/88 26691
/proc/meminfo: memFree=1748104/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=8308 CPUtime=50.83
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 1793 0 0 0 5082 1 0 0 25 0 1 0 467793681 8507392 1750 1992294400 134512640 135813592 4294956160 18446744073709551615 134665574 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 2077 1750 149 317 0 1757 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 13668

[startup+102.302 s]
/proc/loadavg: 2.07 2.05 2.01 3/88 26691
/proc/meminfo: memFree=1745224/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=11996 CPUtime=101.75
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 2622 0 0 0 10174 1 0 0 25 0 1 0 467793681 12283904 2469 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 2999 2469 149 317 0 2679 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 17356

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.01 3/88 26691
/proc/meminfo: memFree=1738952/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=19024 CPUtime=161.44
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 4225 0 0 0 16142 2 0 0 25 0 1 0 467793681 19480576 4011 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 4756 4011 149 317 0 4436 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 24384

[startup+222.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/88 26691
/proc/meminfo: memFree=1734024/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=24872 CPUtime=221.14
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 5720 0 0 0 22111 3 0 0 25 0 1 0 467793681 25468928 5216 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 6218 5216 149 317 0 5898 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 30232

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 26691
/proc/meminfo: memFree=1729800/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=29368 CPUtime=280.84
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 6808 0 0 0 28079 5 0 0 25 0 1 0 467793681 30072832 6304 1992294400 134512640 135813592 4294956160 18446744073709551615 134665442 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 7342 6304 149 317 0 7022 0
Current children cumulated CPU time (s) 280.84
Current children cumulated vsize (KiB) 34728

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 26691
/proc/meminfo: memFree=1726472/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=33768 CPUtime=340.52
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 7964 0 0 0 34047 5 0 0 25 0 1 0 467793681 34578432 7130 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 8442 7130 149 317 0 8122 0

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

[pid=26690] ppid=26689 vsize=42548 CPUtime=459.92
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 10362 0 0 0 45985 7 0 0 25 0 1 0 467793681 43569152 9043 1992294400 134512640 135813592 4294956160 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 10637 9043 149 317 0 10317 0
Current children cumulated CPU time (s) 459.92
Current children cumulated vsize (KiB) 47908

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1718664/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=42548 CPUtime=519.61
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 10367 0 0 0 51954 7 0 0 25 0 1 0 467793681 43569152 9048 1992294400 134512640 135813592 4294956160 18446744073709551615 134665061 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 10637 9048 149 317 0 10317 0
Current children cumulated CPU time (s) 519.61
Current children cumulated vsize (KiB) 47908

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1718664/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=42548 CPUtime=579.3
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 10379 0 0 0 57922 8 0 0 25 0 1 0 467793681 43569152 9060 1992294400 134512640 135813592 4294956160 18446744073709551615 134664993 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 10637 9060 149 317 0 10317 0
Current children cumulated CPU time (s) 579.3
Current children cumulated vsize (KiB) 47908

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1718600/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=42548 CPUtime=638.98
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 10390 0 0 0 63890 8 0 0 25 0 1 0 467793681 43569152 9071 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 10637 9071 149 317 0 10317 0
Current children cumulated CPU time (s) 638.98
Current children cumulated vsize (KiB) 47908

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26691
/proc/meminfo: memFree=1718408/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5360 CPUtime=0
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 467793681 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26689/statm: 1340 239 197 169 0 51 0
[pid=26690] ppid=26689 vsize=42548 CPUtime=698.67
/proc/26690/stat : 26690 (hydrasat_cache4) R 26689 26689 26328 0 -1 4194304 10403 0 0 0 69859 8 0 0 25 0 1 0 467793681 43569152 9084 1992294400 134512640 135813592 4294956160 18446744073709551615 134665006 0 0 4096 1 0 0 0 17 0 0 0
/proc/26690/statm: 10637 9084 149 317 0 10317 0
Current children cumulated CPU time (s) 698.67
Current children cumulated vsize (KiB) 47908

[startup+762.302 s]
/proc/loadavg: 2.86 2.23 2.08 3/88 26692
/proc/meminfo: memFree=1709384/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=9336 CPUtime=58.62
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 2078 0 0 0 5862 0 0 0 25 0 1 0 467864047 9560064 2023 1992294400 134512640 135995732 4294956016 18446744073709551615 134841888 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 2334 2023 171 362 0 1969 0
Current children cumulated CPU time (s) 758.64
Current children cumulated vsize (KiB) 14700

[startup+822.302 s]
/proc/loadavg: 3.25 2.44 2.16 3/88 26692
/proc/meminfo: memFree=1709448/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=9888 CPUtime=118.6
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 2182 0 0 0 11859 1 0 0 25 0 1 0 467864047 10125312 2127 1992294400 134512640 135995732 4294956016 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 2472 2127 171 362 0 2107 0
Current children cumulated CPU time (s) 818.62
Current children cumulated vsize (KiB) 15252

[startup+882.308 s]
/proc/loadavg: 2.53 2.39 2.16 3/88 26692
/proc/meminfo: memFree=1710280/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=10188 CPUtime=178.57
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 2234 0 0 0 17856 1 0 0 25 0 1 0 467864047 10432512 2179 1992294400 134512640 135995732 4294956016 18446744073709551615 134808032 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 2547 2179 171 362 0 2182 0
Current children cumulated CPU time (s) 878.59
Current children cumulated vsize (KiB) 15552

[startup+942.302 s]
/proc/loadavg: 2.19 2.32 2.14 3/88 26692
/proc/meminfo: memFree=1710152/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=10344 CPUtime=238.55
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 2267 0 0 0 23854 1 0 0 25 0 1 0 467864047 10592256 2212 1992294400 134512640 135995732 4294956016 18446744073709551615 134682285 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 2586 2212 171 362 0 2221 0
Current children cumulated CPU time (s) 938.57
Current children cumulated vsize (KiB) 15708

[startup+1002.3 s]
/proc/loadavg: 2.07 2.26 2.13 3/88 26692
/proc/meminfo: memFree=1710088/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=10344 CPUtime=298.53
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 2285 0 0 0 29852 1 0 0 25 0 1 0 467864047 10592256 2230 1992294400 134512640 135995732 4294956016 18446744073709551615 134806610 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 2586 2230 171 362 0 2221 0
Current children cumulated CPU time (s) 998.55
Current children cumulated vsize (KiB) 15708

[startup+1062.3 s]
/proc/loadavg: 2.02 2.21 2.12 3/88 26692
/proc/meminfo: memFree=1707848/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=12784 CPUtime=358.51
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 2840 0 0 0 35849 2 0 0 25 0 1 0 467864047 13090816 2785 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 3196 2785 171 362 0 2831 0
Current children cumulated CPU time (s) 1058.53
Current children cumulated vsize (KiB) 18148

[startup+1122.3 s]
/proc/loadavg: 2.01 2.17 2.11 3/88 26692
/proc/meminfo: memFree=1704904/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=15768 CPUtime=418.49
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 3614 0 0 0 41846 3 0 0 25 0 1 0 467864047 16146432 3506 1992294400 134512640 135995732 4294956016 18446744073709551615 134808131 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 3942 3506 171 362 0 3577 0
Current children cumulated CPU time (s) 1118.51
Current children cumulated vsize (KiB) 21132

[startup+1182.3 s]
/proc/loadavg: 2.00 2.13 2.10 3/88 26692
/proc/meminfo: memFree=1702728/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=18152 CPUtime=478.47
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 4166 0 0 0 47843 4 0 0 25 0 1 0 467864047 18587648 4058 1992294400 134512640 135995732 4294956016 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 4538 4058 171 362 0 4173 0
Current children cumulated CPU time (s) 1178.49
Current children cumulated vsize (KiB) 23516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 2.00 2.12 2.09 3/88 26692
/proc/meminfo: memFree=1701960/2055924 swapFree=4179644/4192956
[pid=26689] ppid=26687 vsize=5364 CPUtime=700.02
/proc/26689/stat : 26689 (hydrasat-multi.) S 26687 26689 26328 0 -1 4194304 321 11787 0 0 0 0 69980 22 19 0 1 0 467793681 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26689/statm: 1341 245 202 169 0 52 0
[pid=26692] ppid=26689 vsize=18984 CPUtime=500.07
/proc/26692/stat : 26692 (hydrasat_cachew) R 26689 26689 26328 0 -1 4194304 4342 0 0 0 50002 5 0 0 25 0 1 0 467864047 19439616 4234 1992294400 134512640 135995732 4294956016 18446744073709551615 134808096 0 0 4096 1 0 0 0 17 1 0 0
/proc/26692/statm: 4746 4234 171 362 0 4381 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 24348

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): 1203.91
CPU time (s): 1200.12
CPU user time (s): 1199.83
CPU system time (s): 0.287956
CPU usage (%): 99.6848
Max. virtual memory (cumulated for all children) (KiB): 47908

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

runsolver used 1.49477 second user time and 4.06838 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-30 14:03:52
IDJOB=1529805
IDBENCH=70386
IDSOLVER=518
FILE ID=node83/1529805-1238414632
PBS_JOBID= 9061447
Free space on /tmp= 66508 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S1305875336-097.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529805-1238414632/watcher-1529805-1238414632 -o /tmp/evaluation-result-1529805-1238414632/solver-1529805-1238414632 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529805-1238414632.cnf 1800 1747207236

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

MD5SUM BENCH= b3cf2670d50b8679bd962b141ac1ad44
RANDOM SEED=1747207236

node83.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1755384 kB
Buffers:         51336 kB
Cached:         157140 kB
SwapCached:       7492 kB
Active:          86836 kB
Inactive:       140156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1755384 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:            4096 kB
Writeback:           0 kB
Mapped:          25992 kB
Slab:            57552 kB
Committed_AS:  1073820 kB
PageTables:       2680 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= 66468 MiB
End job on node83 at 2009-03-30 14:23:58