Trace number 3736941

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.01 1706.81

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_2.opb
MD5SUMcb610107b772b4f0726736eafa902b12
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 benchmark1796.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
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 constraint110
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)75286
Sum of products size (including duplicates)150572
Number of different products75286
Sum of products size150572

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736941-1339248408.opb.
0.00/0.00	c Instance file HOME/instance-3736941-1339248408.opb
0.00/0.00	c File size is 5903915 bytes.
1.39/1.40	c Highest Coefficient sum: 111
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:      76286                                               |
1.49/1.54	c |  Number Constraints:    151572                                              |
1.49/1.54	c ===============================================================================
1800.01/1706.80	c Remaining time 1798.50 sec.
1800.01/1706.80	c 
1800.01/1706.80	c *** INTERRUPTED ***
1800.01/1706.80	s UNKNOWN
1800.01/1706.80	c Total CPU time              : 1792.15 s
1800.01/1706.80	c Memory used           : 432.08 MB
1800.01/1706.80	c CPU time              : 1792.15 s
1800.01/1706.80	c 
1800.01/1706.80	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-3736941-1339248408/watcher-3736941-1339248408 -o /tmp/evaluation-result-3736941-1339248408/solver-3736941-1339248408 -C 1800 -W 1900 -M 15500 run HOME/instance-3736941-1339248408.opb 

running on 4 cores: 0,2,4,6

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.46 1.68 2.86 3/177 27666
/proc/meminfo: memFree=31587276/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0

[startup+0.014611 s]
/proc/loadavg: 3.46 1.68 2.86 3/177 27666
/proc/meminfo: memFree=31587276/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 3.46 1.68 2.86 3/177 27666
/proc/meminfo: memFree=31587276/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 3.46 1.68 2.86 3/177 27666
/proc/meminfo: memFree=31587276/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 3.46 1.68 2.86 3/177 27666
/proc/meminfo: memFree=31587276/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 3.46 1.68 2.86 3/179 27668
/proc/meminfo: memFree=31594532/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=90944 CPUtime=1.49 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 21421 0 0 0 146 3 0 0 20 0 1 0 390967908 93126656 18889 33554432000 134512640 146736320 4294614992 4294613504 134994624 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 22736 18890 530 2985 0 19670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100092

[startup+3.10023 s]
/proc/loadavg: 3.46 1.68 2.86 3/179 27668
/proc/meminfo: memFree=31517220/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=307028 CPUtime=3.08 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 66854 0 0 0 290 18 0 0 20 0 1 0 390967908 314396672 37289 33554432000 134512640 146736320 4294614992 4294612096 137421418 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 76757 37289 712 2985 0 73691 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 316176

[startup+6.30021 s]
/proc/loadavg: 3.42 1.70 2.86 3/179 27668
/proc/meminfo: memFree=31376224/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=444836 CPUtime=6.28 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 92412 0 0 0 605 23 0 0 20 0 1 0 390967908 455512064 62026 33554432000 134512640 146736320 4294614992 4294610672 135983319 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 111209 62026 802 2985 0 108143 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 453984

[startup+12.7002 s]
/proc/loadavg: 3.31 1.70 2.86 3/179 27668
/proc/meminfo: memFree=31373308/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=445860 CPUtime=12.68 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 92896 0 0 0 1245 23 0 0 20 0 1 0 390967908 456560640 62823 33554432000 134512640 146736320 4294614992 4294610672 135982920 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 111465 62823 802 2985 0 108399 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 455008

[startup+25.5002 s]
/proc/loadavg: 3.02 1.72 2.84 3/179 27668
/proc/meminfo: memFree=31369760/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=445860 CPUtime=25.49 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 92916 0 0 0 2525 24 0 0 20 0 1 0 390967908 456560640 62823 33554432000 134512640 146736320 4294614992 4294610672 135982935 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 111465 62823 802 2985 0 108399 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 455008

[startup+51.1003 s]
/proc/loadavg: 2.67 1.74 2.82 3/179 27668
/proc/meminfo: memFree=31368660/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=445860 CPUtime=51.08 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 92960 0 0 0 5084 24 0 0 20 0 1 0 390967908 456560640 62823 33554432000 134512640 146736320 4294614992 4294610672 135983319 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/27667/statm: 111465 62823 802 2985 0 108399 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 455008

[startup+102.307 s]
/proc/loadavg: 4.97 2.43 2.99 3/186 27676
/proc/meminfo: memFree=30153024/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=2000892 CPUtime=191.97 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1187228 0 0 0 18717 480 0 0 20 0 8 0 390967908 2048913408 365411 33554432000 134512640 146736320 4294614992 4294610152 136737537 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27667/statm: 500223 365411 928 2985 0 497157 0
[pid=27667/tid=27669] ppid=27666 vsize=2000892 CPUtime=15.44 cores=0,2,4,6
/proc/27667/task/27669/stat : 27669 (pb_cplex) R 27666 27666 27040 0 -1 4202560 107545 0 0 0 1489 55 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3257193088 139046511 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27667/tid=27670] ppid=27666 vsize=2000892 CPUtime=15.53 cores=0,2,4,6
/proc/27667/task/27670/stat : 27670 (pb_cplex) R 27666 27666 27040 0 -1 4202560 113068 0 0 0 1502 51 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3246707540 135983309 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27667/tid=27671] ppid=27666 vsize=2000892 CPUtime=17.19 cores=0,2,4,6
/proc/27667/task/27671/stat : 27671 (pb_cplex) R 27666 27666 27040 0 -1 4202560 112158 0 0 0 1665 54 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3236221520 136403103 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27667/tid=27672] ppid=27666 vsize=2000892 CPUtime=14.7 cores=0,2,4,6
/proc/27667/task/27672/stat : 27672 (pb_cplex) R 27666 27666 27040 0 -1 4202560 106601 0 0 0 1415 55 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3225735760 136403117 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=27667/tid=27673] ppid=27666 vsize=2000892 CPUtime=14.47 cores=0,2,4,6
/proc/27667/task/27673/stat : 27673 (pb_cplex) R 27666 27666 27040 0 -1 4202560 107327 0 0 0 1397 50 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3215250072 139023058 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27667/tid=27674] ppid=27666 vsize=2000892 CPUtime=16.45 cores=0,2,4,6
/proc/27667/task/27674/stat : 27674 (pb_cplex) R 27666 27666 27040 0 -1 4202560 110393 0 0 0 1595 50 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3204764384 136002748 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27667/tid=27675] ppid=27666 vsize=2000892 CPUtime=17.11 cores=0,2,4,6
/proc/27667/task/27675/stat : 27675 (pb_cplex) R 27666 27666 27040 0 -1 4202560 109380 0 0 0 1658 53 0 0 20 0 8 0 390974851 2048913408 365411 33554432000 134512640 146736320 4294614992 3194278560 135982686 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 191.97
Current children cumulated vsize (KiB) 2010040

[startup+162.3 s]
/proc/loadavg: 3.45 2.49 2.98 3/179 27676
/proc/meminfo: memFree=31318220/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=400312 CPUtime=255.76 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1405406 0 0 0 24986 590 0 0 20 0 1 0 390967908 409919488 75051 33554432000 134512640 146736320 4294614992 4294609084 136400481 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 100078 75051 940 2985 0 97012 0
Current children cumulated CPU time (s) 255.76
Current children cumulated vsize (KiB) 409460

[startup+222.3 s]
/proc/loadavg: 2.53 2.40 2.91 3/180 27679
/proc/meminfo: memFree=31311444/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=404336 CPUtime=315.74 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1515074 0 0 0 30948 626 0 0 20 0 1 0 390967908 414040064 76795 33554432000 134512640 146736320 4294614992 4294609112 136007612 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 101084 76795 940 2985 0 98018 0
Current children cumulated CPU time (s) 315.74
Current children cumulated vsize (KiB) 413484

[startup+282.3 s]
/proc/loadavg: 2.27 2.34 2.86 3/179 27679
/proc/meminfo: memFree=31303220/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=409416 CPUtime=375.74 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1585683 0 0 0 36919 655 0 0 20 0 1 0 390967908 419241984 78715 33554432000 134512640 146736320 4294614992 4294609120 136006074 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 102354 78715 940 2985 0 99288 0
Current children cumulated CPU time (s) 375.74
Current children cumulated vsize (KiB) 418564

[startup+342.3 s]
/proc/loadavg: 2.17 2.29 2.81 3/179 27679

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

/proc/27667/statm: 108913 91594 942 2985 0 105847 0
Current children cumulated CPU time (s) 1095.62
Current children cumulated vsize (KiB) 444800

[startup+1062.3 s]
/proc/loadavg: 2.14 2.08 2.38 3/179 27685
/proc/meminfo: memFree=31251756/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=435652 CPUtime=1155.61 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1876542 0 0 0 114806 755 0 0 20 0 1 0 390967908 446107648 91594 33554432000 134512640 146736320 4294614992 4294608852 136004958 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 108913 91594 942 2985 0 105847 0
Current children cumulated CPU time (s) 1155.61
Current children cumulated vsize (KiB) 444800

[startup+1122.3 s]
/proc/loadavg: 2.05 2.06 2.35 3/179 27685
/proc/meminfo: memFree=31251756/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=435652 CPUtime=1215.6 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1883907 0 0 0 120803 757 0 0 20 0 1 0 390967908 446107648 91594 33554432000 134512640 146736320 4294614992 4294608624 136384846 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 108913 91594 942 2985 0 105847 0
Current children cumulated CPU time (s) 1215.6
Current children cumulated vsize (KiB) 444800

[startup+1182.3 s]
/proc/loadavg: 2.15 2.08 2.34 3/179 27685
/proc/meminfo: memFree=31252376/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=435652 CPUtime=1275.59 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1895239 0 0 0 126797 762 0 0 20 0 1 0 390967908 446107648 91456 33554432000 134512640 146736320 4294614992 4294609004 136400469 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 108913 91456 942 2985 0 105847 0
Current children cumulated CPU time (s) 1275.59
Current children cumulated vsize (KiB) 444800

[startup+1242.3 s]
/proc/loadavg: 2.13 2.08 2.32 3/179 27685
/proc/meminfo: memFree=31252252/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=435996 CPUtime=1335.59 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1898511 0 0 0 132792 767 0 0 20 0 1 0 390967908 446459904 91539 33554432000 134512640 146736320 4294614992 4294608736 136006288 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 108999 91539 942 2985 0 105933 0
Current children cumulated CPU time (s) 1335.59
Current children cumulated vsize (KiB) 445144

[startup+1302.3 s]
/proc/loadavg: 2.04 2.06 2.30 3/179 27686
/proc/meminfo: memFree=31249952/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=438184 CPUtime=1395.58 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1911678 0 0 0 138784 774 0 0 20 0 1 0 390967908 448700416 92051 33554432000 134512640 146736320 4294614992 4294608576 136413787 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 109546 92051 942 2985 0 106480 0
Current children cumulated CPU time (s) 1395.58
Current children cumulated vsize (KiB) 447332

[startup+1362.3 s]
/proc/loadavg: 2.09 2.06 2.28 3/179 27686
/proc/meminfo: memFree=31249332/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=438604 CPUtime=1455.56 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1913150 0 0 0 144780 776 0 0 20 0 1 0 390967908 449130496 92156 33554432000 134512640 146736320 4294614992 4294608728 136007213 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 109651 92156 942 2985 0 106585 0
Current children cumulated CPU time (s) 1455.56
Current children cumulated vsize (KiB) 447752

[startup+1422.31 s]
/proc/loadavg: 2.03 2.05 2.26 3/180 27689
/proc/meminfo: memFree=31249324/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=438604 CPUtime=1515.56 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1914370 0 0 0 150778 778 0 0 20 0 1 0 390967908 449130496 92156 33554432000 134512640 146736320 4294614992 4294608736 136006331 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 109651 92156 942 2985 0 106585 0
Current children cumulated CPU time (s) 1515.56
Current children cumulated vsize (KiB) 447752

[startup+1482.3 s]
/proc/loadavg: 2.08 2.06 2.25 3/179 27689
/proc/meminfo: memFree=31248836/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=439136 CPUtime=1575.55 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1916072 0 0 0 156775 780 0 0 20 0 1 0 390967908 449675264 92289 33554432000 134512640 146736320 4294614992 4294608700 136400477 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 109784 92289 942 2985 0 106718 0
Current children cumulated CPU time (s) 1575.55
Current children cumulated vsize (KiB) 448284

[startup+1542.3 s]
/proc/loadavg: 2.15 2.07 2.24 3/179 27689
/proc/meminfo: memFree=31248340/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=439804 CPUtime=1635.54 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1917713 0 0 0 162773 781 0 0 20 0 1 0 390967908 450359296 92456 33554432000 134512640 146736320 4294614992 4294608852 136004949 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 109951 92456 942 2985 0 106885 0
Current children cumulated CPU time (s) 1635.54
Current children cumulated vsize (KiB) 448952

[startup+1602.3 s]
/proc/loadavg: 2.13 2.07 2.23 3/179 27690
/proc/meminfo: memFree=31246912/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=441340 CPUtime=1695.53 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1919951 0 0 0 168770 783 0 0 20 0 1 0 390967908 451932160 92789 33554432000 134512640 146736320 4294614992 4294608736 136006335 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 110335 92789 942 2985 0 107269 0
Current children cumulated CPU time (s) 1695.53
Current children cumulated vsize (KiB) 450488

[startup+1662.3 s]
/proc/loadavg: 2.11 2.07 2.22 3/179 27690
/proc/meminfo: memFree=31243120/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=442028 CPUtime=1755.52 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1922464 0 0 0 174766 786 0 0 20 0 1 0 390967908 452636672 93809 33554432000 134512640 146736320 4294614992 4294609004 136400447 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 110507 93809 942 2985 0 107441 0
Current children cumulated CPU time (s) 1755.52
Current children cumulated vsize (KiB) 451176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1706.8 s]
/proc/loadavg: 2.05 2.06 2.21 3/179 27761
/proc/meminfo: memFree=31421648/32873844 swapFree=7116/7116
[pid=27666] ppid=27664 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27666/stat : 27666 (run) S 27664 27666 27040 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390967908 9367552 270 33554432000 4194304 5064252 140736242148608 140736242147520 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27666/statm: 2287 270 229 213 0 72 0
[pid=27667] ppid=27666 vsize=442448 CPUtime=1800.01 cores=0,2,4,6
/proc/27667/stat : 27667 (pb_cplex) R 27666 27666 27040 0 -1 4202496 1924221 0 0 0 179214 787 0 0 20 0 1 0 390967908 453066752 93921 33554432000 134512640 146736320 4294614992 4294608736 136006320 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27667/statm: 110612 93921 942 2985 0 107546 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 451596

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 27666 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1706.81
CPU time (s): 1800.01
CPU user time (s): 1792.14
CPU system time (s): 7.87
CPU usage (%): 105.46
Max. virtual memory (cumulated for all children) (KiB): 2061372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 2
involuntary context switches= 1

runsolver used 3.35049 second user time and 9.38357 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 15:26:48
IDJOB=3736941
IDBENCH=48150
IDSOLVER=2325
FILE ID=node111/3736941-1339248408
RUNJOBID= node111-1339246833-27056
PBS_JOBID= 14644370
Free space on /tmp= 71256 MiB

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

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

MD5SUM BENCH= cb610107b772b4f0726736eafa902b12
RANDOM SEED=2087741036

node111.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.152
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.30
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.152
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.152
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		: 2666.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31623464 kB
Buffers:          124244 kB
Cached:            84844 kB
SwapCached:         1320 kB
Active:           389760 kB
Inactive:          32716 kB
Active(anon):     212008 kB
Inactive(anon):     4084 kB
Active(file):     177752 kB
Inactive(file):    28632 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:             17740 kB
Writeback:             0 kB
AnonPages:        221976 kB
Mapped:            12000 kB
Shmem:                 0 kB
Slab:             684388 kB
SReclaimable:     126292 kB
SUnreclaim:       558096 kB
KernelStack:        1456 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     386092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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-3736941-1339248408.opb

Free space on /tmp at the end= 71236 MiB
End job on node111 at 2012-06-09 15:55:18