Trace number 3286092

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-03-04? (TO) 1300.06 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
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 variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

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-3286092-1303770595/watcher-3286092-1303770595 -o /tmp/evaluation-result-3286092-1303770595/solver-3286092-1303770595 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3286092-1303770595.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: 3.94 4.02 3.82 4/188 17487
/proc/meminfo: memFree=20636328/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=11800 CPUtime=0 cores=0,2
/proc/17487/stat : 17487 (runsolver) R 17485 17487 17314 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 488658071 12083200 51 33554432000 4194304 5434984 140735361948992 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/17487/statm: 2950 51 31 303 0 2644 0

[startup+0.031786 s]
/proc/loadavg: 3.94 4.02 3.82 4/188 17487
/proc/meminfo: memFree=20636328/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=83820 CPUtime=0.01 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 13360 0 0 0 0 1 0 0 24 0 1 0 488658071 85831680 13299 33554432000 4194304 4395502 140734051480304 18446744073709551615 4332440 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/17487/statm: 20955 13299 245 50 0 18095 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83820

[startup+0.13178 s]
/proc/loadavg: 3.94 4.02 3.82 4/188 17487
/proc/meminfo: memFree=20636328/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=146948 CPUtime=0.11 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 21060 0 0 0 9 2 0 0 25 0 1 0 488658071 150474752 20966 33554432000 4194304 4395502 140734051480304 18446744073709551615 4369889 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/17487/statm: 36737 20966 250 50 0 33877 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 146948

[startup+0.300736 s]
/proc/loadavg: 3.94 4.02 3.82 4/188 17487
/proc/meminfo: memFree=20636328/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=152352 CPUtime=0.28 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 22558 0 0 0 25 3 0 0 25 0 1 0 488658071 156008448 22399 33554432000 4194304 4395502 140734051480304 18446744073709551615 246516452869 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/17487/statm: 38088 22399 250 50 0 35228 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 152352

[startup+0.700674 s]
/proc/loadavg: 3.94 4.02 3.82 4/188 17487
/proc/meminfo: memFree=20636328/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=201032 CPUtime=0.68 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 34613 0 0 0 63 5 0 0 25 0 1 0 488658071 205856768 34454 33554432000 4194304 4395502 140734051480304 18446744073709551615 4324120 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/17487/statm: 50258 34454 250 50 0 47398 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 201032

[startup+1.50052 s]
/proc/loadavg: 4.10 4.05 3.83 6/189 17488
/proc/meminfo: memFree=20426820/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=317744 CPUtime=1.48 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 62997 0 0 0 136 12 0 0 25 0 1 0 488658071 325369856 62838 33554432000 4194304 4395502 140734051480304 18446744073709551615 4370396 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/17487/statm: 79436 62838 250 50 0 76576 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 317744

[startup+3.10023 s]
/proc/loadavg: 4.10 4.05 3.83 6/188 17509
/proc/meminfo: memFree=20370552/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=720476 CPUtime=3.07 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 164128 0 0 0 278 29 0 0 25 0 1 0 488658071 737767424 142540 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/17487/statm: 180119 142540 261 50 0 177259 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 720476

[startup+6.30068 s]
/proc/loadavg: 4.50 4.13 3.86 5/194 17522
/proc/meminfo: memFree=19562472/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=740956 CPUtime=6.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 168152 0 0 0 596 29 0 0 25 0 1 0 488658071 758738944 146564 33554432000 4194304 4395502 140734051480304 18446744073709551615 246516492492 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 185239 146564 264 50 0 182379 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 740956

[startup+12.7005 s]
/proc/loadavg: 4.46 4.13 3.86 5/194 17522
/proc/meminfo: memFree=18923136/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=740956 CPUtime=12.65 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 168425 0 0 0 1236 29 0 0 25 0 1 0 488658071 758738944 146837 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289134 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 185239 146837 264 50 0 182379 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 740956

[startup+25.5012 s]
/proc/loadavg: 4.39 4.12 3.86 5/194 17522
/proc/meminfo: memFree=18821936/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=740956 CPUtime=25.44 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 169664 0 0 0 2515 29 0 0 25 0 1 0 488658071 758738944 148076 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 185239 148076 264 50 0 182379 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 740956

[startup+51.1005 s]
/proc/loadavg: 4.23 4.11 3.86 5/191 17526
/proc/meminfo: memFree=19669124/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=740956 CPUtime=51.04 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 169932 0 0 0 5075 29 0 0 25 0 1 0 488658071 758738944 148344 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 185239 148344 264 50 0 182379 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 740956

[startup+102.307 s]
/proc/loadavg: 4.14 4.11 3.87 5/194 17578
/proc/meminfo: memFree=19521780/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=773072 CPUtime=102.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 178459 0 0 0 10195 30 0 0 25 0 1 0 488658071 791625728 156871 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288750 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 193268 156871 264 50 0 190408 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 773072

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 3.88 5/194 17580
/proc/meminfo: memFree=19076304/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=848656 CPUtime=162.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 197296 0 0 0 16191 34 0 0 25 0 1 0 488658071 869023744 175708 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288800 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 212164 175708 264 50 0 209304 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 848656

[startup+222.3 s]
/proc/loadavg: 4.03 4.08 3.89 5/194 17581
/proc/meminfo: memFree=18657536/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=996592 CPUtime=222.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 234304 0 0 0 22183 42 0 0 25 0 1 0 488658071 1020510208 212716 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288765 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 249148 212716 264 50 0 246288 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 996592

[startup+282.3 s]
/proc/loadavg: 4.01 4.06 3.89 5/194 17583
/proc/meminfo: memFree=18354084/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1126888 CPUtime=282.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 266821 0 0 0 28177 48 0 0 25 0 1 0 488658071 1153933312 245233 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289061 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 281722 245233 264 50 0 278862 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1126888

[startup+342.3 s]
/proc/loadavg: 4.00 4.05 3.90 5/194 17585
/proc/meminfo: memFree=18286604/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1164300 CPUtime=342.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 273813 0 0 0 34177 48 0 0 25 0 1 0 488658071 1192243200 252225 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288765 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 291075 252225 264 50 0 288215 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 1164300

[startup+402.301 s]
/proc/loadavg: 4.00 4.04 3.91 5/194 17586
/proc/meminfo: memFree=18261024/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1164300 CPUtime=402.25 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 273818 0 0 0 40177 48 0 0 25 0 1 0 488658071 1192243200 252230 33554432000 4194304 4395502 140734051480304 18446744073709551615 4286441 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 291075 252230 264 50 0 288215 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 1164300

[startup+462.301 s]
/proc/loadavg: 3.56 3.92 3.87 4/188 17605
/proc/meminfo: memFree=19023608/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1200268 CPUtime=462.26 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 282816 0 0 0 46175 51 0 0 25 0 1 0 488658071 1229074432 261228 33554432000 4194304 4395502 140734051480304 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 300067 261228 264 50 0 297207 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 1200268

[startup+522.301 s]
/proc/loadavg: 3.20 3.75 3.82 4/188 17606
/proc/meminfo: memFree=18990120/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1223444 CPUtime=522.26 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 288631 0 0 0 52174 52 0 0 25 0 1 0 488658071 1252806656 267043 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288773 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 305861 267043 264 50 0 303001 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 1223444

[startup+582.301 s]
/proc/loadavg: 3.07 3.61 3.76 4/188 17608
/proc/meminfo: memFree=18928360/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1223444 CPUtime=582.26 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 288633 0 0 0 58174 52 0 0 25 0 1 0 488658071 1252806656 267045 33554432000 4194304 4395502 140734051480304 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 305861 267045 264 50 0 303001 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 1223444

[startup+642.301 s]
/proc/loadavg: 2.80 3.45 3.70 3/182 17627
/proc/meminfo: memFree=19745912/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1240804 CPUtime=642.27 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 292956 0 0 0 64174 53 0 0 25 0 1 0 488658071 1270583296 271368 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289112 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 310201 271368 264 50 0 307341 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 1240804

[startup+702.301 s]
/proc/loadavg: 2.29 3.18 3.59 3/182 17628
/proc/meminfo: memFree=19742924/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1240804 CPUtime=702.27 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 292959 0 0 0 70174 53 0 0 25 0 1 0 488658071 1270583296 271371 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289148 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 310201 271371 264 50 0 307341 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1240804

[startup+762.307 s]
/proc/loadavg: 2.11 2.96 3.48 3/182 17630
/proc/meminfo: memFree=19730628/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1240804 CPUtime=762.27 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 292960 0 0 0 76174 53 0 0 25 0 1 0 488658071 1270583296 271372 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 310201 271372 264 50 0 307341 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 1240804

[startup+822.301 s]
/proc/loadavg: 2.12 2.80 3.39 3/182 17631
/proc/meminfo: memFree=19675916/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1289608 CPUtime=822.27 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 305184 0 0 0 82171 56 0 0 25 0 1 0 488658071 1320558592 283596 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288713 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 322402 283596 264 50 0 319542 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 1289608

[startup+882.301 s]
/proc/loadavg: 2.00 2.65 3.30 2/177 17650
/proc/meminfo: memFree=19936948/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1289608 CPUtime=882.27 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 305185 0 0 0 88171 56 0 0 25 0 1 0 488658071 1320558592 283597 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288779 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 322402 283597 264 50 0 319542 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1289608

[startup+942.301 s]
/proc/loadavg: 1.40 2.36 3.16 2/176 17652
/proc/meminfo: memFree=19943516/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1289608 CPUtime=942.27 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 305185 0 0 0 94171 56 0 0 25 0 1 0 488658071 1320558592 283597 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 322402 283597 264 50 0 319542 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 1289608

[startup+1002.3 s]
/proc/loadavg: 1.15 2.11 3.02 2/176 17653
/proc/meminfo: memFree=19912724/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1320364 CPUtime=1002.28 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 312879 0 0 0 100170 58 0 0 25 0 1 0 488658071 1352052736 291291 33554432000 4194304 4395502 140734051480304 18446744073709551615 4293590 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 330091 291291 264 50 0 327231 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1320364

[startup+1062.3 s]
/proc/loadavg: 1.05 1.91 2.89 2/176 17655
/proc/meminfo: memFree=19912816/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1320364 CPUtime=1062.28 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 312879 0 0 0 106170 58 0 0 25 0 1 0 488658071 1352052736 291291 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 330091 291291 264 50 0 327231 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1320364

[startup+1122.3 s]
/proc/loadavg: 1.02 1.74 2.77 2/176 17656
/proc/meminfo: memFree=19912916/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1320364 CPUtime=1122.28 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 312879 0 0 0 112170 58 0 0 25 0 1 0 488658071 1352052736 291291 33554432000 4194304 4395502 140734051480304 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 330091 291291 264 50 0 327231 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1320364

[startup+1182.3 s]
/proc/loadavg: 1.00 1.60 2.66 2/176 17658
/proc/meminfo: memFree=19896396/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1338864 CPUtime=1182.28 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 317477 0 0 0 118170 58 0 0 25 0 1 0 488658071 1370996736 295889 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288938 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 334716 295889 264 50 0 331856 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1338864

[startup+1242.3 s]
/proc/loadavg: 1.00 1.49 2.55 2/176 17660
/proc/meminfo: memFree=19883976/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1349208 CPUtime=1242.28 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 320064 0 0 0 124170 58 0 0 25 0 1 0 488658071 1381588992 298476 33554432000 4194304 4395502 140734051480304 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 337302 298476 264 50 0 334442 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1349208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.40 2.46 2/176 17661
/proc/meminfo: memFree=19884084/32951124 swapFree=67111352/67111528
[pid=17487] ppid=17485 vsize=1349208 CPUtime=1299.98 cores=0,2
/proc/17487/stat : 17487 (SApperloT2010) R 17485 17487 17314 0 -1 4202496 320064 0 0 0 129940 58 0 0 25 0 1 0 488658071 1381588992 298476 33554432000 4194304 4395502 140734051480304 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17487/statm: 337302 298476 264 50 0 334442 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1349208

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.07
CPU time (s): 1300.06
CPU user time (s): 1299.41
CPU system time (s): 0.648901
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 1349208

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

runsolver used 2.12868 second user time and 4.65629 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 00:29:59
IDJOB=3286092
IDBENCH=82413
IDSOLVER=1655
FILE ID=node134/3286092-1303770595
RUNJOBID= node134-1303769292-17332
PBS_JOBID= 13157169
Free space on /tmp= 70624 MiB

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

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1953463255

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:      20636608 kB
Buffers:       2296376 kB
Cached:        9270132 kB
SwapCached:         64 kB
Active:        4791576 kB
Inactive:      6965636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20636608 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          267624 kB
Writeback:           0 kB
AnonPages:      190216 kB
Mapped:          15580 kB
Slab:           493584 kB
PageTables:       5816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   383736 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= 70948 MiB
End job on node134 at 2011-04-26 00:51:41