Trace number 1730924

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/jarvisalo/
mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
MD5SUM0a790b16b30661bee32dad474c146a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
699.98/700.24	HOME/hydrasat-multi.sh: line 48: 29109 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.98/700.24	c Trying configuration 2
1200.02/1200.40	HOME/hydrasat-multi.sh: line 64: 29117 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.02/1200.41	c Trying configuration 3

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

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.83 1.48 3/65 29108
/proc/meminfo: memFree=1812040/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=1452 CPUtime=0
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 163 0 0 0 0 0 0 0 19 0 1 0 104543047 1486848 145 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 363 145 116 317 0 43 0

[startup+0.071471 s]
/proc/loadavg: 1.83 1.83 1.48 3/65 29108
/proc/meminfo: memFree=1812040/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=1588 CPUtime=0.06
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 238 0 0 0 6 0 0 0 19 0 1 0 104543047 1626112 219 1992294400 134512640 135813592 4294956160 18446744073709551615 134665511 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 397 219 149 317 0 77 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6948

[startup+0.101473 s]
/proc/loadavg: 1.83 1.83 1.48 3/65 29108
/proc/meminfo: memFree=1812040/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=1588 CPUtime=0.09
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 241 0 0 0 9 0 0 0 19 0 1 0 104543047 1626112 222 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 397 222 149 317 0 77 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6948

[startup+0.301496 s]
/proc/loadavg: 1.83 1.83 1.48 3/65 29108
/proc/meminfo: memFree=1812040/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=1716 CPUtime=0.29
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 270 0 0 0 29 0 0 0 20 0 1 0 104543047 1757184 251 1992294400 134512640 135813592 4294956160 18446744073709551615 134662891 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 429 251 149 317 0 109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7076

[startup+0.701542 s]
/proc/loadavg: 1.83 1.83 1.48 3/65 29108
/proc/meminfo: memFree=1812040/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=1980 CPUtime=0.69
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 324 0 0 0 69 0 0 0 24 0 1 0 104543047 2027520 305 1992294400 134512640 135813592 4294956160 18446744073709551615 134665023 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 495 305 149 317 0 175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7340

[startup+1.50163 s]
/proc/loadavg: 1.83 1.83 1.48 2/67 29110
/proc/meminfo: memFree=1811000/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=2384 CPUtime=1.49
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 432 0 0 0 149 0 0 0 25 0 1 0 104543047 2441216 413 1992294400 134512640 135813592 4294956160 18446744073709551615 134662668 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 596 413 149 317 0 276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7744

[startup+3.10182 s]
/proc/loadavg: 1.83 1.83 1.48 2/67 29110
/proc/meminfo: memFree=1810104/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=3320 CPUtime=3.08
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 654 0 0 0 308 0 0 0 25 0 1 0 104543047 3399680 635 1992294400 134512640 135813592 4294956160 18446744073709551615 134588956 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 830 635 149 317 0 510 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8680

[startup+6.30119 s]
/proc/loadavg: 1.77 1.81 1.47 2/67 29110
/proc/meminfo: memFree=1809080/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=3952 CPUtime=6.28
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 790 0 0 0 628 0 0 0 25 0 1 0 104543047 4046848 771 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 988 771 149 317 0 668 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9312

[startup+12.7019 s]
/proc/loadavg: 1.71 1.80 1.47 2/67 29110
/proc/meminfo: memFree=1808760/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=4088 CPUtime=12.68
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 819 0 0 0 1268 0 0 0 25 0 1 0 104543047 4186112 800 1992294400 134512640 135813592 4294956160 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 1022 800 149 317 0 702 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9448

[startup+25.5014 s]
/proc/loadavg: 1.55 1.76 1.46 2/67 29110
/proc/meminfo: memFree=1808760/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=4260 CPUtime=25.48
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 853 0 0 0 2547 1 0 0 25 0 1 0 104543047 4362240 834 1992294400 134512640 135813592 4294956160 18446744073709551615 134665273 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 1065 834 149 317 0 745 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9620

[startup+51.1014 s]
/proc/loadavg: 1.36 1.70 1.45 2/67 29110
/proc/meminfo: memFree=1806520/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=7116 CPUtime=51.07
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 1508 0 0 0 5106 1 0 0 25 0 1 0 104543047 7286784 1443 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 1779 1443 149 317 0 1459 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12476

[startup+102.305 s]
/proc/loadavg: 1.15 1.59 1.42 2/67 29110
/proc/meminfo: memFree=1800248/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=13768 CPUtime=102.26
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 3175 0 0 0 10224 2 0 0 25 0 1 0 104543047 14098432 2968 1992294400 134512640 135813592 4294956160 18446744073709551615 134665414 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 3442 2968 149 317 0 3122 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19128

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.40 2/67 29116
/proc/meminfo: memFree=1797928/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=16052 CPUtime=162.23
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 3666 0 0 0 16221 2 0 0 25 0 1 0 104543047 16437248 3459 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 4013 3459 149 317 0 3693 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 21412

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.37 2/67 29116
/proc/meminfo: memFree=1796600/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=17996 CPUtime=222.21
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 4150 0 0 0 22218 3 0 0 25 0 1 0 104543047 18427904 3822 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 4499 3822 149 317 0 4179 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 23356

[startup+282.301 s]
/proc/loadavg: 1.00 1.32 1.34 2/67 29116
/proc/meminfo: memFree=1793528/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=22256 CPUtime=282.19
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 5088 0 0 0 28216 3 0 0 25 0 1 0 104543047 22790144 4579 1992294400 134512640 135813592 4294956160 18446744073709551615 134665306 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 5564 4579 149 317 0 5244 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 27616

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.32 2/67 29116
/proc/meminfo: memFree=1792632/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=23044 CPUtime=342.17
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 5306 0 0 0 34214 3 0 0 25 0 1 0 104543047 23597056 4797 1992294400 134512640 135813592 4294956160 18446744073709551615 134665292 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 5761 4797 149 317 0 5441 0

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

[pid=29109] ppid=29108 vsize=29160 CPUtime=462.14
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 6900 0 0 0 46210 4 0 0 25 0 1 0 104543047 29859840 6069 1992294400 134512640 135813592 4294956160 18446744073709551615 134665987 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 7290 6069 149 317 0 6970 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 34520

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.25 2/67 29116
/proc/meminfo: memFree=1786040/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=30752 CPUtime=522.13
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 7259 0 0 0 52208 5 0 0 25 0 1 0 104543047 31490048 6428 1992294400 134512640 135813592 4294956160 18446744073709551615 134665966 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 7688 6428 149 317 0 7368 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 36112

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.24 2/67 29116
/proc/meminfo: memFree=1781688/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=36384 CPUtime=582.1
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 8850 0 0 0 58205 5 0 0 25 0 1 0 104543047 37257216 7477 1992294400 134512640 135813592 4294956160 18446744073709551615 134665041 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 9096 7477 149 317 0 8776 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 41744

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.22 2/67 29116
/proc/meminfo: memFree=1779896/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5360 CPUtime=0
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 104543046 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1340 239 197 169 0 51 0
[pid=29109] ppid=29108 vsize=38256 CPUtime=642.09
/proc/29109/stat : 29109 (hydrasat_cache4) R 29108 29108 29040 0 -1 4194304 9285 0 0 0 64203 6 0 0 25 0 1 0 104543047 39174144 7912 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/29109/statm: 9564 7912 149 317 0 9244 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 43616

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/67 29117
/proc/meminfo: memFree=1776824/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=2804 CPUtime=2.04
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 493 0 0 0 204 0 0 0 25 0 1 0 104613071 2871296 475 1992294400 134512640 135995732 4294956016 18446744073709551615 134682053 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 701 475 171 362 0 336 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 8168

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.18 2/67 29117
/proc/meminfo: memFree=1772664/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=7200 CPUtime=62.03
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 1546 0 0 0 6202 1 0 0 25 0 1 0 104613071 7372800 1528 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 1800 1528 171 362 0 1435 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 12564

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.17 2/67 29117
/proc/meminfo: memFree=1767864/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=12456 CPUtime=122.01
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 2803 0 0 0 12198 3 0 0 25 0 1 0 104613071 12754944 2675 1992294400 134512640 135995732 4294956016 18446744073709551615 134808137 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 3114 2675 171 362 0 2749 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 17820

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/67 29117
/proc/meminfo: memFree=1764728/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=16020 CPUtime=181.99
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 3609 0 0 0 18195 4 0 0 25 0 1 0 104613071 16404480 3481 1992294400 134512640 135995732 4294956016 18446744073709551615 134807763 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 4005 3481 171 362 0 3640 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 21384

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.15 2/67 29117
/proc/meminfo: memFree=1764152/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=16644 CPUtime=241.97
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 3763 0 0 0 24193 4 0 0 25 0 1 0 104613071 17043456 3635 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 4161 3635 171 362 0 3796 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 22008

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/67 29117
/proc/meminfo: memFree=1763128/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=17916 CPUtime=301.95
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 4014 0 0 0 30191 4 0 0 25 0 1 0 104613071 18345984 3886 1992294400 134512640 135995732 4294956016 18446744073709551615 134807706 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 4479 3886 171 362 0 4114 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 23280

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/67 29117
/proc/meminfo: memFree=1762680/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=18364 CPUtime=361.94
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 4114 0 0 0 36189 5 0 0 25 0 1 0 104613071 18804736 3986 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 4591 3986 171 362 0 4226 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 23728

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/67 29117
/proc/meminfo: memFree=1761208/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=19784 CPUtime=421.92
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 4462 0 0 0 42187 5 0 0 25 0 1 0 104613071 20258816 4334 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 4946 4334 171 362 0 4581 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 25148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 29117
/proc/meminfo: memFree=1760056/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=21156 CPUtime=481.9
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 4749 0 0 0 48185 5 0 0 25 0 1 0 104613071 21663744 4621 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 5289 4621 171 362 0 4924 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 26520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 29117
/proc/meminfo: memFree=1759992/2055920 swapFree=4186068/4192956
[pid=29108] ppid=29106 vsize=5364 CPUtime=700.02
/proc/29108/stat : 29108 (hydrasat-multi.) S 29106 29108 29040 0 -1 4194304 321 11222 0 0 0 0 69982 20 19 0 1 0 104543046 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29108/statm: 1341 245 202 169 0 52 0
[pid=29117] ppid=29108 vsize=21156 CPUtime=500
/proc/29117/stat : 29117 (hydrasat_cachew) R 29108 29108 29040 0 -1 4194304 4757 0 0 0 49995 5 0 0 25 0 1 0 104613071 21663744 4629 1992294400 134512640 135995732 4294956016 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 1 0 0
/proc/29117/statm: 5289 4629 171 362 0 4924 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 26520

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.78
CPU system time (s): 0.268959
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 45432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16326
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= 8
involuntary context switches= 2838

runsolver used 0.979851 second user time and 3.39748 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-26 18:58:23
IDJOB=1730924
IDBENCH=24739
IDSOLVER=518
FILE ID=node74/1730924-1240765103
PBS_JOBID= 9187188
Free space on /tmp= 103116 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730924-1240765103/watcher-1730924-1240765103 -o /tmp/evaluation-result-1730924-1240765103/solver-1730924-1240765103 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1730924-1240765103.cnf 1800 1164423869

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

MD5SUM BENCH= 0a790b16b30661bee32dad474c146a58
RANDOM SEED=1164423869

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1812456 kB
Buffers:         16676 kB
Cached:         157520 kB
SwapCached:       3012 kB
Active:          30280 kB
Inactive:       154912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812456 kB
SwapTotal:     4192956 kB
SwapFree:      4186068 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          19300 kB
Slab:            44124 kB
Committed_AS:   485488 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103080 MiB
End job on node74 at 2009-04-26 19:18:26