Trace number 3259143

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.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3259143-1303502920/watcher-3259143-1303502920 -o /tmp/evaluation-result-3259143-1303502920/solver-3259143-1303502920 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259143-1303502920.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: 0.08 0.02 0.17 4/184 17264
/proc/meminfo: memFree=14497636/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=16512 CPUtime=0 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 1007 0 0 0 0 0 0 0 21 0 1 0 540522698 16908288 946 33554432000 4194304 4395502 140735866497760 18446744073709551615 256415391488 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 4128 947 249 50 0 1268 0

[startup+0.0151719 s]
/proc/loadavg: 0.08 0.02 0.17 4/184 17264
/proc/meminfo: memFree=14497636/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=17568 CPUtime=0.01 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 1287 0 0 0 1 0 0 0 21 0 1 0 540522698 17989632 1226 33554432000 4194304 4395502 140735866497760 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 4392 1227 249 50 0 1532 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17568

[startup+0.101156 s]
/proc/loadavg: 0.08 0.02 0.17 4/184 17264
/proc/meminfo: memFree=14497636/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=29424 CPUtime=0.08 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 4174 0 0 0 8 0 0 0 21 0 1 0 540522698 30130176 4113 33554432000 4194304 4395502 140735866497760 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 7356 4115 250 50 0 4496 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29424

[startup+0.301116 s]
/proc/loadavg: 0.08 0.02 0.17 4/184 17264
/proc/meminfo: memFree=14497636/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=37284 CPUtime=0.29 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 6153 0 0 0 26 3 0 0 22 0 1 0 540522698 38178816 6091 33554432000 4194304 4395502 140735866497760 18446744073709551615 256415416215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 9321 6091 256 50 0 6461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37284

[startup+0.701037 s]
/proc/loadavg: 0.08 0.02 0.17 4/184 17264
/proc/meminfo: memFree=14497636/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=49104 CPUtime=0.69 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 10172 0 0 0 65 4 0 0 23 0 1 0 540522698 50282496 9068 33554432000 4194304 4395502 140735866497760 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 12276 9068 267 50 0 9416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49104

[startup+1.50087 s]
/proc/loadavg: 0.08 0.02 0.17 4/187 17269
/proc/meminfo: memFree=14443300/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=59600 CPUtime=1.49 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 12778 0 0 0 144 5 0 0 25 0 1 0 540522698 61030400 11674 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 14900 11674 267 50 0 12040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59600

[startup+3.10057 s]
/proc/loadavg: 0.08 0.02 0.17 5/190 17275
/proc/meminfo: memFree=14407940/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=74076 CPUtime=3.09 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 16401 0 0 0 303 6 0 0 25 0 1 0 540522698 75853824 15297 33554432000 4194304 4395502 140735866497760 18446744073709551615 4288050 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 18519 15297 267 50 0 15659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74076

[startup+6.30096 s]
/proc/loadavg: 0.39 0.08 0.19 5/190 17275
/proc/meminfo: memFree=14360692/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=96428 CPUtime=6.29 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 21919 0 0 0 623 6 0 0 25 0 1 0 540522698 98742272 20815 33554432000 4194304 4395502 140735866497760 18446744073709551615 4286574 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 24107 20815 267 50 0 21247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96428

[startup+12.7007 s]
/proc/loadavg: 0.68 0.15 0.21 5/190 17276
/proc/meminfo: memFree=14299444/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=129652 CPUtime=12.69 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 30013 0 0 0 1260 9 0 0 25 0 1 0 540522698 132763648 28909 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 32413 28909 267 50 0 29553 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129652

[startup+25.5003 s]
/proc/loadavg: 1.42 0.33 0.27 5/190 17276
/proc/meminfo: memFree=14233288/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=175308 CPUtime=25.49 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 40946 0 0 0 2538 11 0 0 25 0 1 0 540522698 179515392 39842 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 43827 39842 267 50 0 40967 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 175308

[startup+51.1004 s]
/proc/loadavg: 2.35 0.64 0.37 5/190 17277
/proc/meminfo: memFree=14205744/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=176484 CPUtime=51.09 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 41263 0 0 0 5098 11 0 0 25 0 1 0 540522698 180719616 40159 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 44121 40159 267 50 0 41261 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 176484

[startup+102.307 s]
/proc/loadavg: 3.36 1.17 0.56 5/190 17278
/proc/meminfo: memFree=14134680/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=200420 CPUtime=102.3 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 46874 0 0 0 10217 13 0 0 25 0 1 0 540522698 205230080 45770 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 50105 45770 267 50 0 47245 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 200420

[startup+162.3 s]
/proc/loadavg: 3.76 1.69 0.78 5/190 17280
/proc/meminfo: memFree=14075624/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=222868 CPUtime=162.3 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 51995 0 0 0 16215 15 0 0 25 0 1 0 540522698 228216832 50891 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 55717 50891 267 50 0 52857 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 222868

[startup+222.301 s]
/proc/loadavg: 3.91 2.10 0.97 5/190 17281
/proc/meminfo: memFree=14034408/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=237744 CPUtime=222.3 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 55427 0 0 0 22214 16 0 0 25 0 1 0 540522698 243449856 54323 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299735 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 59436 54323 267 50 0 56576 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 237744

[startup+282.3 s]
/proc/loadavg: 3.97 2.45 1.16 5/190 17283
/proc/meminfo: memFree=13992456/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=261656 CPUtime=282.3 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 60698 0 0 0 28212 18 0 0 25 0 1 0 540522698 267935744 59594 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 65414 59594 267 50 0 62554 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 261656

[startup+342.301 s]
/proc/loadavg: 3.98 2.73 1.34 5/190 17284
/proc/meminfo: memFree=13957212/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=273756 CPUtime=342.3 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 63369 0 0 0 34212 18 0 0 25 0 1 0 540522698 280326144 62265 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 68439 62265 267 50 0 65579 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 273756

[startup+402.3 s]
/proc/loadavg: 4.04 2.97 1.51 5/190 17286
/proc/meminfo: memFree=13917240/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=292728 CPUtime=402.31 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 67618 0 0 0 40210 21 0 0 25 0 1 0 540522698 299753472 66514 33554432000 4194304 4395502 140735866497760 18446744073709551615 4300200 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 73182 66514 267 50 0 70322 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 292728

[startup+462.301 s]
/proc/loadavg: 4.01 3.16 1.66 5/190 17288
/proc/meminfo: memFree=13902960/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=294424 CPUtime=462.31 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 68058 0 0 0 46210 21 0 0 25 0 1 0 540522698 301490176 66954 33554432000 4194304 4395502 140735866497760 18446744073709551615 4297682 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 73606 66954 267 50 0 70746 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 294424

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.80 5/190 17316
/proc/meminfo: memFree=13920320/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=303168 CPUtime=522.31 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 70024 0 0 0 52209 22 0 0 25 0 1 0 540522698 310444032 68920 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 75792 68920 267 50 0 72932 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 303168

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.94 5/190 17318
/proc/meminfo: memFree=13882072/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=310532 CPUtime=582.32 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 71475 0 0 0 58209 23 0 0 25 0 1 0 540522698 317984768 70371 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 77633 70371 267 50 0 74773 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 310532

[startup+642.301 s]
/proc/loadavg: 4.04 3.55 2.08 5/190 17319
/proc/meminfo: memFree=13863672/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=315972 CPUtime=642.32 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 72583 0 0 0 64209 23 0 0 25 0 1 0 540522698 323555328 71479 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 78993 71479 267 50 0 76133 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 315972

[startup+702.3 s]
/proc/loadavg: 4.01 3.63 2.19 5/190 17321
/proc/meminfo: memFree=13841556/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=328792 CPUtime=702.31 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 75470 0 0 0 70208 23 0 0 25 0 1 0 540522698 336683008 74366 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 82198 74366 267 50 0 79338 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 328792

[startup+762.307 s]
/proc/loadavg: 4.00 3.70 2.31 5/190 17323
/proc/meminfo: memFree=13818696/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=340136 CPUtime=762.32 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 77947 0 0 0 76208 24 0 0 25 0 1 0 540522698 348299264 76843 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 85034 76843 267 50 0 82174 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 340136

[startup+822.3 s]
/proc/loadavg: 4.00 3.74 2.40 5/190 17324
/proc/meminfo: memFree=13786916/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=357132 CPUtime=822.32 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 81766 0 0 0 82207 25 0 0 25 0 1 0 540522698 365703168 80662 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 89283 80662 267 50 0 86423 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 357132

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.50 5/190 17326
/proc/meminfo: memFree=13762568/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=366832 CPUtime=882.32 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 83693 0 0 0 88207 25 0 0 25 0 1 0 540522698 375635968 82589 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 91708 82589 267 50 0 88848 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 366832

[startup+942.3 s]
/proc/loadavg: 4.03 3.84 2.59 5/190 17327
/proc/meminfo: memFree=13746644/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=370032 CPUtime=942.33 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 84331 0 0 0 94207 26 0 0 25 0 1 0 540522698 378912768 83227 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 92508 83227 267 50 0 89648 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 370032

[startup+1002.3 s]
/proc/loadavg: 4.01 3.86 2.68 5/190 17329
/proc/meminfo: memFree=13720688/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=387540 CPUtime=1002.33 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 88225 0 0 0 100206 27 0 0 25 0 1 0 540522698 396840960 87121 33554432000 4194304 4395502 140735866497760 18446744073709551615 4309777 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 96885 87121 267 50 0 94025 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 387540

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.76 5/190 17331
/proc/meminfo: memFree=13707620/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=395988 CPUtime=1062.32 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 89985 0 0 0 106205 27 0 0 25 0 1 0 540522698 405491712 88881 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 98997 88881 267 50 0 96137 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 395988

[startup+1122.3 s]
/proc/loadavg: 4.05 3.92 2.84 5/190 17332
/proc/meminfo: memFree=13692312/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=405208 CPUtime=1122.33 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 92007 0 0 0 112205 28 0 0 25 0 1 0 540522698 414932992 90903 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 101302 90903 267 50 0 98442 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 405208

[startup+1182.3 s]
/proc/loadavg: 4.02 3.93 2.91 5/190 17334
/proc/meminfo: memFree=13685448/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=406236 CPUtime=1182.33 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 92260 0 0 0 118205 28 0 0 25 0 1 0 540522698 415985664 91156 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 101559 91156 267 50 0 98699 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 406236

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.97 5/190 17335
/proc/meminfo: memFree=13671512/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=406236 CPUtime=1242.33 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 92310 0 0 0 124205 28 0 0 25 0 1 0 540522698 415985664 91206 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 101559 91206 267 50 0 98699 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 406236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.93 3.03 3/184 17356
/proc/meminfo: memFree=14064212/32950928 swapFree=67111524/67111528
[pid=17264] ppid=17262 vsize=406236 CPUtime=1300.05 cores=1,3
/proc/17264/stat : 17264 (SApperloT2010) R 17262 17264 17214 0 -1 4202496 92336 0 0 0 129976 29 0 0 25 0 1 0 540522698 415985664 91232 33554432000 4194304 4395502 140735866497760 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17264/statm: 101559 91232 267 50 0 98699 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 406236

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.76
CPU system time (s): 0.308953
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 406236

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

runsolver used 2.02869 second user time and 5.07523 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-22 22:08:40
IDJOB=3259143
IDBENCH=71492
IDSOLVER=1655
FILE ID=node115/3259143-1303502920
RUNJOBID= node115-1303502915-17234
PBS_JOBID= 13134222
Free space on /tmp= 72300 MiB

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

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=543933572

node115.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.811
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.62
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.811
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	: 5226.15
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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.74
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14497924 kB
Buffers:       1909268 kB
Cached:       15882308 kB
SwapCached:          4 kB
Active:        6986376 kB
Inactive:     10921704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14497924 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6992 kB
Writeback:           0 kB
AnonPages:      115536 kB
Mapped:          15240 kB
Slab:           482028 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   282604 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= 72300 MiB
End job on node115 at 2011-04-22 22:30:22