Trace number 1730818

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

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.4495
Satisfiable
(Un)Satisfiability was proved
Number of variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Trying configuration 1
699.88/700.19	HOME/hydrasat-multi.sh: line 48: 28089 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.88/700.19	c Trying configuration 2
1200.02/1200.40	HOME/hydrasat-multi.sh: line 64: 28090 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.02/1200.40	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-1730818-1240763928/watcher-1730818-1240763928 -o /tmp/evaluation-result-1730818-1240763928/solver-1730818-1240763928 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1730818-1240763928.cnf 1800 1599710508 

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 1.06 3/64 28087
/proc/meminfo: memFree=1654864/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5356 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) D 28085 28087 28020 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 104426355 5484544 230 1992294400 4194304 4889804 548682068736 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 0 0 0
/proc/28087/statm: 1339 230 191 169 0 50 0

[startup+0.053295 s]
/proc/loadavg: 0.92 0.98 1.06 3/64 28087
/proc/meminfo: memFree=1654864/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102298 s]
/proc/loadavg: 0.92 0.98 1.06 3/64 28087
/proc/meminfo: memFree=1654864/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301319 s]
/proc/loadavg: 0.92 0.98 1.06 3/64 28087
/proc/meminfo: memFree=1654864/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701365 s]
/proc/loadavg: 0.92 0.98 1.06 3/64 28087
/proc/meminfo: memFree=1654864/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50146 s]
/proc/loadavg: 0.92 0.98 1.06 2/66 28089
/proc/meminfo: memFree=1653376/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=2888 CPUtime=1.47
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 545 0 0 0 147 0 0 0 25 0 1 0 104426357 2957312 526 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 722 526 149 317 0 402 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8248

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 1.06 2/66 28089
/proc/meminfo: memFree=1652352/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=3800 CPUtime=3.07
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 762 0 0 0 307 0 0 0 25 0 1 0 104426357 3891200 743 1992294400 134512640 135813592 4294956176 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 950 743 149 317 0 630 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9160

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 1.06 2/66 28089
/proc/meminfo: memFree=1651904/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=3800 CPUtime=6.27
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 762 0 0 0 627 0 0 0 25 0 1 0 104426357 3891200 743 1992294400 134512640 135813592 4294956176 18446744073709551615 134665984 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 950 743 149 317 0 630 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9160

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 1.06 2/66 28089
/proc/meminfo: memFree=1651904/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=3800 CPUtime=12.67
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 762 0 0 0 1267 0 0 0 25 0 1 0 104426357 3891200 743 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 950 743 149 317 0 630 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9160

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 1.05 2/66 28089
/proc/meminfo: memFree=1650752/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=5132 CPUtime=25.46
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 1081 0 0 0 2546 0 0 0 25 0 1 0 104426357 5255168 1062 1992294400 134512640 135813592 4294956176 18446744073709551615 134665514 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 1283 1062 149 317 0 963 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10492

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 1.05 2/66 28089
/proc/meminfo: memFree=1648704/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=7348 CPUtime=51.06
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 1601 0 0 0 5105 1 0 0 25 0 1 0 104426357 7524352 1582 1992294400 134512640 135813592 4294956176 18446744073709551615 134514098 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 1837 1582 149 317 0 1517 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12708

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.05 2/66 28089
/proc/meminfo: memFree=1643776/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=12672 CPUtime=102.24
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 2823 0 0 0 10223 1 0 0 25 0 1 0 104426357 12976128 2804 1992294400 134512640 135813592 4294956176 18446744073709551615 134594275 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 3168 2804 149 317 0 2848 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18032

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 28089
/proc/meminfo: memFree=1641344/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=15316 CPUtime=162.23
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 3416 0 0 0 16221 2 0 0 25 0 1 0 104426357 15683584 3397 1992294400 134512640 135813592 4294956176 18446744073709551615 134662866 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 3829 3397 149 317 0 3509 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20676

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 28089
/proc/meminfo: memFree=1641280/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=15316 CPUtime=222.21
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 3416 0 0 0 22219 2 0 0 25 0 1 0 104426357 15683584 3397 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 3829 3397 149 317 0 3509 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20676

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 28089
/proc/meminfo: memFree=1641216/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=15316 CPUtime=282.2
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 3418 0 0 0 28218 2 0 0 25 0 1 0 104426357 15683584 3399 1992294400 134512640 135813592 4294956176 18446744073709551615 134664998 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 3829 3399 149 317 0 3509 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20676

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 28089
/proc/meminfo: memFree=1641280/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=15316 CPUtime=342.18
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 3419 0 0 0 34216 2 0 0 25 0 1 0 104426357 15683584 3400 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 3829 3400 149 317 0 3509 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 20676

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 28089
/proc/meminfo: memFree=1639936/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=16916 CPUtime=402.17
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 3746 0 0 0 40214 3 0 0 25 0 1 0 104426357 17321984 3727 1992294400 134512640 135813592 4294956176 18446744073709551615 134665173 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 4229 3727 149 317 0 3909 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 22276


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

[pid=28089] ppid=28087 vsize=19968 CPUtime=462.15
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 4458 0 0 0 46211 4 0 0 25 0 1 0 104426357 20447232 4439 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 4992 4439 149 317 0 4672 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 25328

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 28089
/proc/meminfo: memFree=1634944/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=22364 CPUtime=522.13
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 4971 0 0 0 52209 4 0 0 25 0 1 0 104426357 22900736 4952 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 5591 4952 149 317 0 5271 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 27724

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28089
/proc/meminfo: memFree=1633088/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=24628 CPUtime=582.12
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 5494 0 0 0 58207 5 0 0 25 0 1 0 104426357 25219072 5434 1992294400 134512640 135813592 4294956176 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 6157 5434 149 317 0 5837 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 29988

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28089
/proc/meminfo: memFree=1631616/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5360 CPUtime=0
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 104426355 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28087/statm: 1340 239 197 169 0 51 0
[pid=28089] ppid=28087 vsize=25948 CPUtime=642.11
/proc/28089/stat : 28089 (hydrasat_cache4) R 28087 28087 28020 0 -1 4194304 5833 0 0 0 64206 5 0 0 25 0 1 0 104426357 26570752 5773 1992294400 134512640 135813592 4294956176 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 1 0 0
/proc/28089/statm: 6487 5773 149 317 0 6167 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 31308

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1629760/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=2672 CPUtime=2.1
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 475 0 0 0 210 0 0 0 25 0 1 0 104496374 2736128 458 1992294400 134512640 135995732 4294956032 18446744073709551615 134589506 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 668 458 171 362 0 303 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 8036

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1625152/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=7680 CPUtime=62.06
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 1692 0 0 0 6204 2 0 0 25 0 1 0 104496374 7864320 1675 1992294400 134512640 135995732 4294956032 18446744073709551615 134807721 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 1920 1675 171 362 0 1555 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 13044

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1625152/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=7680 CPUtime=122.04
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 1692 0 0 0 12202 2 0 0 25 0 1 0 104496374 7864320 1675 1992294400 134512640 135995732 4294956032 18446744073709551615 134808030 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 1920 1675 171 362 0 1555 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 13044

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1624768/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=8064 CPUtime=182.03
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 1782 0 0 0 18200 3 0 0 25 0 1 0 104496374 8257536 1765 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 2016 1765 171 362 0 1651 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 13428

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1621696/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=11376 CPUtime=242.02
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 2551 0 0 0 24198 4 0 0 25 0 1 0 104496374 11649024 2534 1992294400 134512640 135995732 4294956032 18446744073709551615 134807752 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 2844 2534 171 362 0 2479 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 16740

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1620160/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=12964 CPUtime=302
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 2917 0 0 0 30196 4 0 0 25 0 1 0 104496374 13275136 2900 1992294400 134512640 135995732 4294956032 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 3241 2900 171 362 0 2876 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 18328

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1618368/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=15000 CPUtime=361.99
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 3410 0 0 0 36194 5 0 0 25 0 1 0 104496374 15360000 3393 1992294400 134512640 135995732 4294956032 18446744073709551615 134807853 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 3750 3393 171 362 0 3385 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 20364

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1616384/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=16800 CPUtime=421.97
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 3851 0 0 0 42191 6 0 0 25 0 1 0 104496374 17203200 3834 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 4200 3834 171 362 0 3835 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 22164

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1615616/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=17464 CPUtime=481.95
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 4038 0 0 0 48189 6 0 0 25 0 1 0 104496374 17883136 4021 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 4366 4021 171 362 0 4001 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 22828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 28090
/proc/meminfo: memFree=1615488/2055920 swapFree=4180724/4192956
[pid=28087] ppid=28085 vsize=5364 CPUtime=699.97
/proc/28087/stat : 28087 (hydrasat-multi.) S 28085 28087 28020 0 -1 4194304 321 6488 1 0 0 0 69983 14 16 0 1 0 104426355 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1341 245 202 169 0 52 0
[pid=28090] ppid=28087 vsize=17656 CPUtime=500.05
/proc/28090/stat : 28090 (hydrasat_cachew) R 28087 28087 28020 0 -1 4194304 4067 0 0 0 49999 6 0 0 25 0 1 0 104496374 18079744 4050 1992294400 134512640 135995732 4294956032 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/28090/statm: 4414 4050 171 362 0 4049 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 23020

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.05
CPU user time (s): 1199.83
CPU system time (s): 0.218966
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 31748

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

runsolver used 1.39379 second user time and 2.97455 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-26 18:38:48
IDJOB=1730818
IDBENCH=24737
IDSOLVER=518
FILE ID=node23/1730818-1240763928
PBS_JOBID= 9187166
Free space on /tmp= 66320 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730818-1240763928/watcher-1730818-1240763928 -o /tmp/evaluation-result-1730818-1240763928/solver-1730818-1240763928 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1730818-1240763928.cnf 1800 1599710508

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

MD5SUM BENCH= 5d5a2534629561aec3a6f7f6c6034d03
RANDOM SEED=1599710508

node23.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.238
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.238
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:       1655280 kB
Buffers:         44288 kB
Cached:         300020 kB
SwapCached:       6164 kB
Active:          87284 kB
Inactive:       265464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655280 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            4080 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            33876 kB
Committed_AS:   451732 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node23 at 2009-04-26 18:58:51