Trace number 3379951

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-05-15 (fixed)? (TO) 1300.08 1300.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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: 961)

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-3379951-1305454534/watcher-3379951-1305454534 -o /tmp/evaluation-result-3379951-1305454534/solver-3379951-1305454534 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379951-1305454534.cnf 

running on 2 cores: 1,3

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: 4.24 4.14 4.03 4/293 16681
/proc/meminfo: memFree=19398912/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=28236 CPUtime=0 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 3826 0 0 0 0 0 0 0 23 0 1 0 657051644 28913664 3767 33554432000 4194304 4394578 140733236349104 18446744073709551615 4331526 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 7059 3777 244 49 0 4200 0

[startup+0.058418 s]
/proc/loadavg: 4.24 4.14 4.03 4/293 16681
/proc/meminfo: memFree=19398912/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=70028 CPUtime=0.05 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 11954 0 0 0 4 1 0 0 23 0 1 0 657051644 71708672 11894 33554432000 4194304 4394578 140733236349104 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 17507 11895 247 49 0 14648 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 70028

[startup+0.100416 s]
/proc/loadavg: 4.24 4.14 4.03 4/293 16681
/proc/meminfo: memFree=19398912/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=74912 CPUtime=0.09 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 13185 0 0 0 8 1 0 0 23 0 1 0 657051644 76709888 13125 33554432000 4194304 4394578 140733236349104 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 18728 13126 247 49 0 15869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 74912

[startup+0.30038 s]
/proc/loadavg: 4.24 4.14 4.03 4/293 16681
/proc/meminfo: memFree=19398912/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=93524 CPUtime=0.29 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 17827 0 0 0 27 2 0 0 25 0 1 0 657051644 95768576 17767 33554432000 4194304 4394578 140733236349104 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 23381 17768 247 49 0 20522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93524

[startup+0.70031 s]
/proc/loadavg: 4.24 4.14 4.03 4/293 16681
/proc/meminfo: memFree=19398912/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=130304 CPUtime=0.69 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 27146 0 0 0 66 3 0 0 25 0 1 0 657051644 133431296 26859 33554432000 4194304 4394578 140733236349104 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 32576 26860 248 49 0 29717 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130304

[startup+1.50016 s]
/proc/loadavg: 4.24 4.14 4.03 5/294 16682
/proc/meminfo: memFree=19236084/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=199836 CPUtime=1.49 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 43584 0 0 0 137 12 0 0 25 0 1 0 657051644 204632064 43163 33554432000 4194304 4394578 140733236349104 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 49959 43163 256 49 0 47100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199836

[startup+3.10089 s]
/proc/loadavg: 4.24 4.14 4.03 5/294 16682
/proc/meminfo: memFree=19211344/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=236764 CPUtime=3.09 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 55945 0 0 0 272 37 0 0 25 0 1 0 657051644 242446336 48582 33554432000 4194304 4394578 140733236349104 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 59191 48582 256 49 0 56332 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 236764

[startup+6.30031 s]
/proc/loadavg: 4.30 4.15 4.04 5/294 16682
/proc/meminfo: memFree=19115872/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=299960 CPUtime=6.29 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 75544 0 0 0 571 58 0 0 25 0 1 0 657051644 307159040 68181 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 74990 68181 267 49 0 72131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 299960

[startup+12.7002 s]
/proc/loadavg: 4.28 4.15 4.04 5/294 16709
/proc/meminfo: memFree=19052772/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=308684 CPUtime=12.69 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 77661 0 0 0 1211 58 0 0 25 0 1 0 657051644 316092416 70298 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 77171 70298 267 49 0 74312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 308684

[startup+25.5009 s]
/proc/loadavg: 4.21 4.14 4.04 5/297 16734
/proc/meminfo: memFree=20101424/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=326740 CPUtime=25.49 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 82114 0 0 0 2490 59 0 0 25 0 1 0 657051644 334581760 74751 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 81685 74751 267 49 0 78826 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 326740

[startup+51.1004 s]
/proc/loadavg: 4.14 4.13 4.03 5/297 16734
/proc/meminfo: memFree=20034960/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=365280 CPUtime=51.09 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 91745 0 0 0 5047 62 0 0 25 0 1 0 657051644 374046720 84382 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 91320 84382 267 49 0 88461 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 365280

[startup+102.311 s]
/proc/loadavg: 4.06 4.11 4.03 5/297 16790
/proc/meminfo: memFree=20014624/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=445676 CPUtime=102.3 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 111599 0 0 0 10163 67 0 0 25 0 1 0 657051644 456372224 104236 33554432000 4194304 4394578 140733236349104 18446744073709551615 4288090 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 111419 104236 267 49 0 108560 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 445676

[startup+162.301 s]
/proc/loadavg: 4.02 4.08 4.02 5/297 16791
/proc/meminfo: memFree=19857468/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=515436 CPUtime=162.29 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 128952 0 0 0 16156 73 0 0 25 0 1 0 657051644 527806464 121589 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 128859 121589 267 49 0 126000 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 515436

[startup+222.301 s]
/proc/loadavg: 4.01 4.07 4.02 5/297 16820
/proc/meminfo: memFree=20358016/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=592896 CPUtime=222.3 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 147647 0 0 0 22150 80 0 0 25 0 1 0 657051644 607125504 140284 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 148224 140284 267 49 0 145365 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 592896

[startup+282.3 s]
/proc/loadavg: 4.00 4.05 4.01 5/297 16821
/proc/meminfo: memFree=20231212/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=657416 CPUtime=282.3 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 163642 0 0 0 28144 86 0 0 25 0 1 0 657051644 673193984 156279 33554432000 4194304 4394578 140733236349104 18446744073709551615 4299005 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 164354 156279 267 49 0 161495 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 657416

[startup+342.301 s]
/proc/loadavg: 4.00 4.04 4.00 5/297 16823
/proc/meminfo: memFree=20143632/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=713636 CPUtime=342.3 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 177541 0 0 0 34137 93 0 0 25 0 1 0 657051644 730763264 170178 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 178409 170178 267 49 0 175550 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 713636

[startup+402.301 s]
/proc/loadavg: 4.17 4.08 4.01 7/297 16825
/proc/meminfo: memFree=20061256/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=770736 CPUtime=402.31 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 191229 0 0 0 40133 98 0 0 25 0 1 0 657051644 789233664 183866 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 192684 183866 267 49 0 189825 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 770736

[startup+462.3 s]
/proc/loadavg: 4.21 4.09 4.02 5/297 16826
/proc/meminfo: memFree=19969212/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=827276 CPUtime=462.3 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 205112 0 0 0 46128 102 0 0 25 0 1 0 657051644 847130624 197749 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 206819 197749 267 49 0 203960 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 827276

[startup+522.301 s]
/proc/loadavg: 4.19 4.10 4.02 5/297 16828
/proc/meminfo: memFree=19891432/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=874112 CPUtime=522.3 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 216754 0 0 0 52122 108 0 0 25 0 1 0 657051644 895090688 209391 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 218528 209391 267 49 0 215669 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 874112

[startup+582.301 s]
/proc/loadavg: 4.07 4.08 4.02 5/297 16829
/proc/meminfo: memFree=19826164/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=919072 CPUtime=582.31 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 227764 0 0 0 58117 114 0 0 25 0 1 0 657051644 941129728 220401 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 229768 220401 267 49 0 226909 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 919072

[startup+642.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/297 16831
/proc/meminfo: memFree=19745900/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=975980 CPUtime=642.31 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 241437 0 0 0 64112 119 0 0 25 0 1 0 657051644 999403520 234074 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 243995 234074 267 49 0 241136 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 975980

[startup+702.301 s]
/proc/loadavg: 4.02 4.06 4.01 5/297 16833
/proc/meminfo: memFree=19723808/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=978624 CPUtime=702.31 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 242127 0 0 0 70112 119 0 0 25 0 1 0 657051644 1002110976 234764 33554432000 4194304 4394578 140733236349104 18446744073709551615 4299699 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 244656 234764 267 49 0 241797 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 978624

[startup+762.311 s]
/proc/loadavg: 4.01 4.05 4.01 5/297 16834
/proc/meminfo: memFree=19715344/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=978624 CPUtime=762.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 242238 0 0 0 76113 119 0 0 25 0 1 0 657051644 1002110976 234875 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 244656 234875 267 49 0 241797 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 978624

[startup+822.3 s]
/proc/loadavg: 4.00 4.04 4.00 5/297 16836
/proc/meminfo: memFree=19703168/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=978624 CPUtime=822.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 242277 0 0 0 82112 120 0 0 25 0 1 0 657051644 1002110976 234914 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 244656 234914 267 49 0 241797 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 978624

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/297 16837
/proc/meminfo: memFree=19686148/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=978624 CPUtime=882.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 242345 0 0 0 88112 120 0 0 25 0 1 0 657051644 1002110976 234982 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 244656 234982 267 49 0 241797 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 978624

[startup+942.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/297 16839
/proc/meminfo: memFree=19678440/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=978624 CPUtime=942.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 242399 0 0 0 94112 120 0 0 25 0 1 0 657051644 1002110976 235036 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 244656 235036 267 49 0 241797 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 978624

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/297 16841
/proc/meminfo: memFree=19660428/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=986868 CPUtime=1002.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 243575 0 0 0 100112 120 0 0 25 0 1 0 657051644 1010552832 236212 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 246717 236212 267 49 0 243858 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 986868

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/297 16842
/proc/meminfo: memFree=19647124/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=986868 CPUtime=1062.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 243684 0 0 0 106112 120 0 0 25 0 1 0 657051644 1010552832 236321 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 246717 236321 267 49 0 243858 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 986868

[startup+1122.3 s]
/proc/loadavg: 4.08 4.04 4.01 5/297 16844
/proc/meminfo: memFree=19590804/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=1029980 CPUtime=1122.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 254231 0 0 0 112108 124 0 0 25 0 1 0 657051644 1054699520 246868 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 257495 246868 267 49 0 254636 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1029980

[startup+1182.3 s]
/proc/loadavg: 4.09 4.05 4.01 5/297 16845
/proc/meminfo: memFree=19579868/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=1029980 CPUtime=1182.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 254246 0 0 0 118108 124 0 0 25 0 1 0 657051644 1054699520 246883 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 257495 246883 267 49 0 254636 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1029980

[startup+1242.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/297 16847
/proc/meminfo: memFree=19560996/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=1029980 CPUtime=1242.32 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 254261 0 0 0 124108 124 0 0 25 0 1 0 657051644 1054699520 246898 33554432000 4194304 4394578 140733236349104 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 257495 246898 267 49 0 254636 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1029980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 4.00 5/297 16849
/proc/meminfo: memFree=19549564/32951124 swapFree=66457188/67111528
[pid=16681] ppid=16679 vsize=1029980 CPUtime=1300.03 cores=1,3
/proc/16681/stat : 16681 (SApperloT2010) R 16679 16681 15402 0 -1 4202496 254287 0 0 0 129879 124 0 0 25 0 1 0 657051644 1054699520 246924 33554432000 4194304 4394578 140733236349104 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/16681/statm: 257495 246924 267 49 0 254636 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1029980

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.08
CPU user time (s): 1298.8
CPU system time (s): 1.2858
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1029980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.8
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2450

runsolver used 3.49247 second user time and 8.34773 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 12:15:35
IDJOB=3379951
IDBENCH=71055
IDSOLVER=1862
FILE ID=node132/3379951-1305454534
RUNJOBID= node132-1305454434-16608
PBS_JOBID= 13324875
Free space on /tmp= 72524 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379951-1305454534/watcher-3379951-1305454534 -o /tmp/evaluation-result-3379951-1305454534/solver-3379951-1305454534 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379951-1305454534.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=342906762

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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:      19399316 kB
Buffers:        296300 kB
Cached:        6642028 kB
SwapCached:       6904 kB
Active:        6871516 kB
Inactive:      6362428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19399316 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:          808548 kB
Writeback:           8 kB
AnonPages:     6293708 kB
Mapped:          19860 kB
Slab:           227864 kB
PageTables:      27128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35892392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73336 MiB
End job on node132 at 2011-05-15 12:37:17