Trace number 3380046

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

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-3380046-1305455207/watcher-3380046-1305455207 -o /tmp/evaluation-result-3380046-1305455207/solver-3380046-1305455207 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380046-1305455207.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.88 1.36 2.39 5/308 10353
/proc/meminfo: memFree=24309524/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=57684 CPUtime=0 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 4944 0 0 0 0 0 0 0 21 0 1 0 735751563 59068416 4886 33554432000 4194304 4394578 140735936928736 18446744073709551615 4331526 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 14421 4898 244 49 0 11562 0

[startup+0.0673859 s]
/proc/loadavg: 0.88 1.36 2.39 5/308 10353
/proc/meminfo: memFree=24309524/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=97336 CPUtime=0.05 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 13500 0 0 0 4 1 0 0 21 0 1 0 735751563 99672064 13441 33554432000 4194304 4394578 140735936928736 18446744073709551615 260020395776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 24334 13441 247 49 0 21475 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 97336

[startup+0.100428 s]
/proc/loadavg: 0.88 1.36 2.39 5/308 10353
/proc/meminfo: memFree=24309524/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=99448 CPUtime=0.08 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 14058 0 0 0 7 1 0 0 21 0 1 0 735751563 101834752 13999 33554432000 4194304 4394578 140735936928736 18446744073709551615 260020395776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 24862 13999 247 49 0 22003 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 99448

[startup+0.300372 s]
/proc/loadavg: 0.88 1.36 2.39 5/308 10353
/proc/meminfo: memFree=24309524/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=125264 CPUtime=0.29 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 20638 0 0 0 26 3 0 0 22 0 1 0 735751563 128270336 20579 33554432000 4194304 4394578 140735936928736 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 31316 20581 247 49 0 28457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 125264

[startup+0.700238 s]
/proc/loadavg: 0.88 1.36 2.39 5/308 10353
/proc/meminfo: memFree=24309524/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=177136 CPUtime=0.69 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 33816 0 0 0 63 6 0 0 24 0 1 0 735751563 181387264 33757 33554432000 4194304 4394578 140735936928736 18446744073709551615 260020014678 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 44284 33758 247 49 0 41425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177136

[startup+1.50114 s]
/proc/loadavg: 0.88 1.36 2.39 5/309 10354
/proc/meminfo: memFree=24063908/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=298660 CPUtime=1.49 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 63581 0 0 0 138 11 0 0 25 0 1 0 735751563 305827840 63489 33554432000 4194304 4394578 140735936928736 18446744073709551615 4280318 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 74665 63504 252 49 0 71806 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 298660

[startup+3.1008 s]
/proc/loadavg: 1.21 1.42 2.41 5/312 10360
/proc/meminfo: memFree=23710552/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=342088 CPUtime=3.09 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 78099 0 0 0 296 13 0 0 25 0 1 0 735751563 350298112 73968 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288217 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 85522 73968 261 49 0 82663 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 342088

[startup+6.30026 s]
/proc/loadavg: 1.21 1.42 2.41 5/315 10366
/proc/meminfo: memFree=23079216/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=353240 CPUtime=6.29 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 81191 0 0 0 616 13 0 0 25 0 1 0 735751563 361717760 76547 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288217 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 88310 76547 263 49 0 85451 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 353240

[startup+12.7011 s]
/proc/loadavg: 1.71 1.52 2.43 5/315 10366
/proc/meminfo: memFree=22626540/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=368524 CPUtime=12.69 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 84988 0 0 0 1255 14 0 0 25 0 1 0 735751563 377368576 80344 33554432000 4194304 4394578 140735936928736 18446744073709551615 4313738 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 92131 80344 263 49 0 89272 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 368524

[startup+25.5007 s]
/proc/loadavg: 2.06 1.60 2.45 5/315 10366
/proc/meminfo: memFree=22484072/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=415864 CPUtime=25.49 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 96777 0 0 0 2533 16 0 0 25 0 1 0 735751563 425844736 92133 33554432000 4194304 4394578 140735936928736 18446744073709551615 4287934 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 103966 92133 263 49 0 101107 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 415864

[startup+51.1011 s]
/proc/loadavg: 2.79 1.81 2.49 5/312 10370
/proc/meminfo: memFree=22952612/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=483100 CPUtime=51.09 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 113455 0 0 0 5090 19 0 0 25 0 1 0 735751563 494694400 108811 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 120775 108811 263 49 0 117916 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 483100

[startup+102.301 s]
/proc/loadavg: 3.60 2.19 2.58 5/315 10395
/proc/meminfo: memFree=22588816/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=624112 CPUtime=102.29 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 149503 0 0 0 10203 26 0 0 25 0 1 0 735751563 639090688 144859 33554432000 4194304 4394578 140735936928736 18446744073709551615 4296023 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 156028 144860 263 49 0 153169 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 624112

[startup+162.301 s]
/proc/loadavg: 3.85 2.52 2.67 5/315 10397
/proc/meminfo: memFree=22127424/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=763852 CPUtime=162.29 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 184294 0 0 0 16197 32 0 0 25 0 1 0 735751563 782184448 179650 33554432000 4194304 4394578 140735936928736 18446744073709551615 4324959 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 190963 179650 263 49 0 188104 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 763852

[startup+222.301 s]
/proc/loadavg: 3.94 2.78 2.75 5/315 10398
/proc/meminfo: memFree=21666108/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=909064 CPUtime=222.3 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 220139 0 0 0 22190 40 0 0 25 0 1 0 735751563 930881536 215495 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288332 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 227266 215495 263 49 0 224407 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 909064

[startup+282.301 s]
/proc/loadavg: 3.98 3.00 2.82 5/315 10400
/proc/meminfo: memFree=21525168/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=909064 CPUtime=282.3 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 220153 0 0 0 28190 40 0 0 25 0 1 0 735751563 930881536 215509 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 227266 215509 263 49 0 224407 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 909064

[startup+342.301 s]
/proc/loadavg: 4.07 3.20 2.90 5/315 10402
/proc/meminfo: memFree=21496456/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=922268 CPUtime=342.3 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 223459 0 0 0 34189 41 0 0 25 0 1 0 735751563 944402432 218815 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 230567 218815 263 49 0 227708 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 922268

[startup+402.301 s]
/proc/loadavg: 4.02 3.34 2.96 5/315 10403
/proc/meminfo: memFree=21423604/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=952616 CPUtime=402.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 231035 0 0 0 40187 44 0 0 25 0 1 0 735751563 975478784 226391 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288332 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 238154 226391 263 49 0 235295 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 952616

[startup+462.301 s]
/proc/loadavg: 4.08 3.47 3.03 5/315 10432
/proc/meminfo: memFree=21926456/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=952616 CPUtime=462.32 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 231045 0 0 0 46188 44 0 0 25 0 1 0 735751563 975478784 226401 33554432000 4194304 4394578 140735936928736 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 238154 226401 263 49 0 235295 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 952616

[startup+522.301 s]
/proc/loadavg: 4.03 3.57 3.09 5/315 10433
/proc/meminfo: memFree=21834980/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1006040 CPUtime=522.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 244396 0 0 0 52185 46 0 0 25 0 1 0 735751563 1030184960 239752 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288217 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 251510 239752 263 49 0 248651 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1006040

[startup+582.312 s]
/proc/loadavg: 4.05 3.66 3.15 5/315 10435
/proc/meminfo: memFree=21796232/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1006040 CPUtime=582.32 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 244401 0 0 0 58186 46 0 0 25 0 1 0 735751563 1030184960 239757 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288296 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 251510 239757 263 49 0 248651 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1006040

[startup+642.301 s]
/proc/loadavg: 4.06 3.73 3.20 5/315 10437
/proc/meminfo: memFree=21757616/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1006040 CPUtime=642.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 244405 0 0 0 64185 46 0 0 25 0 1 0 735751563 1030184960 239761 33554432000 4194304 4394578 140735936928736 18446744073709551615 4323448 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 251510 239761 263 49 0 248651 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1006040

[startup+702.301 s]
/proc/loadavg: 4.06 3.79 3.26 5/315 10438
/proc/meminfo: memFree=21712804/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1017620 CPUtime=702.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 247269 0 0 0 70184 47 0 0 25 0 1 0 735751563 1042042880 242625 33554432000 4194304 4394578 140735936928736 18446744073709551615 4287702 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 254405 242625 263 49 0 251546 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1017620

[startup+762.301 s]
/proc/loadavg: 4.02 3.83 3.30 5/315 10443
/proc/meminfo: memFree=21648660/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1026176 CPUtime=762.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 249429 0 0 0 76184 47 0 0 25 0 1 0 735751563 1050804224 244785 33554432000 4194304 4394578 140735936928736 18446744073709551615 4287909 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 256544 244785 263 49 0 253685 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1026176

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.34 5/315 10444
/proc/meminfo: memFree=21644608/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1026176 CPUtime=822.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 249431 0 0 0 82184 47 0 0 25 0 1 0 735751563 1050804224 244787 33554432000 4194304 4394578 140735936928736 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 256544 244787 263 49 0 253685 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1026176

[startup+882.301 s]
/proc/loadavg: 4.09 3.91 3.39 5/315 10446
/proc/meminfo: memFree=21635752/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1026176 CPUtime=882.31 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 249439 0 0 0 88184 47 0 0 25 0 1 0 735751563 1050804224 244795 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 256544 244795 263 49 0 253685 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1026176

[startup+942.301 s]
/proc/loadavg: 4.07 3.94 3.43 5/315 10448
/proc/meminfo: memFree=21564276/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1061340 CPUtime=942.32 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 258237 0 0 0 94183 49 0 0 25 0 1 0 735751563 1086812160 253593 33554432000 4194304 4394578 140735936928736 18446744073709551615 4343032 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 265335 253593 263 49 0 262476 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1061340

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.46 5/315 10449
/proc/meminfo: memFree=21547244/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1061340 CPUtime=1002.32 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 258238 0 0 0 100183 49 0 0 25 0 1 0 735751563 1086812160 253594 33554432000 4194304 4394578 140735936928736 18446744073709551615 4287909 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 265335 253594 263 49 0 262476 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1061340

[startup+1062.3 s]
/proc/loadavg: 3.48 3.81 3.45 4/309 10468
/proc/meminfo: memFree=21895828/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1061340 CPUtime=1062.32 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 258252 0 0 0 106183 49 0 0 25 0 1 0 735751563 1086812160 253608 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 265335 253608 263 49 0 262476 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1061340

[startup+1122.3 s]
/proc/loadavg: 3.24 3.68 3.42 4/309 10469
/proc/meminfo: memFree=21848404/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1079476 CPUtime=1122.33 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 262765 0 0 0 112183 50 0 0 25 0 1 0 735751563 1105383424 258121 33554432000 4194304 4394578 140735936928736 18446744073709551615 4343032 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 269869 258121 263 49 0 267010 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1079476

[startup+1182.3 s]
/proc/loadavg: 3.21 3.58 3.40 4/309 10471
/proc/meminfo: memFree=21845376/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1079476 CPUtime=1182.32 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 262769 0 0 0 118182 50 0 0 25 0 1 0 735751563 1105383424 258125 33554432000 4194304 4394578 140735936928736 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 269869 258125 263 49 0 267010 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1079476

[startup+1242.31 s]
/proc/loadavg: 3.08 3.47 3.37 4/309 10473
/proc/meminfo: memFree=21814440/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1105496 CPUtime=1242.33 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 269292 0 0 0 124182 51 0 0 25 0 1 0 735751563 1132027904 264648 33554432000 4194304 4394578 140735936928736 18446744073709551615 4285734 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 276374 264648 263 49 0 273515 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1105496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.39 3.35 4/309 10474
/proc/meminfo: memFree=21789600/32951124 swapFree=67083432/67111528
[pid=10353] ppid=10351 vsize=1105496 CPUtime=1300.04 cores=0,2
/proc/10353/stat : 10353 (SApperloT2010) R 10351 10353 8612 0 -1 4202496 269297 0 0 0 129952 52 0 0 25 0 1 0 735751563 1132027904 264653 33554432000 4194304 4394578 140735936928736 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/10353/statm: 276374 264653 263 49 0 273515 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1105496

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.52
CPU system time (s): 0.571913
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1105496

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

runsolver used 4.14337 second user time and 8.49371 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 12:26:50
IDJOB=3380046
IDBENCH=82411
IDSOLVER=1862
FILE ID=node110/3380046-1305455207
RUNJOBID= node110-1305455207-10322
PBS_JOBID= 13324859
Free space on /tmp= 73364 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380046-1305455207/watcher-3380046-1305455207 -o /tmp/evaluation-result-3380046-1305455207/solver-3380046-1305455207 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380046-1305455207.cnf

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=1114915485

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24309680 kB
Buffers:        291852 kB
Cached:        4491112 kB
SwapCached:       1440 kB
Active:        4861648 kB
Inactive:      3440000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24309680 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:          257228 kB
Writeback:           0 kB
AnonPages:     3516868 kB
Mapped:          27032 kB
Slab:           253248 kB
PageTables:      24544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63548232 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= 73420 MiB
End job on node110 at 2011-05-15 12:48:32