Trace number 1529811

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S712437980-063.cnf
MD5SUMb463dbc968e6641b221ce623da961f00
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark156.315
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
699.92/700.17	HOME/hydrasat-multi.sh: line 48:  8286 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.92/700.17	c Trying configuration 2
1200.08/1200.41	HOME/hydrasat-multi.sh: line 64:  8288 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.08/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:489) (c) roussel@cril.univ-artois.fr

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

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.99 0.98 0.99 3/64 8285
/proc/meminfo: memFree=1612568/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=1584 CPUtime=0
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 1114572310 1622016 189 1992294400 134512640 135813592 4294956160 18446744073709551615 134679036 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 396 189 123 317 0 76 0

[startup+0.072235 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8285
/proc/meminfo: memFree=1612568/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=1716 CPUtime=0.06
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 277 0 0 0 6 0 0 0 18 0 1 0 1114572310 1757184 258 1992294400 134512640 135813592 4294956160 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 429 258 150 317 0 109 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7076

[startup+0.101237 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8285
/proc/meminfo: memFree=1612568/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=1848 CPUtime=0.09
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 283 0 0 0 9 0 0 0 18 0 1 0 1114572310 1892352 264 1992294400 134512640 135813592 4294956160 18446744073709551615 134513715 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 462 264 150 317 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.301255 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8285
/proc/meminfo: memFree=1612568/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=1980 CPUtime=0.29
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 324 0 0 0 29 0 0 0 19 0 1 0 1114572310 2027520 305 1992294400 134512640 135813592 4294956160 18446744073709551615 134665292 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 495 305 150 317 0 175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7340

[startup+0.701289 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 8285
/proc/meminfo: memFree=1612568/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=2112 CPUtime=0.69
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 369 0 0 0 69 0 0 0 22 0 1 0 1114572310 2162688 350 1992294400 134512640 135813592 4294956160 18446744073709551615 134597209 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 528 350 150 317 0 208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7472

[startup+1.50136 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1611408/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=2512 CPUtime=1.49
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 467 0 0 0 149 0 0 0 25 0 1 0 1114572310 2572288 448 1992294400 134512640 135813592 4294956160 18446744073709551615 134665292 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 628 448 150 317 0 308 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7872

[startup+3.1025 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1611088/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=2784 CPUtime=3.09
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 525 0 0 0 309 0 0 0 25 0 1 0 1114572310 2850816 506 1992294400 134512640 135813592 4294956160 18446744073709551615 134665745 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 696 506 150 317 0 376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8144

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1610832/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=2940 CPUtime=6.29
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 564 0 0 0 629 0 0 0 25 0 1 0 1114572310 3010560 545 1992294400 134512640 135813592 4294956160 18446744073709551615 134665972 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 735 545 150 317 0 415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8300

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1609552/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=4264 CPUtime=12.69
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 856 0 0 0 1269 0 0 0 25 0 1 0 1114572310 4366336 837 1992294400 134512640 135813592 4294956160 18446744073709551615 134665049 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 1066 837 150 317 0 746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9624

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1606736/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=7552 CPUtime=25.48
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 1575 0 0 0 2548 0 0 0 25 0 1 0 1114572310 7733248 1545 1992294400 134512640 135813592 4294956160 18446744073709551615 134665187 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 1888 1545 150 317 0 1568 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12912

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1603408/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=11224 CPUtime=51.08
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 2442 0 0 0 5106 2 0 0 25 0 1 0 1114572310 11493376 2370 1992294400 134512640 135813592 4294956160 18446744073709551615 134665438 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 2806 2370 150 317 0 2486 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16584

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1603152/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=11384 CPUtime=102.27
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 2491 0 0 0 10225 2 0 0 25 0 1 0 1114572310 11657216 2419 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 2846 2419 150 317 0 2526 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 16744

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1602704/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=11900 CPUtime=162.25
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 2604 0 0 0 16223 2 0 0 25 0 1 0 1114572310 12185600 2532 1992294400 134512640 135813592 4294956160 18446744073709551615 134665029 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 2975 2532 150 317 0 2655 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17260

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1602064/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=12856 CPUtime=222.24
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 2772 0 0 0 22222 2 0 0 25 0 1 0 1114572310 13164544 2700 1992294400 134512640 135813592 4294956160 18446744073709551615 134665335 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 3214 2700 150 317 0 2894 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 18216

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1601488/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=13488 CPUtime=282.23
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 2903 0 0 0 28220 3 0 0 25 0 1 0 1114572310 13811712 2831 1992294400 134512640 135813592 4294956160 18446744073709551615 134664943 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 3372 2831 150 317 0 3052 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 18848

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1601232/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=13788 CPUtime=342.21
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 2980 0 0 0 34218 3 0 0 25 0 1 0 1114572310 14118912 2908 1992294400 134512640 135813592 4294956160 18446744073709551615 134665375 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 3447 2908 150 317 0 3127 0

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

[pid=8286] ppid=8285 vsize=14196 CPUtime=462.17
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 3088 0 0 0 46214 3 0 0 25 0 1 0 1114572310 14536704 3016 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 3549 3016 150 317 0 3229 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19556

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1597584/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=18108 CPUtime=522.17
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 3948 0 0 0 52213 4 0 0 25 0 1 0 1114572310 18542592 3814 1992294400 134512640 135813592 4294956160 18446744073709551615 134665135 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 4527 3814 150 317 0 4207 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 23468

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1593552/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=22564 CPUtime=582.15
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 5030 0 0 0 58210 5 0 0 25 0 1 0 1114572310 23105536 4795 1992294400 134512640 135813592 4294956160 18446744073709551615 134588704 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 5641 4795 150 317 0 5321 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 27924

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8287
/proc/meminfo: memFree=1590864/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5360 CPUtime=0
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1114572309 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1340 239 197 169 0 51 0
[pid=8286] ppid=8285 vsize=25388 CPUtime=642.14
/proc/8286/stat : 8286 (hydrasat_cache4) R 8285 8285 7942 0 -1 4194304 5752 0 0 0 64208 6 0 0 25 0 1 0 1114572310 25997312 5471 1992294400 134512640 135813592 4294956160 18446744073709551615 134665023 0 0 4096 1 0 0 0 17 1 0 0
/proc/8286/statm: 6347 5471 150 317 0 6027 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 30748

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8288
/proc/meminfo: memFree=1586768/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=2552 CPUtime=2.12
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 451 0 0 0 212 0 0 0 25 0 1 0 1114642327 2613248 433 1992294400 134512640 135995732 4294956016 18446744073709551615 134807735 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 638 433 172 362 0 273 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 7916

[startup+762.306 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1582224/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=7728 CPUtime=62.11
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 1646 0 0 0 6210 1 0 0 25 0 1 0 1114642327 7913472 1618 1992294400 134512640 135995732 4294956016 18446744073709551615 134808079 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 1932 1618 172 362 0 1567 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 13092

[startup+822.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1579664/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=10976 CPUtime=122.08
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 2398 0 0 0 12207 1 0 0 25 0 1 0 1114642327 11239424 2323 1992294400 134512640 135995732 4294956016 18446744073709551615 134807704 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 2744 2323 172 362 0 2379 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 16340

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1575376/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=15240 CPUtime=182.08
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 3418 0 0 0 18205 3 0 0 25 0 1 0 1114642327 15605760 3343 1992294400 134512640 135995732 4294956016 18446744073709551615 134807744 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 3810 3343 172 362 0 3445 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 20604

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1572048/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=18972 CPUtime=242.06
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 4347 0 0 0 24202 4 0 0 25 0 1 0 1114642327 19427328 4191 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 4743 4191 172 362 0 4378 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 24336

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1569168/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=22200 CPUtime=302.04
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 5119 0 0 0 30200 4 0 0 25 0 1 0 1114642327 22732800 4898 1992294400 134512640 135995732 4294956016 18446744073709551615 135369318 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 5550 4898 172 362 0 5185 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 27564

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1566928/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=24612 CPUtime=362.03
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 5690 0 0 0 36198 5 0 0 25 0 1 0 1114642327 25202688 5469 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 6153 5469 172 362 0 5788 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 29976

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1564688/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=26680 CPUtime=422.02
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 6232 0 0 0 42196 6 0 0 25 0 1 0 1114642327 27320320 6011 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 6670 6011 172 362 0 6305 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 32044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1562640/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=28896 CPUtime=482
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 6759 0 0 0 48193 7 0 0 25 0 1 0 1114642327 29589504 6538 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 7224 6538 172 362 0 6859 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 34260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8288
/proc/meminfo: memFree=1560528/2055920 swapFree=4178796/4192956
[pid=8285] ppid=8283 vsize=5364 CPUtime=699.98
/proc/8285/stat : 8285 (hydrasat-multi.) S 8283 8285 7942 0 -1 4194304 321 7792 0 0 0 0 69982 16 19 0 1 0 1114572309 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8285/statm: 1341 245 202 169 0 52 0
[pid=8288] ppid=8285 vsize=31560 CPUtime=500.1
/proc/8288/stat : 8288 (hydrasat_cachew) R 8285 8285 7942 0 -1 4194304 7541 0 0 0 50002 8 0 0 25 0 1 0 1114642327 32317440 7030 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/8288/statm: 7890 7030 172 362 0 7525 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 36924

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.11
CPU user time (s): 1199.86
CPU system time (s): 0.250961
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 36924

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

runsolver used 1.35779 second user time and 3.02054 second system time

The end

Launcher Data

Begin job on node57 at 2009-03-30 15:18:25
IDJOB=1529811
IDBENCH=70388
IDSOLVER=518
FILE ID=node57/1529811-1238419105
PBS_JOBID= 9061456
Free space on /tmp= 66264 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S712437980-063.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529811-1238419105/watcher-1529811-1238419105 -o /tmp/evaluation-result-1529811-1238419105/solver-1529811-1238419105 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529811-1238419105.cnf 1800 1539223686

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

MD5SUM BENCH= b463dbc968e6641b221ce623da961f00
RANDOM SEED=1539223686

node57.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:       1613312 kB
Buffers:         65908 kB
Cached:         285412 kB
SwapCached:       7992 kB
Active:          86388 kB
Inactive:       274408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613312 kB
SwapTotal:     4192956 kB
SwapFree:      4178796 kB
Dirty:            4088 kB
Writeback:           0 kB
Mapped:          15096 kB
Slab:            67932 kB
Committed_AS:  2565200 kB
PageTables:       1392 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= 66236 MiB
End job on node57 at 2009-03-30 15:38:27