Trace number 3486314

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
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.2 1800.15

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12053_3.std.opb
MD5SUMc9d9e9de965e10444f6e461e8225e8d3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256348
Number of constraints which are clauses255148
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint92
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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 SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3486314-1307792509.opb>
1.29/1.37	c original problem has 72842 variables (72842 bin, 0 int, 0 impl, 0 cont) and 256348 constraints
1.29/1.37	c problem read
1.29/1.37	c presolving settings loaded
2.20/2.23	c presolving:
10.49/10.54	c (round 1) 7831 del vars, 22978 del conss, 0 add conss, 6259 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 17298428 impls, 0 clqs
14.79/14.84	c (round 2) 14634 del vars, 53173 del conss, 0 add conss, 12792 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 17334919 impls, 0 clqs
16.19/16.20	c (round 3) 17341 del vars, 65884 del conss, 0 add conss, 14381 chg bounds, 39 chg sides, 35 chg coeffs, 0 upgd conss, 17350044 impls, 0 clqs
16.89/16.95	c (round 4) 18543 del vars, 70968 del conss, 0 add conss, 15223 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17360488 impls, 0 clqs
17.39/17.48	c (round 5) 19393 del vars, 74404 del conss, 0 add conss, 15759 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17368617 impls, 0 clqs
17.69/17.77	c (round 6) 19915 del vars, 76733 del conss, 0 add conss, 16063 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17373828 impls, 0 clqs
17.99/18.02	c (round 7) 20248 del vars, 78077 del conss, 0 add conss, 16289 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17377045 impls, 0 clqs
18.19/18.25	c (round 8) 20591 del vars, 79372 del conss, 0 add conss, 16487 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17381195 impls, 0 clqs
18.39/18.42	c (round 9) 20841 del vars, 80437 del conss, 0 add conss, 16631 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17383917 impls, 0 clqs
18.49/18.56	c (round 10) 20995 del vars, 81112 del conss, 0 add conss, 16714 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17385559 impls, 0 clqs
18.60/18.66	c (round 11) 21089 del vars, 81548 del conss, 0 add conss, 16770 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17386657 impls, 0 clqs
18.70/18.75	c (round 12) 21157 del vars, 81826 del conss, 0 add conss, 16805 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17387541 impls, 0 clqs
18.79/18.82	c (round 13) 21193 del vars, 82009 del conss, 0 add conss, 16826 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17387859 impls, 0 clqs
18.79/18.89	c (round 14) 21221 del vars, 82122 del conss, 0 add conss, 16840 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17388305 impls, 0 clqs
18.89/18.96	c (round 15) 21237 del vars, 82207 del conss, 0 add conss, 16848 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17388511 impls, 0 clqs
18.99/19.03	c (round 16) 21249 del vars, 82250 del conss, 0 add conss, 16854 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17388591 impls, 0 clqs
18.99/19.09	c (round 17) 21251 del vars, 82274 del conss, 0 add conss, 16855 chg bounds, 94 chg sides, 81 chg coeffs, 0 upgd conss, 17388607 impls, 0 clqs
19.69/19.76	c (round 18) 21251 del vars, 82276 del conss, 0 add conss, 16855 chg bounds, 94 chg sides, 81 chg coeffs, 174072 upgd conss, 17388607 impls, 0 clqs
20.49/20.50	c (round 19) 21251 del vars, 82279 del conss, 23 add conss, 16855 chg bounds, 138 chg sides, 272 chg coeffs, 174072 upgd conss, 17388607 impls, 0 clqs
862.51/862.59	c    (862.6s) probing: 1000/51591 (1.9%) - 0 fixings, 0 aggregations, 14091771 implications, 0 bound changes
1516.93/1516.95	c    (1517.0s) probing: 2000/51591 (3.9%) - 0 fixings, 0 aggregations, 22586539 implications, 0 bound changes
1517.42/1517.46	c    (1517.5s) probing: 2001/51591 (3.9%) - 0 fixings, 0 aggregations, 22594837 implications, 0 bound changes
1517.42/1517.46	c    (1517.5s) probing aborted: 2000/2000 successive useless probings
1517.42/1517.46	c presolving (20 rounds):
1517.42/1517.46	c  21251 deleted vars, 82281 deleted constraints, 25 added constraints, 16855 tightened bounds, 0 added holes, 142 changed sides, 298 changed coefficients
1517.42/1517.46	c  100247159 implications, 0 cliques
1517.42/1517.46	c presolved problem has 51591 variables (51591 bin, 0 int, 0 impl, 0 cont) and 174092 constraints
1517.42/1517.46	c    1134 constraints of type <knapsack>
1517.42/1517.46	c  147463 constraints of type <setppc>
1517.42/1517.46	c   25495 constraints of type <logicor>
1517.42/1517.46	c transformed objective value is always integral (scale: 1)
1517.42/1517.46	c Presolving Time: 1515.86
1517.42/1517.46	c - non default parameters ----------------------------------------------------------------------
1517.42/1517.46	c # SCIP version 2.0.1.4
1517.42/1517.46	c 
1517.42/1517.46	c # frequency for displaying node information lines
1517.42/1517.46	c # [type: int, range: [-1,2147483647], default: 100]
1517.42/1517.46	c display/freq = 10000
1517.42/1517.46	c 
1517.42/1517.46	c # maximal time in seconds to run
1517.42/1517.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1517.42/1517.46	c limits/time = 1797
1517.42/1517.46	c 
1517.42/1517.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1517.42/1517.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1517.42/1517.46	c limits/memory = 13950
1517.42/1517.46	c 
1517.42/1517.46	c # default clock type (1: CPU user seconds, 2: wall clock time)
1517.42/1517.46	c # [type: int, range: [1,2], default: 1]
1517.42/1517.46	c timing/clocktype = 2
1517.42/1517.46	c 
1517.42/1517.46	c # belongs reading time to solving time?
1517.42/1517.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1517.42/1517.46	c timing/reading = TRUE
1517.42/1517.46	c 
1517.42/1517.46	c # should presolving try to simplify inequalities
1517.42/1517.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1517.42/1517.46	c constraints/linear/simplifyinequalities = TRUE
1517.42/1517.46	c 
1517.42/1517.46	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1517.42/1517.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1517.42/1517.46	c constraints/indicator/addCouplingCons = TRUE
1517.42/1517.46	c 
1517.42/1517.46	c # should presolving try to simplify knapsacks
1517.42/1517.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1517.42/1517.46	c constraints/knapsack/simplifyinequalities = TRUE
1517.42/1517.46	c 
1517.42/1517.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1517.42/1517.46	c # [type: int, range: [-1,2147483647], default: -1]
1517.42/1517.46	c separating/rapidlearning/freq = 0
1517.42/1517.46	c 
1517.42/1517.46	c -----------------------------------------------------------------------------------------------
1517.42/1517.46	c start solving
1517.42/1517.50	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3486314-1307792509/watcher-3486314-1307792509 -o /tmp/evaluation-result-3486314-1307792509/solver-3486314-1307792509 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486314-1307792509.opb -t 1800 -m 15500 

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.00 2.00 1.96 3/177 20158
/proc/meminfo: memFree=30933456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=10320 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 1573 0 0 0 0 0 0 0 25 0 1 0 890853522 10567680 1528 33554432000 4194304 8979876 140734390298112 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20158/statm: 2580 1528 366 1169 0 1407 0

[startup+0.0761549 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 20158
/proc/meminfo: memFree=30933456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=25224 CPUtime=0.06 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 5288 0 0 0 6 0 0 0 25 0 1 0 890853522 25829376 5243 33554432000 4194304 8979876 140734390298112 18446744073709551615 7964887 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20158/statm: 6306 5243 366 1169 0 5133 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25224

[startup+0.101144 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 20158
/proc/meminfo: memFree=30933456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=27548 CPUtime=0.09 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 5903 0 0 0 9 0 0 0 25 0 1 0 890853522 28209152 5858 33554432000 4194304 8979876 140734390298112 18446744073709551615 7815544 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20158/statm: 6887 5858 366 1169 0 5714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27548

[startup+0.301112 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 20158
/proc/meminfo: memFree=30933456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=52524 CPUtime=0.29 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 12128 0 0 0 28 1 0 0 25 0 1 0 890853522 53784576 12083 33554432000 4194304 8979876 140734390298112 18446744073709551615 7836068 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20158/statm: 13131 12083 366 1169 0 11958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52524

[startup+0.701052 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 20158
/proc/meminfo: memFree=30933456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=75412 CPUtime=0.69 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 17823 0 0 0 67 2 0 0 25 0 1 0 890853522 77221888 17778 33554432000 4194304 8979876 140734390298112 18446744073709551615 7836093 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20158/statm: 18853 17778 366 1169 0 17680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75412

[startup+1.50089 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20159
/proc/meminfo: memFree=30773636/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=232788 CPUtime=1.49 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 57070 0 0 0 143 6 0 0 25 0 1 0 890853522 238374912 57006 33554432000 4194304 8979876 140734390298112 18446744073709551615 4880925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 58197 57006 416 1169 0 57024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232788

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20159
/proc/meminfo: memFree=30385392/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=492980 CPUtime=3.09 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 133057 0 0 0 294 15 0 0 25 0 1 0 890853522 504811520 120604 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503570 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 123245 120604 487 1169 0 122072 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 492980

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20159
/proc/meminfo: memFree=30080368/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=718476 CPUtime=6.29 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 189031 0 0 0 608 21 0 0 25 0 1 0 890853522 735719424 176578 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503493 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 179619 176578 494 1169 0 178446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 718476

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20159
/proc/meminfo: memFree=29803372/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=913712 CPUtime=12.69 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 236333 0 0 0 1243 26 0 0 25 0 1 0 890853522 935641088 223280 33554432000 4194304 8979876 140734390298112 18446744073709551615 6504310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 228428 223280 504 1169 0 227255 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 913712

[startup+25.5007 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 20160
/proc/meminfo: memFree=29725136/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=988204 CPUtime=25.49 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 269647 0 0 0 2519 30 0 0 25 0 1 0 890853522 1011920896 241146 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503529 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 247051 241146 549 1169 0 245878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 988204

[startup+51.1011 s]
/proc/loadavg: 2.05 2.01 1.96 3/178 20160
/proc/meminfo: memFree=29661424/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1024028 CPUtime=51.09 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 278347 0 0 0 5078 31 0 0 25 0 1 0 890853522 1048604672 249813 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503511 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 256007 249813 549 1169 0 254834 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1024028

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 20162
/proc/meminfo: memFree=29523456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1100744 CPUtime=102.29 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 296806 0 0 0 10197 32 0 0 25 0 1 0 890853522 1127161856 268272 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 275186 268272 549 1169 0 274013 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1100744

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 20163
/proc/meminfo: memFree=29269080/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1229656 CPUtime=162.29 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 328537 0 0 0 16194 35 0 0 25 0 1 0 890853522 1259167744 300003 33554432000 4194304 8979876 140734390298112 18446744073709551615 4919205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 307414 300003 549 1169 0 306241 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1229656

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20165
/proc/meminfo: memFree=29072352/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1328380 CPUtime=222.3 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 353666 0 0 0 22192 38 0 0 25 0 1 0 890853522 1360261120 324505 33554432000 4194304 8979876 140734390298112 18446744073709551615 4460212 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 332095 324505 549 1169 0 330922 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1328380

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20166
/proc/meminfo: memFree=28673268/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1576556 CPUtime=282.3 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 414608 0 0 0 28185 45 0 0 25 0 1 0 890853522 1614393344 385447 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503480 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 394139 385447 549 1169 0 392966 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1576556

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20168
/proc/meminfo: memFree=28407964/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1729848 CPUtime=342.3 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 452666 0 0 0 34181 49 0 0 25 0 1 0 890853522 1771364352 423505 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503493 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 432462 423505 549 1169 0 431289 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1729848

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20170
/proc/meminfo: memFree=28164256/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1843344 CPUtime=402.3 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 480702 0 0 0 40178 52 0 0 25 0 1 0 890853522 1887584256 451541 33554432000 4194304 8979876 140734390298112 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 460836 451541 549 1169 0 459663 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1843344

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 1.97 3/178 20171
/proc/meminfo: memFree=27932344/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=1989700 CPUtime=462.3 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 517755 0 0 0 46173 57 0 0 25 0 1 0 890853522 2037452800 488561 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503476 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 497425 488561 549 1169 0 496252 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1989700

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 20173
/proc/meminfo: memFree=27773312/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=2105380 CPUtime=522.31 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 546805 0 0 0 52170 61 0 0 25 0 1 0 890853522 2155909120 517611 33554432000 4194304 8979876 140734390298112 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 526345 517611 549 1169 0 525172 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2105380

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 20174
/proc/meminfo: memFree=27555256/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=2238020 CPUtime=582.3 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 579181 0 0 0 58165 65 0 0 25 0 1 0 890853522 2291732480 549987 33554432000 4194304 8979876 140734390298112 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 559505 549987 549 1169 0 558332 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2238020

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 20182
/proc/meminfo: memFree=26444620/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=2792104 CPUtime=882.31 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 716674 0 0 0 88148 83 0 0 25 0 1 0 890853522 2859114496 687480 33554432000 4194304 8979876 140734390298112 18446744073709551615 4878500 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 698026 687480 554 1169 0 696853 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2792104

[startup+942.301 s]
/proc/loadavg: 2.08 2.02 1.98 3/178 20184
/proc/meminfo: memFree=26261308/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=2940516 CPUtime=942.31 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 753627 0 0 0 94142 89 0 0 25 0 1 0 890853522 3011088384 724433 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503493 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 735129 724433 554 1169 0 733956 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2940516

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 20186
/proc/meminfo: memFree=26138624/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3024588 CPUtime=1002.31 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 774046 0 0 0 100139 92 0 0 25 0 1 0 890853522 3097178112 744852 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503480 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 756147 744852 554 1169 0 754974 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 3024588

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/178 20187
/proc/meminfo: memFree=25997940/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3091468 CPUtime=1062.32 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 791233 0 0 0 106137 95 0 0 25 0 1 0 890853522 3165663232 762039 33554432000 4194304 8979876 140734390298112 18446744073709551615 4875174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 772867 762039 554 1169 0 771694 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3091468

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/178 20189
/proc/meminfo: memFree=25813740/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3188512 CPUtime=1122.32 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 815019 0 0 0 112134 98 0 0 25 0 1 0 890853522 3265036288 785825 33554432000 4194304 8979876 140734390298112 18446744073709551615 4875174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 797128 785825 554 1169 0 795955 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3188512

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/178 20199
/proc/meminfo: memFree=25679232/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3265472 CPUtime=1182.32 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 833954 0 0 0 118132 100 0 0 25 0 1 0 890853522 3343843328 804760 33554432000 4194304 8979876 140734390298112 18446744073709551615 5537669 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 816368 804760 554 1169 0 815195 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3265472

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 20201
/proc/meminfo: memFree=25541304/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3337732 CPUtime=1242.32 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 852130 0 0 0 124129 103 0 0 25 0 1 0 890853522 3417837568 822936 33554432000 4194304 8979876 140734390298112 18446744073709551615 4936928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 834433 822936 554 1169 0 833260 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3337732

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 20205
/proc/meminfo: memFree=25402492/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3389908 CPUtime=1302.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 865269 0 0 0 130129 104 0 0 25 0 1 0 890853522 3471265792 836075 33554432000 4194304 8979876 140734390298112 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 847477 836075 554 1169 0 846304 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3389908

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 20207
/proc/meminfo: memFree=25284264/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3443436 CPUtime=1362.32 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 877911 0 0 0 136126 106 0 0 25 0 1 0 890853522 3526078464 848717 33554432000 4194304 8979876 140734390298112 18446744073709551615 5537696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 860859 848717 554 1169 0 859686 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3443436

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 20209
/proc/meminfo: memFree=25178824/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3485456 CPUtime=1422.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 888987 0 0 0 142126 107 0 0 25 0 1 0 890853522 3569106944 859793 33554432000 4194304 8979876 140734390298112 18446744073709551615 6503525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 871364 859793 554 1169 0 870191 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3485456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20210
/proc/meminfo: memFree=25055268/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3550924 CPUtime=1482.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 904882 0 0 0 148124 109 0 0 25 0 1 0 890853522 3636146176 875688 33554432000 4194304 8979876 140734390298112 18446744073709551615 4887662 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 887731 875688 554 1169 0 886558 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3550924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20212
/proc/meminfo: memFree=24684456/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3896280 CPUtime=1542.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 988526 0 0 0 154114 119 0 0 25 0 1 0 890853522 3989790720 954582 33554432000 4194304 8979876 140734390298112 18446744073709551615 7143791 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 974070 954582 736 1169 0 972897 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3896280

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 20214
/proc/meminfo: memFree=24613228/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3906620 CPUtime=1602.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 991911 0 0 0 160110 123 0 0 25 0 1 0 890853522 4000378880 957877 33554432000 4194304 8979876 140734390298112 18446744073709551615 7147375 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 976655 957877 818 1169 0 975482 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3906620

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 20215
/proc/meminfo: memFree=24487184/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3930244 CPUtime=1662.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 997499 0 0 0 166107 126 0 0 25 0 1 0 890853522 4024569856 962961 33554432000 4194304 8979876 140734390298112 18446744073709551615 7147101 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 982561 962961 718 1169 0 981388 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3930244

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 20217
/proc/meminfo: memFree=24428104/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3932660 CPUtime=1722.33 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 998533 0 0 0 172104 129 0 0 25 0 1 0 890853522 4027043840 963985 33554432000 4194304 8979876 140734390298112 18446744073709551615 7146996 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 983165 963985 708 1169 0 981992 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3932660

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 20218
/proc/meminfo: memFree=24352772/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3958448 CPUtime=1782.34 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 1003332 0 0 0 178100 134 0 0 25 0 1 0 890853522 4053450752 968779 33554432000 4194304 8979876 140734390298112 18446744073709551615 7143762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 989612 968779 1107 1169 0 988439 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3958448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 20257
/proc/meminfo: memFree=27041460/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=3958448 CPUtime=1800.03 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4202496 1003397 0 0 0 179869 134 0 0 25 0 1 0 890853522 4053450752 968844 33554432000 4194304 8979876 140734390298112 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20158/statm: 989612 968844 1107 1169 0 988439 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3958448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.11 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 20257
/proc/meminfo: memFree=27041460/32951124 swapFree=67052812/67111528
[pid=20158] ppid=20156 vsize=0 CPUtime=1800.14 cores=0,2,4,6
/proc/20158/stat : 20158 (scip-2.0.1.4_2.) R 20156 20158 19591 0 -1 4203524 1003397 0 0 0 179870 144 0 0 25 0 1 0 890853522 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.15
CPU time (s): 1800.2
CPU user time (s): 1798.7
CPU system time (s): 1.49677
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3958448

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

runsolver used 2.79557 second user time and 5.54016 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 13:41:49
IDJOB=3486314
IDBENCH=77243
IDSOLVER=1977
FILE ID=node103/3486314-1307792509
RUNJOBID= node103-1307785314-19609
PBS_JOBID= 13550909
Free space on /tmp= 74040 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12053_3.std.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486314-1307792509/watcher-3486314-1307792509 -o /tmp/evaluation-result-3486314-1307792509/solver-3486314-1307792509 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486314-1307792509.opb -t 1800 -m 15500

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

MD5SUM BENCH= c9d9e9de965e10444f6e461e8225e8d3
RANDOM SEED=700338508

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30934876 kB
Buffers:        291816 kB
Cached:         848356 kB
SwapCached:      22864 kB
Active:        1175800 kB
Inactive:       629556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30934876 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           48832 kB
Writeback:           0 kB
AnonPages:      662252 kB
Mapped:          11376 kB
Slab:           143692 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   850588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74024 MiB
End job on node103 at 2011-06-11 14:11:51