Trace number 3736732

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.09 1731.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_1.opb
MD5SUM0c93b84d697c3c1b68cbcf423dabc710
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark1798.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 72
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 constraint26
Maximum length of a constraint52
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)31640
Sum of products size (including duplicates)63280
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736732-1339248314.opb.
0.00/0.00	c Instance file HOME/instance-3736732-1339248314.opb
0.00/0.00	c File size is 2479420 bytes.
0.00/0.51	c Highest Coefficient sum: 53
0.00/0.51	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.56	c ============================[ Problem Statistics ]=============================
0.00/0.56	c |                                                                             |
0.00/0.56	c |  Parsing time:          0.55         s                                      |
0.00/0.56	c |  Number Variables:      32640                                               |
0.00/0.57	c |  Number Constraints:    64280                                               |
0.00/0.57	c ===============================================================================
1799.95/1731.60	c Remaining time 1799.44 sec.
1799.95/1731.60	c 
1799.95/1731.60	c *** INTERRUPTED ***
1799.95/1731.60	s UNKNOWN
1799.95/1731.60	c Total CPU time              : 1794.08 s
1799.95/1731.60	c Memory used           : 280.78 MB
1799.95/1731.60	c CPU time              : 1794.09 s
1799.95/1731.60	c 
1799.95/1731.60	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-3736732-1339248314/watcher-3736732-1339248314 -o /tmp/evaluation-result-3736732-1339248314/solver-3736732-1339248314 -C 1800 -W 1900 -M 15500 run HOME/instance-3736732-1339248314.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: 1.00 1.33 1.87 3/177 30187
/proc/meminfo: memFree=29113628/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0

[startup+0.0641931 s]
/proc/loadavg: 1.00 1.33 1.87 3/177 30187
/proc/meminfo: memFree=29113628/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.00 1.33 1.87 3/177 30187
/proc/meminfo: memFree=29113628/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300299 s]
/proc/loadavg: 1.00 1.33 1.87 3/177 30187
/proc/meminfo: memFree=29113628/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700324 s]
/proc/loadavg: 1.00 1.33 1.87 3/177 30187
/proc/meminfo: memFree=29113628/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.00 1.33 1.87 3/179 30189
/proc/meminfo: memFree=29049976/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=196144 CPUtime=1.49 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 39593 0 0 0 137 12 0 0 20 0 1 0 390955838 200851456 28157 33554432000 134512640 146736320 4290293248 4290288944 135983260 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 49036 28157 802 2985 0 45970 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205292

[startup+3.10026 s]
/proc/loadavg: 1.00 1.33 1.87 3/179 30189
/proc/meminfo: memFree=29004700/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=196144 CPUtime=3.09 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 39593 0 0 0 297 12 0 0 20 0 1 0 390955838 200851456 28157 33554432000 134512640 146736320 4290293248 4290288996 139028298 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 49036 28157 802 2985 0 45970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205292

[startup+6.30031 s]
/proc/loadavg: 1.08 1.34 1.87 3/179 30189
/proc/meminfo: memFree=29002840/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=196484 CPUtime=6.29 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 40403 0 0 0 616 13 0 0 20 0 1 0 390955838 201199616 28327 33554432000 134512640 146736320 4290293248 4290288944 135983306 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 49121 28327 802 2985 0 46055 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 205632

[startup+12.7004 s]
/proc/loadavg: 1.23 1.37 1.88 3/179 30189
/proc/meminfo: memFree=29002552/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=158692 CPUtime=12.68 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 78959 0 0 0 1244 24 0 0 20 0 1 0 390955838 162500608 22746 33554432000 134512640 146736320 4290293248 4290289632 136207929 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 39673 22746 895 2985 0 36607 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 167840

[startup+25.5007 s]
/proc/loadavg: 1.96 1.52 1.91 10/185 30196
/proc/meminfo: memFree=28426536/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=988856 CPUtime=42.47 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 403054 0 0 0 4089 158 0 0 20 0 8 0 390955838 1012588544 170914 33554432000 134512640 146736320 4290293248 4290286624 136002757 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 247214 170914 930 2985 0 244148 0
[pid=30188/tid=30190] ppid=30187 vsize=988856 CPUtime=2.76 cores=1,3,5,7
/proc/30188/task/30190/stat : 30190 (pb_cplex) R 30187 30187 29579 0 -1 4202560 28117 0 0 0 261 15 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3886219976 136002878 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30188/tid=30191] ppid=30187 vsize=988856 CPUtime=2.89 cores=1,3,5,7
/proc/30188/task/30191/stat : 30191 (pb_cplex) R 30187 30187 29579 0 -1 4202560 26968 0 0 0 275 14 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3875735876 136853039 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30188/tid=30192] ppid=30187 vsize=988856 CPUtime=2.82 cores=1,3,5,7
/proc/30188/task/30192/stat : 30192 (pb_cplex) R 30187 30187 29579 0 -1 4202560 26487 0 0 0 268 14 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3865250096 137371870 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30188/tid=30193] ppid=30187 vsize=988856 CPUtime=2.86 cores=1,3,5,7
/proc/30188/task/30193/stat : 30193 (pb_cplex) R 30187 30187 29579 0 -1 4202560 27394 0 0 0 273 13 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3854762624 139046519 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30188/tid=30194] ppid=30187 vsize=988856 CPUtime=3.01 cores=1,3,5,7
/proc/30188/task/30194/stat : 30194 (pb_cplex) R 30187 30187 29579 0 -1 4202560 29290 0 0 0 289 12 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3844276608 137059896 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30188/tid=30195] ppid=30187 vsize=988856 CPUtime=2.93 cores=1,3,5,7
/proc/30188/task/30195/stat : 30195 (pb_cplex) R 30187 30187 29579 0 -1 4202560 27648 0 0 0 276 17 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3833792480 139023078 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30188/tid=30196] ppid=30187 vsize=988856 CPUtime=2.91 cores=1,3,5,7
/proc/30188/task/30196/stat : 30196 (pb_cplex) R 30187 30187 29579 0 -1 4202560 27664 0 0 0 277 14 0 0 20 0 8 0 390957715 1012588544 170914 33554432000 134512640 146736320 4290293248 3823305400 139023039 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 42.47
Current children cumulated vsize (KiB) 998004

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

[startup+43.1006 s]
/proc/loadavg: 3.37 1.85 2.02 9/186 30197
/proc/meminfo: memFree=28389256/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=1013984 CPUtime=111.95 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) S 30187 30187 29579 0 -1 4202496 773470 0 0 0 10839 356 0 0 20 0 8 0 390955838 1038319616 177065 33554432000 134512640 146736320 4290293248 4290289616 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 253496 177065 930 2985 0 250430 0
[pid=30188/tid=30190] ppid=30187 vsize=1013984 CPUtime=12.23 cores=1,3,5,7
/proc/30188/task/30190/stat : 30190 (pb_cplex) S 30187 30187 29579 0 -1 4202560 83092 0 0 0 1184 39 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3886222992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30188/tid=30191] ppid=30187 vsize=1013984 CPUtime=12.43 cores=1,3,5,7
/proc/30188/task/30191/stat : 30191 (pb_cplex) S 30187 30187 29579 0 -1 4202560 78176 0 0 0 1201 42 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3875737232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30188/tid=30192] ppid=30187 vsize=1013984 CPUtime=12.16 cores=1,3,5,7
/proc/30188/task/30192/stat : 30192 (pb_cplex) R 30187 30187 29579 0 -1 4202560 75938 0 0 0 1176 40 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3865248832 137381132 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30188/tid=30193] ppid=30187 vsize=1013984 CPUtime=12.37 cores=1,3,5,7
/proc/30188/task/30193/stat : 30193 (pb_cplex) S 30187 30187 29579 0 -1 4202560 78346 0 0 0 1198 39 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3854765712 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30188/tid=30194] ppid=30187 vsize=1013984 CPUtime=12.09 cores=1,3,5,7
/proc/30188/task/30194/stat : 30194 (pb_cplex) S 30187 30187 29579 0 -1 4202560 79832 0 0 0 1170 39 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3844279952 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30188/tid=30195] ppid=30187 vsize=1013984 CPUtime=12.99 cores=1,3,5,7
/proc/30188/task/30195/stat : 30195 (pb_cplex) S 30187 30187 29579 0 -1 4202560 76678 0 0 0 1254 45 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3833794192 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30188/tid=30196] ppid=30187 vsize=1013984 CPUtime=12.67 cores=1,3,5,7
/proc/30188/task/30196/stat : 30196 (pb_cplex) S 30187 30187 29579 0 -1 4202560 77260 0 0 0 1228 39 0 0 20 0 8 0 390957715 1038319616 177065 33554432000 134512640 146736320 4290293248 3823308432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 111.95
Current children cumulated vsize (KiB) 1023132

[startup+43.2006 s]
/proc/loadavg: 3.37 1.85 2.02 9/186 30197
/proc/meminfo: memFree=28389256/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=530524 CPUtime=111.82 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 773537 0 0 0 10818 364 0 0 20 0 1 0 390955838 543256576 80248 33554432000 134512640 146736320 4290293248 4290290008 144757825 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 132631 80248 930 2985 0 129565 0
Current children cumulated CPU time (s) 111.82
Current children cumulated vsize (KiB) 539672
#
############


[startup+51.1004 s]
/proc/loadavg: 3.16 1.85 2.02 3/179 30197
/proc/meminfo: memFree=28898388/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=119.71 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 783507 0 0 0 11400 571 0 0 20 0 1 0 390955838 294416384 53846 33554432000 134512640 146736320 4290293248 4290287384 136007616 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30188/statm: 71879 53846 939 2985 0 68813 0
Current children cumulated CPU time (s) 119.71
Current children cumulated vsize (KiB) 296664

[startup+102.307 s]
/proc/loadavg: 2.50 1.87 2.01 3/179 30197

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

/proc/meminfo: memFree=29057632/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1130.75 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 112490 585 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008385 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1130.75
Current children cumulated vsize (KiB) 296664

[startup+1122.3 s]
/proc/loadavg: 7.84 6.05 4.51 10/186 30443
/proc/meminfo: memFree=29027444/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1190.74 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 118489 585 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008441 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1190.74
Current children cumulated vsize (KiB) 296664

[startup+1182.3 s]
/proc/loadavg: 8.57 6.58 4.79 10/186 30443
/proc/meminfo: memFree=29024772/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1250.73 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 124488 585 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008441 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1250.73
Current children cumulated vsize (KiB) 296664

[startup+1242.3 s]
/proc/loadavg: 7.57 6.72 4.95 10/186 30443
/proc/meminfo: memFree=29022540/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1310.72 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 130487 585 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287688 135999691 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1310.72
Current children cumulated vsize (KiB) 296664

[startup+1302.3 s]
/proc/loadavg: 8.47 7.13 5.20 10/186 30444
/proc/meminfo: memFree=29021920/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1370.71 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 136486 585 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008441 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1370.71
Current children cumulated vsize (KiB) 296664

[startup+1362.3 s]
/proc/loadavg: 8.80 7.47 5.43 10/186 30444
/proc/meminfo: memFree=29022284/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1430.69 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 142484 585 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287232 136018974 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1430.69
Current children cumulated vsize (KiB) 296664

[startup+1422.31 s]
/proc/loadavg: 7.48 7.42 5.55 3/186 30444
/proc/meminfo: memFree=29020548/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1490.7 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 785877 0 0 0 148484 586 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008416 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1490.7
Current children cumulated vsize (KiB) 296664

[startup+1494.31 s]
/proc/loadavg: 7.04 7.33 5.53 3/179 30494
/proc/meminfo: memFree=29079748/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1562.69 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 786045 0 0 0 155683 586 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008450 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1562.69
Current children cumulated vsize (KiB) 296664

[startup+1542.31 s]
/proc/loadavg: 3.16 5.87 5.20 3/180 30497
/proc/meminfo: memFree=29020832/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1610.68 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 786045 0 0 0 160482 586 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287296 136382627 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1610.68
Current children cumulated vsize (KiB) 296664

[startup+1656.6 s]
/proc/loadavg: 2.64 5.44 5.08 3/179 30498
/proc/meminfo: memFree=29020972/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1724.95 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 786045 0 0 0 171909 586 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287688 136002042 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1724.95
Current children cumulated vsize (KiB) 296664

[startup+1666.81 s]
/proc/loadavg: 2.15 4.58 4.80 3/179 30498
/proc/meminfo: memFree=29020728/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1735.15 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 786045 0 0 0 172929 586 0 0 20 0 1 0 390955838 294416384 58169 33554432000 134512640 146736320 4290293248 4290287440 136008450 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58169 941 2985 0 68813 0
Current children cumulated CPU time (s) 1735.15
Current children cumulated vsize (KiB) 296664

[startup+1728.52 s]
/proc/loadavg: 2.08 4.26 4.68 4/179 30498
/proc/meminfo: memFree=29020660/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1796.87 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 786479 0 0 0 179100 587 0 0 20 0 1 0 390955838 294416384 58171 33554432000 134512640 146736320 4290293248 4290287440 136008416 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58171 943 2985 0 68813 0
Current children cumulated CPU time (s) 1796.87
Current children cumulated vsize (KiB) 296664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1731.6 s]
/proc/loadavg: 2.04 4.01 4.58 3/179 30498
/proc/meminfo: memFree=29020612/32873844 swapFree=7628/7628
[pid=30187] ppid=30185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30187/stat : 30187 (run) S 30185 30187 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390955838 9367552 270 33554432000 4194304 5064252 140733663618768 140733663617680 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30187/statm: 2287 270 229 213 0 72 0
[pid=30188] ppid=30187 vsize=287516 CPUtime=1799.95 cores=1,3,5,7
/proc/30188/stat : 30188 (pb_cplex) R 30187 30187 29579 0 -1 4202496 786479 0 0 0 179408 587 0 0 20 0 1 0 390955838 294416384 58171 33554432000 134512640 146736320 4290293248 4290287324 135854505 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30188/statm: 71879 58171 943 2985 0 68813 0
Current children cumulated CPU time (s) 1799.95
Current children cumulated vsize (KiB) 296664

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# 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.129997
#  lost CPU user time (s): 0.209999
#  lost CPU system time (s): -0.0800002

Real time (s): 1731.61
CPU time (s): 1800.09
CPU user time (s): 1794.3
CPU system time (s): 5.79611
CPU usage (%): 103.955
Max. virtual memory (cumulated for all children) (KiB): 1106992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 5.87611
maximum resident set size= 764416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 786845
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= 11884
involuntary context switches= 7781

runsolver used 5.76812 second user time and 14.5168 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-09 15:25:14
IDJOB=3736732
IDBENCH=48110
IDSOLVER=2325
FILE ID=node143/3736732-1339248314
RUNJOBID= node143-1339246834-29597
PBS_JOBID= 14644338
Free space on /tmp= 70084 MiB

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

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

MD5SUM BENCH= 0c93b84d697c3c1b68cbcf423dabc710
RANDOM SEED=608544948

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29117684 kB
Buffers:         1929916 kB
Cached:           442292 kB
SwapCached:          196 kB
Active:          2521028 kB
Inactive:         187392 kB
Active(anon):     324468 kB
Inactive(anon):    11452 kB
Active(file):    2196560 kB
Inactive(file):   175940 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:             16956 kB
Writeback:             0 kB
AnonPages:        340528 kB
Mapped:            12356 kB
Shmem:               160 kB
Slab:             904812 kB
SReclaimable:     346408 kB
SUnreclaim:       558404 kB
KernelStack:        1480 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     660528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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-3736732-1339248314.opb

Free space on /tmp at the end= 70060 MiB
End job on node143 at 2012-06-09 15:54:06