Trace number 3736842

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.08 1729.91

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_25_5.opb
MD5SUMd79bd0f7d6fceec4ec599aa8716e2601
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark1796.82
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31590
Sum of products size (including duplicates)63180
Number of different products31590
Sum of products size63180

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736842-1339248366.opb.
0.00/0.00	c Instance file HOME/instance-3736842-1339248366.opb
0.00/0.00	c File size is 2475714 bytes.
0.00/0.51	c Highest Coefficient sum: 52
0.00/0.51	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.56	c ============================[ Problem Statistics ]=============================
0.00/0.56	c |                                                                             |
0.00/0.56	c |  Parsing time:          0.54         s                                      |
0.00/0.56	c |  Number Variables:      32590                                               |
0.00/0.58	c |  Number Constraints:    64180                                               |
0.00/0.58	c ===============================================================================
1800.07/1729.90	c Remaining time 1799.45 sec.
1800.07/1729.90	c 
1800.07/1729.90	c *** INTERRUPTED ***
1800.07/1729.90	s UNKNOWN
1800.07/1729.90	c Total CPU time              : 1796.43 s
1800.07/1729.90	c Memory used           : 287.08 MB
1800.07/1729.90	c CPU time              : 1796.43 s
1800.07/1729.90	c 
1800.07/1729.90	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-3736842-1339248366/watcher-3736842-1339248366 -o /tmp/evaluation-result-3736842-1339248366/solver-3736842-1339248366 -C 1800 -W 1900 -M 15500 run HOME/instance-3736842-1339248366.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: 14.63 12.93 9.03 10/184 29698
/proc/meminfo: memFree=29284628/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0

[startup+0.0399911 s]
/proc/loadavg: 14.63 12.93 9.03 10/184 29698
/proc/meminfo: memFree=29284628/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100214 s]
/proc/loadavg: 14.63 12.93 9.03 10/184 29698
/proc/meminfo: memFree=29284628/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 14.63 12.93 9.03 10/184 29698
/proc/meminfo: memFree=29284628/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700339 s]
/proc/loadavg: 14.63 12.93 9.03 10/184 29698
/proc/meminfo: memFree=29284628/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 14.63 12.93 9.03 10/186 29700
/proc/meminfo: memFree=29220076/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=195940 CPUtime=1.49 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 39230 0 0 0 140 9 0 0 20 0 1 0 390965297 200642560 27699 33554432000 134512640 146736320 4293787440 4293783152 135982855 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29699/statm: 48985 27699 802 2985 0 45919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205088

[startup+3.10022 s]
/proc/loadavg: 14.63 12.93 9.03 10/186 29700
/proc/meminfo: memFree=29176040/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=195940 CPUtime=3.09 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 39238 0 0 0 300 9 0 0 20 0 1 0 390965297 200642560 27707 33554432000 134512640 146736320 4293787440 4293783152 135982866 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29699/statm: 48985 27707 802 2985 0 45919 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205088

[startup+6.30023 s]
/proc/loadavg: 14.18 12.86 9.03 10/186 29700
/proc/meminfo: memFree=29174672/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=196280 CPUtime=6.28 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 40043 0 0 0 619 9 0 0 20 0 1 0 390965297 200990720 27877 33554432000 134512640 146736320 4293787440 4293783152 135983319 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29699/statm: 49070 27877 802 2985 0 46004 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 205428

[startup+12.7003 s]
/proc/loadavg: 13.76 12.80 9.02 10/186 29700
/proc/meminfo: memFree=29170288/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=194532 CPUtime=12.68 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 78043 0 0 0 1248 20 0 0 20 0 1 0 390965297 199200768 29057 33554432000 134512640 146736320 4293787440 4293780540 135446530 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/29699/statm: 48633 29057 895 2985 0 45567 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 203680

[startup+25.5008 s]
/proc/loadavg: 13.27 12.73 9.06 16/193 29707
/proc/meminfo: memFree=28652348/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=942760 CPUtime=32.87 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) S 29698 29698 29010 0 -1 4202496 275758 0 0 0 3199 88 0 0 20 0 8 0 390965297 965386240 158982 33554432000 134512640 146736320 4293787440 4293783824 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29699/statm: 235690 158982 928 2985 0 232624 0
[pid=29699/tid=29701] ppid=29698 vsize=942760 CPUtime=1.12 cores=1,3,5,7
/proc/29699/task/29701/stat : 29701 (pb_cplex) R 29698 29698 29010 0 -1 4202560 11014 0 0 0 107 5 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3883849336 139023073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=29699/tid=29702] ppid=29698 vsize=942760 CPUtime=1.3 cores=1,3,5,7
/proc/29699/task/29702/stat : 29702 (pb_cplex) R 29698 29698 29010 0 -1 4202560 11950 0 0 0 125 5 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3873362568 135982683 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=29699/tid=29703] ppid=29698 vsize=942760 CPUtime=1.28 cores=1,3,5,7
/proc/29699/task/29703/stat : 29703 (pb_cplex) R 29698 29698 29010 0 -1 4202560 11480 0 0 0 122 6 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3862878532 136852988 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29699/tid=29704] ppid=29698 vsize=942760 CPUtime=1.18 cores=1,3,5,7
/proc/29699/task/29704/stat : 29704 (pb_cplex) R 29698 29698 29010 0 -1 4202560 11697 0 0 0 112 6 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3852391072 139023073 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29699/tid=29705] ppid=29698 vsize=942760 CPUtime=1.18 cores=1,3,5,7
/proc/29699/task/29705/stat : 29705 (pb_cplex) R 29698 29698 29010 0 -1 4202560 10851 0 0 0 113 5 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3841905656 136363992 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=29699/tid=29706] ppid=29698 vsize=942760 CPUtime=1.33 cores=1,3,5,7
/proc/29699/task/29706/stat : 29706 (pb_cplex) S 29698 29698 29010 0 -1 4202560 12031 0 0 0 126 7 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3831422608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29699/tid=29707] ppid=29698 vsize=942760 CPUtime=1.26 cores=1,3,5,7
/proc/29699/task/29707/stat : 29707 (pb_cplex) S 29698 29698 29010 0 -1 4202560 11455 0 0 0 120 6 0 0 20 0 8 0 390967514 965386240 158982 33554432000 134512640 146736320 4293787440 3820936848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 32.87
Current children cumulated vsize (KiB) 951908

[startup+51.1005 s]
/proc/loadavg: 13.57 12.86 9.20 10/186 29707
/proc/meminfo: memFree=29082916/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=121.55 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 668174 0 0 0 11797 358 0 0 20 0 1 0 390965297 301019136 51539 33554432000 134512640 146736320 4293787440 4293781440 135969520 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 51539 939 2985 0 70425 0
Current children cumulated CPU time (s) 121.55
Current children cumulated vsize (KiB) 303112

[startup+102.3 s]
/proc/loadavg: 8.24 11.54 8.95 8/186 29845
/proc/meminfo: memFree=29832784/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=172.74 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 673676 0 0 0 16914 360 0 0 20 0 1 0 390965297 301019136 57129 33554432000 134512640 146736320 4293787440 4293781696 136400753 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 57129 940 2985 0 70425 0
Current children cumulated CPU time (s) 172.74
Current children cumulated vsize (KiB) 303112

[startup+162.3 s]
/proc/loadavg: 7.80 10.77 8.84 4/186 29845
/proc/meminfo: memFree=29788296/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=232.71 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674834 0 0 0 22911 360 0 0 20 0 1 0 390965297 301019136 59623 33554432000 134512640 146736320 4293787440 4293780608 135468700 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59623 940 2985 0 70425 0
Current children cumulated CPU time (s) 232.71
Current children cumulated vsize (KiB) 303112

[startup+222.307 s]
/proc/loadavg: 7.82 10.27 8.79 6/186 29845
/proc/meminfo: memFree=29782504/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=292.7 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674850 0 0 0 28909 361 0 0 20 0 1 0 390965297 301019136 59822 33554432000 134512640 146736320 4293787440 4293782132 136400669 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59822 940 2985 0 70425 0
Current children cumulated CPU time (s) 292.7
Current children cumulated vsize (KiB) 303112

[startup+282.3 s]
/proc/loadavg: 7.45 9.74 8.70 3/180 29899
/proc/meminfo: memFree=29708616/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=352.69 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674850 0 0 0 34908 361 0 0 20 0 1 0 390965297 301019136 59822 33554432000 134512640 146736320 4293787440 4293781376 136403494 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59822 940 2985 0 70425 0
Current children cumulated CPU time (s) 352.69
Current children cumulated vsize (KiB) 303112

[startup+342.3 s]
/proc/loadavg: 4.00 8.33 8.27 3/179 29900

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

/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1072.57 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 106895 362 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781648 136008335 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1072.57
Current children cumulated vsize (KiB) 303112

[startup+1062.3 s]
/proc/loadavg: 2.00 2.56 4.87 3/179 29905
/proc/meminfo: memFree=29648928/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1132.57 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 112894 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781648 136008441 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1132.57
Current children cumulated vsize (KiB) 303112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.45 4.69 3/180 29906
/proc/meminfo: memFree=29648796/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1192.56 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 118893 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781648 136008416 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1192.56
Current children cumulated vsize (KiB) 303112

[startup+1182.3 s]
/proc/loadavg: 2.06 2.38 4.52 3/179 29906
/proc/meminfo: memFree=29648432/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1252.55 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 124892 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781648 136008450 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1252.55
Current children cumulated vsize (KiB) 303112

[startup+1242.3 s]
/proc/loadavg: 2.02 2.31 4.36 3/179 29907
/proc/meminfo: memFree=29648060/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1312.54 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 130891 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781896 135999691 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1312.54
Current children cumulated vsize (KiB) 303112

[startup+1302.3 s]
/proc/loadavg: 2.00 2.25 4.21 3/179 29907
/proc/meminfo: memFree=29647812/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1372.53 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 136890 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781532 135854509 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1372.53
Current children cumulated vsize (KiB) 303112

[startup+1362.3 s]
/proc/loadavg: 2.00 2.20 4.07 3/179 29907
/proc/meminfo: memFree=29647564/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1432.52 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 142889 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781656 136008653 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1432.52
Current children cumulated vsize (KiB) 303112

[startup+1422.3 s]
/proc/loadavg: 2.00 2.16 3.94 3/179 29907
/proc/meminfo: memFree=29646696/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1492.51 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 148888 363 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293783840 136206786 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1492.51
Current children cumulated vsize (KiB) 303112

[startup+1482.3 s]
/proc/loadavg: 2.06 2.15 3.82 3/180 29910
/proc/meminfo: memFree=29645820/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1552.51 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 154887 364 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781896 136000437 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1552.51
Current children cumulated vsize (KiB) 303112

[startup+1542.31 s]
/proc/loadavg: 2.02 2.12 3.70 3/179 29911
/proc/meminfo: memFree=29645828/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1612.5 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 160886 364 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781648 136008416 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1612.5
Current children cumulated vsize (KiB) 303112

[startup+1602.3 s]
/proc/loadavg: 2.01 2.09 3.59 3/179 29911
/proc/meminfo: memFree=29645580/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1672.48 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 674853 0 0 0 166884 364 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293783260 136406059 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1672.48
Current children cumulated vsize (KiB) 303112

[startup+1662.3 s]
/proc/loadavg: 2.06 2.09 3.49 3/179 29911
/proc/meminfo: memFree=29636332/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=305380 CPUtime=1732.47 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 675208 0 0 0 172883 364 0 0 20 0 1 0 390965297 312709120 62224 33554432000 134512640 146736320 4293787440 4293783248 137698804 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 76345 62224 943 2985 0 73279 0
Current children cumulated CPU time (s) 1732.47
Current children cumulated vsize (KiB) 314528

[startup+1722.3 s]
/proc/loadavg: 2.02 2.07 3.40 3/179 29911
/proc/meminfo: memFree=29645516/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1792.46 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 675208 0 0 0 178882 364 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293782032 136403112 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1792.46
Current children cumulated vsize (KiB) 303112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1729.9 s]
/proc/loadavg: 2.02 2.07 3.38 3/179 29911
/proc/meminfo: memFree=29645516/32873844 swapFree=7636/7636
[pid=29698] ppid=29696 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29698/stat : 29698 (run) S 29696 29698 29010 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390965297 9367552 270 33554432000 4194304 5064252 140733358060784 140733358059696 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29698/statm: 2287 270 229 213 0 72 0
[pid=29699] ppid=29698 vsize=293964 CPUtime=1800.07 cores=1,3,5,7
/proc/29699/stat : 29699 (pb_cplex) R 29698 29698 29010 0 -1 4202496 675208 0 0 0 179643 364 0 0 20 0 1 0 390965297 301019136 59825 33554432000 134512640 146736320 4293787440 4293781644 136388877 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/29699/statm: 73491 59825 943 2985 0 70425 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 303112

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1729.91
CPU time (s): 1800.08
CPU user time (s): 1796.43
CPU system time (s): 3.65144
CPU usage (%): 104.057
Max. virtual memory (cumulated for all children) (KiB): 1048952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.43
system time used= 3.65144
maximum resident set size= 725964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675574
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= 8234
involuntary context switches= 8233

runsolver used 2.95855 second user time and 8.37273 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-09 15:26:07
IDJOB=3736842
IDBENCH=48133
IDSOLVER=2325
FILE ID=node108/3736842-1339248366
RUNJOBID= node108-1339246833-29028
PBS_JOBID= 14644373
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= d79bd0f7d6fceec4ec599aa8716e2601
RANDOM SEED=1091329772

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29288520 kB
Buffers:         1408604 kB
Cached:           290664 kB
SwapCached:         1592 kB
Active:          2483612 kB
Inactive:         124356 kB
Active(anon):     903188 kB
Inactive(anon):     6456 kB
Active(file):    1580424 kB
Inactive(file):   117900 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100568 kB
Dirty:             16696 kB
Writeback:             0 kB
AnonPages:        943580 kB
Mapped:            14276 kB
Shmem:                 0 kB
Slab:             833432 kB
SReclaimable:     275076 kB
SUnreclaim:       558356 kB
KernelStack:        1600 kB
PageTables:         6408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1130780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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-3736842-1339248366.opb

Free space on /tmp at the end= 71292 MiB
End job on node108 at 2012-06-09 15:54:57