Trace number 3285862

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

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-3285862-1303770183/watcher-3285862-1303770183 -o /tmp/evaluation-result-3285862-1303770183/solver-3285862-1303770183 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3285862-1303770183.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: 1.10 1.02 1.40 5/184 28517
/proc/meminfo: memFree=13034092/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=36900 CPUtime=0 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 1011 0 0 0 0 0 0 0 22 0 1 0 488616033 37785600 950 33554432000 4194304 4395502 140734996134384 18446744073709551615 4329092 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 9225 963 245 50 0 6365 0

[startup+0.0216271 s]
/proc/loadavg: 1.10 1.02 1.40 5/184 28517
/proc/meminfo: memFree=13034092/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=107816 CPUtime=0.01 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 10341 0 0 0 0 1 0 0 22 0 1 0 488616033 110403584 10280 33554432000 4194304 4395502 140734996134384 18446744073709551615 4332389 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 26954 10302 245 50 0 24094 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 107816

[startup+0.100608 s]
/proc/loadavg: 1.10 1.02 1.40 5/184 28517
/proc/meminfo: memFree=13034092/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=190928 CPUtime=0.08 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 27629 0 0 0 6 2 0 0 22 0 1 0 488616033 195510272 27568 33554432000 4194304 4395502 140734996134384 18446744073709551615 239476694784 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 47732 27568 250 50 0 44872 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 190928

[startup+0.300571 s]
/proc/loadavg: 1.10 1.02 1.40 5/184 28517
/proc/meminfo: memFree=13034092/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=196460 CPUtime=0.28 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 29217 0 0 0 25 3 0 0 23 0 1 0 488616033 201175040 29058 33554432000 4194304 4395502 140734996134384 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 49115 29058 250 50 0 46255 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 196460

[startup+0.7005 s]
/proc/loadavg: 1.10 1.02 1.40 5/184 28517
/proc/meminfo: memFree=13034092/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=245800 CPUtime=0.69 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 41437 0 0 0 64 5 0 0 25 0 1 0 488616033 251699200 41278 33554432000 4194304 4395502 140734996134384 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 61450 41278 250 50 0 58590 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 245800

[startup+1.50034 s]
/proc/loadavg: 1.10 1.02 1.40 5/190 28524
/proc/meminfo: memFree=12739800/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=364920 CPUtime=1.49 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 70423 0 0 0 139 10 0 0 25 0 1 0 488616033 373678080 70264 33554432000 4194304 4395502 140734996134384 18446744073709551615 239476694784 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 91263 70265 250 50 0 88403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 364920

[startup+3.10104 s]
/proc/loadavg: 1.49 1.10 1.43 5/190 28524
/proc/meminfo: memFree=12401620/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=943660 CPUtime=3.08 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 193449 0 0 0 281 27 0 0 25 0 1 0 488616033 966307840 187010 33554432000 4194304 4395502 140734996134384 18446744073709551615 4332637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 235915 187025 251 50 0 233055 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 943660

[startup+6.30042 s]
/proc/loadavg: 1.49 1.10 1.43 5/190 28524
/proc/meminfo: memFree=11248788/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1001060 CPUtime=6.29 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 229500 0 0 0 598 31 0 0 25 0 1 0 488616033 1025085440 200806 33554432000 4194304 4395502 140734996134384 18446744073709551615 4286584 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 250265 200806 264 50 0 247405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1001060

[startup+12.7012 s]
/proc/loadavg: 1.88 1.19 1.46 5/190 28524
/proc/meminfo: memFree=11165584/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1001060 CPUtime=12.68 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 229867 0 0 0 1237 31 0 0 25 0 1 0 488616033 1025085440 201173 33554432000 4194304 4395502 140734996134384 18446744073709551615 4286550 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 250265 201173 264 50 0 247405 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1001060

[startup+25.5007 s]
/proc/loadavg: 2.20 1.29 1.48 5/190 28552
/proc/meminfo: memFree=11358260/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1001060 CPUtime=25.49 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 230719 0 0 0 2517 32 0 0 25 0 1 0 488616033 1025085440 202025 33554432000 4194304 4395502 140734996134384 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 250265 202025 264 50 0 247405 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1001060

[startup+51.1008 s]
/proc/loadavg: 2.81 1.50 1.55 5/187 28555
/proc/meminfo: memFree=12209480/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1009252 CPUtime=51.09 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 233258 0 0 0 5077 32 0 0 25 0 1 0 488616033 1033474048 204564 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289043 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 252313 204564 264 50 0 249453 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1009252

[startup+102.307 s]
/proc/loadavg: 3.52 1.92 1.69 5/190 28581
/proc/meminfo: memFree=11709892/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1009252 CPUtime=102.3 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 233379 0 0 0 10198 32 0 0 25 0 1 0 488616033 1033474048 204685 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288773 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 252313 204685 264 50 0 249453 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1009252

[startup+162.301 s]
/proc/loadavg: 3.82 2.30 1.83 5/190 28582
/proc/meminfo: memFree=11278272/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1047056 CPUtime=162.29 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 242856 0 0 0 16196 33 0 0 25 0 1 0 488616033 1072185344 214162 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288335 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 261764 214162 264 50 0 258904 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1047056

[startup+222.301 s]
/proc/loadavg: 3.93 2.60 1.96 5/190 28584
/proc/meminfo: memFree=10760272/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1170908 CPUtime=222.29 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 273870 0 0 0 22189 40 0 0 25 0 1 0 488616033 1199009792 245176 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289182 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 292727 245176 264 50 0 289867 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1170908

[startup+282.301 s]
/proc/loadavg: 3.97 2.85 2.09 5/190 28585
/proc/meminfo: memFree=10349872/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1268368 CPUtime=282.3 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 297289 0 0 0 28186 44 0 0 25 0 1 0 488616033 1298808832 268595 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 317092 268595 264 50 0 314232 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1268368

[startup+342.301 s]
/proc/loadavg: 3.99 3.06 2.20 5/190 28587
/proc/meminfo: memFree=10253660/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1268524 CPUtime=342.3 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 297310 0 0 0 34186 44 0 0 25 0 1 0 488616033 1298968576 268616 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 317131 268616 264 50 0 314271 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1268524

[startup+402.301 s]
/proc/loadavg: 4.05 3.24 2.32 5/190 28589
/proc/meminfo: memFree=10084848/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1268524 CPUtime=402.31 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 297310 0 0 0 40187 44 0 0 25 0 1 0 488616033 1298968576 268616 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 317131 268616 264 50 0 314271 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1268524

[startup+462.301 s]
/proc/loadavg: 4.02 3.38 2.42 5/190 28590
/proc/meminfo: memFree=10028780/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1300348 CPUtime=462.3 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 305297 0 0 0 46185 45 0 0 25 0 1 0 488616033 1331556352 276603 33554432000 4194304 4395502 140734996134384 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 325087 276603 264 50 0 322227 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1300348

[startup+522.3 s]
/proc/loadavg: 4.00 3.49 2.52 5/190 28592
/proc/meminfo: memFree=10004308/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1300348 CPUtime=522.3 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 305299 0 0 0 52185 45 0 0 25 0 1 0 488616033 1331556352 276605 33554432000 4194304 4395502 140734996134384 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 325087 276605 264 50 0 322227 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1300348

[startup+582.301 s]
/proc/loadavg: 4.00 3.58 2.61 5/190 28593
/proc/meminfo: memFree=9951800/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1300348 CPUtime=582.31 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 305301 0 0 0 58186 45 0 0 25 0 1 0 488616033 1331556352 276607 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289061 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 325087 276607 264 50 0 322227 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1300348

[startup+642.3 s]
/proc/loadavg: 4.00 3.65 2.69 5/190 28622
/proc/meminfo: memFree=10034716/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1327008 CPUtime=642.31 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 311974 0 0 0 64185 46 0 0 25 0 1 0 488616033 1358856192 283280 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 331752 283280 264 50 0 328892 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1327008

[startup+702.301 s]
/proc/loadavg: 4.00 3.71 2.77 5/190 28624
/proc/meminfo: memFree=9787440/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1338356 CPUtime=702.31 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 314787 0 0 0 70184 47 0 0 25 0 1 0 488616033 1370476544 286093 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289112 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 334589 286093 264 50 0 331729 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1338356

[startup+762.306 s]
/proc/loadavg: 4.03 3.78 2.85 5/190 28652
/proc/meminfo: memFree=10419860/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1338356 CPUtime=762.32 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 314788 0 0 0 76185 47 0 0 25 0 1 0 488616033 1370476544 286094 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288725 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 334589 286094 264 50 0 331729 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1338356

[startup+822.301 s]
/proc/loadavg: 4.01 3.81 2.92 5/190 28681
/proc/meminfo: memFree=9956104/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1338356 CPUtime=822.32 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 314788 0 0 0 82185 47 0 0 25 0 1 0 488616033 1370476544 286094 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288736 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 334589 286094 264 50 0 331729 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1338356

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 2.98 5/190 28682
/proc/meminfo: memFree=9771840/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1338356 CPUtime=882.32 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 314788 0 0 0 88185 47 0 0 25 0 1 0 488616033 1370476544 286094 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 334589 286094 264 50 0 331729 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1338356

[startup+942.301 s]
/proc/loadavg: 4.05 3.89 3.05 5/190 28684
/proc/meminfo: memFree=9601540/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1338356 CPUtime=942.32 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 314788 0 0 0 94185 47 0 0 25 0 1 0 488616033 1370476544 286094 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 334589 286094 264 50 0 331729 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1338356

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 3.11 5/190 28686
/proc/meminfo: memFree=9503044/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1359012 CPUtime=1002.33 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 319942 0 0 0 100185 48 0 0 25 0 1 0 488616033 1391628288 291248 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 339753 291248 264 50 0 336893 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1359012

[startup+1062.3 s]
/proc/loadavg: 4.06 3.93 3.16 5/190 28687
/proc/meminfo: memFree=9363884/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1359012 CPUtime=1062.33 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 319945 0 0 0 106185 48 0 0 25 0 1 0 488616033 1391628288 291251 33554432000 4194304 4395502 140734996134384 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 339753 291251 264 50 0 336893 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1359012

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 3.21 5/190 28689
/proc/meminfo: memFree=9292548/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1370700 CPUtime=1122.33 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 322848 0 0 0 112184 49 0 0 25 0 1 0 488616033 1403596800 294154 33554432000 4194304 4395502 140734996134384 18446744073709551615 4296868 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 342675 294154 264 50 0 339815 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1370700

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 3.26 5/190 28690
/proc/meminfo: memFree=9241184/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1370700 CPUtime=1182.33 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 322848 0 0 0 118184 49 0 0 25 0 1 0 488616033 1403596800 294154 33554432000 4194304 4395502 140734996134384 18446744073709551615 4289182 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 342675 294154 264 50 0 339815 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1370700

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.30 5/190 28719
/proc/meminfo: memFree=10078820/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1391124 CPUtime=1242.33 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 327960 0 0 0 124184 49 0 0 25 0 1 0 488616033 1424510976 299266 33554432000 4194304 4395502 140734996134384 18446744073709551615 4339126 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 347781 299266 264 50 0 344921 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1391124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.34 5/190 28775
/proc/meminfo: memFree=9879440/32950928 swapFree=67087032/67111528
[pid=28517] ppid=28515 vsize=1391124 CPUtime=1300.04 cores=5,7
/proc/28517/stat : 28517 (SApperloT2010) R 28515 28517 28463 0 -1 4202496 327961 0 0 0 129955 49 0 0 25 0 1 0 488616033 1424510976 299267 33554432000 4194304 4395502 140734996134384 18446744073709551615 4288713 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28517/statm: 347781 299267 264 50 0 344921 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1391124

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.1
CPU user time (s): 1299.55
CPU system time (s): 0.548916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1391124

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

runsolver used 2.12768 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 00:23:09
IDJOB=3285862
IDBENCH=82404
IDSOLVER=1655
FILE ID=node148/3285862-1303770183
RUNJOBID= node148-1303770183-28484
PBS_JOBID= 13157174
Free space on /tmp= 70196 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.040-NOTKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285862-1303770183/watcher-3285862-1303770183 -o /tmp/evaluation-result-3285862-1303770183/solver-3285862-1303770183 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3285862-1303770183.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1300556047

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:      13034248 kB
Buffers:       2060956 kB
Cached:       16741364 kB
SwapCached:       5264 kB
Active:        9812908 kB
Inactive:      9523220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13034248 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:          468216 kB
Writeback:           0 kB
AnonPages:      530000 kB
Mapped:          14296 kB
Slab:           513816 kB
PageTables:       6208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   825240 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= 70244 MiB
End job on node148 at 2011-04-26 00:44:52