Trace number 3743446

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 1800.31

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMbddfe521cf91a77d0e4de5a51a3aa343
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1051
Best CPU time to get the best result obtained on this benchmark1800.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 914879
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 914879
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3743446-1339252002.opb.
0.00/0.00	c Instance file HOME/instance-3743446-1339252002.opb
0.00/0.00	c File size is 28233149 bytes.
341.72/341.82	c Highest Coefficient sum: 64649
341.72/341.82	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
342.12/342.26	c ============================[ Problem Statistics ]=============================
342.12/342.26	c |                                                                             |
342.12/342.26	c |  Parsing time:          342.02       s                                      |
342.12/342.26	c |  Number Variables:      400896                                              |
342.32/342.44	c |  Number Constraints:    402763                                              |
342.32/342.44	c ===============================================================================
1799.90/1800.28	c Remaining time 1457.82 sec.
1799.90/1800.28	s UNKNOWN
1799.90/1800.28	c Total CPU time              : 1798.69 s
1800.01/1800.30	c 
1800.01/1800.30	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-3743446-1339252002/watcher-3743446-1339252002 -o /tmp/evaluation-result-3743446-1339252002/solver-3743446-1339252002 -C 1800 -W 1900 -M 15500 run HOME/instance-3743446-1339252002.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.53 8.18 6.61 3/177 19364
/proc/meminfo: memFree=31218956/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0

[startup+0.105312 s]
/proc/loadavg: 5.53 8.18 6.61 3/177 19364
/proc/meminfo: memFree=31218956/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200257 s]
/proc/loadavg: 5.53 8.18 6.61 3/177 19364
/proc/meminfo: memFree=31218956/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 5.53 8.18 6.61 3/177 19364
/proc/meminfo: memFree=31218956/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700286 s]
/proc/loadavg: 5.53 8.18 6.61 3/177 19364
/proc/meminfo: memFree=31218956/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 5.53 8.18 6.61 3/179 19366
/proc/meminfo: memFree=31195388/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=64840 CPUtime=1.49 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 7493 0 0 0 148 1 0 0 20 0 1 0 391328857 66396160 7132 33554432000 134512640 146736320 4293779264 4293777120 140528792 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 16210 7132 1095 2985 0 6251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73988

[startup+3.10026 s]
/proc/loadavg: 5.53 8.18 6.61 3/179 19366
/proc/meminfo: memFree=31194496/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=65632 CPUtime=3.09 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 7848 0 0 0 308 1 0 0 20 0 1 0 391328857 67207168 7487 33554432000 134512640 146736320 4293779264 4293777120 140528787 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 16408 7487 1237 2985 0 6449 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74780

[startup+6.30032 s]
/proc/loadavg: 5.24 8.08 6.59 3/179 19366
/proc/meminfo: memFree=31121396/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=176180 CPUtime=6.29 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 37232 0 0 0 621 8 0 0 20 0 1 0 391328857 180408320 36920 33554432000 134512640 146736320 4293779264 4293777216 134542843 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 44045 36920 4342 2985 0 34086 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 185328

[startup+12.7003 s]
/proc/loadavg: 4.98 7.98 6.56 3/179 19366
/proc/meminfo: memFree=31050108/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=216148 CPUtime=12.69 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 47851 0 0 0 1258 11 0 0 20 0 1 0 391328857 221335552 48170 33554432000 134512640 146736320 4293779264 4293777312 140665576 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 54037 48170 5962 2985 0 44078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225296

[startup+25.5062 s]
/proc/loadavg: 4.32 7.69 6.49 3/179 19367
/proc/meminfo: memFree=30962788/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=223856 CPUtime=25.48 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 51007 0 0 0 2537 11 0 0 20 0 1 0 391328857 229228544 51320 33554432000 134512640 146736320 4293779264 4293777244 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 55964 51320 7181 2985 0 46005 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 233004

[startup+51.1002 s]
/proc/loadavg: 4.60 7.46 6.44 10/186 19374
/proc/meminfo: memFree=30850204/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=223988 CPUtime=51.07 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 51039 0 0 0 5096 11 0 0 20 0 1 0 391328857 229363712 51352 33554432000 134512640 146736320 4293779264 4293777112 140526598 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 55997 51352 7181 2985 0 46038 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 233136

[startup+102.3 s]
/proc/loadavg: 4.65 7.12 6.38 3/179 19424
/proc/meminfo: memFree=30878924/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=224120 CPUtime=102.26 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 51074 0 0 0 10215 11 0 0 20 0 1 0 391328857 229498880 51589 33554432000 134512640 146736320 4293779264 4293777312 140665567 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 56030 51589 7181 2985 0 46071 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 233268

[startup+162.3 s]
/proc/loadavg: 2.97 6.18 6.11 3/179 19424
/proc/meminfo: memFree=30862292/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=224252 CPUtime=162.25 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 51102 0 0 0 16214 11 0 0 20 0 1 0 391328857 229634048 51617 33554432000 134512640 146736320 4293779264 4293777184 140679020 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 56063 51617 7181 2985 0 46104 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 233400

[startup+222.3 s]
/proc/loadavg: 4.74 5.98 6.03 10/187 19434
/proc/meminfo: memFree=30184540/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=224384 CPUtime=222.25 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 51124 0 0 0 22214 11 0 0 20 0 1 0 391328857 229769216 51639 33554432000 134512640 146736320 4293779264 4293777276 140683248 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 56096 51639 7181 2985 0 46137 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 233532

[startup+282.3 s]
/proc/loadavg: 6.80 6.35 6.15 9/186 19434
/proc/meminfo: memFree=30146708/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=224384 CPUtime=282.23 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 51144 0 0 0 28212 11 0 0 20 0 1 0 391328857 229769216 51659 33554432000 134512640 146736320 4293779264 4293777108 134814125 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 56096 51659 7181 2985 0 46137 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 233532

[startup+342.307 s]
/proc/loadavg: 5.98 6.25 6.14 4/186 19435
/proc/meminfo: memFree=30017608/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=390020 CPUtime=342.22 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 82311 0 0 0 34204 18 0 0 20 0 1 0 391328857 399380480 85019 33554432000 134512640 146736320 4293779264 4293777864 136180515 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 97505 85019 549 2985 0 94439 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 399168

[startup+402.3 s]
/proc/loadavg: 7.55 6.60 6.26 10/186 19435
/proc/meminfo: memFree=29529888/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/19365/statm: 328581 218447 794 2985 0 325515 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1323472

[startup+1242.3 s]
/proc/loadavg: 1.00 1.85 3.97 2/172 19470
/proc/meminfo: memFree=30433968/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1314544 CPUtime=1242.09 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 305099 0 0 0 124103 106 0 0 20 0 1 0 391328857 1346093056 218838 33554432000 134512640 146736320 4293779264 4293773916 135855174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 328636 218838 794 2985 0 325570 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1323692

[startup+1302.3 s]
/proc/loadavg: 1.00 1.69 3.78 2/172 19470
/proc/meminfo: memFree=30433020/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1314748 CPUtime=1302.08 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 306295 0 0 0 130100 108 0 0 20 0 1 0 391328857 1346301952 218989 33554432000 134512640 146736320 4293779264 4293774216 136388010 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 328687 218989 794 2985 0 325621 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1323896

[startup+1362.3 s]
/proc/loadavg: 1.00 1.56 3.60 2/172 19470
/proc/meminfo: memFree=30425732/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1314944 CPUtime=1362.06 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 307517 0 0 0 136097 109 0 0 20 0 1 0 391328857 1346502656 220877 33554432000 134512640 146736320 4293779264 4293773916 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 328736 220877 794 2985 0 325670 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1324092

[startup+1422.3 s]
/proc/loadavg: 1.00 1.46 3.44 2/173 19473
/proc/meminfo: memFree=30421252/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1315152 CPUtime=1422.06 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 308481 0 0 0 142095 111 0 0 20 0 1 0 391328857 1346715648 222026 33554432000 134512640 146736320 4293779264 4293773916 135855174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 328788 222026 794 2985 0 325722 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1324300

[startup+1482.3 s]
/proc/loadavg: 1.00 1.37 3.28 2/172 19473
/proc/meminfo: memFree=30420888/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1316224 CPUtime=1482.05 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 309238 0 0 0 148093 112 0 0 20 0 1 0 391328857 1347813376 222205 33554432000 134512640 146736320 4293779264 4293774024 136388555 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 329056 222205 794 2985 0 325990 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1325372

[startup+1542.3 s]
/proc/loadavg: 1.00 1.30 3.14 2/171 19473
/proc/meminfo: memFree=30418096/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1316428 CPUtime=1542.04 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 309763 0 0 0 154090 114 0 0 20 0 1 0 391328857 1348022272 222902 33554432000 134512640 146736320 4293779264 4293774032 136007975 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 329107 222902 794 2985 0 326041 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1325576

[startup+1602.3 s]
/proc/loadavg: 1.00 1.24 3.00 2/172 19474
/proc/meminfo: memFree=30416784/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1316624 CPUtime=1602.03 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 310285 0 0 0 160087 116 0 0 20 0 1 0 391328857 1348222976 223199 33554432000 134512640 146736320 4293779264 4293773808 136477557 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 329156 223199 794 2985 0 326090 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1325772

[startup+1662.31 s]
/proc/loadavg: 1.00 1.20 2.87 2/172 19474
/proc/meminfo: memFree=30416348/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1316832 CPUtime=1662.03 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 310719 0 0 0 166086 117 0 0 20 0 1 0 391328857 1348435968 223346 33554432000 134512640 146736320 4293779264 4293773916 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 329208 223346 794 2985 0 326142 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1325980

[startup+1722.3 s]
/proc/loadavg: 1.00 1.16 2.75 2/172 19474
/proc/meminfo: memFree=30416224/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1317028 CPUtime=1722.01 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 311235 0 0 0 172083 118 0 0 20 0 1 0 391328857 1348636672 223378 33554432000 134512640 146736320 4293779264 4293773916 135855174 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 329257 223378 794 2985 0 326191 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1326176

[startup+1782.3 s]
/proc/loadavg: 1.00 1.13 2.64 2/172 19474
/proc/meminfo: memFree=30416100/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=1317236 CPUtime=1782 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 311302 0 0 0 178081 119 0 0 20 0 1 0 391328857 1348849664 223411 33554432000 134512640 146736320 4293779264 4293773916 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 329309 223411 794 2985 0 326243 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1326384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.00 1.12 2.60 2/172 19474
/proc/meminfo: memFree=30820568/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=792636 CPUtime=1800.01 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 328187 0 0 0 179871 130 0 0 20 0 1 0 391328857 811659264 111462 33554432000 134512640 146736320 4293779264 4293777804 144797937 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 198159 111462 831 2985 0 195093 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 801784

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

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

[startup+1800.3 s]
/proc/loadavg: 1.00 1.12 2.60 2/172 19474
/proc/meminfo: memFree=30820568/32873844 swapFree=8656/8656
[pid=19364] ppid=19362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19364/stat : 19364 (run) S 19362 19364 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391328857 9367552 270 33554432000 4194304 5064252 140735625472032 140735625470944 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19364/statm: 2287 270 229 213 0 72 0
[pid=19365] ppid=19364 vsize=792636 CPUtime=1800.01 cores=1,3,5,7
/proc/19365/stat : 19365 (pb_cplex) R 19364 19364 17566 0 -1 4202496 328187 0 0 0 179871 130 0 0 20 0 1 0 391328857 811659264 111462 33554432000 134512640 146736320 4293779264 4293777804 144797937 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/19365/statm: 198159 111462 831 2985 0 195093 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 801784

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19364 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): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1798.71
CPU system time (s): 1.3
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 1647956

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= 355
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 4.50232 second user time and 10.5634 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 16:26:43
IDJOB=3743446
IDBENCH=91127
IDSOLVER=2325
FILE ID=node102/3743446-1339252002
RUNJOBID= node102-1339246832-17583
PBS_JOBID= 14644379
Free space on /tmp= 71184 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_20null50mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743446-1339252002/watcher-3743446-1339252002 -o /tmp/evaluation-result-3743446-1339252002/solver-3743446-1339252002 -C 1800 -W 1900 -M 15500  run HOME/instance-3743446-1339252002.opb

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

MD5SUM BENCH= bddfe521cf91a77d0e4de5a51a3aa343
RANDOM SEED=1696303406

node102.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.178
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.35
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.178
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.90
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.178
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		: 2667.178
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.178
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.178
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	: 5438.54
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.178
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		: 2667.178
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:        31219592 kB
Buffers:          404488 kB
Cached:           279268 kB
SwapCached:         2704 kB
Active:           656972 kB
Inactive:         105692 kB
Active(anon):      75356 kB
Inactive(anon):     5348 kB
Active(file):     581616 kB
Inactive(file):   100344 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:             44176 kB
Writeback:             0 kB
AnonPages:         86912 kB
Mapped:            12596 kB
Shmem:                 0 kB
Slab:             750784 kB
SReclaimable:     191396 kB
SUnreclaim:       559388 kB
KernelStack:        1456 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     249904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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-3743446-1339252002.opb

Free space on /tmp at the end= 71184 MiB
End job on node102 at 2012-06-09 16:56:46