Trace number 3291704

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.07 1300.03

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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

running on 2 cores: 0,2

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.14 2.71 2.92 5/186 11167
/proc/meminfo: memFree=14994104/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=28372 CPUtime=0 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 1827 0 0 0 0 0 0 0 23 0 1 0 471544718 29052928 1766 33554432000 4194304 4395502 140733400932704 18446744073709551615 4332389 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 7093 1776 245 50 0 4233 0

[startup+0.0181411 s]
/proc/loadavg: 2.14 2.71 2.92 5/186 11167
/proc/meminfo: memFree=14994104/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=44204 CPUtime=0 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 6828 0 0 0 0 0 0 0 23 0 1 0 471544718 45264896 6767 33554432000 4194304 4395502 140733400932704 18446744073709551615 4281149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 11051 6785 245 50 0 8191 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 44204

[startup+0.101133 s]
/proc/loadavg: 2.14 2.71 2.92 5/186 11167
/proc/meminfo: memFree=14994104/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=92148 CPUtime=0.09 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 18686 0 0 0 7 2 0 0 23 0 1 0 471544718 94359552 10774 33554432000 4194304 4395502 140733400932704 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 23037 10775 249 50 0 20177 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92148

[startup+0.301086 s]
/proc/loadavg: 2.14 2.71 2.92 5/186 11167
/proc/meminfo: memFree=14994104/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=107064 CPUtime=0.28 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 22421 0 0 0 26 2 0 0 25 0 1 0 471544718 109633536 14509 33554432000 4194304 4395502 140733400932704 18446744073709551615 228095450880 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 26766 14510 249 50 0 23906 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 107064

[startup+0.701007 s]
/proc/loadavg: 2.14 2.71 2.92 5/186 11167
/proc/meminfo: memFree=14994104/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=129376 CPUtime=0.69 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 28004 0 0 0 65 4 0 0 25 0 1 0 471544718 132481024 20092 33554432000 4194304 4395502 140733400932704 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 32344 20093 249 50 0 29484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129376

[startup+1.50086 s]
/proc/loadavg: 2.14 2.71 2.92 5/187 11177
/proc/meminfo: memFree=14768692/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=169800 CPUtime=1.49 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 38090 0 0 0 143 6 0 0 25 0 1 0 471544718 173875200 30177 33554432000 4194304 4395502 140733400932704 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 42450 30177 255 50 0 39590 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169800

[startup+3.10059 s]
/proc/loadavg: 2.14 2.71 2.92 5/190 11201
/proc/meminfo: memFree=14698608/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=213520 CPUtime=3.09 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 49997 0 0 0 295 14 0 0 25 0 1 0 471544718 218644480 40574 33554432000 4194304 4395502 140733400932704 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 53380 40574 255 50 0 50520 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 213520

[startup+6.30101 s]
/proc/loadavg: 2.29 2.73 2.92 6/190 11202
/proc/meminfo: memFree=14512520/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=256776 CPUtime=6.29 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 58539 0 0 0 607 22 0 0 25 0 1 0 471544718 262938624 49116 33554432000 4194304 4395502 140733400932704 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 64194 49116 255 50 0 61334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256776

[startup+12.7009 s]
/proc/loadavg: 2.42 2.75 2.93 5/190 11202
/proc/meminfo: memFree=14366968/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=300548 CPUtime=12.69 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 70169 0 0 0 1242 27 0 0 25 0 1 0 471544718 307761152 60746 33554432000 4194304 4395502 140733400932704 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 75137 60746 266 50 0 72277 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 300548

[startup+25.5005 s]
/proc/loadavg: 2.77 2.81 2.94 5/190 11202
/proc/meminfo: memFree=14225404/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=312532 CPUtime=25.49 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 73134 0 0 0 2521 28 0 0 25 0 1 0 471544718 320032768 63711 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288136 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 78133 63711 266 50 0 75273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 312532

[startup+51.1008 s]
/proc/loadavg: 3.19 2.91 2.97 5/190 11203
/proc/meminfo: memFree=14148920/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=335840 CPUtime=51.09 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 78921 0 0 0 5079 30 0 0 25 0 1 0 471544718 343900160 69498 33554432000 4194304 4395502 140733400932704 18446744073709551615 4296868 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 83960 69498 266 50 0 81100 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 335840

[startup+102.306 s]
/proc/loadavg: 3.65 3.07 3.02 5/190 11204
/proc/meminfo: memFree=14047400/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=385600 CPUtime=102.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 90740 0 0 0 10197 33 0 0 25 0 1 0 471544718 394854400 81317 33554432000 4194304 4395502 140733400932704 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 96400 81317 266 50 0 93540 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 385600

[startup+162.3 s]
/proc/loadavg: 3.87 3.24 3.08 5/190 11206
/proc/meminfo: memFree=13937028/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=440008 CPUtime=162.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 104449 0 0 0 16192 38 0 0 25 0 1 0 471544718 450568192 95026 33554432000 4194304 4395502 140733400932704 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 110002 95026 266 50 0 107142 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 440008

[startup+222.3 s]
/proc/loadavg: 4.02 3.40 3.14 5/190 11207
/proc/meminfo: memFree=13862984/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=460668 CPUtime=222.29 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 109514 0 0 0 22191 38 0 0 25 0 1 0 471544718 471724032 100091 33554432000 4194304 4395502 140733400932704 18446744073709551615 4343850 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 115167 100091 266 50 0 112307 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 460668

[startup+282.3 s]
/proc/loadavg: 4.00 3.51 3.20 5/190 11209
/proc/meminfo: memFree=13813620/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=477912 CPUtime=282.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 113505 0 0 0 28191 39 0 0 25 0 1 0 471544718 489381888 104082 33554432000 4194304 4395502 140733400932704 18446744073709551615 4346978 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 119478 104082 266 50 0 116618 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 477912

[startup+342.3 s]
/proc/loadavg: 4.00 3.60 3.24 5/190 11211
/proc/meminfo: memFree=13749244/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=495608 CPUtime=342.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 117805 0 0 0 34188 42 0 0 25 0 1 0 471544718 507502592 108382 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288880 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 123902 108382 266 50 0 121042 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 495608

[startup+402.3 s]
/proc/loadavg: 4.00 3.67 3.29 5/190 11212
/proc/meminfo: memFree=13662064/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=508296 CPUtime=402.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 121296 0 0 0 40187 43 0 0 25 0 1 0 471544718 520495104 111873 33554432000 4194304 4395502 140733400932704 18446744073709551615 4289174 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 127074 111873 266 50 0 124214 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 508296

[startup+462.3 s]
/proc/loadavg: 4.00 3.72 3.33 5/190 11214
/proc/meminfo: memFree=13596708/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=547812 CPUtime=462.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131047 0 0 0 46184 46 0 0 25 0 1 0 471544718 560959488 121624 33554432000 4194304 4395502 140733400932704 18446744073709551615 4296868 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 136953 121624 266 50 0 134093 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 547812

[startup+522.3 s]
/proc/loadavg: 4.00 3.77 3.37 5/190 11215
/proc/meminfo: memFree=13571776/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=548196 CPUtime=522.3 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131161 0 0 0 52184 46 0 0 25 0 1 0 471544718 561352704 121738 33554432000 4194304 4395502 140733400932704 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 137049 121738 266 50 0 134189 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 548196

[startup+582.3 s]
/proc/loadavg: 4.00 3.81 3.40 5/190 11217
/proc/meminfo: memFree=13511380/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=548196 CPUtime=582.31 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131172 0 0 0 58185 46 0 0 25 0 1 0 471544718 561352704 121749 33554432000 4194304 4395502 140733400932704 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 137049 121749 266 50 0 134189 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 548196

[startup+642.3 s]
/proc/loadavg: 4.05 3.86 3.45 5/190 11222
/proc/meminfo: memFree=13478484/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=548196 CPUtime=642.31 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131219 0 0 0 64185 46 0 0 25 0 1 0 471544718 561352704 121796 33554432000 4194304 4395502 140733400932704 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 137049 121796 266 50 0 134189 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 548196

[startup+702.3 s]
/proc/loadavg: 4.10 3.90 3.48 5/190 11223
/proc/meminfo: memFree=13455992/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=548836 CPUtime=702.31 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131351 0 0 0 70185 46 0 0 25 0 1 0 471544718 562008064 121928 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288241 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 137209 121928 266 50 0 134349 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 548836

[startup+762.307 s]
/proc/loadavg: 4.03 3.91 3.51 6/190 11225
/proc/meminfo: memFree=13409972/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=548836 CPUtime=762.32 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131371 0 0 0 76186 46 0 0 25 0 1 0 471544718 562008064 121948 33554432000 4194304 4395502 140733400932704 18446744073709551615 4289182 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 137209 121948 266 50 0 134349 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 548836

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.54 5/190 11226
/proc/meminfo: memFree=13364576/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=548836 CPUtime=822.31 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 131381 0 0 0 82185 46 0 0 25 0 1 0 471544718 562008064 121958 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288765 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 137209 121958 266 50 0 134349 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 548836

[startup+882.301 s]
/proc/loadavg: 4.06 3.95 3.57 6/190 11228
/proc/meminfo: memFree=13339140/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=554664 CPUtime=882.32 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 132841 0 0 0 88185 47 0 0 25 0 1 0 471544718 567975936 123418 33554432000 4194304 4395502 140733400932704 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 138666 123418 266 50 0 135806 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 554664

[startup+942.301 s]
/proc/loadavg: 4.02 3.96 3.59 5/190 11230
/proc/meminfo: memFree=13311968/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=565148 CPUtime=942.32 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 135448 0 0 0 94184 48 0 0 25 0 1 0 471544718 578711552 126025 33554432000 4194304 4395502 140733400932704 18446744073709551615 4289174 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 141287 126025 266 50 0 138427 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 565148

[startup+1002.3 s]
/proc/loadavg: 4.01 3.96 3.62 6/190 11231
/proc/meminfo: memFree=13258520/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=615304 CPUtime=1002.32 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 147437 0 0 0 100180 52 0 0 25 0 1 0 471544718 630071296 138014 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288335 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 153826 138014 266 50 0 150966 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 615304

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 11233
/proc/meminfo: memFree=13243760/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=616972 CPUtime=1062.33 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 147800 0 0 0 106181 52 0 0 25 0 1 0 471544718 631779328 138377 33554432000 4194304 4395502 140733400932704 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 154243 138377 266 50 0 151383 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 616972

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.66 6/190 11234
/proc/meminfo: memFree=13216340/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=619020 CPUtime=1122.33 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 148189 0 0 0 112181 52 0 0 25 0 1 0 471544718 633876480 138766 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288921 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 154755 138766 266 50 0 151895 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 619020

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 11236
/proc/meminfo: memFree=13190792/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=619404 CPUtime=1182.33 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 148248 0 0 0 118181 52 0 0 25 0 1 0 471544718 634269696 138825 33554432000 4194304 4395502 140733400932704 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 154851 138825 266 50 0 151991 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 619404

[startup+1242.3 s]
/proc/loadavg: 4.15 4.00 3.70 6/190 11238
/proc/meminfo: memFree=13177640/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=619404 CPUtime=1242.33 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 148252 0 0 0 124181 52 0 0 25 0 1 0 471544718 634269696 138829 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 154851 138829 266 50 0 151991 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 619404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.01 3.73 4/188 11240
/proc/meminfo: memFree=13726720/32951124 swapFree=67111528/67111528
[pid=11167] ppid=11165 vsize=619404 CPUtime=1300.04 cores=0,2
/proc/11167/stat : 11167 (SApperloT2010) R 11165 11167 9231 0 -1 4202496 148255 0 0 0 129952 52 0 0 25 0 1 0 471544718 634269696 138832 33554432000 4194304 4395502 140733400932704 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11167/statm: 154851 138832 266 50 0 151991 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 619404

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.52
CPU system time (s): 0.548916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 619404

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

runsolver used 2.34164 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 06:14:53
IDJOB=3291704
IDBENCH=84248
IDSOLVER=1655
FILE ID=node142/3291704-1303791291
RUNJOBID= node142-1303791291-11131
PBS_JOBID= 13157230
Free space on /tmp= 71396 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291704-1303791291/watcher-3291704-1303791291 -o /tmp/evaluation-result-3291704-1303791291/solver-3291704-1303791291 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3291704-1303791291.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1682529657

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      14994392 kB
Buffers:       2086864 kB
Cached:       15134348 kB
SwapCached:          0 kB
Active:        7349244 kB
Inactive:     10032888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14994392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           59048 kB
Writeback:           0 kB
AnonPages:      160452 kB
Mapped:          15256 kB
Slab:           510004 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   335684 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= 71412 MiB
End job on node142 at 2011-04-26 06:36:35