Trace number 3439653

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.09 4999.95

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.638902
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
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-3439653-1306939587/watcher-3439653-1306939587 -o /tmp/evaluation-result-3439653-1306939587/solver-3439653-1306939587 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439653-1306939587.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: 2.01 2.02 2.00 1/419 8022
/proc/meminfo: memFree=26314888/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=13416 CPUtime=0 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 731 0 0 0 0 0 0 0 22 0 1 0 805556880 13737984 670 33554432000 4194304 4394578 140734078895888 18446744073709551615 246516858775 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 3354 670 255 49 0 495 0

[startup+0.112138 s]
/proc/loadavg: 2.01 2.02 2.00 1/419 8022
/proc/meminfo: memFree=26314888/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=15304 CPUtime=0.1 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 1255 0 0 0 10 0 0 0 23 0 1 0 805556880 15671296 1194 33554432000 4194304 4394578 140734078895888 18446744073709551615 4308925 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 3826 1194 267 49 0 967 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15304

[startup+0.201085 s]
/proc/loadavg: 2.01 2.02 2.00 1/419 8022
/proc/meminfo: memFree=26314888/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=15700 CPUtime=0.19 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 1357 0 0 0 19 0 0 0 23 0 1 0 805556880 16076800 1296 33554432000 4194304 4394578 140734078895888 18446744073709551615 246516495049 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 3925 1296 267 49 0 1066 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15700

[startup+0.301066 s]
/proc/loadavg: 2.01 2.02 2.00 1/419 8022
/proc/meminfo: memFree=26314888/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=15832 CPUtime=0.29 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 1375 0 0 0 29 0 0 0 23 0 1 0 805556880 16211968 1314 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 3958 1314 267 49 0 1099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15832

[startup+0.701019 s]
/proc/loadavg: 2.01 2.02 2.00 1/419 8022
/proc/meminfo: memFree=26314888/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=16368 CPUtime=0.69 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 1512 0 0 0 69 0 0 0 25 0 1 0 805556880 16760832 1451 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 4092 1451 267 49 0 1233 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16368

[startup+1.50087 s]
/proc/loadavg: 2.09 2.04 2.01 3/425 8033
/proc/meminfo: memFree=26302580/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=17320 CPUtime=1.49 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 1744 0 0 0 149 0 0 0 25 0 1 0 805556880 17735680 1683 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 4330 1683 267 49 0 1471 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17320

[startup+3.10056 s]
/proc/loadavg: 2.09 2.04 2.01 3/425 8033
/proc/meminfo: memFree=26297496/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=18432 CPUtime=3.09 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 1985 0 0 0 309 0 0 0 25 0 1 0 805556880 18874368 1924 33554432000 4194304 4394578 140734078895888 18446744073709551615 4313537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 4608 1924 267 49 0 1749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18432

[startup+6.30097 s]
/proc/loadavg: 2.08 2.04 2.00 3/425 8033
/proc/meminfo: memFree=26286704/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=19548 CPUtime=6.29 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 2262 0 0 0 629 0 0 0 25 0 1 0 805556880 20017152 2201 33554432000 4194304 4394578 140734078895888 18446744073709551615 4299444 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 4887 2201 267 49 0 2028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19548

[startup+12.7008 s]
/proc/loadavg: 2.07 2.04 2.00 3/425 8033
/proc/meminfo: memFree=26267664/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=21092 CPUtime=12.69 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 2631 0 0 0 1269 0 0 0 25 0 1 0 805556880 21598208 2570 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 5273 2570 267 49 0 2414 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21092

[startup+25.5005 s]
/proc/loadavg: 2.06 2.03 2.00 3/425 8033
/proc/meminfo: memFree=26236784/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=24984 CPUtime=25.49 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 3595 0 0 0 2549 0 0 0 25 0 1 0 805556880 25583616 3534 33554432000 4194304 4394578 140734078895888 18446744073709551615 4291934 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 6246 3534 267 49 0 3387 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24984

[startup+51.1008 s]
/proc/loadavg: 2.04 2.03 2.00 3/425 8034
/proc/meminfo: memFree=26184072/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=29776 CPUtime=51.09 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 4770 0 0 0 5109 0 0 0 25 0 1 0 805556880 30490624 4709 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 7444 4709 267 49 0 4585 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29776

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 8035
/proc/meminfo: memFree=26073936/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=37764 CPUtime=102.3 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 6716 0 0 0 10229 1 0 0 25 0 1 0 805556880 38670336 6655 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 9441 6655 267 49 0 6582 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 37764

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 8037
/proc/meminfo: memFree=25956732/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=49204 CPUtime=162.3 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 9483 0 0 0 16228 2 0 0 25 0 1 0 805556880 50384896 9422 33554432000 4194304 4394578 140734078895888 18446744073709551615 4299016 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 12301 9422 267 49 0 9442 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 49204

[startup+222.316 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 8039
/proc/meminfo: memFree=25822408/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=66740 CPUtime=222.31 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 13804 0 0 0 22228 3 0 0 25 0 1 0 805556880 68341760 13743 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 16685 13743 267 49 0 13826 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 66740

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 8040
/proc/meminfo: memFree=25658944/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=75784 CPUtime=282.3 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 16038 0 0 0 28227 3 0 0 25 0 1 0 805556880 77602816 15977 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 18946 15977 267 49 0 16087 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 75784

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/425 8042
/proc/meminfo: memFree=25587612/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=85916 CPUtime=342.3 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 18550 0 0 0 34226 4 0 0 25 0 1 0 805556880 87977984 18489 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 21479 18489 267 49 0 18620 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85916

[startup+402.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/425 8043
/proc/meminfo: memFree=25446604/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=99832 CPUtime=402.3 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 22063 0 0 0 40225 5 0 0 25 0 1 0 805556880 102227968 22002 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 24958 22002 267 49 0 22099 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 99832

[startup+462.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/425 8045
/proc/meminfo: memFree=25295176/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=110488 CPUtime=462.3 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 24709 0 0 0 46225 5 0 0 25 0 1 0 805556880 113139712 24648 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 27622 24648 267 49 0 24763 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 110488

[startup+522.301 s]
/proc/loadavg: 2.21 2.07 2.02 3/425 8047
/proc/meminfo: memFree=25156268/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=126400 CPUtime=522.31 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 28696 0 0 0 52225 6 0 0 25 0 1 0 805556880 129433600 28635 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 31600 28635 267 49 0 28741 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 126400

[startup+582.301 s]
/proc/loadavg: 2.12 2.07 2.02 3/425 8048
/proc/meminfo: memFree=25016744/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=132572 CPUtime=582.31 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 30238 0 0 0 58225 6 0 0 25 0 1 0 805556880 135753728 30177 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 33143 30177 267 49 0 30284 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 132572

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 8151
/proc/meminfo: memFree=18385512/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=567156 CPUtime=4002.41 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 138860 0 0 0 400207 34 0 0 25 0 1 0 805556880 580767744 138798 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 141789 138798 267 49 0 138930 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 567156

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 8153
/proc/meminfo: memFree=18232716/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=578156 CPUtime=4062.42 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 141622 0 0 0 406207 35 0 0 25 0 1 0 805556880 592031744 141560 33554432000 4194304 4394578 140734078895888 18446744073709551615 4291913 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 144539 141560 267 49 0 141680 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 578156

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/425 8155
/proc/meminfo: memFree=18053648/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=585928 CPUtime=4122.41 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 143557 0 0 0 412206 35 0 0 25 0 1 0 805556880 599990272 143495 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 146482 143495 267 49 0 143623 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 585928

[startup+4182.32 s]
/proc/loadavg: 2.09 2.03 2.01 3/425 8156
/proc/meminfo: memFree=17987396/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=594708 CPUtime=4182.43 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 145771 0 0 0 418207 36 0 0 25 0 1 0 805556880 608980992 145709 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 148677 145709 267 49 0 145818 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 594708

[startup+4242.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/425 8158
/proc/meminfo: memFree=17837812/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=597832 CPUtime=4242.41 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 146534 0 0 0 424205 36 0 0 25 0 1 0 805556880 612179968 146472 33554432000 4194304 4394578 140734078895888 18446744073709551615 4296791 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 149458 146472 267 49 0 146599 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 597832

[startup+4302.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/425 8159
/proc/meminfo: memFree=17667644/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=597832 CPUtime=4302.41 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 146552 0 0 0 430205 36 0 0 25 0 1 0 805556880 612179968 146490 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 149458 146490 267 49 0 146599 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 597832

[startup+4362.3 s]
/proc/loadavg: 2.19 2.07 2.02 3/425 8161
/proc/meminfo: memFree=17554268/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=597964 CPUtime=4362.42 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 146584 0 0 0 436206 36 0 0 25 0 1 0 805556880 612315136 146522 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 149491 146522 267 49 0 146632 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 597964

[startup+4422.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/425 8163
/proc/meminfo: memFree=17389192/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=603220 CPUtime=4422.42 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 147892 0 0 0 442205 37 0 0 25 0 1 0 805556880 617697280 147830 33554432000 4194304 4394578 140734078895888 18446744073709551615 4313331 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 150805 147830 267 49 0 147946 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 603220

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 8173
/proc/meminfo: memFree=17291332/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=608336 CPUtime=4482.42 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 149144 0 0 0 448205 37 0 0 25 0 1 0 805556880 622936064 149082 33554432000 4194304 4394578 140734078895888 18446744073709551615 4299041 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 152084 149082 267 49 0 149225 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 608336

[startup+4542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 8175
/proc/meminfo: memFree=17286016/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=613868 CPUtime=4542.43 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 150545 0 0 0 454205 38 0 0 25 0 1 0 805556880 628600832 150483 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 153467 150483 267 49 0 150608 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 613868

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 8176
/proc/meminfo: memFree=17276308/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=622756 CPUtime=4602.43 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 152765 0 0 0 460205 38 0 0 25 0 1 0 805556880 637702144 152703 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 155689 152703 267 49 0 152830 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 622756

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 8178
/proc/meminfo: memFree=17166908/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=633864 CPUtime=4662.43 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 155520 0 0 0 466204 39 0 0 25 0 1 0 805556880 649076736 155458 33554432000 4194304 4394578 140734078895888 18446744073709551615 4346336 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 158466 155458 267 49 0 155607 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 633864

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 8183
/proc/meminfo: memFree=17006136/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=635388 CPUtime=4722.44 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 155932 0 0 0 472205 39 0 0 25 0 1 0 805556880 650637312 155870 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 158847 155870 267 49 0 155988 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 635388

[startup+4782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/425 8184
/proc/meminfo: memFree=16888688/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=642128 CPUtime=4782.44 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 157591 0 0 0 478204 40 0 0 25 0 1 0 805556880 657539072 157529 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298654 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 160532 157529 267 49 0 157673 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 642128

[startup+4842.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/425 8186
/proc/meminfo: memFree=16707372/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=647392 CPUtime=4842.45 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 158898 0 0 0 484205 40 0 0 25 0 1 0 805556880 662929408 158836 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 161848 158836 267 49 0 158989 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 647392

[startup+4902.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 8187
/proc/meminfo: memFree=16563004/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=652872 CPUtime=4902.44 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 160274 0 0 0 490203 41 0 0 25 0 1 0 805556880 668540928 160212 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 163218 160212 267 49 0 160359 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 652872

[startup+4962.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/425 8189
/proc/meminfo: memFree=16497748/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=660948 CPUtime=4962.44 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 162310 0 0 0 496203 41 0 0 25 0 1 0 805556880 676810752 162248 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 165237 162248 267 49 0 162378 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 660948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/425 8190
/proc/meminfo: memFree=16390216/32951124 swapFree=44043512/67111528
[pid=8022] ppid=8020 vsize=663508 CPUtime=5000.05 cores=0,2,4,6
/proc/8022/stat : 8022 (SApperloT2010) R 8020 8022 7579 0 -1 4202496 162924 0 0 0 499964 41 0 0 25 0 1 0 805556880 679432192 162862 33554432000 4194304 4394578 140734078895888 18446744073709551615 4298330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/8022/statm: 165877 162862 267 49 0 163018 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 663508

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): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4999.65
CPU system time (s): 0.447931
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 663508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.65
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 5799

runsolver used 21.3528 second user time and 43.5054 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 16:46:27
IDJOB=3439653
IDBENCH=87739
IDSOLVER=1933
FILE ID=node134/3439653-1306939587
RUNJOBID= node134-1306929583-7597
PBS_JOBID= 13488583
Free space on /tmp= 73716 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439653-1306939587/watcher-3439653-1306939587 -o /tmp/evaluation-result-3439653-1306939587/solver-3439653-1306939587 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439653-1306939587.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=1931241340

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26314888 kB
Buffers:        171072 kB
Cached:         353844 kB
SwapCached:       9540 kB
Active:        5949764 kB
Inactive:       397436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26314888 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:     5820480 kB
Mapped:          20752 kB
Slab:           132116 kB
PageTables:      88768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110747588 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= 73716 MiB
End job on node134 at 2011-06-01 18:09:49