Trace number 3736721

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.02 1712.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_4.opb
MD5SUMca18e0f90c225db0db25139874012827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75484
Sum of products size (including duplicates)150968
Number of different products75484
Sum of products size150968

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736721-1339248292.opb.
0.00/0.00	c Instance file HOME/instance-3736721-1339248292.opb
0.00/0.00	c File size is 5919845 bytes.
1.39/1.40	c Highest Coefficient sum: 109
1.39/1.40	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
1.49/1.51	c ============================[ Problem Statistics ]=============================
1.49/1.51	c |                                                                             |
1.49/1.51	c |  Parsing time:          1.48         s                                      |
1.49/1.51	c |  Number Variables:      76484                                               |
1.49/1.53	c |  Number Constraints:    151968                                              |
1.49/1.53	c ===============================================================================
1799.88/1712.00	c Remaining time 1798.51 sec.
1799.88/1712.00	c 
1799.88/1712.00	c *** INTERRUPTED ***
1799.88/1712.00	s UNKNOWN
1799.88/1712.00	c Total CPU time              : 1792.73 s
1799.88/1712.00	c Memory used           : 445.29 MB
1799.88/1712.00	c CPU time              : 1792.73 s
1799.88/1712.00	c 
1799.88/1712.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-3736721-1339248292/watcher-3736721-1339248292 -o /tmp/evaluation-result-3736721-1339248292/solver-3736721-1339248292 -C 1800 -W 1900 -M 15500 run HOME/instance-3736721-1339248292.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.02 5.41 4.72 9/182 17225
/proc/meminfo: memFree=28824992/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0

[startup+0.010389 s]
/proc/loadavg: 5.02 5.41 4.72 9/182 17225
/proc/meminfo: memFree=28824992/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 5.02 5.41 4.72 9/182 17225
/proc/meminfo: memFree=28824992/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 5.02 5.41 4.72 9/182 17225
/proc/meminfo: memFree=28824992/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700186 s]
/proc/loadavg: 5.02 5.41 4.72 9/182 17225
/proc/meminfo: memFree=28824992/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 5.02 5.41 4.72 9/184 17227
/proc/meminfo: memFree=28798464/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=91716 CPUtime=1.49 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 21525 0 0 0 146 3 0 0 20 0 1 0 390954832 93917184 19039 33554432000 134512640 146736320 4292483952 4292482304 134993670 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 22929 19041 530 2985 0 19863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100864

[startup+3.10024 s]
/proc/loadavg: 5.02 5.41 4.72 10/184 17227
/proc/meminfo: memFree=28720212/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=293708 CPUtime=3.09 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 65198 0 0 0 297 12 0 0 20 0 1 0 390954832 300756992 34134 33554432000 134512640 146736320 4292483952 4292481088 144797937 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 73577 34136 714 2985 0 70511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 302856

[startup+6.30022 s]
/proc/loadavg: 5.02 5.40 4.72 5/184 17227
/proc/meminfo: memFree=28582056/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=445784 CPUtime=6.29 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 91009 0 0 0 611 18 0 0 20 0 1 0 390954832 456482816 61523 33554432000 134512640 146736320 4292483952 4292479716 139028313 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 111446 61523 802 2985 0 108380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 454932

[startup+12.7002 s]
/proc/loadavg: 4.86 5.36 4.71 4/184 17227
/proc/meminfo: memFree=28579004/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=447320 CPUtime=12.69 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 91777 0 0 0 1251 18 0 0 20 0 1 0 390954832 458055680 62163 33554432000 134512640 146736320 4292483952 4292479664 135983019 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 111830 62163 802 2985 0 108764 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 456468

[startup+25.5002 s]
/proc/loadavg: 5.19 5.41 4.73 8/184 17227
/proc/meminfo: memFree=28578648/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=447320 CPUtime=25.49 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 93037 0 0 0 2530 19 0 0 20 0 1 0 390954832 458055680 62163 33554432000 134512640 146736320 4292483952 4292479664 135982920 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 111830 62163 802 2985 0 108764 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 456468

[startup+51.1001 s]
/proc/loadavg: 6.27 5.65 4.83 10/184 17227
/proc/meminfo: memFree=28578896/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=447320 CPUtime=51.08 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 95809 0 0 0 5088 20 0 0 20 0 1 0 390954832 458055680 62163 33554432000 134512640 146736320 4292483952 4292479716 139028313 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 111830 62163 802 2985 0 108764 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 456468

############
# WARNING:
# current cumulated CPU time (189.54 s) is less than in the last sample (189.68 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.139999 s) to the 'lost time'.

[startup+101.3 s]
/proc/loadavg: 7.88 6.14 5.04 15/191 17235
/proc/meminfo: memFree=27316724/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=2017768 CPUtime=189.68 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) S 17225 17225 16516 0 -1 4202496 1277502 0 0 0 18515 453 0 0 20 0 8 0 390954832 2066194432 372728 33554432000 134512640 146736320 4292483952 4292480336 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17226/statm: 504442 372728 929 2985 0 501376 0
[pid=17226/tid=17229] ppid=17225 vsize=2017768 CPUtime=15.89 cores=1,3,5,7
/proc/17226/task/17229/stat : 17229 (pb_cplex) S 17225 17225 16516 0 -1 4202560 121487 0 0 0 1542 47 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3253882512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17226/tid=17230] ppid=17225 vsize=2017768 CPUtime=16.35 cores=1,3,5,7
/proc/17226/task/17230/stat : 17230 (pb_cplex) R 17225 17225 16516 0 -1 4202560 122728 0 0 0 1586 49 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3243393856 135231484 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=17226/tid=17231] ppid=17225 vsize=2017768 CPUtime=14.34 cores=1,3,5,7
/proc/17226/task/17231/stat : 17231 (pb_cplex) S 17225 17225 16516 0 -1 4202560 116537 0 0 0 1387 47 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3232910992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17226/tid=17232] ppid=17225 vsize=2017768 CPUtime=17.71 cores=1,3,5,7
/proc/17226/task/17232/stat : 17232 (pb_cplex) S 17225 17225 16516 0 -1 4202560 122664 0 0 0 1721 50 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3222425232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17226/tid=17233] ppid=17225 vsize=2017768 CPUtime=16.23 cores=1,3,5,7
/proc/17226/task/17233/stat : 17233 (pb_cplex) S 17225 17225 16516 0 -1 4202560 119221 0 0 0 1575 48 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3211939472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17226/tid=17234] ppid=17225 vsize=2017768 CPUtime=16.26 cores=1,3,5,7
/proc/17226/task/17234/stat : 17234 (pb_cplex) S 17225 17225 16516 0 -1 4202560 130927 0 0 0 1574 52 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3201453712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17226/tid=17235] ppid=17225 vsize=2017768 CPUtime=14.63 cores=1,3,5,7
/proc/17226/task/17235/stat : 17235 (pb_cplex) S 17225 17225 16516 0 -1 4202560 120493 0 0 0 1415 48 0 0 20 0 8 0 390961678 2066194432 372728 33554432000 134512640 146736320 4292483952 3190967952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 189.68
Current children cumulated vsize (KiB) 2026916

[startup+101.4 s]
/proc/loadavg: 7.88 6.14 5.04 15/191 17235
/proc/meminfo: memFree=27316724/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=1086160 CPUtime=189.54 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1278200 0 0 0 18495 459 0 0 20 0 1 0 390954832 1112227840 192979 33554432000 134512640 146736320 4292483952 4292481164 144797937 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17226/statm: 271540 192819 929 2985 0 268474 0
Current children cumulated CPU time (s) 189.54
Current children cumulated vsize (KiB) 1095308
#
############


[startup+102.307 s]
/proc/loadavg: 7.88 6.14 5.04 9/184 17235
/proc/meminfo: memFree=28448968/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=593348 CPUtime=190.45 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1280861 0 0 0 18584 461 0 0 20 0 1 0 390954832 607588352 93982 33554432000 134512640 146736320 4292483952 4292480728 144757825 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17226/statm: 148337 93982 929 2985 0 145271 0
Current children cumulated CPU time (s) 190.45
Current children cumulated vsize (KiB) 602496

[startup+162.3 s]
/proc/loadavg: 7.11 6.30 5.16 7/185 17236
/proc/meminfo: memFree=28528944/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=439644 CPUtime=1150.27 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1857525 0 0 0 114373 654 0 0 20 0 1 0 390954832 450195456 86441 33554432000 134512640 146736320 4292483952 4292478112 136006074 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 109911 86441 943 2985 0 106845 0
Current children cumulated CPU time (s) 1150.27
Current children cumulated vsize (KiB) 448792

[startup+1122.3 s]
/proc/loadavg: 8.90 6.39 5.18 10/184 17325
/proc/meminfo: memFree=28426884/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=439644 CPUtime=1210.26 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1858368 0 0 0 120371 655 0 0 20 0 1 0 390954832 450195456 89501 33554432000 134512640 146736320 4292483952 4292478112 136006323 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 109911 89501 943 2985 0 106845 0
Current children cumulated CPU time (s) 1210.26
Current children cumulated vsize (KiB) 448792

[startup+1182.3 s]
/proc/loadavg: 8.40 6.75 5.38 3/177 17375
/proc/meminfo: memFree=28444128/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=442256 CPUtime=1270.26 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1892792 0 0 0 126357 669 0 0 20 0 1 0 390954832 452870144 87319 33554432000 134512640 146736320 4292483952 4292478228 136004858 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 110564 87319 943 2985 0 107498 0
Current children cumulated CPU time (s) 1270.26
Current children cumulated vsize (KiB) 451404

[startup+1242.3 s]
/proc/loadavg: 4.35 5.88 5.16 3/177 17424
/proc/meminfo: memFree=28427248/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=442256 CPUtime=1330.24 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1896647 0 0 0 132354 670 0 0 20 0 1 0 390954832 452870144 88410 33554432000 134512640 146736320 4292483952 4292478112 136006074 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 110564 88410 943 2985 0 107498 0
Current children cumulated CPU time (s) 1330.24
Current children cumulated vsize (KiB) 451404

[startup+1302.3 s]
/proc/loadavg: 2.86 5.17 4.96 3/177 17425
/proc/meminfo: memFree=28424892/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=442256 CPUtime=1390.24 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1899885 0 0 0 138353 671 0 0 20 0 1 0 390954832 452870144 88421 33554432000 134512640 146736320 4292483952 4292478112 136006354 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 110564 88421 943 2985 0 107498 0
Current children cumulated CPU time (s) 1390.24
Current children cumulated vsize (KiB) 451404

[startup+1362.3 s]
/proc/loadavg: 2.31 4.59 4.78 3/177 17425
/proc/meminfo: memFree=28417324/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=446584 CPUtime=1450.23 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 1959981 0 0 0 144329 694 0 0 20 0 1 0 390954832 457302016 90402 33554432000 134512640 146736320 4292483952 4292478112 136006382 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 111646 90402 943 2985 0 108580 0
Current children cumulated CPU time (s) 1450.23
Current children cumulated vsize (KiB) 455732

[startup+1422.31 s]
/proc/loadavg: 2.11 4.12 4.60 3/177 17425
/proc/meminfo: memFree=28416360/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=455972 CPUtime=1510.22 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 2009039 0 0 0 150314 708 0 0 20 0 1 0 390954832 466915328 90489 33554432000 134512640 146736320 4292483952 4292477844 136004384 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 113993 90489 943 2985 0 110927 0
Current children cumulated CPU time (s) 1510.22
Current children cumulated vsize (KiB) 465120

[startup+1482.3 s]
/proc/loadavg: 2.04 3.73 4.43 3/177 17425
/proc/meminfo: memFree=28406496/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=455972 CPUtime=1570.21 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 2009580 0 0 0 156312 709 0 0 20 0 1 0 390954832 466915328 90494 33554432000 134512640 146736320 4292483952 4292477844 136004967 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 113993 90494 943 2985 0 110927 0
Current children cumulated CPU time (s) 1570.21
Current children cumulated vsize (KiB) 465120

[startup+1542.3 s]
/proc/loadavg: 2.01 3.41 4.28 3/178 17428
/proc/meminfo: memFree=28384756/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=455972 CPUtime=1630.2 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 2011683 0 0 0 162310 710 0 0 20 0 1 0 390954832 466915328 91574 33554432000 134512640 146736320 4292483952 4292477728 136006378 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 113993 91574 945 2985 0 110927 0
Current children cumulated CPU time (s) 1630.2
Current children cumulated vsize (KiB) 465120

[startup+1602.3 s]
/proc/loadavg: 2.00 3.15 4.13 3/177 17429
/proc/meminfo: memFree=28378392/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=455972 CPUtime=1690.19 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 2016246 0 0 0 168307 712 0 0 20 0 1 0 390954832 466915328 91581 33554432000 134512640 146736320 4292483952 4292477728 136006074 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 113993 91581 945 2985 0 110927 0
Current children cumulated CPU time (s) 1690.19
Current children cumulated vsize (KiB) 465120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.94 4.00 3/177 17429
/proc/meminfo: memFree=28379192/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=455972 CPUtime=1750.18 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 2020336 0 0 0 174305 713 0 0 20 0 1 0 390954832 466915328 91581 33554432000 134512640 146736320 4292483952 4292477692 136400456 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 113993 91581 945 2985 0 110927 0
Current children cumulated CPU time (s) 1750.18
Current children cumulated vsize (KiB) 465120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1712 s]
/proc/loadavg: 2.00 2.79 3.89 3/177 17429
/proc/meminfo: memFree=28379068/32873624 swapFree=7112/7112
[pid=17225] ppid=17223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17225/stat : 17225 (run) S 17223 17225 16516 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390954832 9367552 270 33554432000 4194304 5064252 140733787206688 140733787205600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17225/statm: 2287 270 229 213 0 72 0
[pid=17226] ppid=17225 vsize=455972 CPUtime=1799.88 cores=1,3,5,7
/proc/17226/stat : 17226 (pb_cplex) R 17225 17225 16516 0 -1 4202496 2026280 0 0 0 179273 715 0 0 20 0 1 0 390954832 466915328 91582 33554432000 134512640 146736320 4292483952 4292477728 136006275 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/17226/statm: 113993 91582 945 2985 0 110927 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (KiB) 465120

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17225 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1799.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.139999
#  lost CPU user time (s): 0.199997
#  lost CPU system time (s): -0.0599999

Real time (s): 1712.01
CPU time (s): 1800.02
CPU user time (s): 1792.93
CPU system time (s): 7.09
CPU usage (%): 105.141
Max. virtual memory (cumulated for all children) (KiB): 2087124

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

runsolver used 3.75943 second user time and 9.48556 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 15:24:52
IDJOB=3736721
IDBENCH=48108
IDSOLVER=2325
FILE ID=node121/3736721-1339248292
RUNJOBID= node121-1339246834-16533
PBS_JOBID= 14644360
Free space on /tmp= 70628 MiB

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

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

MD5SUM BENCH= ca18e0f90c225db0db25139874012827
RANDOM SEED=2027219552

node121.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		: 2667.042
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	: 5334.08
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		: 2667.042
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		: 2667.042
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.92
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        28830396 kB
Buffers:         1018980 kB
Cached:          1865636 kB
SwapCached:          340 kB
Active:          2994432 kB
Inactive:          82780 kB
Active(anon):     172200 kB
Inactive(anon):     8164 kB
Active(file):    2822232 kB
Inactive(file):    74616 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:             17504 kB
Writeback:             0 kB
AnonPages:        194536 kB
Mapped:            15524 kB
Shmem:                40 kB
Slab:             825796 kB
SReclaimable:     269656 kB
SUnreclaim:       556140 kB
KernelStack:        1584 kB
PageTables:         4732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     252792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736721-1339248292.opb

Free space on /tmp at the end= 70600 MiB
End job on node121 at 2012-06-09 15:53:28