Trace number 3743424

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.1 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
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 892
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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-3743424-1339251994.opb.
0.00/0.00	c Instance file HOME/instance-3743424-1339251994.opb
0.00/0.00	c File size is 28225771 bytes.
341.52/341.66	c Highest Coefficient sum: 64475
341.52/341.66	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
341.93/342.05	c ============================[ Problem Statistics ]=============================
341.93/342.05	c |                                                                             |
341.93/342.05	c |  Parsing time:          341.84       s                                      |
341.93/342.05	c |  Number Variables:      400896                                              |
342.02/342.17	c |  Number Constraints:    402763                                              |
342.02/342.17	c ===============================================================================
1800.10/1800.40	c Remaining time 1458.06 sec.
1800.10/1800.40	c 
1800.10/1800.40	c *** INTERRUPTED ***
1800.10/1800.40	s UNKNOWN
1800.10/1800.40	c Total CPU time              : 1798.34 s
1800.10/1800.40	c Memory used           : 1700.23 MB
1800.10/1800.40	c CPU time              : 1798.34 s
1800.10/1800.40	c 
1800.10/1800.40	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-3743424-1339251994/watcher-3743424-1339251994 -o /tmp/evaluation-result-3743424-1339251994/solver-3743424-1339251994 -C 1800 -W 1900 -M 15500 run HOME/instance-3743424-1339251994.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: 4.96 5.43 4.41 3/178 18046
/proc/meminfo: memFree=26803848/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0

[startup+0.0738001 s]
/proc/loadavg: 4.96 5.43 4.41 3/178 18046
/proc/meminfo: memFree=26803848/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 4.96 5.43 4.41 3/178 18046
/proc/meminfo: memFree=26803848/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300134 s]
/proc/loadavg: 4.96 5.43 4.41 3/178 18046
/proc/meminfo: memFree=26803848/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 4.96 5.43 4.41 3/178 18046
/proc/meminfo: memFree=26803848/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 4.96 5.43 4.41 3/180 18048
/proc/meminfo: memFree=26780164/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=64716 CPUtime=1.49 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 7520 0 0 0 148 1 0 0 20 0 1 0 391324947 66269184 7127 33554432000 134512640 146736320 4289363152 4289361136 140683260 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 16179 7127 1103 2985 0 6221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73864

[startup+3.10021 s]
/proc/loadavg: 4.96 5.43 4.41 3/180 18048
/proc/meminfo: memFree=26779024/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=65640 CPUtime=3.09 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 7877 0 0 0 308 1 0 0 20 0 1 0 391324947 67215360 7484 33554432000 134512640 146736320 4289363152 4289361008 140528792 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 16410 7484 1246 2985 0 6452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74788

[startup+6.30026 s]
/proc/loadavg: 4.72 5.37 4.39 3/180 18048
/proc/meminfo: memFree=26711500/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=182044 CPUtime=6.29 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 40374 0 0 0 622 7 0 0 20 0 1 0 391324947 186413056 38497 33554432000 134512640 146736320 4289363152 4289360952 144716523 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 45511 38497 4588 2985 0 35553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 191192

[startup+12.7002 s]
/proc/loadavg: 4.50 5.32 4.38 3/180 18048
/proc/meminfo: memFree=26638240/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=216336 CPUtime=12.68 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 48990 0 0 0 1259 9 0 0 20 0 1 0 391324947 221528064 48256 33554432000 134512640 146736320 4289363152 4289361068 141028032 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 54084 48256 5991 2985 0 44126 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 225484

[startup+25.5001 s]
/proc/loadavg: 4.02 5.17 4.35 3/180 18049
/proc/meminfo: memFree=26630180/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=223812 CPUtime=25.47 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 52075 0 0 0 2537 10 0 0 20 0 1 0 391324947 229183488 51334 33554432000 134512640 146736320 4289363152 4289361072 140679034 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 55953 51334 7180 2985 0 45995 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 232960

[startup+51.1002 s]
/proc/loadavg: 3.40 4.93 4.29 3/179 18049
/proc/meminfo: memFree=26631940/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=223944 CPUtime=51.07 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 52107 0 0 0 5097 10 0 0 20 0 1 0 391324947 229318656 51366 33554432000 134512640 146736320 4289363152 4289361132 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 55986 51366 7180 2985 0 46028 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 233092

[startup+102.306 s]
/proc/loadavg: 2.61 4.48 4.17 3/179 18049
/proc/meminfo: memFree=26631576/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=224076 CPUtime=102.27 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 52145 0 0 0 10217 10 0 0 20 0 1 0 391324947 229453824 51401 33554432000 134512640 146736320 4289363152 4289361032 134814118 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 56019 51401 7180 2985 0 46061 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 233224

[startup+162.3 s]
/proc/loadavg: 2.22 4.02 4.03 3/179 18049
/proc/meminfo: memFree=26630368/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=224208 CPUtime=162.25 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 52172 0 0 0 16215 10 0 0 20 0 1 0 391324947 229588992 51428 33554432000 134512640 146736320 4289363152 4289361040 141028058 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 56052 51428 7180 2985 0 46094 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 233356

[startup+222.3 s]
/proc/loadavg: 2.08 3.65 3.90 3/180 18052
/proc/meminfo: memFree=26630252/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=224340 CPUtime=222.24 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 52195 0 0 0 22214 10 0 0 20 0 1 0 391324947 229724160 51451 33554432000 134512640 146736320 4289363152 4289361100 140653489 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 56085 51451 7180 2985 0 46127 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 233488

[startup+282.3 s]
/proc/loadavg: 2.03 3.35 3.78 3/179 18052
/proc/meminfo: memFree=26629764/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=224340 CPUtime=282.23 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 52214 0 0 0 28213 10 0 0 20 0 1 0 391324947 229724160 51470 33554432000 134512640 146736320 4289363152 4289361128 134814118 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 56085 51470 7180 2985 0 46127 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 233488

[startup+342.3 s]
/proc/loadavg: 2.01 3.10 3.66 3/179 18053
/proc/meminfo: memFree=26525340/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=432756 CPUtime=342.22 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 92327 0 0 0 34204 18 0 0 20 0 1 0 391324947 443142144 94398 33554432000 134512640 146736320 4289363152 4289361096 135811968 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 108189 94398 596 2985 0 105123 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 441904

[startup+402.3 s]
/proc/loadavg: 2.00 2.90 3.56 3/179 18053
/proc/meminfo: memFree=26010640/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/18047/statm: 335598 232935 798 2985 0 332532 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1351540

[startup+1182.3 s]
/proc/loadavg: 1.07 1.53 2.43 2/172 18085
/proc/meminfo: memFree=25972904/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1342392 CPUtime=1182.09 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 361822 0 0 0 118091 118 0 0 20 0 1 0 391324947 1374609408 232937 33554432000 134512640 146736320 4289363152 4289358208 139046866 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 335598 232937 798 2985 0 332532 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1351540

[startup+1242.3 s]
/proc/loadavg: 1.06 1.45 2.34 2/172 18086
/proc/meminfo: memFree=25972904/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1342392 CPUtime=1242.08 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 373154 0 0 0 124081 127 0 0 20 0 1 0 391324947 1374609408 232942 33554432000 134512640 146736320 4289363152 4289357900 136017665 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 335598 232942 798 2985 0 332532 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1351540

[startup+1302.3 s]
/proc/loadavg: 1.05 1.38 2.26 2/172 18086
/proc/meminfo: memFree=25973028/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1342392 CPUtime=1302.07 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 377272 0 0 0 130077 130 0 0 20 0 1 0 391324947 1374609408 232945 33554432000 134512640 146736320 4289363152 4289357980 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 335598 232945 798 2985 0 332532 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1351540

[startup+1362.3 s]
/proc/loadavg: 1.05 1.32 2.19 2/172 18086
/proc/meminfo: memFree=25957424/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372268 CPUtime=1362.06 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 394891 0 0 0 136066 140 0 0 20 0 1 0 391324947 1405202432 236872 33554432000 134512640 146736320 4289363152 4289357576 136077393 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343067 236872 819 2985 0 340001 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1381416

[startup+1422.31 s]
/proc/loadavg: 1.09 1.29 2.12 2/173 18089
/proc/meminfo: memFree=25956764/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372268 CPUtime=1422.06 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 398352 0 0 0 142062 144 0 0 20 0 1 0 391324947 1405202432 236875 33554432000 134512640 146736320 4289363152 4289357888 136077385 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343067 236875 819 2985 0 340001 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1381416

[startup+1482.3 s]
/proc/loadavg: 1.06 1.25 2.05 2/172 18089
/proc/meminfo: memFree=25957340/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372268 CPUtime=1482.04 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 401264 0 0 0 148058 146 0 0 20 0 1 0 391324947 1405202432 236885 33554432000 134512640 146736320 4289363152 4289358160 136403116 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343067 236885 819 2985 0 340001 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1381416

[startup+1542.3 s]
/proc/loadavg: 1.02 1.20 1.98 2/171 18089
/proc/meminfo: memFree=25957348/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372268 CPUtime=1542.03 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 410797 0 0 0 154049 154 0 0 20 0 1 0 391324947 1405202432 236947 33554432000 134512640 146736320 4289363152 4289358124 139028313 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343067 236947 819 2985 0 340001 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1381416

[startup+1602.3 s]
/proc/loadavg: 1.04 1.17 1.92 2/172 18090
/proc/meminfo: memFree=25957464/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372268 CPUtime=1602.02 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 419100 0 0 0 160042 160 0 0 20 0 1 0 391324947 1405202432 236997 33554432000 134512640 146736320 4289363152 4289357824 136027510 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343067 236997 819 2985 0 340001 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1381416

[startup+1662.3 s]
/proc/loadavg: 1.05 1.15 1.87 2/172 18090
/proc/meminfo: memFree=25957220/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372268 CPUtime=1662.01 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 423701 0 0 0 166038 163 0 0 20 0 1 0 391324947 1405202432 236998 33554432000 134512640 146736320 4289363152 4289358160 136403117 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343067 236998 820 2985 0 340001 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1381416

[startup+1722.3 s]
/proc/loadavg: 1.02 1.12 1.81 2/172 18090
/proc/meminfo: memFree=25956972/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1372412 CPUtime=1722.01 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 430829 0 0 0 172032 169 0 0 20 0 1 0 391324947 1405349888 237034 33554432000 134512640 146736320 4289363152 4289357992 136385265 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343103 237034 820 2985 0 340037 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1381560

[startup+1782.3 s]
/proc/loadavg: 1.00 1.10 1.76 2/172 18090
/proc/meminfo: memFree=25956024/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1373012 CPUtime=1782 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 432731 0 0 0 178029 171 0 0 20 0 1 0 391324947 1405964288 237259 33554432000 134512640 146736320 4289363152 4289358336 139047346 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 343253 237259 823 2985 0 340187 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1382160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.09 1.74 2/172 18090
/proc/meminfo: memFree=25694616/32873648 swapFree=7376/7376
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18046/stat : 18046 (run) S 18044 18046 15880 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391324947 9367552 269 33554432000 4194304 5064252 140735867145648 140735867144560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18046/statm: 2287 269 229 213 0 72 0
[pid=18047] ppid=18046 vsize=1741036 CPUtime=1800.1 cores=1,3,5,7
/proc/18047/stat : 18047 (pb_cplex) R 18046 18046 15880 0 -1 4202496 452517 0 0 0 179834 176 0 0 20 0 1 0 391324947 1782820864 302602 33554432000 134512640 146736320 4289363152 4289357896 136064058 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18047/statm: 435259 302602 831 2985 0 432193 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1750184

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 18046 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.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.34
CPU system time (s): 1.76
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1750184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353
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= 1
involuntary context switches= 1

runsolver used 3.86041 second user time and 9.2136 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-09 16:26:35
IDJOB=3743424
IDBENCH=91120
IDSOLVER=2325
FILE ID=node125/3743424-1339251994
RUNJOBID= node125-1339246835-15898
PBS_JOBID= 14644356
Free space on /tmp= 68668 MiB

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

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=112605538

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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		: 2666.373
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.373
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:       32873648 kB
MemFree:        26804012 kB
Buffers:          796560 kB
Cached:          4212252 kB
SwapCached:         1248 kB
Active:          4587584 kB
Inactive:         511660 kB
Active(anon):      79776 kB
Inactive(anon):     7424 kB
Active(file):    4507808 kB
Inactive(file):   504236 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102600 kB
Dirty:             44376 kB
Writeback:             0 kB
AnonPages:         92884 kB
Mapped:            14700 kB
Shmem:                96 kB
Slab:             825392 kB
SReclaimable:     268988 kB
SUnreclaim:       556404 kB
KernelStack:        1480 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     218872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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-3743424-1339251994.opb

Free space on /tmp at the end= 68668 MiB
End job on node125 at 2012-06-09 16:56:38