Trace number 1529424

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1802626390-033.cnf
MD5SUM298c47e7c897264ddc867921f7476e46
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.688
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data

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

Verifier Data

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

Watcher Data

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

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

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.92 0.98 0.99 3/72 11346
/proc/meminfo: memFree=1794352/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=1584 CPUtime=0
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 167 0 0 0 0 0 0 0 19 0 1 0 1110905347 1622016 149 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 396 149 116 317 0 76 0

[startup+0.0343131 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 11346
/proc/meminfo: memFree=1794352/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=2244 CPUtime=0.03
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 359 0 0 0 3 0 0 0 19 0 1 0 1110905347 2297856 341 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 561 341 116 317 0 241 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7604

[startup+0.102336 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 11346
/proc/meminfo: memFree=1794352/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=3348 CPUtime=0.09
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 618 0 0 0 9 0 0 0 19 0 1 0 1110905347 3428352 600 1992294400 134512640 135813592 4294956176 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 837 600 123 317 0 517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8708

[startup+0.301362 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 11346
/proc/meminfo: memFree=1794352/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=3348 CPUtime=0.29
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 620 0 0 0 29 0 0 0 21 0 1 0 1110905347 3428352 602 1992294400 134512640 135813592 4294956176 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 837 602 125 317 0 517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8708

[startup+0.701433 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 11346
/proc/meminfo: memFree=1794352/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=3884 CPUtime=0.69
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 796 0 0 0 69 0 0 0 24 0 1 0 1110905347 3977216 777 1992294400 134512640 135813592 4294956176 18446744073709551615 134665472 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 971 777 150 317 0 651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9244

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/74 11348
/proc/meminfo: memFree=1791264/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=4280 CPUtime=1.49
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 880 0 0 0 149 0 0 0 25 0 1 0 1110905347 4382720 861 1992294400 134512640 135813592 4294956176 18446744073709551615 134665577 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 1070 861 150 317 0 750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9640

[startup+3.10187 s]
/proc/loadavg: 0.92 0.98 0.99 2/74 11348
/proc/meminfo: memFree=1790880/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=4932 CPUtime=3.09
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 1040 0 0 0 309 0 0 0 25 0 1 0 1110905347 5050368 1021 1992294400 134512640 135813592 4294956176 18446744073709551615 134665678 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 1233 1021 150 317 0 913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10292

[startup+6.30145 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1790240/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=4932 CPUtime=6.28
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 1040 0 0 0 628 0 0 0 25 0 1 0 1110905347 5050368 1021 1992294400 134512640 135813592 4294956176 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 1233 1021 150 317 0 913 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10292

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1789600/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=5760 CPUtime=12.68
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 1260 0 0 0 1268 0 0 0 25 0 1 0 1110905347 5898240 1241 1992294400 134512640 135813592 4294956176 18446744073709551615 134665706 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 1440 1241 150 317 0 1120 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11120

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1789024/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=6344 CPUtime=25.47
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 1369 0 0 0 2547 0 0 0 25 0 1 0 1110905347 6496256 1350 1992294400 134512640 135813592 4294956176 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 1586 1350 150 317 0 1266 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11704

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1787744/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=7760 CPUtime=51.07
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 1686 0 0 0 5106 1 0 0 25 0 1 0 1110905347 7946240 1667 1992294400 134512640 135813592 4294956176 18446744073709551615 134665197 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 1940 1667 150 317 0 1620 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13120

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1780192/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=15732 CPUtime=102.24
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 3624 0 0 0 10222 2 0 0 25 0 1 0 1110905347 16109568 3507 1992294400 134512640 135813592 4294956176 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 3933 3507 150 317 0 3613 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21092

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1780128/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=15864 CPUtime=162.2
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 3641 0 0 0 16218 2 0 0 25 0 1 0 1110905347 16244736 3524 1992294400 134512640 135813592 4294956176 18446744073709551615 134665295 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 3966 3524 150 317 0 3646 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 21224

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1780128/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=15864 CPUtime=222.17
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 3648 0 0 0 22215 2 0 0 25 0 1 0 1110905347 16244736 3531 1992294400 134512640 135813592 4294956176 18446744073709551615 134665514 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 3966 3531 150 317 0 3646 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 21224

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1780128/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=15864 CPUtime=282.15
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 3648 0 0 0 28213 2 0 0 25 0 1 0 1110905347 16244736 3531 1992294400 134512640 135813592 4294956176 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 3966 3531 150 317 0 3646 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 21224

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11348
/proc/meminfo: memFree=1778144/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=18532 CPUtime=342.11
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 4194 0 0 0 34208 3 0 0 25 0 1 0 1110905347 18976768 4077 1992294400 134512640 135813592 4294956176 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 4633 4077 150 317 0 4313 0

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

[pid=11347] ppid=11346 vsize=33884 CPUtime=522.02
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 8041 0 0 0 52195 7 0 0 25 0 1 0 1110905347 34697216 7588 1992294400 134512640 135813592 4294956176 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 8471 7588 150 317 0 8151 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 39244

[startup+582.302 s]
/proc/loadavg: 1.07 1.03 1.01 2/74 11348
/proc/meminfo: memFree=1762656/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=35104 CPUtime=581.99
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 8356 0 0 0 58192 7 0 0 25 0 1 0 1110905347 35946496 7903 1992294400 134512640 135813592 4294956176 18446744073709551615 134665213 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 8776 7903 150 317 0 8456 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 40464

[startup+642.301 s]
/proc/loadavg: 1.09 1.05 1.01 2/74 11348
/proc/meminfo: memFree=1760416/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5360 CPUtime=0
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1110905347 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1340 239 197 169 0 51 0
[pid=11347] ppid=11346 vsize=37488 CPUtime=641.97
/proc/11347/stat : 11347 (hydrasat_cache4) R 11346 11346 11275 0 -1 4194304 8914 0 0 0 64189 8 0 0 25 0 1 0 1110905347 38387712 8461 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/11347/statm: 9372 8461 150 317 0 9052 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 42848

[startup+702.301 s]
/proc/loadavg: 1.14 1.07 1.02 2/74 11349
/proc/meminfo: memFree=1753760/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=3660 CPUtime=1.89
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 713 0 0 0 189 0 0 0 25 0 1 0 1110975387 3747840 696 1992294400 134512640 135995732 4294956032 18446744073709551615 135369318 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 915 696 172 362 0 550 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 9024

[startup+762.306 s]
/proc/loadavg: 1.12 1.07 1.02 2/74 11349
/proc/meminfo: memFree=1749664/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=8276 CPUtime=61.85
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 1841 0 0 0 6183 2 0 0 25 0 1 0 1110975387 8474624 1824 1992294400 134512640 135995732 4294956032 18446744073709551615 134807915 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 2069 1824 172 362 0 1704 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 13640

[startup+822.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/74 11349
/proc/meminfo: memFree=1743648/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=14612 CPUtime=121.82
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 3395 0 0 0 12178 4 0 0 25 0 1 0 1110975387 14962688 3378 1992294400 134512640 135995732 4294956032 18446744073709551615 134808091 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 3653 3378 172 362 0 3288 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 19976

[startup+882.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/74 11349
/proc/meminfo: memFree=1737632/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=20840 CPUtime=181.78
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 4885 0 0 0 18173 5 0 0 25 0 1 0 1110975387 21340160 4868 1992294400 134512640 135995732 4294956032 18446744073709551615 134807887 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5210 4868 172 362 0 4845 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 26204

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/74 11349
/proc/meminfo: memFree=1736544/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=21820 CPUtime=241.75
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5177 0 0 0 24170 5 0 0 25 0 1 0 1110975387 22343680 5107 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5455 5107 172 362 0 5090 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 27184

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 11349
/proc/meminfo: memFree=1736480/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=22012 CPUtime=301.73
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5193 0 0 0 30167 6 0 0 25 0 1 0 1110975387 22540288 5123 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5503 5123 172 362 0 5138 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 27376

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 11349
/proc/meminfo: memFree=1736480/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=22012 CPUtime=361.7
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5219 0 0 0 36164 6 0 0 25 0 1 0 1110975387 22540288 5149 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5503 5149 172 362 0 5138 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 27376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 11349
/proc/meminfo: memFree=1736032/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=22532 CPUtime=421.67
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5314 0 0 0 42161 6 0 0 25 0 1 0 1110975387 23072768 5244 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5633 5244 172 362 0 5268 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 27896

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 11349
/proc/meminfo: memFree=1735968/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=22532 CPUtime=481.64
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5320 0 0 0 48158 6 0 0 25 0 1 0 1110975387 23072768 5250 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5633 5250 172 362 0 5268 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 27896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 11349
/proc/meminfo: memFree=1735968/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=22532 CPUtime=500.03
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5320 0 0 0 49997 6 0 0 25 0 1 0 1110975387 23072768 5250 1992294400 134512640 135995732 4294956032 18446744073709551615 134663618 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5633 5250 172 362 0 5268 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27896

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/74 11349
/proc/meminfo: memFree=1735968/2055920 swapFree=4174692/4192956
[pid=11346] ppid=11344 vsize=5364 CPUtime=700.03
/proc/11346/stat : 11346 (hydrasat-multi.) S 11344 11346 11275 0 -1 4194304 322 10794 0 0 0 0 69980 23 16 0 1 0 1110905347 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11346/statm: 1341 245 202 169 0 52 0
[pid=11349] ppid=11346 vsize=22532 CPUtime=500.03
/proc/11349/stat : 11349 (hydrasat_cachew) R 11346 11346 11275 0 -1 4194304 5320 0 0 0 49997 6 0 0 25 0 1 0 1110975387 23072768 5250 1992294400 134512640 135995732 4294956032 18446744073709551615 134663618 0 0 4096 1 0 0 0 17 0 0 0
/proc/11349/statm: 5633 5250 172 362 0 5268 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.09
CPU user time (s): 1199.78
CPU system time (s): 0.306953
CPU usage (%): 99.9478
Max. virtual memory (cumulated for all children) (KiB): 46912

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

runsolver used 1.17182 second user time and 3.3055 second system time

The end

Launcher Data

Begin job on node67 at 2009-03-30 05:07:22
IDJOB=1529424
IDBENCH=70259
IDSOLVER=518
FILE ID=node67/1529424-1238382442
PBS_JOBID= 9061307
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 298c47e7c897264ddc867921f7476e46
RANDOM SEED=1692583210

node67.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.265
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.265
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:       1794832 kB
Buffers:         35864 kB
Cached:         137288 kB
SwapCached:       9632 kB
Active:          27960 kB
Inactive:       156232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794832 kB
SwapTotal:     4192956 kB
SwapFree:      4174692 kB
Dirty:            4496 kB
Writeback:           0 kB
Mapped:          16752 kB
Slab:            62060 kB
Committed_AS:  3086972 kB
PageTables:       2052 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= 66336 MiB
End job on node67 at 2009-03-30 05:27:25