Trace number 3737911

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 NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.11 1449.61

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3737911-1339248828.opb.
0.00/0.00	c Instance file HOME/instance-3737911-1339248828.opb
0.00/0.00	c File size is 1388292 bytes.
0.00/0.38	c Highest Coefficient sum: 1000
0.00/0.38	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.41	c ============================[ Problem Statistics ]=============================
0.00/0.41	c |                                                                             |
0.00/0.41	c |  Parsing time:          0.40         s                                      |
0.00/0.41	c |  Number Variables:      16722                                               |
0.00/0.41	c |  Number Constraints:    32946                                               |
0.00/0.41	c ===============================================================================
1798.84/1449.60	c Remaining time 1799.60 sec.
1798.84/1449.60	c 
1798.84/1449.60	c *** INTERRUPTED ***
1798.84/1449.60	s UNKNOWN
1798.84/1449.60	c Total CPU time              : 1796.2 s
1798.84/1449.60	c Memory used           : 217.25 MB
1798.84/1449.60	c CPU time              : 1796.2 s
1798.84/1449.60	c 
1798.84/1449.60	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-3737911-1339248828/watcher-3737911-1339248828 -o /tmp/evaluation-result-3737911-1339248828/solver-3737911-1339248828 -C 1800 -W 1900 -M 15500 run HOME/instance-3737911-1339248828.opb 

running on 4 cores: 0,2,4,6

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: 2.14 2.46 3.96 3/177 12160
/proc/meminfo: memFree=30487208/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0

[startup+0.061079 s]
/proc/loadavg: 2.14 2.46 3.96 3/177 12160
/proc/meminfo: memFree=30487208/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.14 2.46 3.96 3/177 12160
/proc/meminfo: memFree=30487208/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300207 s]
/proc/loadavg: 2.14 2.46 3.96 3/177 12160
/proc/meminfo: memFree=30487208/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 2.14 2.46 3.96 3/177 12160
/proc/meminfo: memFree=30487208/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.14 2.46 3.96 3/179 12162
/proc/meminfo: memFree=30435992/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=117288 CPUtime=1.49 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 26392 0 0 0 145 4 0 0 20 0 1 0 391008319 120102912 16862 33554432000 134512640 146736320 4286982240 4286978076 136405987 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 29322 16862 790 2985 0 26256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126436

[startup+3.10027 s]
/proc/loadavg: 2.14 2.46 3.96 3/179 12162
/proc/meminfo: memFree=30425708/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=142532 CPUtime=3.08 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 41433 0 0 0 302 6 0 0 20 0 1 0 391008319 145952768 22474 33554432000 134512640 146736320 4286982240 4286976444 136017766 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 35633 22474 830 2985 0 32567 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 151680

[startup+6.30022 s]
/proc/loadavg: 2.13 2.45 3.95 3/179 12162
/proc/meminfo: memFree=30398724/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=142532 CPUtime=6.29 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 46114 0 0 0 622 7 0 0 20 0 1 0 391008319 145952768 22485 33554432000 134512640 146736320 4286982240 4286975744 136402573 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 35633 22485 830 2985 0 32567 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151680

[startup+12.7003 s]
/proc/loadavg: 2.12 2.45 3.94 3/179 12162
/proc/meminfo: memFree=30398004/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=142532 CPUtime=12.68 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 55256 0 0 0 1261 7 0 0 20 0 1 0 391008319 145952768 22486 33554432000 134512640 146736320 4286982240 4286976444 136017748 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 35633 22486 830 2985 0 32567 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 151680

[startup+25.5003 s]
/proc/loadavg: 2.09 2.42 3.91 3/179 12162
/proc/meminfo: memFree=30391920/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=144788 CPUtime=25.48 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 80524 0 0 0 2536 12 0 0 20 0 1 0 391008319 148262912 23397 33554432000 134512640 146736320 4286982240 4286975944 135525278 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 36197 23397 831 2985 0 33131 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153936

[startup+51.1002 s]
/proc/loadavg: 2.06 2.39 3.86 3/179 12162
/proc/meminfo: memFree=30416280/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=109876 CPUtime=51.08 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 124210 0 0 0 5086 22 0 0 20 0 1 0 391008319 112513024 17501 33554432000 134512640 146736320 4286982240 4286976132 139028313 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 27469 17501 837 2985 0 24403 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119024

[startup+102.307 s]
/proc/loadavg: 4.15 2.86 3.94 10/186 12169
/proc/meminfo: memFree=30125460/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=556624 CPUtime=202.72 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 487850 0 0 0 20161 111 0 0 20 0 8 0 391008319 569982976 88216 33554432000 134512640 146736320 4286982240 4286973864 139044505 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/12161/statm: 139156 88216 879 2985 0 136090 0
[pid=12161/tid=12163] ppid=12160 vsize=556624 CPUtime=23.85 cores=0,2,4,6
/proc/12161/task/12163/stat : 12163 (pb_cplex) R 12160 12160 10216 0 -1 4202560 56603 0 0 0 2372 13 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 4056456768 139046532 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=12161/tid=12164] ppid=12160 vsize=556624 CPUtime=13.08 cores=0,2,4,6
/proc/12161/task/12164/stat : 12164 (pb_cplex) R 12160 12160 10216 0 -1 4202560 29034 0 0 0 1302 6 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 4045970520 136007313 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=12161/tid=12165] ppid=12160 vsize=556624 CPUtime=21.14 cores=0,2,4,6
/proc/12161/task/12165/stat : 12165 (pb_cplex) R 12160 12160 10216 0 -1 4202560 51720 0 0 0 2101 13 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 4035486492 135845851 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=12161/tid=12166] ppid=12160 vsize=556624 CPUtime=14.59 cores=0,2,4,6
/proc/12161/task/12166/stat : 12166 (pb_cplex) R 12160 12160 10216 0 -1 4202560 29032 0 0 0 1452 7 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 4024999748 135850298 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=12161/tid=12167] ppid=12160 vsize=556624 CPUtime=15.43 cores=0,2,4,6
/proc/12161/task/12167/stat : 12167 (pb_cplex) R 12160 12160 10216 0 -1 4202560 29894 0 0 0 1535 8 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 4014515644 136017519 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=12161/tid=12168] ppid=12160 vsize=556624 CPUtime=21.02 cores=0,2,4,6
/proc/12161/task/12168/stat : 12168 (pb_cplex) R 12160 12160 10216 0 -1 4202560 50279 0 0 0 2090 12 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 4004028328 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=12161/tid=12169] ppid=12160 vsize=556624 CPUtime=14.77 cores=0,2,4,6
/proc/12161/task/12169/stat : 12169 (pb_cplex) R 12160 12160 10216 0 -1 4202560 25990 0 0 0 1471 6 0 0 20 0 8 0 391014452 569982976 88216 33554432000 134512640 146736320 4286982240 3993541568 136413871 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.72
Current children cumulated vsize (KiB) 565772

[startup+162.3 s]
/proc/loadavg: 6.06 3.65 4.14 8/186 12170
/proc/meminfo: memFree=30116996/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=559948 CPUtime=419.2 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 813801 0 0 0 41723 197 0 0 20 0 8 0 391008319 573386752 90343 33554432000 134512640 146736320 4286982240 4286973936 136384857 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/12161/statm: 139987 90343 895 2985 0 136921 0
[pid=12161/tid=12163] ppid=12160 vsize=559948 CPUtime=57.11 cores=0,2,4,6
/proc/12161/task/12163/stat : 12163 (pb_cplex) R 12160 12160 10216 0 -1 4202560 114095 0 0 0 5684 27 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 4056456280 136007289 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=12161/tid=12164] ppid=12160 vsize=559948 CPUtime=44.27 cores=0,2,4,6
/proc/12161/task/12164/stat : 12164 (pb_cplex) R 12160 12160 10216 0 -1 4202560 70569 0 0 0 4410 17 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 4045970520 136007605 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=12161/tid=12165] ppid=12160 vsize=559948 CPUtime=41.57 cores=0,2,4,6
/proc/12161/task/12165/stat : 12165 (pb_cplex) R 12160 12160 10216 0 -1 4202560 87791 0 0 0 4134 23 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 4035484648 139044581 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=12161/tid=12166] ppid=12160 vsize=559948 CPUtime=41.11 cores=0,2,4,6
/proc/12161/task/12166/stat : 12166 (pb_cplex) R 12160 12160 10216 0 -1 4202560 62964 0 0 0 4094 17 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 4025001180 135854509 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=12161/tid=12167] ppid=12160 vsize=559948 CPUtime=28.1 cores=0,2,4,6
/proc/12161/task/12167/stat : 12167 (pb_cplex) R 12160 12160 10216 0 -1 4202560 49703 0 0 0 2796 14 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 4014513240 136007286 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=12161/tid=12168] ppid=12160 vsize=559948 CPUtime=45.76 cores=0,2,4,6
/proc/12161/task/12168/stat : 12168 (pb_cplex) S 12160 12160 10216 0 -1 4202560 86039 0 0 0 4554 22 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 4004032144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12161/tid=12169] ppid=12160 vsize=559948 CPUtime=48.5 cores=0,2,4,6
/proc/12161/task/12169/stat : 12169 (pb_cplex) S 12160 12160 10216 0 -1 4202560 81742 0 0 0 4831 19 0 0 20 0 8 0 391014452 573386752 90343 33554432000 134512640 146736320 4286982240 3993546384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 419.2
Current children cumulated vsize (KiB) 569096

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

[startup+212.307 s]
/proc/loadavg: 5.51 3.90 4.20 3/186 12170
/proc/meminfo: memFree=30110856/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0

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

/proc/meminfo: memFree=30317860/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1111.64 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 110901 263 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977040 136008328 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1111.64
Current children cumulated vsize (KiB) 231608

[startup+822.3 s]
/proc/loadavg: 2.05 2.28 3.14 3/179 12175
/proc/meminfo: memFree=30306492/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1171.63 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 116900 263 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977040 136008065 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1171.63
Current children cumulated vsize (KiB) 231608

[startup+882.3 s]
/proc/loadavg: 2.05 2.24 3.07 3/179 12175
/proc/meminfo: memFree=30305000/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1231.62 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 122899 263 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977040 136008042 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1231.62
Current children cumulated vsize (KiB) 231608

[startup+942.3 s]
/proc/loadavg: 2.08 2.22 3.02 3/179 12225
/proc/meminfo: memFree=30791384/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1291.61 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 128898 263 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977040 136008245 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1291.61
Current children cumulated vsize (KiB) 231608

[startup+1002.3 s]
/proc/loadavg: 2.03 2.18 2.95 3/180 12228
/proc/meminfo: memFree=30910496/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1351.61 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 134897 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286976832 136018854 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1351.61
Current children cumulated vsize (KiB) 231608

[startup+1062.3 s]
/proc/loadavg: 2.01 2.14 2.89 3/179 12229
/proc/meminfo: memFree=30901752/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1411.6 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 140896 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977052 136009709 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1411.6
Current children cumulated vsize (KiB) 231608

[startup+1122.3 s]
/proc/loadavg: 2.06 2.13 2.83 3/179 12229
/proc/meminfo: memFree=30878272/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1471.59 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 146895 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286976832 136018931 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1471.59
Current children cumulated vsize (KiB) 231608

[startup+1182.3 s]
/proc/loadavg: 2.07 2.12 2.78 3/179 12229
/proc/meminfo: memFree=30872556/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1531.58 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 152894 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977108 136003546 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1531.58
Current children cumulated vsize (KiB) 231608

[startup+1242.3 s]
/proc/loadavg: 2.02 2.09 2.73 3/179 12229
/proc/meminfo: memFree=30867836/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1591.57 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 158893 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977040 136008309 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1591.57
Current children cumulated vsize (KiB) 231608

[startup+1302.3 s]
/proc/loadavg: 2.01 2.08 2.68 3/179 12229
/proc/meminfo: memFree=30864280/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1651.57 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 164893 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286977040 136008056 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1651.57
Current children cumulated vsize (KiB) 231608

[startup+1362.3 s]
/proc/loadavg: 2.08 2.07 2.64 3/179 12230
/proc/meminfo: memFree=30863784/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1711.55 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 170891 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286976740 136016733 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1711.55
Current children cumulated vsize (KiB) 231608

[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 2.60 3/179 12230
/proc/meminfo: memFree=30863288/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1771.54 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 176890 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286976740 136016762 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1771.54
Current children cumulated vsize (KiB) 231608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1449.6 s]
/proc/loadavg: 2.02 2.05 2.58 3/179 12230
/proc/meminfo: memFree=30863168/32873648 swapFree=7116/7116
[pid=12160] ppid=12158 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12160/stat : 12160 (run) S 12158 12160 10216 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391008319 9367552 270 33554432000 4194304 5064252 140734012090448 140734012089360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12160/statm: 2287 270 229 213 0 72 0
[pid=12161] ppid=12160 vsize=222460 CPUtime=1798.84 cores=0,2,4,6
/proc/12161/stat : 12161 (pb_cplex) R 12160 12160 10216 0 -1 4202496 1055437 0 0 0 179620 264 0 0 20 0 1 0 391008319 227799040 42166 33554432000 134512640 146736320 4286982240 4286976924 135855165 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12161/statm: 55615 42166 898 2985 0 52549 0
Current children cumulated CPU time (s) 1798.84
Current children cumulated vsize (KiB) 231608

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1449.61
CPU time (s): 1800.11
CPU user time (s): 1797.51
CPU system time (s): 2.6016
CPU usage (%): 124.179
Max. virtual memory (cumulated for all children) (KiB): 577904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.2
system time used= 2.6516
maximum resident set size= 369104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1055802
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= 4658
involuntary context switches= 22177

runsolver used 2.26365 second user time and 5.86111 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-09 15:33:48
IDJOB=3737911
IDBENCH=48350
IDSOLVER=2325
FILE ID=node123/3737911-1339248828
RUNJOBID= node123-1339246836-10233
PBS_JOBID= 14644358
Free space on /tmp= 68072 MiB

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

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=1173856589

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        30488116 kB
Buffers:          485864 kB
Cached:           179924 kB
SwapCached:         2120 kB
Active:          1399936 kB
Inactive:          70192 kB
Active(anon):     799128 kB
Inactive(anon):     6816 kB
Active(file):     600808 kB
Inactive(file):    63376 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100320 kB
Dirty:             17176 kB
Writeback:             0 kB
AnonPages:        809036 kB
Mapped:            12404 kB
Shmem:                 0 kB
Slab:             775672 kB
SReclaimable:     219048 kB
SUnreclaim:       556624 kB
KernelStack:        1496 kB
PageTables:         5812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1065048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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-3737911-1339248828.opb

Free space on /tmp at the end= 68112 MiB
End job on node123 at 2012-06-09 15:57:58