Trace number 3743138

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_unif_20null0mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMbf80427a5518f65f2c0be5c955ae4146
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78535
Best CPU time to get the best result obtained on this benchmark1800.71
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 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 712416
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 712416
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-3743138-1339251618.opb.
0.00/0.00	c Instance file HOME/instance-3743138-1339251618.opb
0.00/0.00	c File size is 28233150 bytes.
343.53/343.67	c Highest Coefficient sum: 62753
343.53/343.67	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
344.02/344.17	c ============================[ Problem Statistics ]=============================
344.02/344.17	c |                                                                             |
344.02/344.17	c |  Parsing time:          343.95       s                                      |
344.02/344.17	c |  Number Variables:      400896                                              |
344.32/344.40	c |  Number Constraints:    402763                                              |
344.32/344.40	c ===============================================================================
1800.01/1800.30	c Remaining time 1455.85 sec.
1800.01/1800.30	c 
1800.01/1800.30	c *** INTERRUPTED ***
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c Total CPU time              : 1798.3 s
1800.01/1800.30	c Memory used           : 1614.01 MB
1800.01/1800.30	c CPU time              : 1798.3 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-3743138-1339251618/watcher-3743138-1339251618 -o /tmp/evaluation-result-3743138-1339251618/solver-3743138-1339251618 -C 1800 -W 1900 -M 15500 run HOME/instance-3743138-1339251618.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: 10.25 7.44 5.87 11/185 28090
/proc/meminfo: memFree=30962672/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0

[startup+0.070638 s]
/proc/loadavg: 10.25 7.44 5.87 11/185 28090
/proc/meminfo: memFree=30962672/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 10.25 7.44 5.87 11/185 28090
/proc/meminfo: memFree=30962672/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300191 s]
/proc/loadavg: 10.25 7.44 5.87 11/185 28090
/proc/meminfo: memFree=30962672/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 10.25 7.44 5.87 11/185 28090
/proc/meminfo: memFree=30962672/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 10.25 7.44 5.87 10/187 28092
/proc/meminfo: memFree=30939616/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=64840 CPUtime=1.49 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 7490 0 0 0 148 1 0 0 20 0 1 0 391287524 66396160 7130 33554432000 134512640 146736320 4291311024 4291309120 140714094 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 16210 7130 1094 2985 0 6251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73988

[startup+3.10022 s]
/proc/loadavg: 10.25 7.44 5.87 10/187 28092
/proc/meminfo: memFree=30938376/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=65632 CPUtime=3.08 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 7845 0 0 0 307 1 0 0 20 0 1 0 391287524 67207168 7485 33554432000 134512640 146736320 4291311024 4291309000 134814118 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 16408 7485 1236 2985 0 6449 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74780

[startup+6.30035 s]
/proc/loadavg: 10.15 7.46 5.89 9/187 28092
/proc/meminfo: memFree=30874212/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=173080 CPUtime=6.29 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 37188 0 0 0 623 6 0 0 20 0 1 0 391287524 177233920 35657 33554432000 134512640 146736320 4291311024 4291308824 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 43270 35657 4267 2985 0 33311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182228

[startup+12.7003 s]
/proc/loadavg: 9.98 7.47 5.90 6/187 28092
/proc/meminfo: memFree=30787288/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=216016 CPUtime=12.68 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 49079 0 0 0 1260 8 0 0 20 0 1 0 391287524 221200384 48380 33554432000 134512640 146736320 4291311024 4291308880 140528767 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 54004 48380 5946 2985 0 44045 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 225164

[startup+25.5003 s]
/proc/loadavg: 8.72 7.32 5.88 4/187 28092
/proc/meminfo: memFree=30773004/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=223856 CPUtime=25.49 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52267 0 0 0 2540 9 0 0 20 0 1 0 391287524 229228544 51568 33554432000 134512640 146736320 4291311024 4291309004 140648081 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 55964 51568 7181 2985 0 46005 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233004

[startup+51.1002 s]
/proc/loadavg: 7.98 7.23 5.88 10/186 28092
/proc/meminfo: memFree=30760272/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=223988 CPUtime=51.08 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52300 0 0 0 5099 9 0 0 20 0 1 0 391287524 229363712 51601 33554432000 134512640 146736320 4291311024 4291308876 140528657 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 55997 51601 7181 2985 0 46038 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 233136

[startup+102.307 s]
/proc/loadavg: 7.62 7.25 5.96 10/186 28093
/proc/meminfo: memFree=30722000/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=224120 CPUtime=102.28 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52333 0 0 0 10219 9 0 0 20 0 1 0 391287524 229498880 51634 33554432000 134512640 146736320 4291311024 4291309008 140683311 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 56030 51634 7181 2985 0 46071 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 233268

[startup+162.3 s]
/proc/loadavg: 7.39 7.24 6.03 7/186 28093
/proc/meminfo: memFree=30699164/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=224252 CPUtime=162.26 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52362 0 0 0 16217 9 0 0 20 0 1 0 391287524 229634048 51663 33554432000 134512640 146736320 4291311024 4291308876 140528657 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 56063 51663 7181 2985 0 46104 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 233400

[startup+222.3 s]
/proc/loadavg: 7.31 7.19 6.09 3/186 28093
/proc/meminfo: memFree=30684376/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=224384 CPUtime=222.26 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52383 0 0 0 22217 9 0 0 20 0 1 0 391287524 229769216 51684 33554432000 134512640 146736320 4291311024 4291308880 140528799 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 56096 51684 7181 2985 0 46137 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 233532

[startup+282.3 s]
/proc/loadavg: 3.95 6.24 5.83 10/186 28100
/proc/meminfo: memFree=30792668/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=224384 CPUtime=282.24 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52411 0 0 0 28215 9 0 0 20 0 1 0 391287524 229769216 51704 33554432000 134512640 146736320 4291311024 4291308940 134814122 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/28091/statm: 56096 51704 7181 2985 0 46137 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 233532

[startup+342.3 s]
/proc/loadavg: 3.57 5.74 5.68 10/186 28107
/proc/meminfo: memFree=30705216/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=224516 CPUtime=342.23 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 52432 0 0 0 34214 9 0 0 20 0 1 0 391287524 229904384 51752 33554432000 134512640 146736320 4291311024 4291308908 134814122 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 56129 51752 7181 2985 0 46170 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 233664

[startup+402.3 s]
/proc/loadavg: 5.87 5.97 5.76 8/186 28108
/proc/meminfo: memFree=30039940/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/28091/statm: 336945 226656 797 2985 0 333879 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1356928

[startup+1242.3 s]
/proc/loadavg: 1.01 1.53 3.30 2/173 28144
/proc/meminfo: memFree=30516864/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1347780 CPUtime=1242.08 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 330761 0 0 0 124078 130 0 0 20 0 1 0 391287524 1380126720 227236 33554432000 134512640 146736320 4291311024 4291305692 135854505 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 336945 227236 797 2985 0 333879 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1356928

[startup+1302.3 s]
/proc/loadavg: 1.00 1.43 3.16 2/171 28144
/proc/meminfo: memFree=30509048/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353460 CPUtime=1302.08 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 336689 0 0 0 130073 135 0 0 20 0 1 0 391287524 1385943040 229165 33554432000 134512640 146736320 4291311024 4291306056 135999691 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338365 229165 797 2985 0 335299 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1362608

[startup+1362.3 s]
/proc/loadavg: 1.03 1.36 3.02 2/172 28145
/proc/meminfo: memFree=30495172/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353484 CPUtime=1362.06 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 344377 0 0 0 136063 143 0 0 20 0 1 0 391287524 1385967616 232656 33554432000 134512640 146736320 4291311024 4291305804 136017665 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338371 232656 797 2985 0 335305 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1362632

[startup+1422.31 s]
/proc/loadavg: 1.11 1.32 2.91 2/172 28145
/proc/meminfo: memFree=30481640/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1422.06 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 347827 0 0 0 142059 147 0 0 20 0 1 0 391287524 1386024960 235977 33554432000 134512640 146736320 4291311024 4291305848 136015570 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 235977 798 2985 0 335319 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1362688

[startup+1482.3 s]
/proc/loadavg: 1.13 1.29 2.79 2/172 28145
/proc/meminfo: memFree=30481888/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1482.05 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 348883 0 0 0 148057 148 0 0 20 0 1 0 391287524 1386024960 235977 33554432000 134512640 146736320 4291311024 4291305600 136413881 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 235977 798 2985 0 335319 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1362688

[startup+1542.3 s]
/proc/loadavg: 1.14 1.27 2.69 2/172 28145
/proc/meminfo: memFree=30481796/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1542.03 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 352539 0 0 0 154051 152 0 0 20 0 1 0 391287524 1386024960 235977 33554432000 134512640 146736320 4291311024 4291305692 135854502 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 235977 798 2985 0 335319 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1362688

[startup+1602.3 s]
/proc/loadavg: 1.09 1.23 2.59 2/172 28145
/proc/meminfo: memFree=30481796/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1602.03 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 357017 0 0 0 160046 157 0 0 20 0 1 0 391287524 1386024960 235977 33554432000 134512640 146736320 4291311024 4291305600 136413818 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 235977 798 2985 0 335319 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1362688

[startup+1662.3 s]
/proc/loadavg: 1.10 1.21 2.49 2/172 28146
/proc/meminfo: memFree=30481796/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1662.02 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 359702 0 0 0 166042 160 0 0 20 0 1 0 391287524 1386024960 235977 33554432000 134512640 146736320 4291311024 4291305692 135854505 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 235977 798 2985 0 335319 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1362688

[startup+1722.3 s]
/proc/loadavg: 1.04 1.17 2.40 2/172 28146
/proc/meminfo: memFree=30481920/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1722.01 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 362128 0 0 0 172038 163 0 0 20 0 1 0 391287524 1386024960 235988 33554432000 134512640 146736320 4291311024 4291305512 136480269 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 235988 798 2985 0 335319 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1362688

[startup+1782.3 s]
/proc/loadavg: 1.01 1.14 2.31 2/172 28146
/proc/meminfo: memFree=30481548/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1353540 CPUtime=1782 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 364585 0 0 0 178034 166 0 0 20 0 1 0 391287524 1386024960 236011 33554432000 134512640 146736320 4291311024 4291306028 136400447 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 338385 236011 798 2985 0 335319 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1362688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.01 1.13 2.28 2/173 28149
/proc/meminfo: memFree=30344784/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1652740 CPUtime=1800.01 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 378208 0 0 0 179830 171 0 0 20 0 1 0 391287524 1692405760 270259 33554432000 134512640 146736320 4291311024 4291304848 135459808 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 413185 270259 806 2985 0 410119 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1661888

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.01 1.13 2.28 2/173 28149
/proc/meminfo: memFree=30344784/32873844 swapFree=7632/7632
[pid=28090] ppid=28088 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28090/stat : 28090 (run) S 28088 28090 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391287524 9367552 270 33554432000 4194304 5064252 140735908067136 140735908066048 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28090/statm: 2287 270 229 213 0 72 0
[pid=28091] ppid=28090 vsize=1652740 CPUtime=1800.01 cores=1,3,5,7
/proc/28091/stat : 28091 (pb_cplex) R 28090 28090 26006 0 -1 4202496 378208 0 0 0 179830 171 0 0 20 0 1 0 391287524 1692405760 270259 33554432000 134512640 146736320 4291311024 4291304848 135459808 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28091/statm: 413185 270259 806 2985 0 410119 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1661888

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28090 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# 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.3
CPU system time (s): 1.71
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 1661888

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

runsolver used 4.08038 second user time and 10.6174 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 16:20:19
IDJOB=3743138
IDBENCH=90862
IDSOLVER=2325
FILE ID=node130/3743138-1339251618
RUNJOBID= node130-1339246834-26024
PBS_JOBID= 14644351
Free space on /tmp= 70956 MiB

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

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

MD5SUM BENCH= bf80427a5518f65f2c0be5c955ae4146
RANDOM SEED=1613944960

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30963340 kB
Buffers:          275596 kB
Cached:           302028 kB
SwapCached:         2728 kB
Active:           890652 kB
Inactive:         133000 kB
Active(anon):     444316 kB
Inactive(anon):     3064 kB
Active(file):     446336 kB
Inactive(file):   129936 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097000 kB
Dirty:             44140 kB
Writeback:             0 kB
AnonPages:        451336 kB
Mapped:            12724 kB
Shmem:                 0 kB
Slab:             744224 kB
SReclaimable:     184372 kB
SUnreclaim:       559852 kB
KernelStack:        1520 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     751412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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-3743138-1339251618.opb

Free space on /tmp at the end= 70960 MiB
End job on node130 at 2012-06-09 16:50:22