Trace number 3259671

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 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3259671-1303504223/watcher-3259671-1303504223 -o /tmp/evaluation-result-3259671-1303504223/solver-3259671-1303504223 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259671-1303504223.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: 3.76 3.91 3.03 2/174 21067
/proc/meminfo: memFree=13760400/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=17148 CPUtime=0 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 1094 0 0 0 0 0 0 0 24 0 1 0 540653030 17559552 1034 33554432000 4194304 4395502 140734020249712 18446744073709551615 216734797280 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 4287 1034 249 50 0 1427 0

[startup+0.055968 s]
/proc/loadavg: 3.76 3.91 3.03 2/174 21067
/proc/meminfo: memFree=13760400/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=23616 CPUtime=0.04 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 2644 0 0 0 4 0 0 0 24 0 1 0 540653030 24182784 2584 33554432000 4194304 4395502 140734020249712 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 5904 2585 250 50 0 3044 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23616

[startup+0.100962 s]
/proc/loadavg: 3.76 3.91 3.03 2/174 21067
/proc/meminfo: memFree=13760400/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=29424 CPUtime=0.09 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 4094 0 0 0 9 0 0 0 24 0 1 0 540653030 30130176 4034 33554432000 4194304 4395502 140734020249712 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 7356 4035 250 50 0 4496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29424

[startup+0.300948 s]
/proc/loadavg: 3.76 3.91 3.03 2/174 21067
/proc/meminfo: memFree=13760400/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=40952 CPUtime=0.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 6987 0 0 0 27 2 0 0 25 0 1 0 540653030 41934848 6926 33554432000 4194304 4395502 140734020249712 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 10238 6926 256 50 0 7378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40952

[startup+0.700873 s]
/proc/loadavg: 3.76 3.91 3.03 2/174 21067
/proc/meminfo: memFree=13760400/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=50992 CPUtime=0.68 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 10702 0 0 0 66 2 0 0 25 0 1 0 540653030 52215808 9447 33554432000 4194304 4395502 140734020249712 18446744073709551615 4286526 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 12748 9447 267 50 0 9888 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50992

[startup+1.50067 s]
/proc/loadavg: 3.54 3.86 3.02 2/175 21068
/proc/meminfo: memFree=13718736/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=61900 CPUtime=1.49 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 13429 0 0 0 146 3 0 0 25 0 1 0 540653030 63385600 12174 33554432000 4194304 4395502 140734020249712 18446744073709551615 4288328 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 15475 12175 267 50 0 12615 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61900

[startup+3.10044 s]
/proc/loadavg: 3.54 3.86 3.02 2/175 21068
/proc/meminfo: memFree=13706096/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=75952 CPUtime=3.09 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 16903 0 0 0 305 4 0 0 25 0 1 0 540653030 77774848 15648 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 18988 15648 267 50 0 16128 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75952

[startup+6.30087 s]
/proc/loadavg: 3.54 3.86 3.02 2/175 21068
/proc/meminfo: memFree=13682440/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=96844 CPUtime=6.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 22089 0 0 0 624 5 0 0 25 0 1 0 540653030 99168256 20834 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 24211 20834 267 50 0 21351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96844

[startup+12.7008 s]
/proc/loadavg: 3.23 3.78 3.00 2/175 21095
/proc/meminfo: memFree=13648016/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=129968 CPUtime=12.69 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 30202 0 0 0 1263 6 0 0 25 0 1 0 540653030 133087232 28947 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 32492 28947 267 50 0 29632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129968

[startup+25.5005 s]
/proc/loadavg: 2.97 3.71 2.98 3/180 21186
/proc/meminfo: memFree=13533660/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=181276 CPUtime=25.49 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 42546 0 0 0 2540 9 0 0 25 0 1 0 540653030 185626624 41291 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 45319 41291 267 50 0 42459 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 181276

[startup+51.101 s]
/proc/loadavg: 3.14 3.68 2.99 5/190 21261
/proc/meminfo: memFree=13191460/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=208052 CPUtime=51.09 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 49189 0 0 0 5098 11 0 0 25 0 1 0 540653030 213045248 47934 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 52013 47934 267 50 0 49153 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208052

[startup+102.307 s]
/proc/loadavg: 3.65 3.73 3.05 5/190 21262
/proc/meminfo: memFree=12849540/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=222116 CPUtime=102.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 52547 0 0 0 10218 11 0 0 25 0 1 0 540653030 227446784 51292 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 55529 51292 267 50 0 52669 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 222116

[startup+162.3 s]
/proc/loadavg: 3.87 3.78 3.11 5/190 21264
/proc/meminfo: memFree=12493012/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=252516 CPUtime=162.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 59684 0 0 0 16217 12 0 0 25 0 1 0 540653030 258576384 58429 33554432000 4194304 4395502 140734020249712 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 63129 58429 267 50 0 60269 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 252516

[startup+222.301 s]
/proc/loadavg: 3.95 3.82 3.16 5/190 21266
/proc/meminfo: memFree=12220176/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=266200 CPUtime=222.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 63049 0 0 0 22216 13 0 0 25 0 1 0 540653030 272588800 61794 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 66550 61794 267 50 0 63690 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 266200

[startup+282.3 s]
/proc/loadavg: 3.98 3.85 3.21 5/190 21267
/proc/meminfo: memFree=11875436/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=278948 CPUtime=282.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 65810 0 0 0 28215 14 0 0 25 0 1 0 540653030 285642752 64555 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/21067/statm: 69737 64555 267 50 0 66877 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 278948

[startup+342.301 s]
/proc/loadavg: 4.03 3.89 3.26 5/190 21269
/proc/meminfo: memFree=11722648/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=294848 CPUtime=342.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 69325 0 0 0 34213 15 0 0 25 0 1 0 540653030 301924352 68070 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 73712 68070 267 50 0 70852 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 294848

[startup+402.3 s]
/proc/loadavg: 4.08 3.92 3.31 5/190 21270
/proc/meminfo: memFree=11497060/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=302612 CPUtime=402.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 70857 0 0 0 40213 16 0 0 25 0 1 0 540653030 309874688 69602 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 75653 69602 267 50 0 72793 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 302612

[startup+462.301 s]
/proc/loadavg: 4.03 3.93 3.35 5/190 21272
/proc/meminfo: memFree=11222500/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=310420 CPUtime=462.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 72397 0 0 0 46212 16 0 0 25 0 1 0 540653030 317870080 71142 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 77605 71142 267 50 0 74745 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 310420

[startup+522.3 s]
/proc/loadavg: 4.01 3.94 3.39 5/190 21277
/proc/meminfo: memFree=11029636/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=326244 CPUtime=522.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 75806 0 0 0 52211 17 0 0 25 0 1 0 540653030 334073856 74551 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299782 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 81561 74551 267 50 0 78701 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 326244

[startup+582.301 s]
/proc/loadavg: 4.08 3.97 3.43 5/190 21278
/proc/meminfo: memFree=10793940/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=337464 CPUtime=582.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 78553 0 0 0 58210 18 0 0 25 0 1 0 540653030 345563136 77298 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 84366 77298 267 50 0 81506 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 337464

[startup+642.3 s]
/proc/loadavg: 4.03 3.97 3.46 5/190 21280
/proc/meminfo: memFree=10638040/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=337944 CPUtime=642.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 78693 0 0 0 64211 18 0 0 25 0 1 0 540653030 346054656 77438 33554432000 4194304 4395502 140734020249712 18446744073709551615 4292314 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 84486 77438 267 50 0 81626 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 337944

[startup+702.301 s]
/proc/loadavg: 4.01 3.97 3.49 5/190 21281
/proc/meminfo: memFree=10518968/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=348844 CPUtime=702.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 81181 0 0 0 70209 19 0 0 25 0 1 0 540653030 357216256 79926 33554432000 4194304 4395502 140734020249712 18446744073709551615 4314279 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 87211 79927 267 50 0 84351 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 348844

[startup+762.306 s]
/proc/loadavg: 4.00 3.97 3.52 5/190 21283
/proc/meminfo: memFree=10319428/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=357928 CPUtime=762.29 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 83117 0 0 0 76210 19 0 0 25 0 1 0 540653030 366518272 81862 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 89482 81862 267 50 0 86622 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 357928

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.55 5/190 21285
/proc/meminfo: memFree=10093096/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=364424 CPUtime=822.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 84435 0 0 0 82209 19 0 0 25 0 1 0 540653030 373170176 83180 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 91106 83180 267 50 0 88246 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 364424

[startup+882.3 s]
/proc/loadavg: 4.05 3.99 3.58 5/190 21286
/proc/meminfo: memFree=9873104/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=368424 CPUtime=882.28 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 85277 0 0 0 88209 19 0 0 25 0 1 0 540653030 377266176 84022 33554432000 4194304 4395502 140734020249712 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 92106 84022 267 50 0 89246 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 368424

[startup+942.301 s]
/proc/loadavg: 4.02 3.99 3.60 5/190 21288
/proc/meminfo: memFree=9758752/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=386792 CPUtime=942.27 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 89299 0 0 0 94206 21 0 0 25 0 1 0 540653030 396075008 88044 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 96698 88044 267 50 0 93838 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 386792

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.62 5/190 21289
/proc/meminfo: memFree=9607696/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=390708 CPUtime=1002.27 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 90155 0 0 0 100206 21 0 0 25 0 1 0 540653030 400084992 88900 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 97677 88900 267 50 0 94817 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 390708

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.65 5/190 21291
/proc/meminfo: memFree=9415604/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=403852 CPUtime=1062.27 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 92941 0 0 0 106205 22 0 0 25 0 1 0 540653030 413544448 91686 33554432000 4194304 4395502 140734020249712 18446744073709551615 4314245 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 100963 91686 267 50 0 98103 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 403852

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.66 5/190 21293
/proc/meminfo: memFree=9277936/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=413412 CPUtime=1122.26 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 94966 0 0 0 112203 23 0 0 25 0 1 0 540653030 423333888 93711 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 103353 93711 267 50 0 100493 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 413412

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.69 5/190 21294
/proc/meminfo: memFree=9069204/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=429132 CPUtime=1182.26 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 98475 0 0 0 118202 24 0 0 25 0 1 0 540653030 439431168 97220 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 107283 97220 267 50 0 104423 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 429132

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.70 5/190 21296
/proc/meminfo: memFree=8922480/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=434320 CPUtime=1242.26 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 99533 0 0 0 124202 24 0 0 25 0 1 0 540653030 444743680 98278 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 108580 98278 267 50 0 105720 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 434320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.72 5/190 21297
/proc/meminfo: memFree=8768816/32951124 swapFree=67102140/67111528
[pid=21067] ppid=21065 vsize=435856 CPUtime=1299.96 cores=0,2
/proc/21067/stat : 21067 (SApperloT2010) R 21065 21067 20890 0 -1 4202496 99906 0 0 0 129972 24 0 0 25 0 1 0 540653030 446316544 98651 33554432000 4194304 4395502 140734020249712 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21067/statm: 108964 98651 267 50 0 106104 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 435856

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
CPU user time (s): 1299.73
CPU system time (s): 0.269958
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 435856

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

runsolver used 2.26865 second user time and 4.81227 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-22 22:30:24
IDJOB=3259671
IDBENCH=71605
IDSOLVER=1655
FILE ID=node119/3259671-1303504223
RUNJOBID= node119-1303502915-20908
PBS_JOBID= 13134218
Free space on /tmp= 71656 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259671-1303504223/watcher-3259671-1303504223 -o /tmp/evaluation-result-3259671-1303504223/solver-3259671-1303504223 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259671-1303504223.cnf

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=87769983

node119.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.815
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.63
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.815
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.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13760432 kB
Buffers:       1980020 kB
Cached:       16573928 kB
SwapCached:       5504 kB
Active:        7332668 kB
Inactive:     11282832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13760432 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            4056 kB
Writeback:           0 kB
AnonPages:       58696 kB
Mapped:          14340 kB
Slab:           510472 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193304 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= 71648 MiB
End job on node119 at 2011-04-22 22:52:06