Trace number 1529586

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.07 1200.41

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S274764005-003.cnf
MD5SUM6ee4600065a8b5657c5266726ecbe863
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.1135
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Trying configuration 1
699.98/700.20	HOME/hydrasat-multi.sh: line 48: 26078 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.98/700.20	c Trying configuration 2
1200.04/1200.40	HOME/hydrasat-multi.sh: line 64: 26081 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.04/1200.40	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-1529586-1238394181/watcher-1529586-1238394181 -o /tmp/evaluation-result-1529586-1238394181/solver-1529586-1238394181 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529586-1238394181.cnf 1800 792999258 

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.99 1.85 1.44 3/64 26076
/proc/meminfo: memFree=1608872/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5356 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) D 26074 26076 25674 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 1112081283 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/26076/statm: 1339 230 191 169 0 50 0

[startup+0.0447091 s]
/proc/loadavg: 1.99 1.85 1.44 3/64 26076
/proc/meminfo: memFree=1608872/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101714 s]
/proc/loadavg: 1.99 1.85 1.44 3/64 26076
/proc/meminfo: memFree=1608872/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301736 s]
/proc/loadavg: 1.99 1.85 1.44 3/64 26076
/proc/meminfo: memFree=1608872/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701779 s]
/proc/loadavg: 1.99 1.85 1.44 3/64 26076
/proc/meminfo: memFree=1608872/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50286 s]
/proc/loadavg: 1.99 1.85 1.44 2/66 26078
/proc/meminfo: memFree=1602904/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=7316 CPUtime=1.47
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1658 0 0 0 147 0 0 0 25 0 1 0 1112081285 7491584 1583 1992294400 134512640 135813592 4294956160 18446744073709551615 134665184 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 1829 1583 150 317 0 1509 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12676

[startup+3.10104 s]
/proc/loadavg: 1.91 1.83 1.44 2/66 26078
/proc/meminfo: memFree=1602712/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=7448 CPUtime=3.06
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1683 0 0 0 306 0 0 0 25 0 1 0 1112081285 7626752 1608 1992294400 134512640 135813592 4294956160 18446744073709551615 134662190 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 1862 1608 150 317 0 1542 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12808

[startup+6.30139 s]
/proc/loadavg: 1.91 1.83 1.44 2/66 26078
/proc/meminfo: memFree=1602328/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=7712 CPUtime=6.26
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1741 0 0 0 626 0 0 0 25 0 1 0 1112081285 7897088 1666 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 1928 1666 150 317 0 1608 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13072

[startup+12.7011 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 26078
/proc/meminfo: memFree=1602080/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=7844 CPUtime=12.67
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1789 0 0 0 1266 1 0 0 25 0 1 0 1112081285 8032256 1714 1992294400 134512640 135813592 4294956160 18446744073709551615 134662403 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 1961 1714 150 317 0 1641 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13204

[startup+25.5015 s]
/proc/loadavg: 1.65 1.78 1.43 2/66 26078
/proc/meminfo: memFree=1601696/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=8376 CPUtime=25.46
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1919 0 0 0 2545 1 0 0 25 0 1 0 1112081285 8577024 1844 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 2094 1844 150 317 0 1774 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13736

[startup+51.1013 s]
/proc/loadavg: 1.43 1.71 1.42 2/66 26078
/proc/meminfo: memFree=1601696/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=8376 CPUtime=51.06
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1919 0 0 0 5105 1 0 0 25 0 1 0 1112081285 8577024 1844 1992294400 134512640 135813592 4294956160 18446744073709551615 134662685 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 2094 1844 150 317 0 1774 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13736

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.39 2/66 26078
/proc/meminfo: memFree=1601760/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=8376 CPUtime=102.25
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 1925 0 0 0 10224 1 0 0 25 0 1 0 1112081285 8577024 1850 1992294400 134512640 135813592 4294956160 18446744073709551615 134592467 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 2094 1850 150 317 0 1774 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13736

[startup+162.301 s]
/proc/loadavg: 1.07 1.49 1.37 2/66 26078
/proc/meminfo: memFree=1600352/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=9704 CPUtime=162.22
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 2268 0 0 0 16221 1 0 0 25 0 1 0 1112081285 9936896 2193 1992294400 134512640 135813592 4294956160 18446744073709551615 134588949 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 2426 2193 150 317 0 2106 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 15064

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.34 2/66 26080
/proc/meminfo: memFree=1598816/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=11160 CPUtime=222.21
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 2611 0 0 0 22219 2 0 0 25 0 1 0 1112081285 11427840 2536 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 2790 2536 150 317 0 2470 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16520

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 26080
/proc/meminfo: memFree=1598240/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=11688 CPUtime=282.19
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 2762 0 0 0 28217 2 0 0 25 0 1 0 1112081285 11968512 2687 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 2922 2687 150 317 0 2602 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 17048

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.29 2/66 26080
/proc/meminfo: memFree=1597024/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=12884 CPUtime=342.18
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 3059 0 0 0 34215 3 0 0 25 0 1 0 1112081285 13193216 2984 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 3221 2984 150 317 0 2901 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 18244

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.27 2/66 26080
/proc/meminfo: memFree=1595872/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=14084 CPUtime=402.16
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 3346 0 0 0 40212 4 0 0 25 0 1 0 1112081285 14422016 3271 1992294400 134512640 135813592 4294956160 18446744073709551615 134665504 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 3521 3271 150 317 0 3201 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 19444


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

[pid=26078] ppid=26076 vsize=19924 CPUtime=462.15
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 4801 0 0 0 46209 6 0 0 25 0 1 0 1112081285 20402176 4726 1992294400 134512640 135813592 4294956160 18446744073709551615 134665890 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 4981 4726 150 317 0 4661 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 25284

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.24 2/66 26080
/proc/meminfo: memFree=1588960/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=21016 CPUtime=522.13
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 5070 0 0 0 52207 6 0 0 25 0 1 0 1112081285 21520384 4995 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 5254 4995 150 317 0 4934 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 26376

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 26080
/proc/meminfo: memFree=1586720/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=23280 CPUtime=582.11
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 5622 0 0 0 58205 6 0 0 25 0 1 0 1112081285 23838720 5547 1992294400 134512640 135813592 4294956160 18446744073709551615 134665537 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 5820 5547 150 317 0 5500 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 28640

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 26080
/proc/meminfo: memFree=1584032/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5360 CPUtime=0
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1112081283 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26076/statm: 1340 239 197 169 0 51 0
[pid=26078] ppid=26076 vsize=26076 CPUtime=642.1
/proc/26078/stat : 26078 (hydrasat_cache4) R 26076 26076 25674 0 -1 4194304 6297 0 0 0 64203 7 0 0 25 0 1 0 1112081285 26701824 6222 1992294400 134512640 135813592 4294956160 18446744073709551615 134591803 0 0 4096 1 0 0 0 17 1 0 0
/proc/26078/statm: 6519 6222 150 317 0 6199 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 31436

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 26081
/proc/meminfo: memFree=1579936/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=5224 CPUtime=2.08
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 1124 0 0 0 208 0 0 0 25 0 1 0 1112151303 5349376 1050 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 1306 1050 172 362 0 941 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 10588

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 26081
/proc/meminfo: memFree=1579296/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=6280 CPUtime=62.08
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 1377 0 0 0 6206 2 0 0 25 0 1 0 1112151303 6430720 1303 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 1570 1303 172 362 0 1205 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 11644

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 26081
/proc/meminfo: memFree=1579296/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=6280 CPUtime=122.05
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 1377 0 0 0 12203 2 0 0 25 0 1 0 1112151303 6430720 1303 1992294400 134512640 135995732 4294956016 18446744073709551615 134807634 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 1570 1303 172 362 0 1205 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 11644

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 26081
/proc/meminfo: memFree=1579232/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=6412 CPUtime=182.04
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 1398 0 0 0 18202 2 0 0 25 0 1 0 1112151303 6565888 1324 1992294400 134512640 135995732 4294956016 18446744073709551615 134638016 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 1603 1324 172 362 0 1238 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 11776

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 26081
/proc/meminfo: memFree=1577632/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=7864 CPUtime=242.02
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 1780 0 0 0 24200 2 0 0 25 0 1 0 1112151303 8052736 1706 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 1966 1706 172 362 0 1601 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 13228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 26081
/proc/meminfo: memFree=1576672/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=8920 CPUtime=302
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 2021 0 0 0 30198 2 0 0 25 0 1 0 1112151303 9134080 1947 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 2230 1947 172 362 0 1865 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 14284

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 26081
/proc/meminfo: memFree=1576544/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=9052 CPUtime=361.99
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 2068 0 0 0 36196 3 0 0 25 0 1 0 1112151303 9269248 1994 1992294400 134512640 135995732 4294956016 18446744073709551615 134665142 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 2263 1994 172 362 0 1898 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 14416

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 26081
/proc/meminfo: memFree=1576544/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=9052 CPUtime=421.98
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 2068 0 0 0 42195 3 0 0 25 0 1 0 1112151303 9269248 1994 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 2263 1994 172 362 0 1898 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 14416

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 26081
/proc/meminfo: memFree=1576544/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=9052 CPUtime=481.96
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 2068 0 0 0 48193 3 0 0 25 0 1 0 1112151303 9269248 1994 1992294400 134512640 135995732 4294956016 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 2263 1994 172 362 0 1898 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 14416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 26081
/proc/meminfo: memFree=1576288/2055920 swapFree=4172472/4192956
[pid=26076] ppid=26074 vsize=5364 CPUtime=699.98
/proc/26076/stat : 26076 (hydrasat-multi.) S 26074 26076 25674 0 -1 4194304 320 6459 1 0 0 0 69981 17 16 0 1 0 1112081283 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26076/statm: 1341 245 202 169 0 52 0
[pid=26081] ppid=26076 vsize=9316 CPUtime=500.06
/proc/26081/stat : 26081 (hydrasat_cachew) R 26076 26076 25674 0 -1 4194304 2120 0 0 0 50003 3 0 0 25 0 1 0 1112151303 9539584 2046 1992294400 134512640 135995732 4294956016 18446744073709551615 135359775 0 0 4096 1 0 0 0 17 1 0 0
/proc/26081/statm: 2329 2046 172 362 0 1964 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 14680

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.41
CPU time (s): 1200.07
CPU user time (s): 1199.85
CPU system time (s): 0.215967
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 31568

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

runsolver used 1.39579 second user time and 2.98055 second system time

The end

Launcher Data

Begin job on node37 at 2009-03-30 08:23:01
IDJOB=1529586
IDBENCH=70313
IDSOLVER=518
FILE ID=node37/1529586-1238394181
PBS_JOBID= 9061322
Free space on /tmp= 66428 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S274764005-003.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529586-1238394181/watcher-1529586-1238394181 -o /tmp/evaluation-result-1529586-1238394181/solver-1529586-1238394181 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529586-1238394181.cnf 1800 792999258

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

MD5SUM BENCH= 6ee4600065a8b5657c5266726ecbe863
RANDOM SEED=792999258

node37.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.213
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.213
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:       1609288 kB
Buffers:         72484 kB
Cached:         276480 kB
SwapCached:      14360 kB
Active:          78820 kB
Inactive:       286036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609288 kB
SwapTotal:     4192956 kB
SwapFree:      4172472 kB
Dirty:            4640 kB
Writeback:           0 kB
Mapped:          18820 kB
Slab:            67852 kB
Committed_AS:  2828668 kB
PageTables:       1384 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= 66400 MiB
End job on node37 at 2009-03-30 08:43:03