Trace number 1529415

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.1 1200.61

General information on the benchmark

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

Solver Data

0.00/0.00	c Trying configuration 1
699.96/700.26	HOME/hydrasat-multi.sh: line 48: 27192 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.96/700.26	c Trying configuration 2
1200.06/1200.60	HOME/hydrasat-multi.sh: line 64: 27200 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.06/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-1529415-1238381928/watcher-1529415-1238381928 -o /tmp/evaluation-result-1529415-1238381928/solver-1529415-1238381928 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529415-1238381928.cnf 1800 296582693 

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.93 0.98 1.08 3/65 27191
/proc/meminfo: memFree=1747240/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) R 27189 27191 27154 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 238 1992294400 4194304 4889804 548682068736 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27191/statm: 1340 238 196 169 0 51 0
[pid=27192] ppid=27191 vsize=0 CPUtime=0
/proc/27192/stat : 27192 (hydrasat-multi.) R 27191 27191 27154 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 464526718 0 0 1992294400 0 0 0 18446744073709551615 268213742887 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 0 0 0 0 0 0 0

[startup+0.0491599 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 27191
/proc/meminfo: memFree=1747240/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=3344 CPUtime=0.04
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 617 0 0 0 4 0 0 0 19 0 1 0 464526718 3424256 599 1992294400 134512640 135813592 4294956176 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 836 599 123 317 0 516 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.101166 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 27191
/proc/meminfo: memFree=1747240/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=3344 CPUtime=0.09
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 617 0 0 0 9 0 0 0 22 0 1 0 464526718 3424256 599 1992294400 134512640 135813592 4294956176 18446744073709551615 134676827 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 836 599 123 317 0 516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.301187 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 27191
/proc/meminfo: memFree=1747240/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=3344 CPUtime=0.29
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 619 0 0 0 29 0 0 0 23 0 1 0 464526718 3424256 601 1992294400 134512640 135813592 4294956176 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 836 601 125 317 0 516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8704

[startup+0.701234 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 27191
/proc/meminfo: memFree=1747240/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=4020 CPUtime=0.69
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 825 0 0 0 69 0 0 0 25 0 1 0 464526718 4116480 806 1992294400 134512640 135813592 4294956176 18446744073709551615 135205790 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1005 806 149 317 0 685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9380

[startup+1.50132 s]
/proc/loadavg: 0.93 0.98 1.08 2/67 27193
/proc/meminfo: memFree=1744088/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=4280 CPUtime=1.49
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 895 0 0 0 149 0 0 0 25 0 1 0 464526718 4382720 876 1992294400 134512640 135813592 4294956176 18446744073709551615 134664934 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1070 876 149 317 0 750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9640

[startup+3.10151 s]
/proc/loadavg: 0.93 0.98 1.08 2/67 27193
/proc/meminfo: memFree=1743640/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=4940 CPUtime=3.09
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 1047 0 0 0 309 0 0 0 25 0 1 0 464526718 5058560 1028 1992294400 134512640 135813592 4294956176 18446744073709551615 134591953 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1235 1028 149 317 0 915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10300

[startup+6.30187 s]
/proc/loadavg: 1.01 1.00 1.09 2/67 27193
/proc/meminfo: memFree=1743000/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=4940 CPUtime=6.28
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 1051 0 0 0 628 0 0 0 25 0 1 0 464526718 5058560 1032 1992294400 134512640 135813592 4294956176 18446744073709551615 134665818 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1235 1032 149 317 0 915 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10300

[startup+12.7026 s]
/proc/loadavg: 1.01 1.00 1.09 2/67 27193
/proc/meminfo: memFree=1742880/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=4940 CPUtime=12.68
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 1051 0 0 0 1268 0 0 0 25 0 1 0 464526718 5058560 1032 1992294400 134512640 135813592 4294956176 18446744073709551615 134661511 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1235 1032 149 317 0 915 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10300

[startup+25.501 s]
/proc/loadavg: 1.01 1.00 1.08 2/67 27193
/proc/meminfo: memFree=1742176/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=6124 CPUtime=25.47
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 1337 0 0 0 2547 0 0 0 25 0 1 0 464526718 6270976 1318 1992294400 134512640 135813592 4294956176 18446744073709551615 134665249 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1531 1318 149 317 0 1211 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11484

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 27193
/proc/meminfo: memFree=1740512/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=7756 CPUtime=51.06
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 1735 0 0 0 5105 1 0 0 25 0 1 0 464526718 7942144 1709 1992294400 134512640 135813592 4294956176 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 1939 1709 149 317 0 1619 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13116

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 27193
/proc/meminfo: memFree=1732512/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=16376 CPUtime=102.24
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 3793 0 0 0 10222 2 0 0 25 0 1 0 464526718 16769024 3698 1992294400 134512640 135813592 4294956176 18446744073709551615 134665957 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 4094 3698 149 317 0 3774 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21736

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 27199
/proc/meminfo: memFree=1732256/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=16640 CPUtime=162.23
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 3836 0 0 0 16220 3 0 0 25 0 1 0 464526718 17039360 3741 1992294400 134512640 135813592 4294956176 18446744073709551615 134665271 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 4160 3741 149 317 0 3840 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22000

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 27199
/proc/meminfo: memFree=1731808/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=17316 CPUtime=222.21
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 3953 0 0 0 22218 3 0 0 25 0 1 0 464526718 17731584 3858 1992294400 134512640 135813592 4294956176 18446744073709551615 135224119 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 4329 3858 149 317 0 4009 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 22676

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/67 27199
/proc/meminfo: memFree=1731616/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=17676 CPUtime=282.19
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 4037 0 0 0 28216 3 0 0 25 0 1 0 464526718 18100224 3942 1992294400 134512640 135813592 4294956176 18446744073709551615 134665537 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 4419 3942 149 317 0 4099 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23036

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 27199
/proc/meminfo: memFree=1731424/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=17904 CPUtime=342.18
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 4059 0 0 0 34215 3 0 0 25 0 1 0 464526718 18333696 3964 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 4476 3964 149 317 0 4156 0

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

[pid=27192] ppid=27191 vsize=27676 CPUtime=462.13
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 6390 0 0 0 46209 4 0 0 25 0 1 0 464526718 28340224 6219 1992294400 134512640 135813592 4294956176 18446744073709551615 134665205 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 6919 6219 149 317 0 6599 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 33036

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/67 27199
/proc/meminfo: memFree=1718496/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=31844 CPUtime=522.12
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 7482 0 0 0 52206 6 0 0 25 0 1 0 464526718 32608256 7190 1992294400 134512640 135813592 4294956176 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 7961 7190 149 317 0 7641 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 37204

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/67 27199
/proc/meminfo: memFree=1715424/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=34992 CPUtime=582.1
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 8244 0 0 0 58204 6 0 0 25 0 1 0 464526718 35831808 7952 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 8748 7952 149 317 0 8428 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 40352

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 27199
/proc/meminfo: memFree=1712032/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5360 CPUtime=0
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 464526718 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1340 239 197 169 0 51 0
[pid=27192] ppid=27191 vsize=38500 CPUtime=642.09
/proc/27192/stat : 27192 (hydrasat_cache4) R 27191 27191 27154 0 -1 4194304 9070 0 0 0 64202 7 0 0 25 0 1 0 464526718 39424000 8778 1992294400 134512640 135813592 4294956176 18446744073709551615 134665399 0 0 4096 1 0 0 0 17 0 0 0
/proc/27192/statm: 9625 8778 149 317 0 9305 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 43860

[startup+702.302 s]
/proc/loadavg: 1.04 1.01 1.02 2/67 27200
/proc/meminfo: memFree=1705760/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=3656 CPUtime=2.02
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 708 0 0 0 202 0 0 0 25 0 1 0 464596745 3743744 691 1992294400 134512640 135995732 4294956032 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 914 691 171 362 0 549 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 9020

[startup+762.305 s]
/proc/loadavg: 1.01 1.01 1.02 2/67 27200
/proc/meminfo: memFree=1701344/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=8524 CPUtime=61.97
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 1913 0 0 0 6194 3 0 0 25 0 1 0 464596745 8728576 1896 1992294400 134512640 135995732 4294956032 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 2131 1896 171 362 0 1766 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 13888

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 27200
/proc/meminfo: memFree=1701024/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=9236 CPUtime=121.92
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 2070 0 0 0 12189 3 0 0 25 0 1 0 464596745 9457664 2053 1992294400 134512640 135995732 4294956032 18446744073709551615 134806567 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 2309 2053 171 362 0 1944 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 14600

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 27200
/proc/meminfo: memFree=1693856/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=16612 CPUtime=181.89
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 3868 0 0 0 18184 5 0 0 25 0 1 0 464596745 17010688 3851 1992294400 134512640 135995732 4294956032 18446744073709551615 134681247 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 4153 3851 171 362 0 3788 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 21976

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27200
/proc/meminfo: memFree=1689696/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=20856 CPUtime=241.85
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 4934 0 0 0 24178 7 0 0 25 0 1 0 464596745 21356544 4866 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 5214 4866 171 362 0 4849 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 26220

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27200
/proc/meminfo: memFree=1685792/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=24896 CPUtime=301.82
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 5915 0 0 0 30174 8 0 0 25 0 1 0 464596745 25493504 5847 1992294400 134512640 135995732 4294956032 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 6224 5847 171 362 0 5859 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 30260

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27200
/proc/meminfo: memFree=1685536/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=25160 CPUtime=361.8
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 5965 0 0 0 36172 8 0 0 25 0 1 0 464596745 25763840 5897 1992294400 134512640 135995732 4294956032 18446744073709551615 134807732 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 6290 5897 171 362 0 5925 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 30524

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27200
/proc/meminfo: memFree=1685536/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=25160 CPUtime=421.76
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 5965 0 0 0 42168 8 0 0 25 0 1 0 464596745 25763840 5897 1992294400 134512640 135995732 4294956032 18446744073709551615 135385611 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 6290 5897 171 362 0 5925 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 30524

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27200
/proc/meminfo: memFree=1685536/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=25160 CPUtime=481.74
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 5965 0 0 0 48166 8 0 0 25 0 1 0 464596745 25763840 5897 1992294400 134512640 135995732 4294956032 18446744073709551615 134808068 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 6290 5897 171 362 0 5925 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 30524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 27200
/proc/meminfo: memFree=1685536/2055920 swapFree=4178736/4192956
[pid=27191] ppid=27189 vsize=5364 CPUtime=700.03
/proc/27191/stat : 27191 (hydrasat-multi.) S 27189 27191 27154 0 -1 4194304 322 10785 0 0 0 0 69981 22 16 0 1 0 464526718 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27191/statm: 1341 245 202 169 0 52 0
[pid=27200] ppid=27191 vsize=25160 CPUtime=500.03
/proc/27200/stat : 27200 (hydrasat_cachew) R 27191 27191 27154 0 -1 4194304 5965 0 0 0 49995 8 0 0 25 0 1 0 464596745 25763840 5897 1992294400 134512640 135995732 4294956032 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 0 0 0
/proc/27200/statm: 6290 5897 171 362 0 5925 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 30524

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.1
CPU user time (s): 1199.77
CPU system time (s): 0.321951
CPU usage (%): 99.957
Max. virtual memory (cumulated for all children) (KiB): 47352

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

runsolver used 0.979851 second user time and 3.39648 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 04:58:49
IDJOB=1529415
IDBENCH=70256
IDSOLVER=518
FILE ID=node32/1529415-1238381928
PBS_JOBID= 9061313
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 926573baa883bfadaffafb33f2f57748
RANDOM SEED=296582693

node32.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.234
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.234
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:       1747720 kB
Buffers:         70268 kB
Cached:         172016 kB
SwapCached:       7344 kB
Active:          61032 kB
Inactive:       189916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747720 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:          14392 kB
Slab:            43052 kB
Committed_AS:  1462788 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node32 at 2009-03-30 05:18:51