Trace number 1726207

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

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-12.sat05-2587.reshuffled-07.cnf
MD5SUMbfae796723167f552bcb2fa958f97ae8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
699.95/700.39	HOME/hydrasat-multi.sh: line 48: 19807 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.95/700.39	c Trying configuration 2
1200.02/1200.60	HOME/hydrasat-multi.sh: line 64: 19811 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.02/1200.60	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-1726207-1240709819/watcher-1726207-1240709819 -o /tmp/evaluation-result-1726207-1240709819/solver-1726207-1240709819 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1726207-1240709819.cnf 1800 2001279739 

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


[startup+0 s]
/proc/loadavg: 1.12 1.57 1.42 3/64 19806
/proc/meminfo: memFree=1836304/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=1452 CPUtime=0
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 169 0 0 0 0 0 0 0 19 0 1 0 99015066 1486848 151 1992294400 134512640 135813592 4294956160 18446744073709551615 134520779 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 363 151 125 317 0 43 0

[startup+0.0422519 s]
/proc/loadavg: 1.12 1.57 1.42 3/64 19806
/proc/meminfo: memFree=1836304/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=1584 CPUtime=0.03
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 233 0 0 0 3 0 0 0 19 0 1 0 99015066 1622016 214 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 396 214 149 317 0 76 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6944

[startup+0.101255 s]
/proc/loadavg: 1.12 1.57 1.42 3/64 19806
/proc/meminfo: memFree=1836304/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=1716 CPUtime=0.09
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 265 0 0 0 9 0 0 0 19 0 1 0 99015066 1757184 246 1992294400 134512640 135813592 4294956160 18446744073709551615 134597212 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 429 247 149 317 0 109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7076

[startup+0.301272 s]
/proc/loadavg: 1.12 1.57 1.42 3/64 19806
/proc/meminfo: memFree=1836304/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=2100 CPUtime=0.29
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 346 0 0 0 29 0 0 0 20 0 1 0 99015066 2150400 327 1992294400 134512640 135813592 4294956160 18446744073709551615 134665243 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 525 327 149 317 0 205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7460

[startup+0.701307 s]
/proc/loadavg: 1.12 1.57 1.42 3/64 19806
/proc/meminfo: memFree=1836304/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=2784 CPUtime=0.69
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 495 0 0 0 69 0 0 0 24 0 1 0 99015066 2850816 476 1992294400 134512640 135813592 4294956160 18446744073709551615 134665323 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 696 476 149 317 0 376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8144

[startup+1.50238 s]
/proc/loadavg: 1.12 1.57 1.42 2/66 19808
/proc/meminfo: memFree=1834688/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=2924 CPUtime=1.49
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 526 0 0 0 149 0 0 0 25 0 1 0 99015066 2994176 507 1992294400 134512640 135813592 4294956160 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 731 507 149 317 0 411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8284

[startup+3.10151 s]
/proc/loadavg: 1.12 1.57 1.42 2/66 19808
/proc/meminfo: memFree=1834496/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=2924 CPUtime=3.09
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 526 0 0 0 309 0 0 0 25 0 1 0 99015066 2994176 507 1992294400 134512640 135813592 4294956160 18446744073709551615 134661604 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 731 507 149 317 0 411 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8284

[startup+6.30179 s]
/proc/loadavg: 1.11 1.56 1.42 2/66 19808
/proc/meminfo: memFree=1833472/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=4040 CPUtime=6.29
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 772 0 0 0 629 0 0 0 25 0 1 0 99015066 4136960 753 1992294400 134512640 135813592 4294956160 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 1010 753 149 317 0 690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9400

[startup+12.7013 s]
/proc/loadavg: 1.10 1.55 1.42 2/66 19808
/proc/meminfo: memFree=1830656/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=7076 CPUtime=12.68
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 1503 0 0 0 1268 0 0 0 25 0 1 0 99015066 7245824 1397 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 1769 1397 149 317 0 1449 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12436

[startup+25.5014 s]
/proc/loadavg: 1.08 1.52 1.41 2/66 19808
/proc/meminfo: memFree=1830400/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=7356 CPUtime=25.47
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 1573 0 0 0 2547 0 0 0 25 0 1 0 99015066 7532544 1467 1992294400 134512640 135813592 4294956160 18446744073709551615 134664954 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 1839 1467 149 317 0 1519 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12716

[startup+51.1017 s]
/proc/loadavg: 1.05 1.48 1.40 2/66 19810
/proc/meminfo: memFree=1830336/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=7356 CPUtime=51.06
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 1579 0 0 0 5106 0 0 0 25 0 1 0 99015066 7532544 1473 1992294400 134512640 135813592 4294956160 18446744073709551615 134592141 0 0 4096 1 0 0 0 17 1 0 0
/proc/19807/statm: 1839 1473 149 317 0 1519 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12716

[startup+102.305 s]
/proc/loadavg: 1.02 1.40 1.37 2/66 19810
/proc/meminfo: memFree=1819136/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=21060 CPUtime=102.24
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 4900 0 0 0 10222 2 0 0 25 0 1 0 99015066 21565440 4299 1992294400 134512640 135813592 4294956160 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 5265 4299 149 317 0 4945 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 26420

[startup+162.301 s]
/proc/loadavg: 1.01 1.32 1.35 2/66 19810
/proc/meminfo: memFree=1815168/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=25648 CPUtime=162.22
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 5972 0 0 0 16218 4 0 0 25 0 1 0 99015066 26263552 5300 1992294400 134512640 135813592 4294956160 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 6412 5300 149 317 0 6092 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31008

[startup+222.301 s]
/proc/loadavg: 1.00 1.26 1.32 2/66 19810
/proc/meminfo: memFree=1811264/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=30188 CPUtime=222.2
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 7217 0 0 0 22216 4 0 0 25 0 1 0 99015066 30912512 6243 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 7547 6243 149 317 0 7227 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 35548

[startup+282.302 s]
/proc/loadavg: 1.00 1.21 1.30 2/66 19810
/proc/meminfo: memFree=1809152/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=32468 CPUtime=282.17
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 7885 0 0 0 28213 4 0 0 25 0 1 0 99015066 33247232 6770 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/19807/statm: 8117 6770 149 317 0 7797 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 37828

[startup+342.302 s]
/proc/loadavg: 1.00 1.17 1.28 2/66 19810
/proc/meminfo: memFree=1805376/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=37784 CPUtime=342.14
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 9489 0 0 0 34209 5 0 0 25 0 1 0 99015066 38690816 7710 1992294400 134512640 135813592 4294956160 18446744073709551615 134664971 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 9446 7710 149 317 0 9126 0

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

[pid=19807] ppid=19806 vsize=40084 CPUtime=462.08
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 10069 0 0 0 46202 6 0 0 25 0 1 0 99015066 41046016 8290 1992294400 134512640 135813592 4294956160 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 10021 8290 149 317 0 9701 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 45444

[startup+522.301 s]
/proc/loadavg: 1.00 1.09 1.22 2/66 19810
/proc/meminfo: memFree=1795648/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=50808 CPUtime=522.05
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 14043 0 0 0 52198 7 0 0 25 0 1 0 99015066 52027392 10059 1992294400 134512640 135813592 4294956160 18446744073709551615 134664934 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 12702 10059 149 317 0 12382 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 56168

[startup+582.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/66 19810
/proc/meminfo: memFree=1794752/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=51932 CPUtime=582.02
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 14445 0 0 0 58195 7 0 0 25 0 1 0 99015066 53178368 10320 1992294400 134512640 135813592 4294956160 18446744073709551615 134667492 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 12983 10320 149 317 0 12663 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 57292

[startup+642.303 s]
/proc/loadavg: 1.00 1.05 1.19 2/66 19810
/proc/meminfo: memFree=1794368/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5360 CPUtime=0
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 99015066 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1340 239 197 169 0 51 0
[pid=19807] ppid=19806 vsize=51932 CPUtime=641.99
/proc/19807/stat : 19807 (hydrasat_cache4) R 19806 19806 19640 0 -1 4194304 14529 0 0 0 64192 7 0 0 25 0 1 0 99015066 53178368 10404 1992294400 134512640 135813592 4294956160 18446744073709551615 134665074 0 0 4096 1 0 0 0 17 0 0 0
/proc/19807/statm: 12983 10404 149 317 0 12663 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 57292

[startup+702.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 19811
/proc/meminfo: memFree=1791552/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=3256 CPUtime=1.89
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 597 0 0 0 189 0 0 0 25 0 1 0 99085106 3334144 579 1992294400 134512640 135995732 4294956016 18446744073709551615 134589319 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 814 579 171 362 0 449 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 8620

[startup+762.306 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 19811
/proc/meminfo: memFree=1784320/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=11464 CPUtime=61.84
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 2542 0 0 0 6183 1 0 0 25 0 1 0 99085106 11739136 2434 1992294400 134512640 135995732 4294956016 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 2866 2434 171 362 0 2501 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 16828

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.15 2/66 19811
/proc/meminfo: memFree=1783616/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=12544 CPUtime=121.81
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 2756 0 0 0 12180 1 0 0 25 0 1 0 99085106 12845056 2648 1992294400 134512640 135995732 4294956016 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 1 0 0
/proc/19811/statm: 3136 2648 171 362 0 2771 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 17908

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 19811
/proc/meminfo: memFree=1783296/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=12912 CPUtime=181.78
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 2847 0 0 0 18177 1 0 0 25 0 1 0 99085106 13221888 2739 1992294400 134512640 135995732 4294956016 18446744073709551615 134808081 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 3228 2739 171 362 0 2863 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 18276

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.13 2/66 19811
/proc/meminfo: memFree=1782848/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=13376 CPUtime=241.76
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 2962 0 0 0 24175 1 0 0 25 0 1 0 99085106 13697024 2854 1992294400 134512640 135995732 4294956016 18446744073709551615 134807877 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 3344 2854 171 362 0 2979 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 18740

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 19811
/proc/meminfo: memFree=1782464/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=13952 CPUtime=301.75
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 3050 0 0 0 30173 2 0 0 25 0 1 0 99085106 14286848 2942 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 3488 2942 171 362 0 3123 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 19316

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 19811
/proc/meminfo: memFree=1782336/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=14176 CPUtime=361.72
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 3095 0 0 0 36170 2 0 0 25 0 1 0 99085106 14516224 2987 1992294400 134512640 135995732 4294956016 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 3544 2987 171 362 0 3179 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 19540

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 19811
/proc/meminfo: memFree=1782144/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=14436 CPUtime=421.7
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 3152 0 0 0 42168 2 0 0 25 0 1 0 99085106 14782464 3044 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 3609 3044 171 362 0 3244 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 19800

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19811
/proc/meminfo: memFree=1781440/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=15112 CPUtime=481.68
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 3300 0 0 0 48166 2 0 0 25 0 1 0 99085106 15474688 3192 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/19811/statm: 3778 3192 171 362 0 3413 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 20476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 19811
/proc/meminfo: memFree=1781440/2055920 swapFree=4192812/4192956
[pid=19806] ppid=19804 vsize=5364 CPUtime=700.05
/proc/19806/stat : 19806 (hydrasat-multi.) S 19804 19806 19640 0 -1 4194304 321 17220 0 0 0 0 69981 24 16 0 1 0 99015066 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19806/statm: 1341 245 202 169 0 52 0
[pid=19811] ppid=19806 vsize=15112 CPUtime=499.97
/proc/19811/stat : 19811 (hydrasat_cachew) R 19806 19806 19640 0 -1 4194304 3302 0 0 0 49995 2 0 0 25 0 1 0 99085106 15474688 3194 1992294400 134512640 135995732 4294956016 18446744073709551615 134808068 0 0 4096 1 0 0 0 17 0 0 0
/proc/19811/statm: 3778 3194 171 362 0 3413 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 20476

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.04
CPU user time (s): 1199.77
CPU system time (s): 0.272958
CPU usage (%): 99.9525
Max. virtual memory (cumulated for all children) (KiB): 57852

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

runsolver used 1.22081 second user time and 3.15552 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-26 03:36:59
IDJOB=1726207
IDBENCH=24608
IDSOLVER=518
FILE ID=node31/1726207-1240709819
PBS_JOBID= 9186847
Free space on /tmp= 66408 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-12.sat05-2587.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726207-1240709819/watcher-1726207-1240709819 -o /tmp/evaluation-result-1726207-1240709819/solver-1726207-1240709819 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1726207-1240709819.cnf 1800 2001279739

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

MD5SUM BENCH= bfae796723167f552bcb2fa958f97ae8
RANDOM SEED=2001279739

node31.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.213
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.213
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:       1836784 kB
Buffers:         25320 kB
Cached:         128224 kB
SwapCached:          0 kB
Active:          35868 kB
Inactive:       132540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4056 kB
Writeback:           0 kB
Mapped:          24712 kB
Slab:            36464 kB
Committed_AS:   356900 kB
PageTables:       1464 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= 66364 MiB
End job on node31 at 2009-04-26 03:57:01