Trace number 3250869

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
SApperloT2010 2011-03-04? (TO) 1300.04 1300.05

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250869-1303581420/watcher-3250869-1303581420 -o /tmp/evaluation-result-3250869-1303581420/solver-3250869-1303581420 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3250869-1303581420.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.45 3.62 3.80 5/189 3635
/proc/meminfo: memFree=19302788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=30324 CPUtime=0 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 2650 0 0 0 0 0 0 0 23 0 1 0 469744666 31051776 2590 33554432000 4194304 4395502 140736210049744 18446744073709551615 4280382 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 7581 2604 246 50 0 4721 0

[startup+0.0140469 s]
/proc/loadavg: 2.45 3.62 3.80 5/189 3635
/proc/meminfo: memFree=19302788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=31968 CPUtime=0 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 3114 0 0 0 0 0 0 0 23 0 1 0 469744666 32735232 2966 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634176197 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 7992 2967 249 50 0 5132 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31968

[startup+0.101035 s]
/proc/loadavg: 2.45 3.62 3.80 5/189 3635
/proc/meminfo: memFree=19302788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=43716 CPUtime=0.08 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 6066 0 0 0 8 0 0 0 23 0 1 0 469744666 44765184 5918 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634515200 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 10929 5920 249 50 0 8069 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43716

[startup+0.301 s]
/proc/loadavg: 2.45 3.62 3.80 5/189 3635
/proc/meminfo: memFree=19302788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=72068 CPUtime=0.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 13134 0 0 0 26 3 0 0 25 0 1 0 469744666 73797632 12986 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634176197 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 18017 12988 249 50 0 15157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72068

[startup+0.70093 s]
/proc/loadavg: 2.45 3.62 3.80 5/189 3635
/proc/meminfo: memFree=19302788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=121324 CPUtime=0.69 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 25453 0 0 0 59 10 0 0 25 0 1 0 469744666 124235776 25304 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634539927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 30331 25304 255 50 0 27471 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121324

[startup+1.50079 s]
/proc/loadavg: 2.45 3.62 3.80 5/190 3636
/proc/meminfo: memFree=19189452/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=121324 CPUtime=1.49 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 25453 0 0 0 137 12 0 0 25 0 1 0 469744666 124235776 25304 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634539927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 30331 25304 255 50 0 27471 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121324

[startup+3.10051 s]
/proc/loadavg: 2.45 3.62 3.80 5/190 3636
/proc/meminfo: memFree=19178788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=121324 CPUtime=3.09 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 25453 0 0 0 295 14 0 0 25 0 1 0 469744666 124235776 25304 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634539927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 30331 25304 255 50 0 27471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121324

[startup+6.30095 s]
/proc/loadavg: 2.57 3.62 3.80 5/190 3636
/proc/meminfo: memFree=19155224/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=160744 CPUtime=6.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 39386 0 0 0 609 20 0 0 25 0 1 0 469744666 164601856 34650 33554432000 4194304 4395502 140736210049744 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 40186 34650 267 50 0 37326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 160744

[startup+12.7008 s]
/proc/loadavg: 2.69 3.63 3.80 5/190 3636
/proc/meminfo: memFree=19033488/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=214352 CPUtime=12.69 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 52616 0 0 0 1247 22 0 0 25 0 1 0 469744666 219496448 47880 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 53588 47880 267 50 0 50728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 214352

[startup+25.5006 s]
/proc/loadavg: 2.98 3.65 3.81 5/190 3636
/proc/meminfo: memFree=18926788/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=274544 CPUtime=25.49 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 67142 0 0 0 2524 25 0 0 25 0 1 0 469744666 281133056 62406 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634176197 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 68636 62406 267 50 0 65776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 274544

[startup+51.101 s]
/proc/loadavg: 3.33 3.67 3.81 5/190 3637
/proc/meminfo: memFree=18779232/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=351116 CPUtime=51.09 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 84926 0 0 0 5079 30 0 0 25 0 1 0 469744666 359542784 80190 33554432000 4194304 4395502 140736210049744 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 87779 80190 267 50 0 84919 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 351116

[startup+102.307 s]
/proc/loadavg: 3.71 3.72 3.82 5/190 3638
/proc/meminfo: memFree=18509112/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=464400 CPUtime=102.3 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 111692 0 0 0 10191 39 0 0 25 0 1 0 469744666 475545600 106956 33554432000 4194304 4395502 140736210049744 18446744073709551615 216634176197 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 116100 106956 267 50 0 113240 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 464400

[startup+162.3 s]
/proc/loadavg: 3.93 3.78 3.83 5/190 3640
/proc/meminfo: memFree=18259696/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=578300 CPUtime=162.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 137484 0 0 0 16183 46 0 0 25 0 1 0 469744666 592179200 132748 33554432000 4194304 4395502 140736210049744 18446744073709551615 4336265 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 144575 132748 267 50 0 141715 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 578300

[startup+222.301 s]
/proc/loadavg: 3.97 3.82 3.84 5/190 3642
/proc/meminfo: memFree=18046876/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=674228 CPUtime=222.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 159740 0 0 0 22175 54 0 0 25 0 1 0 469744666 690409472 155004 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 168557 155004 267 50 0 165697 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 674228

[startup+282.3 s]
/proc/loadavg: 3.99 3.85 3.84 5/190 3652
/proc/meminfo: memFree=17845008/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=770992 CPUtime=282.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 181868 0 0 0 28168 61 0 0 25 0 1 0 469744666 789495808 177132 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 192748 177132 267 50 0 189888 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 770992

[startup+342.301 s]
/proc/loadavg: 3.99 3.87 3.85 5/190 3654
/proc/meminfo: memFree=17640512/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=847700 CPUtime=342.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 200025 0 0 0 34159 70 0 0 25 0 1 0 469744666 868044800 195289 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 211925 195289 267 50 0 209065 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 847700

[startup+402.301 s]
/proc/loadavg: 4.19 3.94 3.87 5/190 3658
/proc/meminfo: memFree=17512628/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=850472 CPUtime=402.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 201419 0 0 0 40157 71 0 0 25 0 1 0 469744666 870883328 196683 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 212618 196683 267 50 0 209758 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 850472

[startup+462.3 s]
/proc/loadavg: 4.13 3.97 3.88 5/190 3660
/proc/meminfo: memFree=17393772/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=855336 CPUtime=462.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 202761 0 0 0 46156 72 0 0 25 0 1 0 469744666 875864064 198025 33554432000 4194304 4395502 140736210049744 18446744073709551615 4347380 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 213834 198025 267 50 0 210974 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 855336

[startup+522.301 s]
/proc/loadavg: 4.05 3.97 3.89 5/190 3662
/proc/meminfo: memFree=17325284/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=863528 CPUtime=522.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 205007 0 0 0 52155 73 0 0 25 0 1 0 469744666 884252672 200271 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 215882 200271 267 50 0 213022 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 863528

[startup+582.3 s]
/proc/loadavg: 4.02 3.97 3.89 5/190 3663
/proc/meminfo: memFree=17191832/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=881068 CPUtime=582.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 208957 0 0 0 58154 75 0 0 25 0 1 0 469744666 902213632 204221 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 220267 204221 267 50 0 217407 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 881068

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.90 5/190 3665
/proc/meminfo: memFree=17037892/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=902336 CPUtime=642.3 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 213302 0 0 0 64154 76 0 0 25 0 1 0 469744666 923992064 208566 33554432000 4194304 4395502 140736210049744 18446744073709551615 4347419 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 225584 208566 267 50 0 222724 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 902336

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.90 5/190 3666
/proc/meminfo: memFree=16877524/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=942248 CPUtime=702.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 222103 0 0 0 70149 79 0 0 25 0 1 0 469744666 964861952 217367 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 235562 217367 267 50 0 232702 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 942248

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 3668
/proc/meminfo: memFree=16751484/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=943528 CPUtime=762.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 222642 0 0 0 76149 80 0 0 25 0 1 0 469744666 966172672 217906 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299151 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 235882 217906 267 50 0 233022 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 943528

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 3670
/proc/meminfo: memFree=16643948/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=955116 CPUtime=822.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 224915 0 0 0 82148 80 0 0 25 0 1 0 469744666 978038784 220179 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 238779 220179 267 50 0 235919 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 955116

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 3671
/proc/meminfo: memFree=16499324/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=969708 CPUtime=882.29 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 227813 0 0 0 88147 82 0 0 25 0 1 0 469744666 992980992 223077 33554432000 4194304 4395502 140736210049744 18446744073709551615 4339104 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 242427 223077 267 50 0 239567 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 969708

[startup+942.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 3700
/proc/meminfo: memFree=17148800/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=982192 CPUtime=942.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 230283 0 0 0 94146 82 0 0 25 0 1 0 469744666 1005764608 225547 33554432000 4194304 4395502 140736210049744 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 245548 225547 267 50 0 242688 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 982192

[startup+1002.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/190 3701
/proc/meminfo: memFree=16780060/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=986032 CPUtime=1002.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 230990 0 0 0 100146 82 0 0 25 0 1 0 469744666 1009696768 226254 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299718 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 246508 226254 267 50 0 243648 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 986032

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 3703
/proc/meminfo: memFree=16570352/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=997772 CPUtime=1062.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 233557 0 0 0 106145 83 0 0 25 0 1 0 469744666 1021718528 228821 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 249443 228821 267 50 0 246583 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 997772

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 3705
/proc/meminfo: memFree=16454388/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=999820 CPUtime=1122.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 234050 0 0 0 112145 83 0 0 25 0 1 0 469744666 1023815680 229314 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 249955 229314 267 50 0 247095 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 999820

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 3706
/proc/meminfo: memFree=16390012/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=1019148 CPUtime=1182.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 238281 0 0 0 118144 84 0 0 25 0 1 0 469744666 1043607552 233545 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 254787 233545 267 50 0 251927 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1019148

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 3708
/proc/meminfo: memFree=16301200/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=1034640 CPUtime=1242.28 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 241358 0 0 0 124143 85 0 0 25 0 1 0 469744666 1059471360 236622 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 258660 236622 267 50 0 255800 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1034640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 3/186 3711
/proc/meminfo: memFree=17573096/32951124 swapFree=67111528/67111528
[pid=3635] ppid=3633 vsize=1045392 CPUtime=1299.98 cores=5,7
/proc/3635/stat : 3635 (SApperloT2010) R 3633 3635 3572 0 -1 4202496 243433 0 0 0 129913 85 0 0 25 0 1 0 469744666 1070481408 238697 33554432000 4194304 4395502 140736210049744 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/3635/statm: 261348 238697 267 50 0 258488 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1045392

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): 1300.05
CPU time (s): 1300.04
CPU user time (s): 1299.14
CPU system time (s): 0.901862
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 1045392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.14
system time used= 0.901862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243433
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= 5
involuntary context switches= 14075

runsolver used 2.13567 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-23 19:57:01
IDJOB=3250869
IDBENCH=88203
IDSOLVER=1655
FILE ID=node103/3250869-1303581420
RUNJOBID= node103-1303581420-3593
PBS_JOBID= 13150351
Free space on /tmp= 71052 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250869-1303581420/watcher-3250869-1303581420 -o /tmp/evaluation-result-3250869-1303581420/solver-3250869-1303581420 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3250869-1303581420.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=593241327

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19302944 kB
Buffers:       2109876 kB
Cached:       10868668 kB
SwapCached:          0 kB
Active:        3725572 kB
Inactive:      9343432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19302944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17672 kB
Writeback:           0 kB
AnonPages:       90376 kB
Mapped:          14712 kB
Slab:           512292 kB
PageTables:       5808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71036 MiB
End job on node103 at 2011-04-23 20:18:43