Trace number 3438313

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) 5000.23 5000.05

General information on the benchmark

Namecrafted/spence/
hard/s113-100.cnf
MD5SUM346cb413e25976ab9ce2952e1d53c865
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1113.71
Satisfiable
(Un)Satisfiability was proved
Number of variables113
Number of clauses236
Sum of the clauses size708
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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-3438313-1306884533/watcher-3438313-1306884533 -o /tmp/evaluation-result-3438313-1306884533/solver-3438313-1306884533 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438313-1306884533.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=12036 CPUtime=0.01 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 428 0 0 0 1 0 0 0 18 0 1 0 780868912 12324864 366 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 3009 366 266 49 0 150 0

[startup+0.060486 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=12168 CPUtime=0.05 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 465 0 0 0 5 0 0 0 18 0 1 0 780868912 12460032 403 33554432000 4194304 4394578 140735567893296 18446744073709551615 4290928 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 3042 403 266 49 0 183 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12168

[startup+0.100509 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=12300 CPUtime=0.09 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 507 0 0 0 9 0 0 0 18 0 1 0 780868912 12595200 445 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 3075 445 266 49 0 216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12300

[startup+0.300472 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=12696 CPUtime=0.29 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 595 0 0 0 29 0 0 0 18 0 1 0 780868912 13000704 533 33554432000 4194304 4394578 140735567893296 18446744073709551615 4292119 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 3174 533 266 49 0 315 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12696

[startup+0.700404 s]
/proc/loadavg: 0.00 0.00 0.00 2/513 22557
/proc/meminfo: memFree=16704420/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=13356 CPUtime=0.69 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 765 0 0 0 69 0 0 0 18 0 1 0 780868912 13676544 703 33554432000 4194304 4394578 140735567893296 18446744073709551615 4287339 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 3339 703 267 49 0 480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13356

[startup+1.50025 s]
/proc/loadavg: 0.00 0.00 0.00 4/515 22559
/proc/meminfo: memFree=16672792/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=14672 CPUtime=1.49 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 1092 0 0 0 149 0 0 0 20 0 1 0 780868912 15024128 1030 33554432000 4194304 4394578 140735567893296 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 3668 1030 267 49 0 809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14672

[startup+3.10094 s]
/proc/loadavg: 0.00 0.00 0.00 4/515 22559
/proc/meminfo: memFree=16663740/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=17176 CPUtime=3.09 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 1728 0 0 0 309 0 0 0 25 0 1 0 780868912 17588224 1666 33554432000 4194304 4394578 140735567893296 18446744073709551615 4310180 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 4294 1666 267 49 0 1435 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17176

[startup+6.30033 s]
/proc/loadavg: 0.16 0.03 0.01 4/515 22559
/proc/meminfo: memFree=16643536/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=22172 CPUtime=6.29 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 2969 0 0 0 629 0 0 0 25 0 1 0 780868912 22704128 2907 33554432000 4194304 4394578 140735567893296 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 5543 2908 267 49 0 2684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22172

[startup+12.7011 s]
/proc/loadavg: 0.31 0.07 0.02 4/515 22559
/proc/meminfo: memFree=16613680/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=30076 CPUtime=12.69 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 4946 0 0 0 1269 0 0 0 25 0 1 0 780868912 30797824 4884 33554432000 4194304 4394578 140735567893296 18446744073709551615 4309120 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 7519 4884 267 49 0 4660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30076

[startup+25.5007 s]
/proc/loadavg: 0.68 0.16 0.05 4/515 22560
/proc/meminfo: memFree=16576752/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=44416 CPUtime=25.49 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 8550 0 0 0 2548 1 0 0 25 0 1 0 780868912 45481984 8488 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298294 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 11104 8488 267 49 0 8245 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44416

[startup+51.1009 s]
/proc/loadavg: 1.13 0.31 0.10 4/515 22560
/proc/meminfo: memFree=16522088/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=73796 CPUtime=51.09 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 15900 0 0 0 5106 3 0 0 25 0 1 0 780868912 75567104 15838 33554432000 4194304 4394578 140735567893296 18446744073709551615 4292762 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 18449 15838 267 49 0 15590 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73796

[startup+102.32 s]
/proc/loadavg: 1.62 0.56 0.20 4/515 22562
/proc/meminfo: memFree=16444196/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=125400 CPUtime=102.31 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 28789 0 0 0 10225 6 0 0 25 0 1 0 780868912 128409600 28727 33554432000 4194304 4394578 140735567893296 18446744073709551615 4292087 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 31350 28727 267 49 0 28491 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 125400

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 4/515 22563
/proc/meminfo: memFree=16327592/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=181724 CPUtime=162.3 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 42876 0 0 0 16221 9 0 0 25 0 1 0 780868912 186085376 42814 33554432000 4194304 4394578 140735567893296 18446744073709551615 4287790 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 45431 42814 267 49 0 42572 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 181724

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 4/515 22565
/proc/meminfo: memFree=16269028/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=240720 CPUtime=222.29 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 57605 0 0 0 22218 11 0 0 25 0 1 0 780868912 246497280 57543 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 60180 57543 267 49 0 57321 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 240720

[startup+282.301 s]
/proc/loadavg: 1.98 1.21 0.51 4/515 22566
/proc/meminfo: memFree=16207108/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=303880 CPUtime=282.31 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 73396 0 0 0 28216 15 0 0 25 0 1 0 780868912 311173120 73334 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 75970 73334 267 49 0 73111 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 303880

[startup+342.301 s]
/proc/loadavg: 2.16 1.40 0.62 4/515 22568
/proc/meminfo: memFree=16131880/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=353376 CPUtime=342.3 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 85788 0 0 0 34214 16 0 0 25 0 1 0 780868912 361857024 85726 33554432000 4194304 4394578 140735567893296 18446744073709551615 264726063366 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 88344 85726 267 49 0 85485 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 353376

[startup+402.3 s]
/proc/loadavg: 2.16 1.53 0.71 4/515 22570
/proc/meminfo: memFree=16093028/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=393660 CPUtime=402.3 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 95847 0 0 0 40213 17 0 0 25 0 1 0 780868912 403107840 95785 33554432000 4194304 4394578 140735567893296 18446744073709551615 4287914 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 98415 95785 267 49 0 95556 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 393660

[startup+462.301 s]
/proc/loadavg: 2.06 1.62 0.79 3/515 22571
/proc/meminfo: memFree=16029704/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=451200 CPUtime=462.31 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 110246 0 0 0 46210 21 0 0 25 0 1 0 780868912 462028800 110184 33554432000 4194304 4394578 140735567893296 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 112800 110184 267 49 0 109941 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 451200

[startup+522.301 s]
/proc/loadavg: 2.02 1.68 0.86 4/515 22573
/proc/meminfo: memFree=15942352/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=522404 CPUtime=522.31 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 128037 0 0 0 52207 24 0 0 25 0 1 0 780868912 534941696 127975 33554432000 4194304 4394578 140735567893296 18446744073709551615 4292134 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 130601 127975 267 49 0 127742 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 522404

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.93 4/515 22574
/proc/meminfo: memFree=15891352/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=567980 CPUtime=582.32 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 139438 0 0 0 58205 27 0 0 25 0 1 0 780868912 581611520 139376 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 141995 139376 267 49 0 139136 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 567980

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.16 2.06 1.98 4/515 22689
/proc/meminfo: memFree=13859776/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2455628 CPUtime=4062.46 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 611328 0 0 0 406101 145 0 0 25 0 1 0 780868912 2514563072 611266 33554432000 4194304 4394578 140735567893296 18446744073709551615 4293427 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 613907 611266 267 49 0 611048 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 2455628

[startup+4122.3 s]
/proc/loadavg: 2.13 2.07 1.99 3/515 22692
/proc/meminfo: memFree=13809988/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2506052 CPUtime=4122.44 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 623962 0 0 0 412096 148 0 0 25 0 1 0 780868912 2566197248 623900 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 626513 623900 267 49 0 623654 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 2506052

[startup+4182.3 s]
/proc/loadavg: 2.05 2.06 1.99 4/515 22693
/proc/meminfo: memFree=13773724/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2541464 CPUtime=4182.44 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 632808 0 0 0 418094 150 0 0 25 0 1 0 780868912 2602459136 632746 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 635366 632746 267 49 0 632507 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 2541464

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 1.99 4/515 22695
/proc/meminfo: memFree=13730028/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2583600 CPUtime=4242.44 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 643344 0 0 0 424090 154 0 0 25 0 1 0 780868912 2645606400 643282 33554432000 4194304 4394578 140735567893296 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 645900 643282 267 49 0 643041 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 2583600

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 1.99 4/515 22697
/proc/meminfo: memFree=13677764/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2634788 CPUtime=4302.45 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 656148 0 0 0 430088 157 0 0 25 0 1 0 780868912 2698022912 656086 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 658697 656086 267 49 0 655838 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 2634788

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 1.99 4/515 22699
/proc/meminfo: memFree=13674248/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2638340 CPUtime=4362.45 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 657036 0 0 0 436088 157 0 0 25 0 1 0 780868912 2701660160 656974 33554432000 4194304 4394578 140735567893296 18446744073709551615 4290855 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 659585 656974 267 49 0 656726 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 2638340

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 1.99 4/515 22701
/proc/meminfo: memFree=13655348/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2657168 CPUtime=4422.45 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 661735 0 0 0 442087 158 0 0 25 0 1 0 780868912 2720940032 661673 33554432000 4194304 4394578 140735567893296 18446744073709551615 4288219 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 664292 661673 267 49 0 661433 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 2657168

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/515 22702
/proc/meminfo: memFree=13609428/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2701900 CPUtime=4482.45 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 672902 0 0 0 448084 161 0 0 25 0 1 0 780868912 2766745600 672840 33554432000 4194304 4394578 140735567893296 18446744073709551615 4310194 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 675475 672840 267 49 0 672616 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 2701900

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.99 4/515 22705
/proc/meminfo: memFree=13561508/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2750104 CPUtime=4542.46 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 684959 0 0 0 454082 164 0 0 25 0 1 0 780868912 2816106496 684897 33554432000 4194304 4394578 140735567893296 18446744073709551615 264726065861 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 687526 684897 267 49 0 684667 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 2750104

[startup+4602.3 s]
/proc/loadavg: 2.17 2.05 2.00 4/515 22707
/proc/meminfo: memFree=13524756/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2786172 CPUtime=4602.48 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 693982 0 0 0 460081 167 0 0 25 0 1 0 780868912 2853040128 693920 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298265 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 696543 693920 267 49 0 693684 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 2786172

[startup+4662.3 s]
/proc/loadavg: 2.17 2.07 2.01 4/515 22708
/proc/meminfo: memFree=13479424/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2829080 CPUtime=4662.46 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 704711 0 0 0 466077 169 0 0 25 0 1 0 780868912 2896977920 704649 33554432000 4194304 4394578 140735567893296 18446744073709551615 4291534 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 707270 704649 267 49 0 704411 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 2829080

[startup+4722.32 s]
/proc/loadavg: 2.06 2.05 2.00 4/515 22711
/proc/meminfo: memFree=13431152/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2879500 CPUtime=4722.49 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 717317 0 0 0 472076 173 0 0 25 0 1 0 780868912 2948608000 717255 33554432000 4194304 4394578 140735567893296 18446744073709551615 4287850 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 719875 717255 267 49 0 717016 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 2879500

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/515 22712
/proc/meminfo: memFree=13418816/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2892524 CPUtime=4782.47 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 720555 0 0 0 478074 173 0 0 25 0 1 0 780868912 2961944576 720493 33554432000 4194304 4394578 140735567893296 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 723131 720493 267 49 0 720272 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 2892524

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/515 22715
/proc/meminfo: memFree=13366064/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2943756 CPUtime=4842.47 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 733368 0 0 0 484071 176 0 0 25 0 1 0 780868912 3014406144 733306 33554432000 4194304 4394578 140735567893296 18446744073709551615 4291864 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 735939 733306 267 49 0 733080 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 2943756

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/515 22717
/proc/meminfo: memFree=13323992/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=2987448 CPUtime=4902.47 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 744307 0 0 0 490068 179 0 0 25 0 1 0 780868912 3059146752 744245 33554432000 4194304 4394578 140735567893296 18446744073709551615 4285599 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 746862 744245 267 49 0 744003 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 2987448

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/515 22719
/proc/meminfo: memFree=13289480/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=3021000 CPUtime=4962.48 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 752676 0 0 0 496067 181 0 0 25 0 1 0 780868912 3093504000 752614 33554432000 4194304 4394578 140735567893296 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 755250 752614 267 49 0 752391 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 3021000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/515 22720
/proc/meminfo: memFree=13257944/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=3051780 CPUtime=5000.09 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4202496 760372 0 0 0 499827 182 0 0 25 0 1 0 780868912 3125022720 760310 33554432000 4194304 4394578 140735567893296 18446744073709551615 264726429591 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/22555/statm: 762945 760310 267 49 0 760086 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 3051780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5000.02 s]
/proc/loadavg: 2.00 2.01 2.00 4/515 22720
/proc/meminfo: memFree=13257944/32951124 swapFree=62999000/67111528
[pid=22555] ppid=22552 vsize=0 CPUtime=5000.19 cores=0,2,4,6
/proc/22555/stat : 22555 (SApperloT2010) R 22552 22555 22520 0 -1 4203524 760372 0 0 0 499827 192 0 0 25 0 1 0 780868912 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 4 0 0 0
/proc/22555/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.05
CPU time (s): 5000.23
CPU user time (s): 4998.28
CPU system time (s): 1.9567
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3051780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.28
system time used= 1.9567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760372
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= 8
involuntary context switches= 4668

runsolver used 26.628 second user time and 58.3741 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 01:28:53
IDJOB=3438313
IDBENCH=20442
IDSOLVER=1933
FILE ID=node141/3438313-1306884533
RUNJOBID= node141-1306884533-22538
PBS_JOBID= 13488435
Free space on /tmp= 24280 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/crafted/spence/hard/s113-100.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438313-1306884533/watcher-3438313-1306884533 -o /tmp/evaluation-result-3438313-1306884533/solver-3438313-1306884533 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438313-1306884533.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 346cb413e25976ab9ce2952e1d53c865
RANDOM SEED=2059460929

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      16704880 kB
Buffers:         25360 kB
Cached:        5836160 kB
SwapCached:       8636 kB
Active:       10056476 kB
Inactive:      5790100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16704880 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            1940 kB
Writeback:           0 kB
AnonPages:     9983688 kB
Mapped:          24892 kB
Slab:           258012 kB
PageTables:      69848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150650412 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= 24276 MiB
End job on node141 at 2011-06-01 02:52:15