Trace number 1530141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.08 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S1514821049-021.cnf
MD5SUMf4161d2880fd7bbc6678916071117669
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06199
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Trying configuration 1
699.94/700.27	HOME/hydrasat-multi.sh: line 48: 15095 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.94/700.27	c Trying configuration 2
1200.05/1200.50	HOME/hydrasat-multi.sh: line 64: 15103 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.05/1200.50	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-1530141-1238475536/watcher-1530141-1238475536 -o /tmp/evaluation-result-1530141-1238475536/solver-1530141-1238475536 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1530141-1238475536.cnf 1800 1151195301 

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.83 1.82 1.44 3/64 15094
/proc/meminfo: memFree=1677656/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=1452 CPUtime=0
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 1120219823 1486848 142 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 363 142 116 317 0 43 0

[startup+0.0649569 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 15094
/proc/meminfo: memFree=1677656/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=2116 CPUtime=0.05
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 316 0 0 0 5 0 0 0 18 0 1 0 1120219823 2166784 298 1992294400 134512640 135813592 4294956160 18446744073709551615 134676855 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 529 298 123 317 0 209 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7476

[startup+0.101963 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 15094
/proc/meminfo: memFree=1677656/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=2116 CPUtime=0.09
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 318 0 0 0 9 0 0 0 18 0 1 0 1120219823 2166784 300 1992294400 134512640 135813592 4294956160 18446744073709551615 134676824 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 529 300 125 317 0 209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7476

[startup+0.301998 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 15094
/proc/meminfo: memFree=1677656/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=2388 CPUtime=0.29
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 427 0 0 0 29 0 0 0 19 0 1 0 1120219823 2445312 408 1992294400 134512640 135813592 4294956160 18446744073709551615 134592375 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 597 408 150 317 0 277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7748

[startup+0.70107 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 15094
/proc/meminfo: memFree=1677656/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=2660 CPUtime=0.69
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 479 0 0 0 69 0 0 0 22 0 1 0 1120219823 2723840 460 1992294400 134512640 135813592 4294956160 18446744073709551615 134665187 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 665 460 150 317 0 345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50121 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 15096
/proc/meminfo: memFree=1675976/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=3076 CPUtime=1.49
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 591 0 0 0 149 0 0 0 25 0 1 0 1120219823 3149824 572 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 769 572 150 317 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8436

[startup+3.1015 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 15096
/proc/meminfo: memFree=1675272/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=3208 CPUtime=3.09
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 629 0 0 0 309 0 0 0 25 0 1 0 1120219823 3284992 610 1992294400 134512640 135813592 4294956160 18446744073709551615 134665194 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 802 610 150 317 0 482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8568

[startup+6.30107 s]
/proc/loadavg: 1.77 1.81 1.44 2/66 15096
/proc/meminfo: memFree=1675144/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=3344 CPUtime=6.29
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 649 0 0 0 629 0 0 0 25 0 1 0 1120219823 3424256 630 1992294400 134512640 135813592 4294956160 18446744073709551615 134664943 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 836 630 150 317 0 516 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8704

[startup+12.7012 s]
/proc/loadavg: 1.71 1.79 1.44 2/66 15096
/proc/meminfo: memFree=1674760/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=4028 CPUtime=12.69
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 804 0 0 0 1269 0 0 0 25 0 1 0 1120219823 4124672 785 1992294400 134512640 135813592 4294956160 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 1007 785 150 317 0 687 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9388

[startup+25.5015 s]
/proc/loadavg: 1.55 1.75 1.43 2/66 15096
/proc/meminfo: memFree=1672840/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=5856 CPUtime=25.48
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 1228 0 0 0 2548 0 0 0 25 0 1 0 1120219823 5996544 1209 1992294400 134512640 135813592 4294956160 18446744073709551615 134665743 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 1464 1209 150 317 0 1144 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11216

[startup+51.1011 s]
/proc/loadavg: 1.36 1.69 1.42 2/66 15096
/proc/meminfo: memFree=1669000/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=10156 CPUtime=51.06
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 2268 0 0 0 5105 1 0 0 25 0 1 0 1120219823 10399744 2198 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 2539 2198 150 317 0 2219 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15516

[startup+102.305 s]
/proc/loadavg: 1.15 1.58 1.40 2/66 15096
/proc/meminfo: memFree=1663240/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=16772 CPUtime=102.25
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 3809 0 0 0 10223 2 0 0 25 0 1 0 1120219823 17174528 3618 1992294400 134512640 135813592 4294956160 18446744073709551615 134665077 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 4193 3618 150 317 0 3873 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22132

[startup+162.303 s]
/proc/loadavg: 1.06 1.47 1.37 2/66 15102
/proc/meminfo: memFree=1662664/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=17372 CPUtime=162.22
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 3936 0 0 0 16220 2 0 0 25 0 1 0 1120219823 17788928 3745 1992294400 134512640 135813592 4294956160 18446744073709551615 134665273 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 4343 3745 150 317 0 4023 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 22732

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/66 15102
/proc/meminfo: memFree=1662024/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=18028 CPUtime=222.2
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 4089 0 0 0 22217 3 0 0 25 0 1 0 1120219823 18460672 3865 1992294400 134512640 135813592 4294956160 18446744073709551615 134665960 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 4507 3865 150 317 0 4187 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 23388

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.32 2/66 15102
/proc/meminfo: memFree=1661512/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=18624 CPUtime=282.18
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 4237 0 0 0 28215 3 0 0 25 0 1 0 1120219823 19070976 4013 1992294400 134512640 135813592 4294956160 18446744073709551615 134665074 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 4656 4013 150 317 0 4336 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 23984

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.29 2/66 15102
/proc/meminfo: memFree=1660488/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=19804 CPUtime=342.16
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 4514 0 0 0 34213 3 0 0 25 0 1 0 1120219823 20279296 4290 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 4951 4290 150 317 0 4631 0

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

[pid=15095] ppid=15094 vsize=33808 CPUtime=522.1
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 7878 0 0 0 52204 6 0 0 25 0 1 0 1120219823 34619392 7181 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 8452 7181 150 317 0 8132 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 39168

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 15102
/proc/meminfo: memFree=1648648/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=33904 CPUtime=582.08
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 7972 0 0 0 58202 6 0 0 25 0 1 0 1120219823 34717696 7234 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 8476 7234 150 317 0 8156 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 39264

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 15102
/proc/meminfo: memFree=1646472/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5360 CPUtime=0
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1120219823 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15094/statm: 1340 239 197 169 0 51 0
[pid=15095] ppid=15094 vsize=36272 CPUtime=642.07
/proc/15095/stat : 15095 (hydrasat_cache4) R 15094 15094 14860 0 -1 4194304 8521 0 0 0 64200 7 0 0 25 0 1 0 1120219823 37142528 7783 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/15095/statm: 9068 7783 150 317 0 8748 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 41632

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 15103
/proc/meminfo: memFree=1642248/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=2820 CPUtime=2.02
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 523 0 0 0 202 0 0 0 25 0 1 0 1120289850 2887680 505 1992294400 134512640 135995732 4294956016 18446744073709551615 134663395 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 705 505 172 362 0 340 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 8184

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 15103
/proc/meminfo: memFree=1636040/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=10404 CPUtime=61.99
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 2266 0 0 0 6197 2 0 0 25 0 1 0 1120289850 10653696 2209 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 2601 2209 172 362 0 2236 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 15768

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 15103
/proc/meminfo: memFree=1634376/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=12136 CPUtime=121.96
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 2722 0 0 0 12194 2 0 0 25 0 1 0 1120289850 12427264 2616 1992294400 134512640 135995732 4294956016 18446744073709551615 134807804 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 3034 2616 172 362 0 2669 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 17500

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 15103
/proc/meminfo: memFree=1634120/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=12476 CPUtime=181.94
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 2788 0 0 0 18192 2 0 0 25 0 1 0 1120289850 12775424 2682 1992294400 134512640 135995732 4294956016 18446744073709551615 134808039 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 3119 2682 172 362 0 2754 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 17840

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 15103
/proc/meminfo: memFree=1632776/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=13944 CPUtime=241.92
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 3145 0 0 0 24189 3 0 0 25 0 1 0 1120289850 14278656 2989 1992294400 134512640 135995732 4294956016 18446744073709551615 134807865 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 3486 2989 172 362 0 3121 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 19308

[startup+1002.3 s]
/proc/loadavg: 1.04 1.03 1.13 2/66 15103
/proc/meminfo: memFree=1629384/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=17588 CPUtime=301.9
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 4073 0 0 0 30187 3 0 0 25 0 1 0 1120289850 18010112 3822 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 4397 3822 172 362 0 4032 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 22952

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.12 2/66 15103
/proc/meminfo: memFree=1628104/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=19184 CPUtime=361.88
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 4431 0 0 0 36184 4 0 0 25 0 1 0 1120289850 19644416 4180 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 4796 4180 172 362 0 4431 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 24548

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/66 15103
/proc/meminfo: memFree=1625544/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=21656 CPUtime=421.86
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 5051 0 0 0 42182 4 0 0 25 0 1 0 1120289850 22175744 4800 1992294400 134512640 135995732 4294956016 18446744073709551615 134807771 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 5414 4800 172 362 0 5049 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 27020

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 15103
/proc/meminfo: memFree=1623624/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=23596 CPUtime=481.84
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 5527 0 0 0 48179 5 0 0 25 0 1 0 1120289850 24162304 5276 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 5899 5276 172 362 0 5534 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 28960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 15103
/proc/meminfo: memFree=1623176/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=24020 CPUtime=500.04
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 5635 0 0 0 49999 5 0 0 25 0 1 0 1120289850 24596480 5384 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 6005 5384 172 362 0 5640 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29384

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 15103
/proc/meminfo: memFree=1623176/2055920 swapFree=4178768/4192956
[pid=15094] ppid=15092 vsize=5364 CPUtime=700.01
/proc/15094/stat : 15094 (hydrasat-multi.) S 15092 15094 14860 0 -1 4194304 321 10251 0 0 0 0 69981 20 16 0 1 0 1120219823 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15094/statm: 1341 245 202 169 0 52 0
[pid=15103] ppid=15094 vsize=24020 CPUtime=500.04
/proc/15103/stat : 15103 (hydrasat_cachew) R 15094 15094 14860 0 -1 4194304 5635 0 0 0 49999 5 0 0 25 0 1 0 1120289850 24596480 5384 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/15103/statm: 6005 5384 172 362 0 5640 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.81
CPU system time (s): 0.267959
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 44084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.81
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16233
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= 1670

runsolver used 1.39879 second user time and 2.97455 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-31 06:58:56
IDJOB=1530141
IDBENCH=70498
IDSOLVER=518
FILE ID=node12/1530141-1238475536
PBS_JOBID= 9061811
Free space on /tmp= 65408 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S1514821049-021.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530141-1238475536/watcher-1530141-1238475536 -o /tmp/evaluation-result-1530141-1238475536/solver-1530141-1238475536 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1530141-1238475536.cnf 1800 1151195301

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

MD5SUM BENCH= f4161d2880fd7bbc6678916071117669
RANDOM SEED=1151195301

node12.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.266
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.266
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:       1678136 kB
Buffers:         73552 kB
Cached:         226212 kB
SwapCached:       7936 kB
Active:         252760 kB
Inactive:        56336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678136 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            4196 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            54792 kB
Committed_AS:  3114868 kB
PageTables:       1380 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= 65372 MiB
End job on node12 at 2009-03-31 07:18:58