Trace number 3285864

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
SApperloT 2011-03-23? (TO) 1300.07 1300.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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: 2.95 3.02 3.25 5/186 6033
/proc/meminfo: memFree=23575760/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=24040 CPUtime=0 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 2699 0 0 0 0 0 0 0 20 0 1 0 488439426 24616960 2639 33554432000 4194304 4465733 140736152194240 18446744073709551615 4286620 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 6010 2651 248 67 0 3133 0

[startup+0.0623091 s]
/proc/loadavg: 2.95 3.02 3.25 5/186 6033
/proc/meminfo: memFree=23575760/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=194568 CPUtime=0.05 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 13881 0 0 0 4 1 0 0 20 0 1 0 488439426 199237632 13821 33554432000 4194304 4465733 140736152194240 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 48642 13821 250 67 0 45765 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 194568

[startup+0.100303 s]
/proc/loadavg: 2.95 3.02 3.25 5/186 6033
/proc/meminfo: memFree=23575760/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=194568 CPUtime=0.09 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 14026 0 0 0 8 1 0 0 20 0 1 0 488439426 199237632 13966 33554432000 4194304 4465733 140736152194240 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 48642 13966 250 67 0 45765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 194568

[startup+0.300255 s]
/proc/loadavg: 2.95 3.02 3.25 5/186 6033
/proc/meminfo: memFree=23575760/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=194952 CPUtime=0.29 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 14856 0 0 0 28 1 0 0 21 0 1 0 488439426 199630848 14683 33554432000 4194304 4465733 140736152194240 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 48738 14683 251 67 0 45861 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 194952

[startup+0.700182 s]
/proc/loadavg: 2.95 3.02 3.25 5/186 6033
/proc/meminfo: memFree=23575760/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=194952 CPUtime=0.69 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 19009 0 0 0 66 3 0 0 22 0 1 0 488439426 199630848 18438 33554432000 4194304 4465733 140736152194240 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 48738 18439 251 67 0 45861 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 194952

[startup+1.50105 s]
/proc/loadavg: 2.95 3.02 3.25 5/185 6034
/proc/meminfo: memFree=23461052/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=194952 CPUtime=1.49 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 28523 0 0 0 143 6 0 0 25 0 1 0 488439426 199630848 27064 33554432000 4194304 4465733 140736152194240 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 48738 27072 251 67 0 45861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194952

[startup+3.10076 s]
/proc/loadavg: 2.95 3.02 3.25 5/190 6040
/proc/meminfo: memFree=23360396/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=375416 CPUtime=3.09 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 75200 0 0 0 296 13 0 0 25 0 1 0 488439426 384425984 55730 33554432000 4194304 4465733 140736152194240 18446744073709551615 218905428437 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 93854 55751 256 67 0 90977 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 375416

[startup+6.30017 s]
/proc/loadavg: 3.19 3.07 3.27 5/190 6040
/proc/meminfo: memFree=23040192/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=278932 CPUtime=6.29 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 86684 0 0 0 614 15 0 0 25 0 1 0 488439426 285626368 42330 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255362 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 69733 42330 256 67 0 66856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 278932

[startup+12.701 s]
/proc/loadavg: 3.26 3.08 3.27 5/190 6040
/proc/meminfo: memFree=23008588/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=278932 CPUtime=12.69 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 88906 0 0 0 1254 15 0 0 25 0 1 0 488439426 285626368 43466 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255311 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 69733 43466 256 67 0 66856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 278932

[startup+25.5007 s]
/proc/loadavg: 3.42 3.13 3.28 5/190 6040
/proc/meminfo: memFree=22971640/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=278932 CPUtime=25.49 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 94330 0 0 0 2533 16 0 0 25 0 1 0 488439426 285626368 46239 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255311 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 69733 46239 256 67 0 66856 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 278932

[startup+51.1011 s]
/proc/loadavg: 3.55 3.18 3.29 5/190 6095
/proc/meminfo: memFree=23260340/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=278932 CPUtime=51.09 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 103247 0 0 0 5092 17 0 0 25 0 1 0 488439426 285626368 50712 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255385 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 69733 50712 256 67 0 66856 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 278932

[startup+102.307 s]
/proc/loadavg: 3.80 3.31 3.33 5/190 6096
/proc/meminfo: memFree=23150776/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=311112 CPUtime=102.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 137792 0 0 0 10208 22 0 0 25 0 1 0 488439426 318578688 59975 33554432000 4194304 4465733 140736152194240 18446744073709551615 4270816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 77778 59975 256 67 0 74901 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 311112

[startup+162.301 s]
/proc/loadavg: 3.93 3.43 3.37 5/190 6098
/proc/meminfo: memFree=23074180/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=359368 CPUtime=162.29 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 181577 0 0 0 16201 28 0 0 25 0 1 0 488439426 367992832 69890 33554432000 4194304 4465733 140736152194240 18446744073709551615 4270779 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 89842 69890 256 67 0 86965 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 359368

[startup+222.3 s]
/proc/loadavg: 3.97 3.53 3.40 5/190 6100
/proc/meminfo: memFree=23009408/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=431752 CPUtime=222.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 243615 0 0 0 22194 36 0 0 25 0 1 0 488439426 442114048 82861 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255233 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 107938 82861 256 67 0 105061 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 431752

[startup+282.3 s]
/proc/loadavg: 3.99 3.61 3.44 5/190 6101
/proc/meminfo: memFree=22941620/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=431752 CPUtime=282.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 261489 0 0 0 28192 38 0 0 25 0 1 0 488439426 442114048 90994 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 107938 90994 256 67 0 105061 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 431752

[startup+342.3 s]
/proc/loadavg: 4.29 3.76 3.50 5/190 6130
/proc/meminfo: memFree=22946796/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=439432 CPUtime=342.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 263036 0 0 0 34192 38 0 0 25 0 1 0 488439426 449978368 92541 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255362 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 109858 92541 256 67 0 106981 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 439432

[startup+402.301 s]
/proc/loadavg: 4.10 3.80 3.53 5/190 6131
/proc/meminfo: memFree=22874252/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=439432 CPUtime=402.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 263037 0 0 0 40192 38 0 0 25 0 1 0 488439426 449978368 92542 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 109858 92542 256 67 0 106981 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 439432

[startup+462.301 s]
/proc/loadavg: 4.04 3.83 3.55 5/190 6142
/proc/meminfo: memFree=22806952/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=445900 CPUtime=462.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 264689 0 0 0 46192 38 0 0 25 0 1 0 488439426 456601600 94194 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255230 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 111475 94194 256 67 0 108598 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 445900

[startup+522.301 s]
/proc/loadavg: 4.05 3.88 3.58 5/190 6171
/proc/meminfo: memFree=21883948/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=445900 CPUtime=522.31 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 264828 0 0 0 52193 38 0 0 25 0 1 0 488439426 456601600 94333 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255373 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 111475 94333 256 67 0 108598 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 445900

[startup+582.301 s]
/proc/loadavg: 4.11 3.93 3.62 5/190 6172
/proc/meminfo: memFree=21842396/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=554512 CPUtime=582.3 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 325949 0 0 0 58185 45 0 0 25 0 1 0 488439426 567820288 97860 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255368 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 138628 97860 256 67 0 135751 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 554512

[startup+642.3 s]
/proc/loadavg: 4.04 3.94 3.64 5/190 6203
/proc/meminfo: memFree=22584108/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=558280 CPUtime=642.31 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 354117 0 0 0 64183 48 0 0 25 0 1 0 488439426 571678720 110165 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255233 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 139570 110165 256 67 0 136693 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 558280

[startup+702.3 s]
/proc/loadavg: 4.01 3.95 3.66 5/190 6205
/proc/meminfo: memFree=22410864/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=558280 CPUtime=702.31 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 354330 0 0 0 70183 48 0 0 25 0 1 0 488439426 571678720 110378 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255385 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 139570 110378 256 67 0 136693 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 558280

[startup+762.307 s]
/proc/loadavg: 4.00 3.95 3.67 5/190 6234
/proc/meminfo: memFree=22230324/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=721224 CPUtime=762.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 499160 0 0 0 76165 67 0 0 25 0 1 0 488439426 738533376 140653 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255311 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 180306 140653 256 67 0 177429 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 721224

[startup+822.301 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 6236
/proc/meminfo: memFree=22253136/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=721224 CPUtime=822.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 499160 0 0 0 82165 67 0 0 25 0 1 0 488439426 738533376 140653 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 180306 140653 256 67 0 177429 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 721224

[startup+882.301 s]
/proc/loadavg: 4.06 3.98 3.71 5/190 6237
/proc/meminfo: memFree=22244676/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=721224 CPUtime=882.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 499421 0 0 0 88165 67 0 0 25 0 1 0 488439426 738533376 140914 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 180306 140914 256 67 0 177429 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 721224

[startup+942.301 s]
/proc/loadavg: 4.06 3.99 3.73 5/190 6239
/proc/meminfo: memFree=22137136/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=942.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 502857 0 0 0 94165 67 0 0 25 0 1 0 488439426 750903296 144350 33554432000 4194304 4465733 140736152194240 18446744073709551615 4270455 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144350 256 67 0 180449 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 733304

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 3.75 5/190 6240
/proc/meminfo: memFree=22040384/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=1002.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 502975 0 0 0 100165 67 0 0 25 0 1 0 488439426 750903296 144468 33554432000 4194304 4465733 140736152194240 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144468 256 67 0 180449 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 733304

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.76 5/190 6242
/proc/meminfo: memFree=22045940/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=1062.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 503265 0 0 0 106165 67 0 0 25 0 1 0 488439426 750903296 144758 33554432000 4194304 4465733 140736152194240 18446744073709551615 4254984 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144758 256 67 0 180449 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 733304

[startup+1122.3 s]
/proc/loadavg: 4.07 4.01 3.77 5/190 6244
/proc/meminfo: memFree=21902816/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=1122.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 503271 0 0 0 112165 67 0 0 25 0 1 0 488439426 750903296 144764 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255385 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144764 256 67 0 180449 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 733304

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.79 5/190 6245
/proc/meminfo: memFree=21867704/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=1182.32 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 503287 0 0 0 118165 67 0 0 25 0 1 0 488439426 750903296 144780 33554432000 4194304 4465733 140736152194240 18446744073709551615 4259567 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144780 256 67 0 180449 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 733304

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.80 5/190 6247
/proc/meminfo: memFree=21867180/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=1242.33 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 503287 0 0 0 124166 67 0 0 25 0 1 0 488439426 750903296 144780 33554432000 4194304 4465733 140736152194240 18446744073709551615 4255285 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144780 256 67 0 180449 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 733304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.99 3.81 4/185 6266
/proc/meminfo: memFree=22296832/32951124 swapFree=67111412/67111528
[pid=6033] ppid=6031 vsize=733304 CPUtime=1300.03 cores=5,7
/proc/6033/stat : 6033 (SApperloT) R 6031 6033 5523 0 -1 4202496 503342 0 0 0 129936 67 0 0 25 0 1 0 488439426 750903296 144835 33554432000 4194304 4465733 140736152194240 18446744073709551615 4262897 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6033/statm: 183326 144835 256 67 0 180449 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 733304

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.37
CPU system time (s): 0.699893
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1046980

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

runsolver used 2.03669 second user time and 5.06823 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 23:53:37
IDJOB=3285864
IDBENCH=82404
IDSOLVER=1657
FILE ID=node137/3285864-1303768411
RUNJOBID= node137-1303768411-6000
PBS_JOBID= 13157155
Free space on /tmp= 71372 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285864-1303768411/watcher-3285864-1303768411 -o /tmp/evaluation-result-3285864-1303768411/solver-3285864-1303768411 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3285864-1303768411.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=124694191

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23576164 kB
Buffers:       1736696 kB
Cached:        6915868 kB
SwapCached:        112 kB
Active:        2057648 kB
Inactive:      6750312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23576164 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          443060 kB
Writeback:           0 kB
AnonPages:      154940 kB
Mapped:          15348 kB
Slab:           503420 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   362728 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= 71496 MiB
End job on node137 at 2011-04-26 00:15:19