Trace number 3726344

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.13 900.442

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-440
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726344-1338659669.opb.
0.00/0.00	c Instance file HOME/instance-3726344-1338659669.opb
0.00/0.00	c File size is 2753707 bytes.
0.19/0.27	c Cost Offset: -106194
0.19/0.27	c Highest Coefficient sum: 90414
0.19/0.27	c ============================[ Problem Statistics ]=============================
0.19/0.27	c |                                                                             |
0.19/0.27	c |  Parsing time:          0.27         s                                      |
0.19/0.27	c |  Number Variables:      40451                                               |
0.19/0.27	c |  Number Clauses:        40396                                               |
0.19/0.27	c |  Number Cardinality:    553                                                 |
0.19/0.27	c |  Number PB Constraints: 1                                                   |
0.19/0.27	c |                                                                             |
0.30/0.31	c |  Problem Type:          Optimization                                        |
0.30/0.31	c |  Objective Function:    PB Constraint                                       |
0.30/0.31	c |                                                                             |
0.30/0.31	c ===============================================================================
1800.13/900.41	c ===============================================================================
1800.13/900.41	c Wall Clock Time: 900.41 s
1800.13/900.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3726344-1338659669/watcher-3726344-1338659669 -o /tmp/evaluation-result-3726344-1338659669/solver-3726344-1338659669 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726344-1338659669.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.84 3.94 3.90 4/178 13860
/proc/meminfo: memFree=24881572/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=8348 CPUtime=0 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) R 13858 13860 10982 0 -1 4202496 701 0 0 0 0 0 0 0 20 0 1 0 332091437 8548352 653 33554432000 4194304 5964478 140737041574816 140734793194952 5179696 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 2087 664 157 433 0 978 0

[startup+0.061119 s]
/proc/loadavg: 3.84 3.94 3.90 4/178 13860
/proc/meminfo: memFree=24881572/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=23640 CPUtime=0.05 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) R 13858 13860 10982 0 -1 4202496 4436 0 0 0 5 0 0 0 20 0 1 0 332091437 24207360 4143 33554432000 4194304 5964478 140737041574816 140734793194952 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 5910 4145 296 433 0 4801 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23640

[startup+0.100317 s]
/proc/loadavg: 3.84 3.94 3.90 4/178 13860
/proc/meminfo: memFree=24881572/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=28216 CPUtime=0.09 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) R 13858 13860 10982 0 -1 4202496 5828 0 0 0 8 1 0 0 20 0 1 0 332091437 28893184 5536 33554432000 4194304 5964478 140737041574816 140734793194952 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 7054 5539 398 433 0 5945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28216

[startup+0.300197 s]
/proc/loadavg: 3.84 3.94 3.90 4/178 13860
/proc/meminfo: memFree=24881572/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=203528 CPUtime=0.3 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 14619 0 0 0 28 2 0 0 20 0 3 0 332091437 208412672 13533 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 50882 13533 176 433 0 50446 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 203528

[startup+0.700204 s]
/proc/loadavg: 3.84 3.94 3.90 4/178 13860
/proc/meminfo: memFree=24881572/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=200568 CPUtime=1.1 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 24069 0 0 0 105 5 0 0 20 0 3 0 332091437 205381632 20558 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 50142 20558 197 433 0 49706 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 200568

[startup+1.50034 s]
/proc/loadavg: 3.84 3.94 3.90 5/181 13863
/proc/meminfo: memFree=24797848/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=200568 CPUtime=2.69 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 27942 0 0 0 264 5 0 0 20 0 3 0 332091437 205381632 21908 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 50142 21908 198 433 0 49706 0
[pid=13860/tid=13862] ppid=13858 vsize=200568 CPUtime=1.2 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 15114 0 0 0 117 3 0 0 20 0 3 0 332091465 205381632 21908 33554432000 4194304 5964478 140737041574816 140544184023576 5139166 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=200568 CPUtime=1.2 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 2995 0 0 0 120 0 0 0 20 0 3 0 332091465 205381632 21908 33554432000 4194304 5964478 140737041574816 140544173533016 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 200568

[startup+3.10033 s]
/proc/loadavg: 3.84 3.94 3.90 5/181 13863
/proc/meminfo: memFree=24788532/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=200568 CPUtime=5.9 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 36494 0 0 0 582 8 0 0 20 0 3 0 332091437 205381632 25024 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 50142 25024 198 433 0 49706 0
[pid=13860/tid=13862] ppid=13858 vsize=200568 CPUtime=2.79 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 23625 0 0 0 274 5 0 0 20 0 3 0 332091465 205381632 25024 33554432000 4194304 5964478 140737041574816 140544184023576 4408526 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=200568 CPUtime=2.8 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 3036 0 0 0 280 0 0 0 20 0 3 0 332091465 205381632 25024 33554432000 4194304 5964478 140737041574816 140544173533304 4389085 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 200568

[startup+6.30033 s]
/proc/loadavg: 3.85 3.94 3.90 5/181 13863
/proc/meminfo: memFree=24756044/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=210560 CPUtime=12.29 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 49628 0 0 0 1218 11 0 0 20 0 3 0 332091437 215613440 29587 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 52640 29587 198 433 0 52204 0
[pid=13860/tid=13862] ppid=13858 vsize=210560 CPUtime=5.99 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 36681 0 0 0 591 8 0 0 20 0 3 0 332091465 215613440 29587 33554432000 4194304 5964478 140737041574816 140544184023576 5133973 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=210560 CPUtime=5.99 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 3114 0 0 0 598 1 0 0 20 0 3 0 332091465 215613440 29587 33554432000 4194304 5964478 140737041574816 140544173533496 4389132 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 210560

[startup+12.7003 s]
/proc/loadavg: 3.86 3.94 3.90 5/181 13863
/proc/meminfo: memFree=24707064/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=266012 CPUtime=25.1 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 86926 0 0 0 2491 19 0 0 20 0 3 0 332091437 272396288 39322 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 66503 39322 198 433 0 66067 0
[pid=13860/tid=13862] ppid=13858 vsize=266012 CPUtime=12.37 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 73849 0 0 0 1222 15 0 0 20 0 3 0 332091465 272396288 39322 33554432000 4194304 5964478 140737041574816 140544184023576 5135880 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=266012 CPUtime=12.37 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 3244 0 0 0 1236 1 0 0 20 0 3 0 332091465 272396288 39322 33554432000 4194304 5964478 140737041574816 140544173533496 4390868 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 266012

[startup+25.5003 s]
/proc/loadavg: 3.89 3.94 3.90 5/181 13863
/proc/meminfo: memFree=24605116/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=333708 CPUtime=50.7 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 137534 0 0 0 5041 29 0 0 20 0 3 0 332091437 341716992 55062 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 83427 55062 198 433 0 82991 0
[pid=13860/tid=13862] ppid=13858 vsize=333708 CPUtime=25.13 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 124160 0 0 0 2488 25 0 0 20 0 3 0 332091465 341716992 55062 33554432000 4194304 5964478 140737041574816 140544184023576 4380944 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=333708 CPUtime=25.14 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 3541 0 0 0 2513 1 0 0 20 0 3 0 332091465 341716992 55062 33554432000 4194304 5964478 140737041574816 140544173533016 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 333708

[startup+51.1004 s]
/proc/loadavg: 3.93 3.94 3.90 5/181 13863
/proc/meminfo: memFree=24452904/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=464780 CPUtime=101.89 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 231386 0 0 0 10141 48 0 0 20 0 3 0 332091437 475934720 80062 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 116195 80062 198 433 0 115759 0
[pid=13860/tid=13862] ppid=13858 vsize=464780 CPUtime=50.66 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 217419 0 0 0 5023 43 0 0 20 0 3 0 332091465 475934720 80062 33554432000 4194304 5964478 140737041574816 140544184023576 5130842 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=464780 CPUtime=50.68 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 4134 0 0 0 5065 3 0 0 20 0 3 0 332091465 475934720 80062 33554432000 4194304 5964478 140737041574816 140544173533432 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 464780

[startup+102.307 s]
/proc/loadavg: 3.62 3.87 3.88 4/176 13872
/proc/meminfo: memFree=27203908/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=596932 CPUtime=204.28 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 377755 0 0 0 20346 82 0 0 20 0 3 0 332091437 611258368 116865 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 149233 116865 198 433 0 148797 0
[pid=13860/tid=13862] ppid=13858 vsize=596932 CPUtime=101.74 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 362649 0 0 0 10099 75 0 0 20 0 3 0 332091465 611258368 116865 33554432000 4194304 5964478 140737041574816 140544184023576 5142509 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=596932 CPUtime=101.74 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 5273 0 0 0 10168 6 0 0 20 0 3 0 332091465 611258368 116865 33554432000 4194304 5964478 140737041574816 140544173533496 4381708 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (KiB) 596932

[startup+162.3 s]
/proc/loadavg: 3.23 3.71 3.82 4/176 13872
/proc/meminfo: memFree=27045792/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=728004 CPUtime=324.2 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 499720 0 0 0 32310 110 0 0 20 0 3 0 332091437 745476096 156300 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 182001 156300 198 433 0 181565 0
[pid=13860/tid=13862] ppid=13858 vsize=728004 CPUtime=161.55 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 484022 0 0 0 16051 104 0 0 20 0 3 0 332091465 745476096 156300 33554432000 4194304 5964478 140737041574816 140544184023880 5142509 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=728004 CPUtime=161.58 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 5865 0 0 0 16150 8 0 0 20 0 3 0 332091465 745476096 156300 33554432000 4194304 5964478 140737041574816 140544173533304 4389100 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.2
Current children cumulated vsize (KiB) 728004

[startup+222.3 s]
/proc/loadavg: 3.37 3.64 3.79 5/181 13905
/proc/meminfo: memFree=26632640/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=859076 CPUtime=444.16 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 569168 0 0 0 44287 129 0 0 20 0 3 0 332091437 879693824 187313 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 214769 187329 198 433 0 214333 0
[pid=13860/tid=13862] ppid=13858 vsize=859076 CPUtime=221.37 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 553495 0 0 0 22013 124 0 0 20 0 3 0 332091465 879693824 187337 33554432000 4194304 5964478 140737041574816 140544184023576 5179937 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=859076 CPUtime=221.43 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 5865 0 0 0 22134 9 0 0 20 0 3 0 332091465 879693824 187346 33554432000 4194304 5964478 140737041574816 140544173533304 4403692 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.16
Current children cumulated vsize (KiB) 859076

[startup+282.3 s]
/proc/loadavg: 3.77 3.70 3.80 5/181 13905
/proc/meminfo: memFree=26192968/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=564.12 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 585309 0 0 0 56276 136 0 0 20 0 3 0 332091437 946802688 195764 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 195764 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=281.18 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 568848 0 0 0 27988 130 0 0 20 0 3 0 332091465 946802688 195764 33554432000 4194304 5964478 140737041574816 140544184023880 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=281.28 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 6628 0 0 0 28117 11 0 0 20 0 3 0 332091465 946802688 195764 33554432000 4194304 5964478 140737041574816 140544173533496 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.12
Current children cumulated vsize (KiB) 924612

[startup+342.3 s]
/proc/loadavg: 3.91 3.75 3.81 5/182 13908
/proc/meminfo: memFree=25840008/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=684.08 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 587677 0 0 0 68268 140 0 0 20 0 3 0 332091437 946802688 199132 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 199132 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=341 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 569328 0 0 0 33968 132 0 0 20 0 3 0 332091465 946802688 199132 33554432000 4194304 5964478 140737041574816 140544184023448 4400435 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=341.12 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 8516 0 0 0 34096 16 0 0 20 0 3 0 332091465 946802688 199132 33554432000 4194304 5964478 140737041574816 140544173533544 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.08
Current children cumulated vsize (KiB) 924612

[startup+402.3 s]
/proc/loadavg: 3.97 3.80 3.82 5/182 13932
/proc/meminfo: memFree=25567716/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=804.07 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 589084 0 0 0 80265 142 0 0 20 0 3 0 332091437 946802688 201039 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 201039 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=400.85 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 570148 0 0 0 39952 133 0 0 20 0 3 0 332091465 946802688 201039 33554432000 4194304 5964478 140737041574816 140544184022904 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=400.97 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9103 0 0 0 40079 18 0 0 20 0 3 0 332091465 946802688 201039 33554432000 4194304 5964478 140737041574816 140544173533304 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.07
Current children cumulated vsize (KiB) 924612

[startup+462.3 s]
/proc/loadavg: 3.99 3.83 3.83 5/181 13932
/proc/meminfo: memFree=25224560/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=924.05 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 591218 0 0 0 92261 144 0 0 20 0 3 0 332091437 946802688 203173 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 203173 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=460.7 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 572282 0 0 0 45935 135 0 0 20 0 3 0 332091465 946802688 203173 33554432000 4194304 5964478 140737041574816 140544184023032 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=460.81 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9103 0 0 0 46062 19 0 0 20 0 3 0 332091465 946802688 203173 33554432000 4194304 5964478 140737041574816 140544173533304 4389132 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.05
Current children cumulated vsize (KiB) 924612

[startup+522.3 s]
/proc/loadavg: 3.99 3.86 3.83 5/181 13932
/proc/meminfo: memFree=24879508/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1044.03 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 592796 0 0 0 104258 145 0 0 20 0 3 0 332091437 946802688 204750 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 204750 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=520.54 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 573860 0 0 0 51917 137 0 0 20 0 3 0 332091465 946802688 204750 33554432000 4194304 5964478 140737041574816 140544184023032 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=520.66 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9103 0 0 0 52047 19 0 0 20 0 3 0 332091465 946802688 204750 33554432000 4194304 5964478 140737041574816 140544173533304 4389170 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.03
Current children cumulated vsize (KiB) 924612

[startup+582.3 s]
/proc/loadavg: 3.99 3.88 3.84 5/181 13932
/proc/meminfo: memFree=24547804/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1164.01 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 599368 0 0 0 116253 148 0 0 20 0 3 0 332091437 946802688 212342 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 212342 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=580.39 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 580142 0 0 0 57899 140 0 0 20 0 3 0 332091465 946802688 212342 33554432000 4194304 5964478 140737041574816 140544184023576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=580.51 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9393 0 0 0 58030 21 0 0 20 0 3 0 332091465 946802688 212342 33554432000 4194304 5964478 140737041574816 140544173533496 4387951 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.01
Current children cumulated vsize (KiB) 924612

[startup+642.3 s]
/proc/loadavg: 4.05 3.92 3.85 5/181 13932
/proc/meminfo: memFree=24270428/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1284 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 600103 0 0 0 128250 150 0 0 20 0 3 0 332091437 946802688 213077 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 213077 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=640.24 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 580275 0 0 0 63883 141 0 0 20 0 3 0 332091465 946802688 213077 33554432000 4194304 5964478 140737041574816 140544184023576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=640.36 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9995 0 0 0 64011 25 0 0 20 0 3 0 332091465 946802688 213077 33554432000 4194304 5964478 140737041574816 140544173533544 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1284
Current children cumulated vsize (KiB) 924612

[startup+702.3 s]
/proc/loadavg: 4.02 3.93 3.86 5/181 13933
/proc/meminfo: memFree=24028976/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1403.97 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 600110 0 0 0 140247 150 0 0 20 0 3 0 332091437 946802688 213084 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 213084 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=700.08 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 580282 0 0 0 69866 142 0 0 20 0 3 0 332091465 946802688 213084 33554432000 4194304 5964478 140737041574816 140544184023576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=700.2 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9995 0 0 0 69994 26 0 0 20 0 3 0 332091465 946802688 213084 33554432000 4194304 5964478 140737041574816 140544173533544 4389164 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.97
Current children cumulated vsize (KiB) 924612

[startup+762.307 s]
/proc/loadavg: 4.00 3.94 3.86 5/181 13933
/proc/meminfo: memFree=23916476/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1523.96 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 600266 0 0 0 152246 150 0 0 20 0 3 0 332091437 946802688 213240 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 213240 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=759.94 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 580438 0 0 0 75851 143 0 0 20 0 3 0 332091465 946802688 213240 33554432000 4194304 5964478 140737041574816 140544184023576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=760.05 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 9995 0 0 0 75978 27 0 0 20 0 3 0 332091465 946802688 213240 33554432000 4194304 5964478 140737041574816 140544173533544 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.96
Current children cumulated vsize (KiB) 924612

[startup+822.3 s]
/proc/loadavg: 4.00 3.95 3.87 5/181 13933
/proc/meminfo: memFree=23866744/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1643.94 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 600906 0 0 0 164242 152 0 0 20 0 3 0 332091437 946802688 213880 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 213880 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=819.78 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 580438 0 0 0 81834 144 0 0 20 0 3 0 332091465 946802688 213880 33554432000 4194304 5964478 140737041574816 140544184023576 4403343 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=819.89 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 10635 0 0 0 81960 29 0 0 20 0 3 0 332091465 946802688 213880 33554432000 4194304 5964478 140737041574816 140544173533496 4381993 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.94
Current children cumulated vsize (KiB) 924612

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.87 5/181 13933
/proc/meminfo: memFree=23822312/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=924612 CPUtime=1763.92 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 602932 0 0 0 176235 157 0 0 20 0 3 0 332091437 946802688 215906 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 231153 215906 198 433 0 230717 0
[pid=13860/tid=13862] ppid=13858 vsize=924612 CPUtime=879.62 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 580439 0 0 0 87817 145 0 0 20 0 3 0 332091465 946802688 215906 33554432000 4194304 5964478 140737041574816 140544184023576 4399969 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=924612 CPUtime=879.74 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 12660 0 0 0 87939 35 0 0 20 0 3 0 332091465 946802688 215906 33554432000 4194304 5964478 140737041574816 140544173533496 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.92
Current children cumulated vsize (KiB) 924612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.00 3.95 3.88 5/181 13933
/proc/meminfo: memFree=23759016/32873844 swapFree=7108/7108
[pid=13860] ppid=13858 vsize=990148 CPUtime=1800.13 cores=1,3,5,7
/proc/13860/stat : 13860 (pwbo2.02) S 13858 13860 10982 0 -1 4202496 604645 0 0 0 179855 158 0 0 20 0 3 0 332091437 1013911552 219152 33554432000 4194304 5964478 140737041574816 140737041574336 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13860/statm: 247537 219152 198 433 0 247101 0
[pid=13860/tid=13862] ppid=13858 vsize=990148 CPUtime=897.68 cores=1,3,5,7
/proc/13860/task/13862/stat : 13862 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 582113 0 0 0 89622 146 0 0 20 0 3 0 332091465 1013911552 219152 33554432000 4194304 5964478 140737041574816 140544184023592 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=13860/tid=13863] ppid=13858 vsize=990148 CPUtime=897.8 cores=1,3,5,7
/proc/13860/task/13863/stat : 13863 (pwbo2.02) R 13858 13860 10982 0 -1 4202560 12699 0 0 0 89745 35 0 0 20 0 3 0 332091465 1013911552 219152 33554432000 4194304 5964478 140737041574816 140544173533544 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 990148

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13860 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=950278
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=878714
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.442
CPU time (s): 1800.13
CPU user time (s): 1798.55
CPU system time (s): 1.58
CPU usage (%): 199.916
Max. virtual memory (cumulated for all children) (KiB): 990148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 1.87871
maximum resident set size= 876612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 604646
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= 1307
involuntary context switches= 1982

runsolver used 1.89071 second user time and 5.66514 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-02 19:54:29
IDJOB=3726344
IDBENCH=90572
IDSOLVER=2309
FILE ID=node139/3726344-1338659669
RUNJOBID= node139-1338651500-12376
PBS_JOBID= 14636441
Free space on /tmp= 70516 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726344-1338659669/watcher-3726344-1338659669 -o /tmp/evaluation-result-3726344-1338659669/solver-3726344-1338659669 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726344-1338659669.opb

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=856308608

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.750
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24881580 kB
Buffers:          485172 kB
Cached:          3830888 kB
SwapCached:          828 kB
Active:          5040592 kB
Inactive:        2073404 kB
Active(anon):    2791724 kB
Inactive(anon):     7964 kB
Active(file):    2248868 kB
Inactive(file):  2065440 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              8356 kB
Writeback:             0 kB
AnonPages:       2803136 kB
Mapped:            12300 kB
Shmem:                 8 kB
Slab:             731668 kB
SReclaimable:     174008 kB
SUnreclaim:       557660 kB
KernelStack:        1472 kB
PageTables:         9116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     728568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71060 MiB
End job on node139 at 2012-06-02 20:09:31