Trace number 1529427

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1845944120-011.cnf
MD5SUMc7e600e65327a74ce4dc4cc40e37ba60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark178.692
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

0.00/0.00	c Trying configuration 1
699.96/700.39	HOME/hydrasat-multi.sh: line 48: 19214 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.96/700.39	c Trying configuration 2
1200.11/1200.71	HOME/hydrasat-multi.sh: line 64: 19216 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.11/1200.71	c Trying configuration 3

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1529427-1238382600/watcher-1529427-1238382600 -o /tmp/evaluation-result-1529427-1238382600/solver-1529427-1238382600 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529427-1238382600.cnf 1800 571915539 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 19213
/proc/meminfo: memFree=1540288/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=1584 CPUtime=0
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 165 0 0 0 0 0 0 0 20 0 1 0 1110924824 1622016 147 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 396 147 116 317 0 76 0

[startup+0.051493 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 19213
/proc/meminfo: memFree=1540288/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=3344 CPUtime=0.04
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 618 0 0 0 4 0 0 0 20 0 1 0 1110924824 3424256 600 1992294400 134512640 135813592 4294956160 18446744073709551615 134521135 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 836 600 123 317 0 516 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.101498 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 19213
/proc/meminfo: memFree=1540288/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=3344 CPUtime=0.09
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 618 0 0 0 9 0 0 0 20 0 1 0 1110924824 3424256 600 1992294400 134512640 135813592 4294956160 18446744073709551615 134676619 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 836 600 123 317 0 516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.301518 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 19213
/proc/meminfo: memFree=1540288/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=3344 CPUtime=0.29
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 620 0 0 0 29 0 0 0 22 0 1 0 1110924824 3424256 602 1992294400 134512640 135813592 4294956160 18446744073709551615 134676874 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 836 602 125 317 0 516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8704

[startup+0.701561 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 19213
/proc/meminfo: memFree=1540288/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=3880 CPUtime=0.69
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 807 0 0 0 69 0 0 0 25 0 1 0 1110924824 3973120 788 1992294400 134512640 135813592 4294956160 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 970 788 150 317 0 650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9240

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1537200/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=4276 CPUtime=1.49
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 891 0 0 0 149 0 0 0 25 0 1 0 1110924824 4378624 872 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 1069 872 150 317 0 749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9636

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1536816/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=4812 CPUtime=3.09
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 1019 0 0 0 309 0 0 0 25 0 1 0 1110924824 4927488 1000 1992294400 134512640 135813592 4294956160 18446744073709551615 134665160 0 0 4096 1 0 0 0 17 1 0 0
/proc/19214/statm: 1203 1000 150 317 0 883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10172

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1536176/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=4812 CPUtime=6.29
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 1023 0 0 0 629 0 0 0 25 0 1 0 1110924824 4927488 1004 1992294400 134512640 135813592 4294956160 18446744073709551615 135205545 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 1203 1004 150 317 0 883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10172

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1535288/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=6036 CPUtime=12.68
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 1318 0 0 0 1268 0 0 0 25 0 1 0 1110924824 6180864 1299 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 1509 1299 150 317 0 1189 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11396

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1534712/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=6440 CPUtime=25.47
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 1416 0 0 0 2547 0 0 0 25 0 1 0 1110924824 6594560 1397 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 1610 1397 150 317 0 1290 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11800

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1534520/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=7156 CPUtime=51.06
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 1549 0 0 0 5106 0 0 0 25 0 1 0 1110924824 7327744 1530 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 1789 1530 150 317 0 1469 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12516

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1528504/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=13180 CPUtime=102.24
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 3017 0 0 0 10223 1 0 0 25 0 1 0 1110924824 13496320 2952 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 3295 2952 150 317 0 2975 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18540

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1523768/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=18496 CPUtime=162.21
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 4296 0 0 0 16219 2 0 0 25 0 1 0 1110924824 18939904 4149 1992294400 134512640 135813592 4294956160 18446744073709551615 134664954 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 4624 4149 150 317 0 4304 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 23856

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1520824/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=21684 CPUtime=222.18
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 5036 0 0 0 22216 2 0 0 25 0 1 0 1110924824 22204416 4889 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 5421 4889 150 317 0 5101 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 27044

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1515064/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=28192 CPUtime=282.16
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 6628 0 0 0 28212 4 0 0 25 0 1 0 1110924824 28868608 6295 1992294400 134512640 135813592 4294956160 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 7048 6295 150 317 0 6728 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 33552

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1510904/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=32576 CPUtime=342.14
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 7690 0 0 0 34208 6 0 0 25 0 1 0 1110924824 33357824 7357 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 8144 7357 150 317 0 7824 0

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

[pid=19214] ppid=19213 vsize=46232 CPUtime=522.05
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 10785 0 0 0 52197 8 0 0 25 0 1 0 1110924824 47341568 10452 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 11558 10452 150 317 0 11238 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 51592

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1496312/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=48884 CPUtime=582.03
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 11651 0 0 0 58194 9 0 0 25 0 1 0 1110924824 50057216 10956 1992294400 134512640 135813592 4294956160 18446744073709551615 134592190 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 12221 10956 150 317 0 11901 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 54244

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19215
/proc/meminfo: memFree=1496248/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5360 CPUtime=0
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1110924824 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1340 239 197 169 0 51 0
[pid=19214] ppid=19213 vsize=48884 CPUtime=642.01
/proc/19214/stat : 19214 (hydrasat_cache4) R 19213 19213 18429 0 -1 4194304 11653 0 0 0 64192 9 0 0 25 0 1 0 1110924824 50057216 10958 1992294400 134512640 135813592 4294956160 18446744073709551615 134662603 0 0 4096 1 0 0 0 17 0 0 0
/proc/19214/statm: 12221 10958 150 317 0 11901 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 54244

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1492792/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=3664 CPUtime=1.89
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 708 0 0 0 189 0 0 0 25 0 1 0 1110994864 3751936 690 1992294400 134512640 135995732 4294956016 18446744073709551615 134807761 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 916 690 172 362 0 551 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 9028

[startup+762.307 s]
/proc/loadavg: 1.03 1.01 1.00 2/75 19216
/proc/meminfo: memFree=1488056/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=9220 CPUtime=61.86
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 2056 0 0 0 6182 4 0 0 25 0 1 0 1110994864 9441280 2038 1992294400 134512640 135995732 4294956016 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 2305 2038 172 362 0 1940 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 14584

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/75 19216
/proc/meminfo: memFree=1486200/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=11116 CPUtime=121.82
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 2526 0 0 0 12178 4 0 0 25 0 1 0 1110994864 11382784 2501 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 2779 2501 172 362 0 2414 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 16480

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1486200/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=11116 CPUtime=181.79
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 2527 0 0 0 18175 4 0 0 25 0 1 0 1110994864 11382784 2502 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 2779 2502 172 362 0 2414 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 16480

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1486200/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=11116 CPUtime=241.77
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 2528 0 0 0 24172 5 0 0 25 0 1 0 1110994864 11382784 2503 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 2779 2503 172 362 0 2414 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 16480

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1482616/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=14808 CPUtime=301.75
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 3437 0 0 0 30169 6 0 0 25 0 1 0 1110994864 15163392 3412 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 3702 3412 172 362 0 3337 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 20172

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1479416/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=18572 CPUtime=361.71
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 4305 0 0 0 36165 6 0 0 25 0 1 0 1110994864 19017728 4269 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 4643 4269 172 362 0 4278 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 23936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1475768/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=22284 CPUtime=421.69
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 5199 0 0 0 42162 7 0 0 25 0 1 0 1110994864 22818816 5163 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 5571 5163 172 362 0 5206 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 27648

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1474040/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=24116 CPUtime=481.67
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 5694 0 0 0 48159 8 0 0 25 0 1 0 1110994864 24694784 5553 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 6029 5553 172 362 0 5664 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 29480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1473400/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=24776 CPUtime=500.06
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 5880 0 0 0 49998 8 0 0 25 0 1 0 1110994864 25370624 5739 1992294400 134512640 135995732 4294956016 18446744073709551615 134807884 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 6194 5739 172 362 0 5829 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 30140

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19216
/proc/meminfo: memFree=1473400/2055920 swapFree=4164824/4192956
[pid=19213] ppid=19211 vsize=5364 CPUtime=700.05
/proc/19213/stat : 19213 (hydrasat-multi.) S 19211 19213 18429 0 -1 4194304 321 12958 0 0 0 0 69979 26 19 0 1 0 1110924824 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19213/statm: 1341 245 202 169 0 52 0
[pid=19216] ppid=19213 vsize=24776 CPUtime=500.06
/proc/19216/stat : 19216 (hydrasat_cachew) R 19213 19213 18429 0 -1 4194304 5880 0 0 0 49998 8 0 0 25 0 1 0 1110994864 25370624 5739 1992294400 134512640 135995732 4294956016 18446744073709551615 134807884 0 0 4096 1 0 0 0 17 0 0 0
/proc/19216/statm: 6194 5739 172 362 0 5829 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 30140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.14
CPU user time (s): 1199.79
CPU system time (s): 0.352946
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 55124

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

runsolver used 1.02784 second user time and 3.36849 second system time

The end

Launcher Data

Begin job on node81 at 2009-03-30 05:10:00
IDJOB=1529427
IDBENCH=70260
IDSOLVER=518
FILE ID=node81/1529427-1238382600
PBS_JOBID= 9061301
Free space on /tmp= 126344 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1845944120-011.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529427-1238382600/watcher-1529427-1238382600 -o /tmp/evaluation-result-1529427-1238382600/solver-1529427-1238382600 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529427-1238382600.cnf 1800 571915539

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

MD5SUM BENCH= c7e600e65327a74ce4dc4cc40e37ba60
RANDOM SEED=571915539

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1540768 kB
Buffers:         71944 kB
Cached:         345300 kB
SwapCached:      19112 kB
Active:         212572 kB
Inactive:       225608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540768 kB
SwapTotal:     4192956 kB
SwapFree:      4164824 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:          26572 kB
Slab:            61888 kB
Committed_AS:  2831220 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126296 MiB
End job on node81 at 2009-03-30 05:30:03