Trace number 1530027

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.12 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S2065372010-022.cnf
MD5SUM9c2e94bcd290d34e0b2c0cbd91a44953
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark782.986
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.00/0.00	c Trying configuration 1
700.00/700.31	HOME/hydrasat-multi.sh: line 48:  2864 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.00/700.31	c Trying configuration 2
1200.08/1200.61	HOME/hydrasat-multi.sh: line 64:  2866 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.08/1200.61	c Trying configuration 3

Verifier Data

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

Watcher Data

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

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

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/68 2863
/proc/meminfo: memFree=1085888/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) R 2861 2863 2087 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 238 1992294400 4194304 4889804 548682068720 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2863/statm: 1340 238 196 169 0 51 0
[pid=2864] ppid=2863 vsize=1452 CPUtime=0
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 1118828217 1486848 146 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 363 146 116 317 0 43 0

[startup+0.0162569 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2863
/proc/meminfo: memFree=1085888/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=1848 CPUtime=0.01
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 277 0 0 0 1 0 0 0 18 0 1 0 1118828217 1892352 259 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 495 263 121 317 0 175 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7208

[startup+0.101263 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2863
/proc/meminfo: memFree=1085888/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=2112 CPUtime=0.09
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 316 0 0 0 9 0 0 0 19 0 1 0 1118828217 2162688 298 1992294400 134512640 135813592 4294956160 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 528 298 125 317 0 208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7472

[startup+0.301285 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2863
/proc/meminfo: memFree=1085888/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=2384 CPUtime=0.29
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 433 0 0 0 29 0 0 0 21 0 1 0 1118828217 2441216 414 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 596 414 150 317 0 276 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7744

[startup+0.701328 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 2863
/proc/meminfo: memFree=1085888/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=2644 CPUtime=0.69
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 492 0 0 0 69 0 0 0 25 0 1 0 1118828217 2707456 473 1992294400 134512640 135813592 4294956160 18446744073709551615 134665173 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 661 473 150 317 0 341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8004

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1084208/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=3184 CPUtime=1.49
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 617 0 0 0 149 0 0 0 25 0 1 0 1118828217 3260416 598 1992294400 134512640 135813592 4294956160 18446744073709551615 134665101 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 796 598 150 317 0 476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8544

[startup+3.1026 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1083696/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=3476 CPUtime=3.09
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 687 0 0 0 309 0 0 0 25 0 1 0 1118828217 3559424 668 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 869 668 150 317 0 549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8836

[startup+6.30195 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1083248/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=3476 CPUtime=6.29
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 687 0 0 0 629 0 0 0 25 0 1 0 1118828217 3559424 668 1992294400 134512640 135813592 4294956160 18446744073709551615 134665923 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 869 668 150 317 0 549 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8836

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1082736/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=4472 CPUtime=12.69
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 890 0 0 0 1269 0 0 0 25 0 1 0 1118828217 4579328 871 1992294400 134512640 135813592 4294956160 18446744073709551615 134608169 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 1118 871 150 317 0 798 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9832

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1081136/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=6232 CPUtime=25.48
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 1289 0 0 0 2548 0 0 0 25 0 1 0 1118828217 6381568 1258 1992294400 134512640 135813592 4294956160 18446744073709551615 134587999 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 1558 1258 150 317 0 1238 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11592

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1077232/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=10624 CPUtime=51.07
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 2334 0 0 0 5106 1 0 0 25 0 1 0 1118828217 10878976 2259 1992294400 134512640 135813592 4294956160 18446744073709551615 134665474 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 2656 2259 150 317 0 2336 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15984

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1071536/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=17348 CPUtime=102.25
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 3924 0 0 0 10223 2 0 0 25 0 1 0 1118828217 17764352 3617 1992294400 134512640 135813592 4294956160 18446744073709551615 134665477 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 4337 3617 150 317 0 4017 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22708

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1070448/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=18648 CPUtime=162.22
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 4206 0 0 0 16219 3 0 0 25 0 1 0 1118828217 19095552 3899 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 4662 3899 150 317 0 4342 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24008

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1069744/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=19624 CPUtime=222.2
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 4374 0 0 0 22217 3 0 0 25 0 1 0 1118828217 20094976 4067 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 4906 4067 150 317 0 4586 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 24984

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1068784/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=21172 CPUtime=282.17
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 4702 0 0 0 28214 3 0 0 25 0 1 0 1118828217 21680128 4395 1992294400 134512640 135813592 4294956160 18446744073709551615 134667800 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 5293 4395 150 317 0 4973 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 26532

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1068144/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=21576 CPUtime=342.15
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 4788 0 0 0 34212 3 0 0 25 0 1 0 1118828217 22093824 4481 1992294400 134512640 135813592 4294956160 18446744073709551615 134665845 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 5394 4481 150 317 0 5074 0

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

[pid=2864] ppid=2863 vsize=25304 CPUtime=462.1
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 5723 0 0 0 46206 4 0 0 25 0 1 0 1118828217 25911296 5204 1992294400 134512640 135813592 4294956160 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 6326 5204 150 317 0 6006 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 30664

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1062000/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=28664 CPUtime=522.08
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 6547 0 0 0 52204 4 0 0 25 0 1 0 1118828217 29351936 6028 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 7166 6028 150 317 0 6846 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 34024

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1058800/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=32304 CPUtime=582.05
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 7372 0 0 0 58200 5 0 0 25 0 1 0 1118828217 33079296 6811 1992294400 134512640 135813592 4294956160 18446744073709551615 134665766 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 8076 6811 150 317 0 7756 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 37664

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2865
/proc/meminfo: memFree=1055280/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5360 CPUtime=0
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1118828217 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2863/statm: 1340 239 197 169 0 51 0
[pid=2864] ppid=2863 vsize=36260 CPUtime=642.03
/proc/2864/stat : 2864 (hydrasat_cache4) R 2863 2863 2087 0 -1 4194304 8616 0 0 0 64197 6 0 0 25 0 1 0 1118828217 37130240 7688 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/2864/statm: 9065 7688 150 317 0 8745 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 41620

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2866
/proc/meminfo: memFree=1050224/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=2944 CPUtime=1.98
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 532 0 0 0 198 0 0 0 25 0 1 0 1118898248 3014656 514 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 736 514 172 362 0 371 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 8308

[startup+762.307 s]
/proc/loadavg: 1.03 1.01 1.00 2/70 2866
/proc/meminfo: memFree=1044272/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=10116 CPUtime=61.95
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 2217 0 0 0 6192 3 0 0 25 0 1 0 1118898248 10358784 2162 1992294400 134512640 135995732 4294956016 18446744073709551615 134807884 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 2529 2162 172 362 0 2164 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 15480

[startup+822.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/70 2866
/proc/meminfo: memFree=1041968/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=12484 CPUtime=121.92
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 2793 0 0 0 12189 3 0 0 25 0 1 0 1118898248 12783616 2738 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 3121 2738 172 362 0 2756 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 17848

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2866
/proc/meminfo: memFree=1039856/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=15064 CPUtime=181.9
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 3377 0 0 0 18186 4 0 0 25 0 1 0 1118898248 15425536 3273 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 3766 3273 172 362 0 3401 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 20428

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2866
/proc/meminfo: memFree=1036272/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=18860 CPUtime=241.87
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 4290 0 0 0 24183 4 0 0 25 0 1 0 1118898248 19312640 4186 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 4715 4186 172 362 0 4350 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 24224

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2866
/proc/meminfo: memFree=1032496/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=23076 CPUtime=301.85
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 5288 0 0 0 30179 6 0 0 25 0 1 0 1118898248 23629824 5132 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 5769 5132 172 362 0 5404 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 28440

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2866
/proc/meminfo: memFree=1029872/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=26292 CPUtime=361.83
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 6172 0 0 0 36176 7 0 0 25 0 1 0 1118898248 26923008 5789 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 6573 5789 172 362 0 6208 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 31656

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/70 2866
/proc/meminfo: memFree=1027568/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=28740 CPUtime=421.79
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 6748 0 0 0 42172 7 0 0 25 0 1 0 1118898248 29429760 6365 1992294400 134512640 135995732 4294956016 18446744073709551615 134848352 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 7185 6365 172 362 0 6820 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 34104

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/70 2866
/proc/meminfo: memFree=1025072/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=31240 CPUtime=481.77
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 7357 0 0 0 48169 8 0 0 25 0 1 0 1118898248 31989760 6974 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 7810 6974 172 362 0 7445 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 36604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.10 1.04 1.00 2/70 2866
/proc/meminfo: memFree=1024304/2055920 swapFree=4176188/4192956
[pid=2863] ppid=2861 vsize=5364 CPUtime=700.01
/proc/2863/stat : 2863 (hydrasat-multi.) S 2861 2863 2087 0 -1 4194304 321 10610 0 0 0 0 69982 19 16 0 1 0 1118828217 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2863/statm: 1341 245 202 169 0 52 0
[pid=2866] ppid=2863 vsize=32068 CPUtime=500.07
/proc/2866/stat : 2866 (hydrasat_cachew) R 2863 2863 2087 0 -1 4194304 7590 0 0 0 49999 8 0 0 25 0 1 0 1118898248 32837632 7142 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/2866/statm: 8017 7142 172 362 0 7652 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 37432

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.12
CPU user time (s): 1199.82
CPU system time (s): 0.291955
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 44760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.82
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18547
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= 3794

runsolver used 1.07684 second user time and 3.3015 second system time

The end

Launcher Data

Begin job on node59 at 2009-03-31 03:07:45
IDJOB=1530027
IDBENCH=70460
IDSOLVER=518
FILE ID=node59/1530027-1238461665
PBS_JOBID= 9061689
Free space on /tmp= 66248 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S2065372010-022.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530027-1238461665/watcher-1530027-1238461665 -o /tmp/evaluation-result-1530027-1238461665/solver-1530027-1238461665 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530027-1238461665.cnf 1800 1383363285

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

MD5SUM BENCH= 9c2e94bcd290d34e0b2c0cbd91a44953
RANDOM SEED=1383363285

node59.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.209
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.209
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:       1086368 kB
Buffers:        103980 kB
Cached:         759844 kB
SwapCached:      10112 kB
Active:         138576 kB
Inactive:       736772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1086368 kB
SwapTotal:     4192956 kB
SwapFree:      4176188 kB
Dirty:            4184 kB
Writeback:           0 kB
Mapped:          16680 kB
Slab:            79776 kB
Committed_AS:  3056728 kB
PageTables:       1720 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= 66212 MiB
End job on node59 at 2009-03-31 03:27:48