Trace number 1529634

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1195310117-069.cnf
MD5SUM4a32998e8f57b42d66014efe21307642
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark160.753
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
700.03/700.44	HOME/hydrasat-multi.sh: line 48: 32475 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.03/700.44	c Trying configuration 2
1200.04/1200.70	HOME/hydrasat-multi.sh: line 64: 32479 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.04/1200.70	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-1529634-1238398411/watcher-1529634-1238398411 -o /tmp/evaluation-result-1529634-1238398411/solver-1529634-1238398411 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529634-1238398411.cnf 1800 573689361 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 32474
/proc/meminfo: memFree=1570864/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=1684 CPUtime=0
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 168 0 0 0 0 0 0 0 19 0 1 0 1112507820 1724416 150 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 421 150 117 317 0 101 0

[startup+0.0183061 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 32474
/proc/meminfo: memFree=1570864/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=2212 CPUtime=0.01
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 306 0 0 0 1 0 0 0 19 0 1 0 1112507820 2265088 288 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 553 288 117 317 0 233 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7572

[startup+0.101322 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 32474
/proc/meminfo: memFree=1570864/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=5852 CPUtime=0.09
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 1251 0 0 0 9 0 0 0 19 0 1 0 1112507820 5992448 1233 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 1463 1234 122 317 0 1143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11212

[startup+0.30136 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 32474
/proc/meminfo: memFree=1570864/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=7432 CPUtime=0.29
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 1689 0 0 0 29 0 0 0 20 0 1 0 1112507820 7610368 1549 1992294400 134512640 135813592 4294956160 18446744073709551615 134676695 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 1858 1549 126 317 0 1538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12792

[startup+0.701436 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 32474
/proc/meminfo: memFree=1570864/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=11296 CPUtime=0.69
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 2755 0 0 0 68 1 0 0 24 0 1 0 1112507820 11567104 2530 1992294400 134512640 135813592 4294956160 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 2824 2530 150 317 0 2504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16656

[startup+1.50159 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1560928/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=11560 CPUtime=1.49
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 2815 0 0 0 148 1 0 0 25 0 1 0 1112507820 11837440 2590 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 2890 2590 150 317 0 2570 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16920

[startup+3.1019 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1560608/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=11824 CPUtime=3.09
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 2871 0 0 0 308 1 0 0 25 0 1 0 1112507820 12107776 2646 1992294400 134512640 135813592 4294956160 18446744073709551615 135205372 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 2956 2646 150 317 0 2636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17184

[startup+6.30151 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1560288/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=11824 CPUtime=6.29
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 2887 0 0 0 628 1 0 0 25 0 1 0 1112507820 12107776 2662 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 2956 2662 150 317 0 2636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17184

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1559904/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=12228 CPUtime=12.68
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 2988 0 0 0 1267 1 0 0 25 0 1 0 1112507820 12521472 2763 1992294400 134512640 135813592 4294956160 18446744073709551615 134662710 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 3057 2763 150 317 0 2737 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17588

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1558688/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=13564 CPUtime=25.47
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 3320 0 0 0 2546 1 0 0 25 0 1 0 1112507820 13889536 3095 1992294400 134512640 135813592 4294956160 18446744073709551615 135212922 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 3391 3095 150 317 0 3071 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18924

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1555680/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=16520 CPUtime=51.05
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 4062 0 0 0 5103 2 0 0 25 0 1 0 1112507820 16916480 3837 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 4130 3837 150 317 0 3810 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21880

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1555552/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=16520 CPUtime=102.23
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 4062 0 0 0 10221 2 0 0 25 0 1 0 1112507820 16916480 3837 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 4130 3837 150 317 0 3810 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21880

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1552480/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=19716 CPUtime=162.21
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 4870 0 0 0 16218 3 0 0 25 0 1 0 1112507820 20189184 4645 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 4929 4645 150 317 0 4609 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 25076

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1547488/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=24668 CPUtime=222.17
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 6085 0 0 0 22213 4 0 0 25 0 1 0 1112507820 25260032 5860 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 6167 5860 150 317 0 5847 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 30028

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1541920/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=30180 CPUtime=282.14
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 7484 0 0 0 28208 6 0 0 25 0 1 0 1112507820 30904320 7259 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 7545 7259 150 317 0 7225 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 35540

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1541664/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=30444 CPUtime=342.11
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 7534 0 0 0 34205 6 0 0 25 0 1 0 1112507820 31174656 7309 1992294400 134512640 135813592 4294956160 18446744073709551615 134662603 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 7611 7309 150 317 0 7291 0

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

[pid=32475] ppid=32474 vsize=47612 CPUtime=522.02
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 11758 0 0 0 52193 9 0 0 25 0 1 0 1112507820 48754688 11533 1992294400 134512640 135813592 4294956160 18446744073709551615 134662603 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 11903 11533 150 317 0 11583 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 52972

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32476
/proc/meminfo: memFree=1521760/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=50672 CPUtime=581.99
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 12529 0 0 0 58189 10 0 0 25 0 1 0 1112507820 51888128 12304 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 12668 12304 150 317 0 12348 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 56032

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32478
/proc/meminfo: memFree=1521376/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5360 CPUtime=0
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112507819 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1340 239 197 169 0 51 0
[pid=32475] ppid=32474 vsize=50672 CPUtime=641.96
/proc/32475/stat : 32475 (hydrasat_cache4) R 32474 32474 32010 0 -1 4194304 12529 0 0 0 64186 10 0 0 25 0 1 0 1112507820 51888128 12304 1992294400 134512640 135813592 4294956160 18446744073709551615 135204174 0 0 4096 1 0 0 0 17 0 0 0
/proc/32475/statm: 12668 12304 150 317 0 12348 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 56032

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 32479
/proc/meminfo: memFree=1514400/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=8020 CPUtime=1.84
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 1903 0 0 0 184 0 0 0 25 0 1 0 1112577864 8212480 1679 1992294400 134512640 135995732 4294956016 18446744073709551615 134807706 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 2005 1679 172 362 0 1640 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 13384

[startup+762.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1513504/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=9888 CPUtime=61.8
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 2384 0 0 0 6179 1 0 0 25 0 1 0 1112577864 10125312 2160 1992294400 134512640 135995732 4294956016 18446744073709551615 134841888 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 2472 2160 172 362 0 2107 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 15252

[startup+822.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1512416/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=11348 CPUtime=121.77
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 2753 0 0 0 12176 1 0 0 25 0 1 0 1112577864 11620352 2529 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 2837 2529 172 362 0 2472 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 16712

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1511136/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=181.74
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 18172 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134589582 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 17772

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1511136/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=241.7
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 24168 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 17772

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1511136/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=301.67
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 30165 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134588882 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 17772

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 32479
/proc/meminfo: memFree=1511072/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=361.64
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 36162 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 135363503 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 17772

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 32479
/proc/meminfo: memFree=1511072/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=421.6
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 42158 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 17772

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1511072/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=481.57
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 48155 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 17772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32479
/proc/meminfo: memFree=1511072/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=499.97
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 49995 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134681299 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 17772

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/66 32479
/proc/meminfo: memFree=1511072/2055920 swapFree=4179868/4192956
[pid=32474] ppid=32472 vsize=5364 CPUtime=700.07
/proc/32474/stat : 32474 (hydrasat-multi.) S 32472 32474 32010 0 -1 4194304 321 12725 0 0 0 0 69978 29 19 0 1 0 1112507819 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32474/statm: 1341 245 202 169 0 52 0
[pid=32479] ppid=32474 vsize=12408 CPUtime=499.97
/proc/32479/stat : 32479 (hydrasat_cachew) R 32474 32474 32010 0 -1 4194304 3022 0 0 0 49995 2 0 0 25 0 1 0 1112577864 12705792 2798 1992294400 134512640 135995732 4294956016 18446744073709551615 134681299 0 0 4096 1 0 0 0 17 0 0 0
/proc/32479/statm: 3102 2798 172 362 0 2737 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 17772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.07
CPU user time (s): 1199.74
CPU system time (s): 0.32695
CPU usage (%): 99.9464
Max. virtual memory (cumulated for all children) (KiB): 56032

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

runsolver used 1.03884 second user time and 3.33749 second system time

The end

Launcher Data

Begin job on node5 at 2009-03-30 09:33:31
IDJOB=1529634
IDBENCH=70329
IDSOLVER=518
FILE ID=node5/1529634-1238398411
PBS_JOBID= 9061372
Free space on /tmp= 66092 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1195310117-069.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529634-1238398411/watcher-1529634-1238398411 -o /tmp/evaluation-result-1529634-1238398411/solver-1529634-1238398411 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529634-1238398411.cnf 1800 573689361

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

MD5SUM BENCH= 4a32998e8f57b42d66014efe21307642
RANDOM SEED=573689361

node5.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.263
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.263
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:       1571344 kB
Buffers:         72572 kB
Cached:         310532 kB
SwapCached:       7012 kB
Active:          65928 kB
Inactive:       325704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571344 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            5148 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            78984 kB
Committed_AS:  2824420 kB
PageTables:       1388 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= 66044 MiB
End job on node5 at 2009-03-30 09:53:34