Trace number 1728539

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.08 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

0.00/0.02	c Trying configuration 1
700.09/700.30	HOME/hydrasat-multi.sh: line 48: 21532 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
700.09/700.30	c Trying configuration 2
1200.06/1200.41	HOME/hydrasat-multi.sh: line 64: 21535 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.06/1200.41	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:492) (c) roussel@cril.univ-artois.fr

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

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/64 21530
/proc/meminfo: memFree=1799344/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5356 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) D 21528 21530 21331 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 101830062 5484544 230 1992294400 4194304 4889804 548682068720 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/21530/statm: 1339 230 191 169 0 50 0

[startup+0.077915 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21530
/proc/meminfo: memFree=1799344/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101909 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21530
/proc/meminfo: memFree=1799344/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301933 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21530
/proc/meminfo: memFree=1799344/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701965 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21530
/proc/meminfo: memFree=1799344/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50103 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1784160/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=16612 CPUtime=1.46
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 4111 0 0 0 144 2 0 0 25 0 1 0 101830064 17010688 3795 1992294400 134512640 135813592 4294956160 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 4153 3795 124 317 0 3833 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 21972

[startup+3.10117 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1783968/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=16612 CPUtime=3.06
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 4111 0 0 0 304 2 0 0 25 0 1 0 101830064 17010688 3795 1992294400 134512640 135813592 4294956160 18446744073709551615 134521156 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 4153 3795 124 317 0 3833 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 21972

[startup+6.30145 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1783904/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=16612 CPUtime=6.26
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 4111 0 0 0 624 2 0 0 25 0 1 0 101830064 17010688 3795 1992294400 134512640 135813592 4294956160 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 4153 3795 124 317 0 3833 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 21972

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1780448/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=20856 CPUtime=12.66
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 5181 0 0 0 1264 2 0 0 25 0 1 0 101830064 21356544 4694 1992294400 134512640 135813592 4294956160 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 5214 4694 126 317 0 4894 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26216

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1773280/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=29484 CPUtime=25.46
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 7204 0 0 0 2543 3 0 0 25 0 1 0 101830064 30191616 6546 1992294400 134512640 135813592 4294956160 18446744073709551615 134665557 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 7371 6546 149 317 0 7051 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34844

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=29772 CPUtime=51.06
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 7253 0 0 0 5102 4 0 0 25 0 1 0 101830064 30486528 6595 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 7443 6595 149 317 0 7123 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 35132

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1772512/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=30464 CPUtime=102.25
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 7411 0 0 0 10221 4 0 0 25 0 1 0 101830064 31195136 6753 1992294400 134512640 135813592 4294956160 18446744073709551615 134661796 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 7616 6753 149 317 0 7296 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35824

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1771232/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=31788 CPUtime=162.22
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 7721 0 0 0 16218 4 0 0 25 0 1 0 101830064 32550912 7063 1992294400 134512640 135813592 4294956160 18446744073709551615 134665890 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 7947 7063 149 317 0 7627 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 37148

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1770080/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=32844 CPUtime=222.21
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 7999 0 0 0 22217 4 0 0 25 0 1 0 101830064 33632256 7341 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 8211 7341 149 317 0 7891 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 38204

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1769696/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=33108 CPUtime=282.2
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 8078 0 0 0 28215 5 0 0 25 0 1 0 101830064 33902592 7420 1992294400 134512640 135813592 4294956160 18446744073709551615 134665509 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 8277 7420 149 317 0 7957 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 38468

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1769696/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=33108 CPUtime=342.18
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 8079 0 0 0 34213 5 0 0 25 0 1 0 101830064 33902592 7421 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 8277 7421 149 317 0 7957 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 38468

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1767968/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=34852 CPUtime=402.17
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 8501 0 0 0 40211 6 0 0 25 0 1 0 101830064 35688448 7843 1992294400 134512640 135813592 4294956160 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 8713 7843 149 317 0 8393 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 40212


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

[pid=21532] ppid=21530 vsize=35392 CPUtime=462.15
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 8627 0 0 0 46209 6 0 0 25 0 1 0 101830064 36241408 7969 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 8848 7969 149 317 0 8528 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 40752

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1767456/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=35392 CPUtime=522.14
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 8627 0 0 0 52208 6 0 0 25 0 1 0 101830064 36241408 7969 1992294400 134512640 135813592 4294956160 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 8848 7969 149 317 0 8528 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 40752

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1765536/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=37548 CPUtime=582.12
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 9123 0 0 0 58206 6 0 0 25 0 1 0 101830064 38449152 8465 1992294400 134512640 135813592 4294956160 18446744073709551615 134665537 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 9387 8465 149 317 0 9067 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 42908

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21532
/proc/meminfo: memFree=1759712/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5360 CPUtime=0
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 101830062 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1340 239 197 169 0 51 0
[pid=21532] ppid=21530 vsize=43840 CPUtime=642.11
/proc/21532/stat : 21532 (hydrasat_cache4) R 21530 21530 21331 0 -1 4194304 10552 0 0 0 64204 7 0 0 25 0 1 0 101830064 44892160 9894 1992294400 134512640 135813592 4294956160 18446744073709551615 134665401 0 0 4096 1 0 0 0 17 1 0 0
/proc/21532/statm: 10960 9894 149 317 0 10640 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 49200

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1735264/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=14080 CPUtime=1.98
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 3459 0 0 0 197 1 0 0 25 0 1 0 101900092 14417920 3143 1992294400 134512640 135995732 4294956016 18446744073709551615 134693844 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 3520 3143 150 362 0 3155 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 19444

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1729760/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=21364 CPUtime=61.97
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 5468 0 0 0 6195 2 0 0 25 0 1 0 101900092 21876736 4810 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 5341 4810 171 362 0 4976 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 26728

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724512/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=121.95
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 12192 3 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134682179 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 32016

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724448/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=181.93
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 18190 3 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134807915 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 32016

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724448/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=241.92
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 24189 3 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 135366912 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 32016

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724448/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=301.9
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 30187 3 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134682678 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 32016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724448/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=361.89
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 36186 3 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134589795 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 32016

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724448/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=421.88
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 42184 4 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134589594 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 32016

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=481.87
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 48183 4 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 32016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21535
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21530] ppid=21528 vsize=5364 CPUtime=700.09
/proc/21530/stat : 21530 (hydrasat-multi.) S 21528 21530 21331 0 -1 4194304 320 14306 1 0 0 0 69980 29 19 0 1 0 101830062 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21530/statm: 1341 245 202 169 0 52 0
[pid=21535] ppid=21530 vsize=26652 CPUtime=499.97
/proc/21535/stat : 21535 (hydrasat_cachew) R 21530 21530 21331 0 -1 4194304 6784 0 0 0 49993 4 0 0 25 0 1 0 101900092 27291648 6126 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 1 0 0
/proc/21535/statm: 6663 6126 171 362 0 6298 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 32016

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1199.73
CPU system time (s): 0.346947
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 60628

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

runsolver used 1.34579 second user time and 2.98955 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-26 11:27:08
IDJOB=1728539
IDBENCH=24676
IDSOLVER=518
FILE ID=node58/1728539-1240738028
PBS_JOBID= 9186982
Free space on /tmp= 65940 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728539-1240738028/watcher-1728539-1240738028 -o /tmp/evaluation-result-1728539-1240738028/solver-1728539-1240738028 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1728539-1240738028.cnf 1800 565767959

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=565767959

node58.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.233
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.233
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:       1799760 kB
Buffers:         15536 kB
Cached:         171056 kB
SwapCached:          0 kB
Active:          48076 kB
Inactive:       152404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6700 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            41720 kB
Committed_AS:   372224 kB
PageTables:       1356 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= 65888 MiB
End job on node58 at 2009-04-26 11:47:11