Trace number 3742863

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.24 823.217

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null0mast_rapportOE2.0_TMAX120_K67_cod1.opb
MD5SUMb9a8630bbf7b957f842f31a8ccfab571
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-564
Best CPU time to get the best result obtained on this benchmark1797.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 116160
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 160566
Number of bits of the biggest sum of numbers18
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-3742863-1339251506.opb.
0.00/0.00	c Instance file HOME/instance-3742863-1339251506.opb
0.00/0.00	c File size is 2784365 bytes.
255.74/255.83	c Highest Coefficient sum: 160566
255.74/255.83	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
255.74/255.87	c ============================[ Problem Statistics ]=============================
255.74/255.87	c |                                                                             |
255.74/255.87	c |  Parsing time:          255.81       s                                      |
255.74/255.87	c |  Number Variables:      40451                                               |
255.74/255.88	c |  Number Constraints:    40950                                               |
255.74/255.88	c ===============================================================================
1799.59/823.21	c Remaining time 1544.18 sec.
1799.59/823.21	c 
1799.59/823.21	c *** INTERRUPTED ***
1799.59/823.21	s UNKNOWN
1799.59/823.21	c Total CPU time              : 1795.75 s
1799.59/823.21	c Memory used           : 656.39 MB
1799.59/823.21	c CPU time              : 1795.75 s
1799.59/823.21	c 
1799.59/823.21	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-3742863-1339251506/watcher-3742863-1339251506 -o /tmp/evaluation-result-3742863-1339251506/solver-3742863-1339251506 -C 1800 -W 1900 -M 15500 run HOME/instance-3742863-1339251506.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: 12.97 7.87 5.10 9/184 580
/proc/meminfo: memFree=28591872/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0

[startup+0.085266 s]
/proc/loadavg: 12.97 7.87 5.10 9/184 580
/proc/meminfo: memFree=28591872/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 12.97 7.87 5.10 9/184 580
/proc/meminfo: memFree=28591872/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300175 s]
/proc/loadavg: 12.97 7.87 5.10 9/184 580
/proc/meminfo: memFree=28591872/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700127 s]
/proc/loadavg: 12.97 7.87 5.10 9/184 580
/proc/meminfo: memFree=28591872/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 12.97 7.87 5.10 9/186 582
/proc/meminfo: memFree=28584524/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=23108 CPUtime=1.49 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 2172 0 0 0 149 0 0 0 20 0 1 0 391276531 23662592 2128 33554432000 134512640 146736320 4292770064 4292639772 141014496 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 5777 2128 361 2985 0 2031 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32256

[startup+3.10022 s]
/proc/loadavg: 12.57 7.87 5.12 9/186 582
/proc/meminfo: memFree=28583408/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=23264 CPUtime=3.09 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 2207 0 0 0 309 0 0 0 20 0 1 0 391276531 23822336 2163 33554432000 134512640 146736320 4292770064 4292639644 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 5816 2163 361 2985 0 2070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32412

[startup+6.30021 s]
/proc/loadavg: 12.57 7.87 5.12 9/186 582
/proc/meminfo: memFree=28577240/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=23396 CPUtime=6.29 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 2259 0 0 0 629 0 0 0 20 0 1 0 391276531 23957504 2215 33554432000 134512640 146736320 4292770064 4292639712 140683274 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 5849 2215 361 2985 0 2103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32544

[startup+12.7002 s]
/proc/loadavg: 12.20 7.87 5.13 9/186 582
/proc/meminfo: memFree=28573792/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=23660 CPUtime=12.69 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 2304 0 0 0 1269 0 0 0 20 0 1 0 391276531 24227840 2260 33554432000 134512640 146736320 4292770064 4292639576 134814118 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 5915 2260 361 2985 0 2169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32808

[startup+25.5002 s]
/proc/loadavg: 11.27 7.88 5.18 9/186 582
/proc/meminfo: memFree=28571116/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=23980 CPUtime=25.48 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 2391 0 0 0 2548 0 0 0 20 0 1 0 391276531 24555520 2347 33554432000 134512640 146736320 4292770064 4292639776 140665573 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 5995 2347 361 2985 0 2249 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33128

[startup+51.1002 s]
/proc/loadavg: 10.15 7.89 5.25 7/186 582
/proc/meminfo: memFree=28572780/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=24508 CPUtime=51.08 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 2510 0 0 0 5108 0 0 0 20 0 1 0 391276531 25096192 2466 33554432000 134512640 146736320 4292770064 4292639712 140683304 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 6127 2466 361 2985 0 2381 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33656

[startup+102.306 s]
/proc/loadavg: 8.77 7.81 5.37 10/187 592
/proc/meminfo: memFree=28552200/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=35316 CPUtime=102.28 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 6091 0 0 0 10228 0 0 0 20 0 1 0 391276531 36163584 5876 33554432000 134512640 146736320 4292770064 4292767984 140679015 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 8829 5876 968 2985 0 5083 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44464

[startup+162.3 s]
/proc/loadavg: 5.89 7.25 5.32 3/179 642
/proc/meminfo: memFree=29594420/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=35580 CPUtime=162.26 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 6150 0 0 0 16226 0 0 0 20 0 1 0 391276531 36433920 5932 33554432000 134512640 146736320 4292770064 4292767916 140526592 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 8895 5932 968 2985 0 5149 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 44728

[startup+222.3 s]
/proc/loadavg: 3.43 6.29 5.11 3/179 643
/proc/meminfo: memFree=29593508/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=35712 CPUtime=222.25 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 6180 0 0 0 22225 0 0 0 20 0 1 0 391276531 36569088 5962 33554432000 134512640 146736320 4292770064 4292767916 140528657 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 8928 5962 968 2985 0 5182 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 44860

[startup+282.3 s]
/proc/loadavg: 2.52 5.51 4.92 3/179 643
/proc/meminfo: memFree=29520004/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=147616 CPUtime=282.24 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 192715 0 0 0 28189 35 0 0 20 0 1 0 391276531 151158784 24682 33554432000 134512640 146736320 4292770064 4292763148 136017763 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/581/statm: 36904 24682 924 2985 0 33838 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 156764

[startup+342.3 s]
/proc/loadavg: 2.19 4.87 4.73 3/186 650
/proc/meminfo: memFree=29338612/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=469464 CPUtime=342.23 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 309432 0 0 0 34170 53 0 0 20 0 8 0 391276531 480731136 69363 33554432000 134512640 146736320 4292770064 4292762904 136008656 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/581/statm: 117366 69363 966 2985 0 114300 0
[pid=581/tid=644] ppid=580 vsize=469464 CPUtime=0 cores=1,3,5,7
/proc/581/task/644/stat : 644 (pb_cplex) S 580 580 31871 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391306592 480731136 69363 33554432000 134512640 146736320 4292770064 3985690256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=581/tid=645] ppid=580 vsize=469464 CPUtime=0 cores=1,3,5,7
/proc/581/task/645/stat : 645 (pb_cplex) S 580 580 31871 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391306592 480731136 69363 33554432000 134512640 146736320 4292770064 3975204496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=581/tid=646] ppid=580 vsize=469464 CPUtime=0 cores=1,3,5,7
/proc/581/task/646/stat : 646 (pb_cplex) S 580 580 31871 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391306592 480731136 69363 33554432000 134512640 146736320 4292770064 3964718736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=581/tid=647] ppid=580 vsize=469464 CPUtime=0 cores=1,3,5,7

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

[pid=581/tid=645] ppid=580 vsize=795940 CPUtime=103.91 cores=1,3,5,7
/proc/581/task/645/stat : 645 (pb_cplex) R 580 580 31871 0 -1 4202560 101409 0 0 0 10363 28 0 0 20 0 8 0 391306592 815042560 155195 33554432000 134512640 146736320 4292770064 3975200976 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=581/tid=646] ppid=580 vsize=795940 CPUtime=182.18 cores=1,3,5,7
/proc/581/task/646/stat : 646 (pb_cplex) R 580 580 31871 0 -1 4202560 162684 0 0 0 18174 44 0 0 20 0 8 0 391306592 815042560 155195 33554432000 134512640 146736320 4292770064 3964715216 136007982 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=581/tid=647] ppid=580 vsize=795940 CPUtime=131.72 cores=1,3,5,7
/proc/581/task/647/stat : 647 (pb_cplex) R 580 580 31871 0 -1 4202560 110935 0 0 0 13138 34 0 0 20 0 8 0 391306592 815042560 155195 33554432000 134512640 146736320 4292770064 3954229676 136400447 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=581/tid=648] ppid=580 vsize=795940 CPUtime=121.9 cores=1,3,5,7
/proc/581/task/648/stat : 648 (pb_cplex) R 580 580 31871 0 -1 4202560 118048 0 0 0 12156 34 0 0 20 0 8 0 391306592 815042560 155195 33554432000 134512640 146736320 4292770064 3943743696 136008450 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=581/tid=649] ppid=580 vsize=795940 CPUtime=129.35 cores=1,3,5,7
/proc/581/task/649/stat : 649 (pb_cplex) R 580 580 31871 0 -1 4202560 80101 0 0 0 12910 25 0 0 20 0 8 0 391306592 815042560 155195 33554432000 134512640 146736320 4292770064 3933257932 136388874 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=581/tid=650] ppid=580 vsize=795940 CPUtime=147.62 cores=1,3,5,7
/proc/581/task/650/stat : 650 (pb_cplex) R 580 580 31871 0 -1 4202560 115573 0 0 0 14726 36 0 0 20 0 8 0 391306592 815042560 155195 33554432000 134512640 146736320 4292770064 3922772424 136000406 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1376.69
Current children cumulated vsize (KiB) 805088

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

[startup+681.801 s]
/proc/loadavg: 7.66 6.49 5.46 3/186 651
/proc/meminfo: memFree=28369056/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=795140 CPUtime=1525.39 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) S 580 580 31871 0 -1 4202496 1215827 0 0 0 152222 317 0 0 20 0 8 0 391276531 814223360 155037 33554432000 134512640 146736320 4292770064 4292766416 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/581/statm: 198785 155037 1004 2985 0 195719 0
[pid=581/tid=644] ppid=580 vsize=795140 CPUtime=128.36 cores=1,3,5,7
/proc/581/task/644/stat : 644 (pb_cplex) S 580 580 31871 0 -1 4202560 86782 0 0 0 12810 26 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3985690256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=581/tid=645] ppid=580 vsize=795140 CPUtime=124.45 cores=1,3,5,7
/proc/581/task/645/stat : 645 (pb_cplex) S 580 580 31871 0 -1 4202560 115063 0 0 0 12413 32 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3975204496 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=581/tid=646] ppid=580 vsize=795140 CPUtime=199.89 cores=1,3,5,7
/proc/581/task/646/stat : 646 (pb_cplex) S 580 580 31871 0 -1 4202560 175424 0 0 0 19941 48 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3964718736 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=581/tid=647] ppid=580 vsize=795140 CPUtime=146.03 cores=1,3,5,7
/proc/581/task/647/stat : 647 (pb_cplex) S 580 580 31871 0 -1 4202560 122409 0 0 0 14564 39 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3954232976 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=581/tid=648] ppid=580 vsize=795140 CPUtime=137.53 cores=1,3,5,7
/proc/581/task/648/stat : 648 (pb_cplex) S 580 580 31871 0 -1 4202560 122553 0 0 0 13715 38 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3943747216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=581/tid=649] ppid=580 vsize=795140 CPUtime=151.13 cores=1,3,5,7
/proc/581/task/649/stat : 649 (pb_cplex) S 580 580 31871 0 -1 4202560 83255 0 0 0 15085 28 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3933261456 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=581/tid=650] ppid=580 vsize=795140 CPUtime=171.85 cores=1,3,5,7
/proc/581/task/650/stat : 650 (pb_cplex) R 580 580 31871 0 -1 4202560 131926 0 0 0 17145 40 0 0 20 0 8 0 391306592 814223360 155037 33554432000 134512640 146736320 4292770064 3922772396 136400474 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1525.39
Current children cumulated vsize (KiB) 804288

[startup+681.9 s]
/proc/loadavg: 7.66 6.49 5.46 3/179 651
/proc/meminfo: memFree=28563840/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=514448 CPUtime=1524.74 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 1216604 0 0 0 152141 333 0 0 20 0 1 0 391276531 526794752 100761 33554432000 134512640 146736320 4292770064 4292766808 144757825 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/581/statm: 128612 100761 1004 2985 0 125546 0
Current children cumulated CPU time (s) 1524.74
Current children cumulated vsize (KiB) 523596
#
############


[startup+702.3 s]
/proc/loadavg: 6.06 6.19 5.38 3/180 654
/proc/meminfo: memFree=28701244/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=331056 CPUtime=1545.14 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 1217328 0 0 0 154177 337 0 0 20 0 1 0 391276531 339001344 68854 33554432000 134512640 146736320 4292770064 4292766808 144757825 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/581/statm: 82764 68854 1004 2985 0 79698 0
Current children cumulated CPU time (s) 1545.14
Current children cumulated vsize (KiB) 340204

[startup+762.307 s]
/proc/loadavg: 3.49 5.43 5.17 3/179 654
/proc/meminfo: memFree=28705840/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=328724 CPUtime=1605.13 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) R 580 580 31871 0 -1 4202496 1217834 0 0 0 160173 340 0 0 20 0 1 0 391276531 336613376 68777 33554432000 134512640 146736320 4292770064 4292765124 136385184 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/581/statm: 82181 68777 1005 2985 0 79115 0
Current children cumulated CPU time (s) 1605.13
Current children cumulated vsize (KiB) 337872

[startup+822.3 s]
/proc/loadavg: 5.44 5.56 5.22 7/186 662
/proc/meminfo: memFree=28455732/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=672116 CPUtime=1795.99 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) S 580 580 31871 0 -1 4202496 1395551 0 0 0 179212 387 0 0 20 0 8 0 391276531 688246784 125590 33554432000 134512640 146736320 4292770064 4292766416 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/581/statm: 168029 125590 1005 2985 0 164963 0
[pid=581/tid=655] ppid=580 vsize=672116 CPUtime=25.3 cores=1,3,5,7
/proc/581/task/655/stat : 655 (pb_cplex) R 580 580 31871 0 -1 4202560 24301 0 0 0 2524 6 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 3922772176 136008441 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=581/tid=656] ppid=580 vsize=672116 CPUtime=25.62 cores=1,3,5,7
/proc/581/task/656/stat : 656 (pb_cplex) R 580 580 31871 0 -1 4202560 22179 0 0 0 2557 5 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 3933257936 136008420 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=581/tid=657] ppid=580 vsize=672116 CPUtime=15.6 cores=1,3,5,7
/proc/581/task/657/stat : 657 (pb_cplex) S 580 580 31871 0 -1 4202560 16666 0 0 0 1555 5 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 3943747216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=581/tid=658] ppid=580 vsize=672116 CPUtime=25.99 cores=1,3,5,7
/proc/581/task/658/stat : 658 (pb_cplex) R 580 580 31871 0 -1 4202560 21130 0 0 0 2593 6 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 3954229340 135855167 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=581/tid=659] ppid=580 vsize=672116 CPUtime=19.33 cores=1,3,5,7
/proc/581/task/659/stat : 659 (pb_cplex) S 580 580 31871 0 -1 4202560 21929 0 0 0 1928 5 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 4111539856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=581/tid=660] ppid=580 vsize=672116 CPUtime=24.94 cores=1,3,5,7
/proc/581/task/660/stat : 660 (pb_cplex) R 580 580 31871 0 -1 4202560 24340 0 0 0 2488 6 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 4101050960 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=581/tid=661] ppid=580 vsize=672116 CPUtime=27.28 cores=1,3,5,7
/proc/581/task/661/stat : 661 (pb_cplex) R 580 580 31871 0 -1 4202560 17594 0 0 0 2723 5 0 0 20 0 8 0 391354088 688246784 125590 33554432000 134512640 146736320 4292770064 4090564680 139042876 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.99
Current children cumulated vsize (KiB) 681264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+823.2 s]
/proc/loadavg: 5.48 5.57 5.23 7/186 662
/proc/meminfo: memFree=28455360/32873648 swapFree=7112/7112
[pid=580] ppid=578 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/580/stat : 580 (run) S 578 580 31871 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391276531 9367552 270 33554432000 4194304 5064252 140736851089920 140736851088832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/580/statm: 2287 270 229 213 0 72 0
[pid=581] ppid=580 vsize=672140 CPUtime=1799.59 cores=1,3,5,7
/proc/581/stat : 581 (pb_cplex) S 580 580 31871 0 -1 4202496 1397354 0 0 0 179572 387 0 0 20 0 8 0 391276531 688271360 125603 33554432000 134512640 146736320 4292770064 4292766416 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/581/statm: 168035 125603 1005 2985 0 164969 0
[pid=581/tid=655] ppid=580 vsize=672140 CPUtime=25.98 cores=1,3,5,7
/proc/581/task/655/stat : 655 (pb_cplex) R 580 580 31871 0 -1 4202560 24736 0 0 0 2592 6 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 3922772396 136400469 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=581/tid=656] ppid=580 vsize=672140 CPUtime=26.3 cores=1,3,5,7
/proc/581/task/656/stat : 656 (pb_cplex) R 580 580 31871 0 -1 4202560 22627 0 0 0 2625 5 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 3933258320 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=581/tid=657] ppid=580 vsize=672140 CPUtime=15.6 cores=1,3,5,7
/proc/581/task/657/stat : 657 (pb_cplex) S 580 580 31871 0 -1 4202560 16666 0 0 0 1555 5 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 3943747216 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=581/tid=658] ppid=580 vsize=672140 CPUtime=26.65 cores=1,3,5,7
/proc/581/task/658/stat : 658 (pb_cplex) R 580 580 31871 0 -1 4202560 21366 0 0 0 2659 6 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 3954229888 139046501 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=581/tid=659] ppid=580 vsize=672140 CPUtime=19.33 cores=1,3,5,7
/proc/581/task/659/stat : 659 (pb_cplex) S 580 580 31871 0 -1 4202560 21929 0 0 0 1928 5 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 4111539856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=581/tid=660] ppid=580 vsize=672140 CPUtime=25.74 cores=1,3,5,7
/proc/581/task/660/stat : 660 (pb_cplex) R 580 580 31871 0 -1 4202560 24536 0 0 0 2568 6 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 4101050960 136403117 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=581/tid=661] ppid=580 vsize=672140 CPUtime=28.08 cores=1,3,5,7
/proc/581/task/661/stat : 661 (pb_cplex) R 580 580 31871 0 -1 4202560 18082 0 0 0 2803 5 0 0 20 0 8 0 391354088 688271360 125603 33554432000 134512640 146736320 4292770064 4090564868 136385265 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 681288

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 580 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 1799.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 823.217
CPU time (s): 1800.24
CPU user time (s): 1796.53
CPU system time (s): 3.71
CPU usage (%): 218.684
Max. virtual memory (cumulated for all children) (KiB): 807588

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

runsolver used 2.00169 second user time and 5.02424 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-09 16:18:26
IDJOB=3742863
IDBENCH=90381
IDSOLVER=2325
FILE ID=node126/3742863-1339251506
RUNJOBID= node126-1339246833-31889
PBS_JOBID= 14644355
Free space on /tmp= 70884 MiB

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

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

MD5SUM BENCH= b9a8630bbf7b957f842f31a8ccfab571
RANDOM SEED=1867392880

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28592144 kB
Buffers:          597236 kB
Cached:          1523628 kB
SwapCached:         8292 kB
Active:          3187044 kB
Inactive:         129840 kB
Active(anon):    1179988 kB
Inactive(anon):    14592 kB
Active(file):    2007056 kB
Inactive(file):   115248 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             19056 kB
Writeback:             0 kB
AnonPages:       1259340 kB
Mapped:            13332 kB
Shmem:                 0 kB
Slab:             823924 kB
SReclaimable:     268092 kB
SUnreclaim:       555832 kB
KernelStack:        1600 kB
PageTables:         6828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1403868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3742863-1339251506.opb

Free space on /tmp at the end= 70884 MiB
End job on node126 at 2012-06-09 16:32:11