Trace number 3379750

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.01 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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.85 1.40 2.58 6/304 17765
/proc/meminfo: memFree=20700052/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=12616 CPUtime=0 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 537 0 0 0 0 0 0 0 21 0 1 0 657667506 12918784 478 33554432000 4194304 4394578 140735226878624 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 3154 478 247 49 0 295 0

[startup+0.0786699 s]
/proc/loadavg: 0.85 1.40 2.58 6/304 17765
/proc/meminfo: memFree=20700052/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=15720 CPUtime=0.07 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 1298 0 0 0 7 0 0 0 21 0 1 0 657667506 16097280 1238 33554432000 4194304 4394578 140735226878624 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 3930 1238 255 49 0 1071 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15720

[startup+0.100635 s]
/proc/loadavg: 0.85 1.40 2.58 6/304 17765
/proc/meminfo: memFree=20700052/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=15868 CPUtime=0.09 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 1337 0 0 0 9 0 0 0 21 0 1 0 657667506 16248832 1240 33554432000 4194304 4394578 140735226878624 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 3967 1240 255 49 0 1108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15868

[startup+0.300628 s]
/proc/loadavg: 0.85 1.40 2.58 6/304 17765
/proc/meminfo: memFree=20700052/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=20608 CPUtime=0.29 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 2667 0 0 0 29 0 0 0 22 0 1 0 657667506 21102592 2488 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 5152 2488 267 49 0 2293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20608

[startup+0.700541 s]
/proc/loadavg: 0.85 1.40 2.58 6/304 17765
/proc/meminfo: memFree=20700052/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=22060 CPUtime=0.68 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 3010 0 0 0 68 0 0 0 23 0 1 0 657667506 22589440 2831 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 5515 2831 267 49 0 2656 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22060

[startup+1.50042 s]
/proc/loadavg: 0.85 1.40 2.58 6/305 17793
/proc/meminfo: memFree=20671912/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=23236 CPUtime=1.48 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 3303 0 0 0 148 0 0 0 25 0 1 0 657667506 23793664 3124 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 5809 3124 267 49 0 2950 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23236

[startup+3.10113 s]
/proc/loadavg: 0.85 1.40 2.58 6/305 17793
/proc/meminfo: memFree=20661884/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=24868 CPUtime=3.08 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 3670 0 0 0 308 0 0 0 25 0 1 0 657667506 25464832 3491 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 6217 3491 267 49 0 3358 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24868

[startup+6.30054 s]
/proc/loadavg: 1.10 1.44 2.59 6/305 17793
/proc/meminfo: memFree=20650128/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=27108 CPUtime=6.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 4162 0 0 0 628 0 0 0 25 0 1 0 657667506 27758592 3983 33554432000 4194304 4394578 140735226878624 18446744073709551615 4292603 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 6777 3983 267 49 0 3918 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27108

[startup+12.7004 s]
/proc/loadavg: 1.33 1.49 2.60 6/305 17793
/proc/meminfo: memFree=20630788/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=29908 CPUtime=12.69 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 4787 0 0 0 1268 1 0 0 25 0 1 0 657667506 30625792 4608 33554432000 4194304 4394578 140735226878624 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 7477 4608 267 49 0 4618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29908

[startup+25.5011 s]
/proc/loadavg: 1.92 1.61 2.62 6/305 17794
/proc/meminfo: memFree=20604644/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=33072 CPUtime=25.49 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 5525 0 0 0 2548 1 0 0 25 0 1 0 657667506 33865728 5346 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 8268 5346 267 49 0 5409 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33072

[startup+51.1006 s]
/proc/loadavg: 2.63 1.80 2.65 6/305 17795
/proc/meminfo: memFree=20555484/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=38272 CPUtime=51.08 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 6668 0 0 0 5107 1 0 0 25 0 1 0 657667506 39190528 6489 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 9568 6489 267 49 0 6709 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38272

[startup+102.311 s]
/proc/loadavg: 3.40 2.14 2.72 6/305 17796
/proc/meminfo: memFree=20472772/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=46164 CPUtime=102.3 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 8413 0 0 0 10228 2 0 0 25 0 1 0 657667506 47271936 8234 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 11541 8234 267 49 0 8682 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 46164

[startup+162.301 s]
/proc/loadavg: 3.78 2.47 2.80 6/305 17797
/proc/meminfo: memFree=20392508/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=53392 CPUtime=162.29 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 9912 0 0 0 16226 3 0 0 25 0 1 0 657667506 54673408 9733 33554432000 4194304 4394578 140735226878624 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 13348 9733 267 49 0 10489 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 53392

[startup+222.301 s]
/proc/loadavg: 3.92 2.75 2.87 6/305 17808
/proc/meminfo: memFree=20288484/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=61952 CPUtime=222.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 11807 0 0 0 22225 3 0 0 25 0 1 0 657667506 63438848 11628 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 15488 11628 267 49 0 12629 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 61952

[startup+282.301 s]
/proc/loadavg: 3.97 2.97 2.94 6/305 17810
/proc/meminfo: memFree=20233780/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=67552 CPUtime=282.29 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 12991 0 0 0 28225 4 0 0 25 0 1 0 657667506 69173248 12812 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 16888 12812 267 49 0 14029 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 67552

[startup+342.301 s]
/proc/loadavg: 4.07 3.17 3.01 6/305 17811
/proc/meminfo: memFree=20132568/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=71324 CPUtime=342.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 13794 0 0 0 34224 4 0 0 25 0 1 0 657667506 73035776 13615 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 17831 13615 267 49 0 14972 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 71324

[startup+402.3 s]
/proc/loadavg: 4.13 3.35 3.08 6/305 17816
/proc/meminfo: memFree=20039320/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=75328 CPUtime=402.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 14632 0 0 0 40224 4 0 0 25 0 1 0 657667506 77135872 14453 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 18832 14453 267 49 0 15973 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 75328

[startup+462.301 s]
/proc/loadavg: 4.09 3.48 3.14 6/305 17817
/proc/meminfo: memFree=19961344/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=78284 CPUtime=462.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 15346 0 0 0 46224 4 0 0 25 0 1 0 657667506 80162816 15167 33554432000 4194304 4394578 140735226878624 18446744073709551615 4313733 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 19571 15167 267 49 0 16712 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 78284

[startup+522.301 s]
/proc/loadavg: 4.11 3.60 3.20 6/305 17819
/proc/meminfo: memFree=19867336/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=83128 CPUtime=522.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 16435 0 0 0 52223 5 0 0 25 0 1 0 657667506 85123072 16256 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 20782 16256 267 49 0 17923 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 83128

[startup+582.3 s]
/proc/loadavg: 4.04 3.67 3.25 6/305 17821
/proc/meminfo: memFree=19825524/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=86688 CPUtime=582.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 17176 0 0 0 58223 5 0 0 25 0 1 0 657667506 88768512 16997 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 21672 16997 267 49 0 18813 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 86688

[startup+642.301 s]
/proc/loadavg: 4.01 3.73 3.29 6/305 17822
/proc/meminfo: memFree=19775788/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=90288 CPUtime=642.29 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 17943 0 0 0 64224 5 0 0 25 0 1 0 657667506 92454912 17764 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 22572 17764 267 49 0 19713 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 90288

[startup+702.301 s]
/proc/loadavg: 4.04 3.79 3.34 6/305 17824
/proc/meminfo: memFree=19686596/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=92556 CPUtime=702.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 18493 0 0 0 70222 6 0 0 25 0 1 0 657667506 94777344 18314 33554432000 4194304 4394578 140735226878624 18446744073709551615 4335383 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 23139 18314 267 49 0 20280 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 92556

[startup+762.311 s]
/proc/loadavg: 4.06 3.84 3.38 6/305 17825
/proc/meminfo: memFree=19613424/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=94320 CPUtime=762.29 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 18854 0 0 0 76223 6 0 0 25 0 1 0 657667506 96583680 18675 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 23580 18675 267 49 0 20721 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 94320

[startup+822.301 s]
/proc/loadavg: 4.08 3.88 3.42 6/305 17827
/proc/meminfo: memFree=19525856/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=97680 CPUtime=822.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 19447 0 0 0 82222 6 0 0 25 0 1 0 657667506 100024320 19268 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 24420 19268 267 49 0 21561 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 97680

[startup+882.301 s]
/proc/loadavg: 4.03 3.90 3.46 6/305 17829
/proc/meminfo: memFree=19437676/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=99264 CPUtime=882.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 19855 0 0 0 88222 6 0 0 25 0 1 0 657667506 101646336 19676 33554432000 4194304 4394578 140735226878624 18446744073709551615 4287208 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 24816 19676 267 49 0 21957 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 99264

[startup+942.3 s]
/proc/loadavg: 4.09 3.94 3.50 6/305 17830
/proc/meminfo: memFree=19388672/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=101064 CPUtime=942.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 20283 0 0 0 94221 7 0 0 25 0 1 0 657667506 103489536 20104 33554432000 4194304 4394578 140735226878624 18446744073709551615 4313416 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 25266 20104 267 49 0 22407 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 101064

[startup+1002.3 s]
/proc/loadavg: 4.09 3.97 3.53 6/305 17832
/proc/meminfo: memFree=19295032/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=103568 CPUtime=1002.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 20823 0 0 0 100221 7 0 0 25 0 1 0 657667506 106053632 20644 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 25892 20644 267 49 0 23033 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 103568

[startup+1062.3 s]
/proc/loadavg: 4.14 4.00 3.57 6/305 17833
/proc/meminfo: memFree=19225308/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=104396 CPUtime=1062.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 21041 0 0 0 106221 7 0 0 25 0 1 0 657667506 106901504 20862 33554432000 4194304 4394578 140735226878624 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 26099 20862 267 49 0 23240 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 104396

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.59 6/305 17835
/proc/meminfo: memFree=19140464/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=105908 CPUtime=1122.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 21437 0 0 0 112221 7 0 0 25 0 1 0 657667506 108449792 21258 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 26477 21258 267 49 0 23618 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 105908

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.61 6/305 17837
/proc/meminfo: memFree=19058208/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=107552 CPUtime=1182.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 21776 0 0 0 118221 7 0 0 25 0 1 0 657667506 110133248 21597 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 26888 21597 267 49 0 24029 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 107552

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.64 6/305 17838
/proc/meminfo: memFree=19053724/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=108484 CPUtime=1242.28 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 22018 0 0 0 124221 7 0 0 25 0 1 0 657667506 111087616 21839 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 27121 21839 267 49 0 24262 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 108484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.66 5/305 17842
/proc/meminfo: memFree=20502260/32951124 swapFree=66457188/67111528
[pid=17765] ppid=17763 vsize=109696 CPUtime=1299.99 cores=4,6
/proc/17765/stat : 17765 (SApperloT2010) R 17763 17765 17096 0 -1 4202496 22339 0 0 0 129991 8 0 0 25 0 1 0 657667506 112328704 22160 33554432000 4194304 4394578 140735226878624 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17765/statm: 27424 22160 267 49 0 24565 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 109696

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.01
CPU user time (s): 1299.92
CPU system time (s): 0.085986
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 109696

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

runsolver used 3.77842 second user time and 8.05977 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:58:13
IDJOB=3379750
IDBENCH=85793
IDSOLVER=1862
FILE ID=node132/3379750-1305460693
RUNJOBID= node132-1305460693-17724
PBS_JOBID= 13324896
Free space on /tmp= 73368 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379750-1305460693/watcher-3379750-1305460693 -o /tmp/evaluation-result-3379750-1305460693/solver-3379750-1305460693 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379750-1305460693.cnf

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=1284509451

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20700588 kB
Buffers:        300316 kB
Cached:        5901732 kB
SwapCached:       6904 kB
Active:        5514860 kB
Inactive:      6424248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20700588 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            2032 kB
Writeback:           0 kB
AnonPages:     5734812 kB
Mapped:          19860 kB
Slab:           223248 kB
PageTables:      26520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35296384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73368 MiB
End job on node132 at 2011-05-15 14:19:55