Trace number 3736699

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
PB10: pb_cplex 2010-06-29? (TO) 1800.05 1758.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1796.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint107
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736699-1339248276.opb.
0.00/0.00	c Instance file HOME/instance-3736699-1339248276.opb
0.00/0.00	c File size is 2902143 bytes.
0.00/0.66	c Highest Coefficient sum: 108
0.00/0.66	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.72	c ============================[ Problem Statistics ]=============================
0.00/0.72	c |                                                                             |
0.00/0.72	c |  Parsing time:          0.70         s                                      |
0.00/0.72	c |  Number Variables:      37958                                               |
0.00/0.73	c |  Number Constraints:    75416                                               |
0.00/0.73	c ===============================================================================
1800.03/1758.00	c Remaining time 1799.30 sec.
1800.03/1758.00	c 
1800.03/1758.00	c *** INTERRUPTED ***
1800.03/1758.00	s UNKNOWN
1800.03/1758.00	c Total CPU time              : 1796.57 s
1800.03/1758.00	c Memory used           : 278.16 MB
1800.03/1758.00	c CPU time              : 1796.57 s
1800.03/1758.00	c 
1800.03/1758.00	c *** INTERRUPTED ***

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-3736699-1339248276/watcher-3736699-1339248276 -o /tmp/evaluation-result-3736699-1339248276/solver-3736699-1339248276 -C 1800 -W 1900 -M 15500 run HOME/instance-3736699-1339248276.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: 5.44 7.23 6.09 5/182 29308
/proc/meminfo: memFree=29646180/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0

[startup+0.095817 s]
/proc/loadavg: 5.44 7.23 6.09 5/182 29308
/proc/meminfo: memFree=29646180/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 5.44 7.23 6.09 5/182 29308
/proc/meminfo: memFree=29646180/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300189 s]
/proc/loadavg: 5.44 7.23 6.09 5/182 29308
/proc/meminfo: memFree=29646180/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 5.44 7.23 6.09 5/182 29308
/proc/meminfo: memFree=29646180/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 5.44 7.23 6.09 3/184 29310
/proc/meminfo: memFree=29592976/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=158552 CPUtime=1.48 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 31282 0 0 0 139 9 0 0 20 0 1 0 390956215 162357248 19192 33554432000 134512640 146736320 4293424640 4293421760 137421399 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 39638 19192 712 2985 0 36572 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 167700

[startup+3.10027 s]
/proc/loadavg: 5.44 7.23 6.09 6/184 29310
/proc/meminfo: memFree=29520472/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=227520 CPUtime=3.09 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 43683 0 0 0 296 13 0 0 20 0 1 0 390956215 232980480 31972 33554432000 134512640 146736320 4293424640 4293420336 135982869 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 56880 31972 802 2985 0 53814 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 236668

[startup+6.30021 s]
/proc/loadavg: 5.17 7.14 6.06 4/183 29310
/proc/meminfo: memFree=29518736/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=227952 CPUtime=6.29 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 44091 0 0 0 616 13 0 0 20 0 1 0 390956215 233422848 32195 33554432000 134512640 146736320 4293424640 4293420388 139028313 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 56988 32195 802 2985 0 53922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 237100

[startup+12.7003 s]
/proc/loadavg: 4.83 7.04 6.04 7/184 29311
/proc/meminfo: memFree=29514668/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=227952 CPUtime=12.69 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 46341 0 0 0 1255 14 0 0 20 0 1 0 390956215 233422848 32195 33554432000 134512640 146736320 4293424640 4293420336 135983025 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 56988 32195 802 2985 0 53922 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 237100

[startup+25.5005 s]
/proc/loadavg: 4.22 6.79 5.97 11/191 29318
/proc/meminfo: memFree=28917444/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=1064604 CPUtime=36.85 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 396956 0 0 0 3553 132 0 0 20 0 8 0 390956215 1090154496 182447 33554432000 134512640 146736320 4293424640 4293417560 137056980 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29309/statm: 266151 182447 929 2985 0 263085 0
[pid=29309/tid=29312] ppid=29308 vsize=1064604 CPUtime=1.9 cores=1,3,5,7
/proc/29309/task/29312/stat : 29312 (pb_cplex) R 29308 29308 26837 0 -1 4202560 22236 0 0 0 179 11 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3821720224 139023058 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29309/tid=29313] ppid=29308 vsize=1064604 CPUtime=2.96 cores=1,3,5,7
/proc/29309/task/29313/stat : 29313 (pb_cplex) R 29308 29308 26837 0 -1 4202560 26941 0 0 0 287 9 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3811236164 136853039 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29309/tid=29314] ppid=29308 vsize=1064604 CPUtime=2.33 cores=1,3,5,7
/proc/29309/task/29314/stat : 29314 (pb_cplex) R 29308 29308 26837 0 -1 4202560 26568 0 0 0 222 11 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3800750144 137461622 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29309/tid=29315] ppid=29308 vsize=1064604 CPUtime=1.81 cores=1,3,5,7
/proc/29309/task/29315/stat : 29315 (pb_cplex) R 29308 29308 26837 0 -1 4202560 24173 0 0 0 169 12 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3790263168 135237155 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29309/tid=29316] ppid=29308 vsize=1064604 CPUtime=1.69 cores=1,3,5,7
/proc/29309/task/29316/stat : 29316 (pb_cplex) R 29308 29308 26837 0 -1 4202560 23504 0 0 0 158 11 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3779778848 136753041 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29309/tid=29317] ppid=29308 vsize=1064604 CPUtime=1.65 cores=1,3,5,7
/proc/29309/task/29317/stat : 29317 (pb_cplex) R 29308 29308 26837 0 -1 4202560 22156 0 0 0 154 11 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3769291564 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29309/tid=29318] ppid=29308 vsize=1064604 CPUtime=1.78 cores=1,3,5,7
/proc/29309/task/29318/stat : 29318 (pb_cplex) R 29308 29308 26837 0 -1 4202560 24446 0 0 0 168 10 0 0 20 0 8 0 390958216 1090154496 182447 33554432000 134512640 146736320 4293424640 3758807364 136853039 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.85
Current children cumulated vsize (KiB) 1073752

[startup+51.1003 s]
/proc/loadavg: 4.16 6.60 5.93 3/184 29318
/proc/meminfo: memFree=29421140/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=93.4 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 758716 0 0 0 9006 334 0 0 20 0 1 0 390956215 291667968 54940 33554432000 134512640 146736320 4293424640 4293418832 136008226 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 54940 943 2985 0 68142 0
Current children cumulated CPU time (s) 93.4
Current children cumulated vsize (KiB) 293980

[startup+102.306 s]
/proc/loadavg: 2.90 5.87 5.71 4/184 29318
/proc/meminfo: memFree=29413000/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=144.58 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 760838 0 0 0 14123 335 0 0 20 0 1 0 390956215 291667968 55628 33554432000 134512640 146736320 4293424640 4293418404 135857535 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55628 943 2985 0 68142 0
Current children cumulated CPU time (s) 144.58
Current children cumulated vsize (KiB) 293980

[startup+162.3 s]
/proc/loadavg: 2.30 5.17 5.48 8/184 29318
/proc/meminfo: memFree=29406076/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=204.57 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 761687 0 0 0 20121 336 0 0 20 0 1 0 390956215 291667968 55730 33554432000 134512640 146736320 4293424640 4293418832 136008056 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55730 943 2985 0 68142 0
Current children cumulated CPU time (s) 204.57
Current children cumulated vsize (KiB) 293980

[startup+222.3 s]
/proc/loadavg: 2.01 4.55 5.25 3/184 29318
/proc/meminfo: memFree=29401240/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=264.56 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 761687 0 0 0 26120 336 0 0 20 0 1 0 390956215 291667968 55730 33554432000 134512640 146736320 4293424640 4293418900 136004384 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55730 943 2985 0 68142 0
Current children cumulated CPU time (s) 264.56
Current children cumulated vsize (KiB) 293980

[startup+282.3 s]
/proc/loadavg: 2.16 4.13 5.06 6/184 29318
/proc/meminfo: memFree=29394604/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=324.56 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 761687 0 0 0 32120 336 0 0 20 0 1 0 390956215 291667968 55730 33554432000 134512640 146736320 4293424640 4293421024 136208091 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55730 943 2985 0 68142 0
Current children cumulated CPU time (s) 324.56
Current children cumulated vsize (KiB) 293980

[startup+342.3 s]
/proc/loadavg: 2.45 3.83 4.89 5/184 29322

################
# More data... #
################

/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1044.44 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 770043 0 0 0 104105 339 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008093 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1044.44
Current children cumulated vsize (KiB) 293980

[startup+1062.3 s]
/proc/loadavg: 1.99 2.16 3.33 3/177 29378
/proc/meminfo: memFree=29421320/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1104.43 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 770043 0 0 0 110104 339 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418776 136007053 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1104.43
Current children cumulated vsize (KiB) 293980

[startup+1122.3 s]
/proc/loadavg: 1.99 2.13 3.24 3/177 29378
/proc/meminfo: memFree=29421196/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1164.43 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 773102 0 0 0 116103 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293419216 136403117 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1164.43
Current children cumulated vsize (KiB) 293980

[startup+1182.3 s]
/proc/loadavg: 1.99 2.10 3.16 3/177 29378
/proc/meminfo: memFree=29421196/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1224.42 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 773102 0 0 0 122102 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008245 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1224.42
Current children cumulated vsize (KiB) 293980

[startup+1242.3 s]
/proc/loadavg: 1.99 2.08 3.08 3/177 29379
/proc/meminfo: memFree=29419444/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1284.41 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 773102 0 0 0 128101 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008050 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1284.41
Current children cumulated vsize (KiB) 293980

[startup+1302.3 s]
/proc/loadavg: 2.05 2.08 3.02 3/177 29379
/proc/meminfo: memFree=29417884/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1344.4 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 776350 0 0 0 134100 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008065 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1344.4
Current children cumulated vsize (KiB) 293980

[startup+1362.3 s]
/proc/loadavg: 2.02 2.06 2.95 3/177 29379
/proc/meminfo: memFree=29418008/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1404.39 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 776350 0 0 0 140099 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008042 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1404.39
Current children cumulated vsize (KiB) 293980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.05 2.89 3/177 29379
/proc/meminfo: memFree=29418008/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1464.38 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 776350 0 0 0 146098 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008177 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1464.38
Current children cumulated vsize (KiB) 293980

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.83 3/177 29379
/proc/meminfo: memFree=29418004/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1524.37 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 776350 0 0 0 152097 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418776 136007056 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1524.37
Current children cumulated vsize (KiB) 293980

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.78 3/178 29383
/proc/meminfo: memFree=29417872/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1584.36 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 776350 0 0 0 158096 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418624 136018896 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1584.36
Current children cumulated vsize (KiB) 293980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.72 3/177 29383
/proc/meminfo: memFree=29420668/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1644.35 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 776350 0 0 0 164095 340 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418832 136008416 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1644.35
Current children cumulated vsize (KiB) 293980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.68 3/177 29383
/proc/meminfo: memFree=29418744/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1704.34 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 797575 0 0 0 170087 347 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293417408 135468700 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1704.34
Current children cumulated vsize (KiB) 293980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.63 3/177 29383
/proc/meminfo: memFree=29416560/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1764.33 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 797575 0 0 0 176086 347 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418400 136006323 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1764.33
Current children cumulated vsize (KiB) 293980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1758 s]
/proc/loadavg: 2.00 2.01 2.61 3/177 29383
/proc/meminfo: memFree=29416684/32873844 swapFree=7120/7120
[pid=29308] ppid=29306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29308/stat : 29308 (run) S 29306 29308 26837 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390956215 9367552 270 33554432000 4194304 5064252 140733356120512 140733356119424 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29308/statm: 2287 270 229 213 0 72 0
[pid=29309] ppid=29308 vsize=284832 CPUtime=1800.03 cores=1,3,5,7
/proc/29309/stat : 29309 (pb_cplex) R 29308 29308 26837 0 -1 4202496 797575 0 0 0 179656 347 0 0 20 0 1 0 390956215 291667968 55731 33554432000 134512640 146736320 4293424640 4293418448 136008178 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29309/statm: 71208 55731 944 2985 0 68142 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 293980

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1758.01
CPU time (s): 1800.05
CPU user time (s): 1796.57
CPU system time (s): 3.48147
CPU usage (%): 102.391
Max. virtual memory (cumulated for all children) (KiB): 1092628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.57
system time used= 3.48147
maximum resident set size= 752184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797941
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= 11838
involuntary context switches= 6336

runsolver used 3.60345 second user time and 7.85081 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-09 15:24:36
IDJOB=3736699
IDBENCH=48104
IDSOLVER=2325
FILE ID=node104/3736699-1339248276
RUNJOBID= node104-1339246834-26854
PBS_JOBID= 14644377
Free space on /tmp= 69492 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_4.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736699-1339248276/watcher-3736699-1339248276 -o /tmp/evaluation-result-3736699-1339248276/solver-3736699-1339248276 -C 1800 -W 1900 -M 15500  run HOME/instance-3736699-1339248276.opb

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=662368354

node104.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.266
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	: 5332.53
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.266
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.266
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.91
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.266
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.92
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.266
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.91
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29651088 kB
Buffers:          710036 kB
Cached:          1450980 kB
SwapCached:         1864 kB
Active:          2170408 kB
Inactive:          96256 kB
Active(anon):     101336 kB
Inactive(anon):     5824 kB
Active(file):    2069072 kB
Inactive(file):    90432 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67102148 kB
Dirty:             16704 kB
Writeback:             0 kB
AnonPages:        176712 kB
Mapped:            13056 kB
Shmem:                 4 kB
Slab:             815944 kB
SReclaimable:     257480 kB
SUnreclaim:       558464 kB
KernelStack:        1528 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     207188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736699-1339248276.opb

Free space on /tmp at the end= 69472 MiB
End job on node104 at 2012-06-09 15:53:55