Trace number 3743777

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: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.15 1802.45

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUMbce39ea6470f5e2e6c53fe3acb1a7559
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11933
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2531125
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2531125
Number of bits of the biggest sum of numbers22
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3743777-1338793497.opb>
4.68/4.72	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.68/4.72	c problem read
4.68/4.73	c presolving settings loaded
6.59/6.68	c presolving:
10.07/10.14	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
11.07/11.13	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1978 clqs
145.16/145.22	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 16689786 impls, 1978 clqs
145.55/145.65	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 16693788 impls, 1978 clqs
146.06/146.14	c presolving (5 rounds):
146.06/146.14	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
146.06/146.14	c  16693788 implications, 1978 cliques
146.06/146.14	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
146.06/146.14	c       1 constraints of type <knapsack>
146.06/146.14	c   26425 constraints of type <setppc>
146.06/146.14	c  373684 constraints of type <logicor>
146.06/146.14	c transformed objective value is always integral (scale: 1)
146.06/146.14	c Presolving Time: 140.22
146.06/146.14	c - non default parameters ----------------------------------------------------------------------
146.06/146.14	c # SCIP version 1.2.1.3
146.06/146.14	c 
146.06/146.14	c # frequency for displaying node information lines
146.06/146.14	c # [type: int, range: [-1,2147483647], default: 100]
146.06/146.14	c display/freq = 10000
146.06/146.14	c 
146.06/146.14	c # maximal time in seconds to run
146.06/146.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
146.06/146.14	c limits/time = 1785.28
146.06/146.14	c 
146.06/146.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
146.06/146.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
146.06/146.14	c limits/memory = 13950
146.06/146.14	c 
146.06/146.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
146.06/146.14	c # [type: int, range: [1,2], default: 1]
146.06/146.14	c timing/clocktype = 2
146.06/146.14	c 
146.06/146.14	c # should presolving try to simplify inequalities
146.06/146.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
146.06/146.14	c constraints/linear/simplifyinequalities = TRUE
146.06/146.14	c 
146.06/146.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
146.06/146.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
146.06/146.14	c constraints/indicator/addCouplingCons = TRUE
146.06/146.14	c 
146.06/146.14	c # should presolving try to simplify knapsacks
146.06/146.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
146.06/146.14	c constraints/knapsack/simplifyinequalities = TRUE
146.06/146.14	c 
146.06/146.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
146.06/146.14	c # [type: int, range: [-1,2147483647], default: -1]
146.06/146.14	c separating/rapidlearning/freq = 0
146.06/146.14	c 
146.06/146.14	c -----------------------------------------------------------------------------------------------
146.06/146.14	c start solving
146.16/146.29	c 
172.15/172.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.15/172.24	c   168s|     1 |     0 |  5737 |     - |2162M|   0 | 998 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-3.866400e+04 |      --      |    Inf 
453.81/453.92	c   449s|     1 |     0 | 18129 |     - |2171M|   0 | 771 | 400k| 400k| 400k| 400k|  10 |   0 |   0 |-3.866194e+04 |      --      |    Inf 
672.27/672.48	c   668s|     1 |     0 | 20534 |     - |2175M|   0 |1131 | 400k| 400k| 400k| 400k|  19 |   0 |   0 |-3.862877e+04 |      --      |    Inf 
909.64/909.84	c   905s|     1 |     0 | 25552 |     - |2177M|   0 |1176 | 400k| 400k| 400k| 400k|  23 |   0 |   0 |-3.832126e+04 |      --      |    Inf 
1080.02/1080.28	c  1076s|     1 |     0 | 28529 |     - |2171M|   0 |1466 | 400k| 394k| 400k| 394k|  24 |   0 |   0 |-3.831611e+04 |      --      |    Inf 
1210.59/1210.85	c  1206s|     1 |     0 | 28593 |     - |2171M|   0 |1467 | 400k| 394k| 400k| 394k|  26 |   0 |   0 |-3.831611e+04 |      --      |    Inf 
1352.78/1353.05	c  1348s|     1 |     0 | 29324 |     - |2171M|   0 | 876 | 400k| 394k| 400k| 394k|  27 |   0 |   0 |-3.830913e+04 |      --      |    Inf 
1492.05/1492.33	c  1488s|     1 |     0 | 29959 |     - |2171M|   0 | 845 | 400k| 394k| 400k| 394k|  31 |   0 |   0 |-3.830913e+04 |      --      |    Inf 
1625.93/1626.24	c  1622s|     1 |     0 | 30019 |     - |2171M|   0 | 843 | 400k| 394k| 400k| 394k|  33 |   0 |   0 |-3.830913e+04 |      --      |    Inf 
1760.01/1760.35	c  1756s|     1 |     0 | 30171 |     - |2171M|   0 | 835 | 400k| 394k| 400k| 394k|  35 |   0 |   0 |-3.830913e+04 |      --      |    Inf 
1800.00/1800.30	c pressed CTRL-C 1 times (5 times for forcing termination)

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-3743777-1338793497/watcher-3743777-1338793497 -o /tmp/evaluation-result-3743777-1338793497/solver-3743777-1338793497 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743777-1338793497.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.01 2.00 3/178 13479
/proc/meminfo: memFree=26330936/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 1240 0 0 0 0 0 0 0 20 0 1 0 345475155 8105984 1187 33554432000 4194304 8395647 140733246340048 140736126453064 7303648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13479/statm: 1979 1187 370 1026 0 949 0

[startup+0.0157411 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13479
/proc/meminfo: memFree=26330936/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=13064 CPUtime=0 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 2523 0 0 0 0 0 0 0 20 0 1 0 345475155 13377536 2470 33554432000 4194304 8395647 140733246340048 140736126453064 6349190 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13479/statm: 3266 2470 393 1026 0 2236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13064

[startup+0.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13479
/proc/meminfo: memFree=26330936/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=28948 CPUtime=0.09 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 6473 0 0 0 9 0 0 0 20 0 1 0 345475155 29642752 6420 33554432000 4194304 8395647 140733246340048 140736126453064 5758126 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13479/statm: 7237 6420 393 1026 0 6207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28948

[startup+0.300223 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13479
/proc/meminfo: memFree=26330936/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=50488 CPUtime=0.29 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 11874 0 0 0 28 1 0 0 20 0 1 0 345475155 51699712 11821 33554432000 4194304 8395647 140733246340048 140733246202552 6349007 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13479/statm: 12622 11821 393 1026 0 11592 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50488

[startup+0.700229 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13479
/proc/meminfo: memFree=26330936/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=85112 CPUtime=0.69 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 20503 0 0 0 66 3 0 0 20 0 1 0 345475155 87154688 20450 33554432000 4194304 8395647 140733246340048 140733246202552 4729688 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13479/statm: 21278 20450 393 1026 0 20248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85112

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13480
/proc/meminfo: memFree=26215352/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=180576 CPUtime=1.48 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 44382 0 0 0 141 7 0 0 20 0 1 0 345475155 184909824 44329 33554432000 4194304 8395647 140733246340048 140733246205256 4245991 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13479/statm: 45144 44329 393 1026 0 44114 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 180576

[startup+3.10015 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13480
/proc/meminfo: memFree=26084532/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=368288 CPUtime=3.09 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 91070 0 0 0 295 14 0 0 20 0 1 0 345475155 377126912 91017 33554432000 4194304 8395647 140733246340048 140733246205256 4327595 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/13479/statm: 92072 91017 393 1026 0 91042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 368288

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13480
/proc/meminfo: memFree=25416604/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=1084960 CPUtime=6.28 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 269538 0 0 0 590 38 0 0 20 0 1 0 345475155 1110999040 270114 33554432000 4194304 8395647 140733246340048 140733246337720 4601776 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 271240 270114 431 1026 0 270210 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1084960

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13480
/proc/meminfo: memFree=24790256/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=1554240 CPUtime=12.67 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 385320 0 0 0 1212 55 0 0 20 0 1 0 345475155 1591541760 385679 33554432000 4194304 8395647 140733246340048 140733246337192 6080665 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 388560 385679 500 1026 0 387530 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1554240

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13480
/proc/meminfo: memFree=24787528/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=1554240 CPUtime=25.47 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 385320 0 0 0 2492 55 0 0 20 0 1 0 345475155 1591541760 385679 33554432000 4194304 8395647 140733246340048 140733246337192 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 388560 385679 500 1026 0 387530 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1554240

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13480
/proc/meminfo: memFree=24643268/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=1703964 CPUtime=51.07 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 421778 0 0 0 5047 60 0 0 20 0 1 0 345475155 1744859136 422137 33554432000 4194304 8395647 140733246340048 140733246336120 6080717 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 425991 422137 501 1026 0 424961 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1703964

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13480
/proc/meminfo: memFree=24434992/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=1912520 CPUtime=102.27 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 473180 0 0 0 10160 67 0 0 20 0 1 0 345475155 1958420480 473539 33554432000 4194304 8395647 140733246340048 140733246336120 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 478130 473539 501 1026 0 477100 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1912520

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13480
/proc/meminfo: memFree=23622484/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=2776864 CPUtime=162.25 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 634057 0 0 0 16130 95 0 0 20 0 1 0 345475155 2843508736 671955 33554432000 4194304 8395647 140733246340048 140733246335176 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 694216 671955 579 1026 0 693186 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2776864

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 13481
/proc/meminfo: memFree=23494256/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=2867608 CPUtime=222.25 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 651138 0 0 0 22107 118 0 0 20 0 1 0 345475155 2936430592 693072 33554432000 4194304 8395647 140733246340048 140733246333800 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 716902 693072 585 1026 0 715872 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2867608

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13481
/proc/meminfo: memFree=23493984/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=2832172 CPUtime=282.24 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 652961 0 0 0 28094 130 0 0 20 0 1 0 345475155 2900144128 685860 33554432000 4194304 8395647 140733246340048 140733246335288 7385785 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 708043 685860 600 1026 0 707013 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2832172

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 13484
/proc/meminfo: memFree=23419536/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=2867192 CPUtime=342.23 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 657198 0 0 0 34092 131 0 0 20 0 1 0 345475155 2936004608 691630 33554432000 4194304 8395647 140733246340048 140733246335576 5849694 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 716798 691630 605 1026 0 715768 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2867192

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13484
/proc/meminfo: memFree=23370964/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=2867192 CPUtime=402.22 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 657198 0 0 0 40091 131 0 0 20 0 1 0 345475155 2936004608 691630 33554432000 4194304 8395647 140733246340048 140733246335576 5849682 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 716798 691630 605 1026 0 715768 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2867192

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13484
/proc/meminfo: memFree=23194832/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3018640 CPUtime=462.21 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 679555 0 0 0 46080 141 0 0 20 0 1 0 345475155 3091087360 728021 33554432000 4194304 8395647 140733246340048 140733246335240 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 754660 728021 621 1026 0 753630 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3018640

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13485
/proc/meminfo: memFree=23163736/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3026760 CPUtime=522.19 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 682208 0 0 0 52077 142 0 0 20 0 1 0 345475155 3099402240 730674 33554432000 4194304 8395647 140733246340048 140733246335336 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 756690 730674 621 1026 0 755660 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 3026760

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13485
/proc/meminfo: memFree=23131028/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3026760 CPUtime=582.18 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 682208 0 0 0 58076 142 0 0 20 0 1 0 345475155 3099402240 730674 33554432000 4194304 8395647 140733246340048 140733246335336 5849675 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 756690 730674 621 1026 0 755660 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3026760

[startup+642.3 s]

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

/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 693071 0 0 0 100056 157 0 0 20 0 1 0 345475155 3268489216 767092 33554432000 4194304 8395647 140733246340048 140733246335336 5849694 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 797971 767092 621 1026 0 796941 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3191884

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13489
/proc/meminfo: memFree=22212800/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3181736 CPUtime=1062.12 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697444 0 0 0 106051 161 0 0 20 0 1 0 345475155 3258097664 764639 33554432000 4194304 8395647 140733246340048 140733246335176 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795434 764639 621 1026 0 794404 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3181736

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13490
/proc/meminfo: memFree=22211728/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1122.11 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697606 0 0 0 112049 162 0 0 20 0 1 0 345475155 3258814464 764801 33554432000 4194304 8395647 140733246340048 140733246335336 5827855 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 764801 621 1026 0 794579 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3182436

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13490
/proc/meminfo: memFree=22203992/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1182.1 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697606 0 0 0 118048 162 0 0 20 0 1 0 345475155 3258814464 764801 33554432000 4194304 8395647 140733246340048 140733246335336 5849682 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 764801 621 1026 0 794579 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3182436

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13491
/proc/meminfo: memFree=22191200/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1242.09 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697686 0 0 0 124047 162 0 0 20 0 1 0 345475155 3258814464 765392 33554432000 4194304 8395647 140733246340048 140733246335336 5827857 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765392 621 1026 0 794579 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3182436

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13491
/proc/meminfo: memFree=22190864/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1302.08 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697686 0 0 0 130046 162 0 0 20 0 1 0 345475155 3258814464 765392 33554432000 4194304 8395647 140733246340048 140733246335336 5849682 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765392 621 1026 0 794579 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3182436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13491
/proc/meminfo: memFree=22190148/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1362.07 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697689 0 0 0 136044 163 0 0 20 0 1 0 345475155 3258814464 765395 33554432000 4194304 8395647 140733246340048 140733246335336 5827844 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765395 621 1026 0 794579 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3182436

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13492
/proc/meminfo: memFree=22189496/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1422.07 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697689 0 0 0 142044 163 0 0 20 0 1 0 345475155 3258814464 765395 33554432000 4194304 8395647 140733246340048 140733246335336 5849675 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765395 621 1026 0 794579 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3182436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13492
/proc/meminfo: memFree=22189648/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1482.05 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697698 0 0 0 148042 163 0 0 20 0 1 0 345475155 3258814464 765404 33554432000 4194304 8395647 140733246340048 140733246335608 6586893 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765404 621 1026 0 794579 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3182436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13495
/proc/meminfo: memFree=22188428/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1542.04 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697705 0 0 0 154040 164 0 0 20 0 1 0 345475155 3258814464 765411 33554432000 4194304 8395647 140733246340048 140733246335336 5827869 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765411 621 1026 0 794579 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3182436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13495
/proc/meminfo: memFree=22188604/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1602.03 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697705 0 0 0 160039 164 0 0 20 0 1 0 345475155 3258814464 765411 33554432000 4194304 8395647 140733246340048 140733246335336 5849694 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765411 621 1026 0 794579 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3182436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13495
/proc/meminfo: memFree=22188756/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1662.02 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697708 0 0 0 166038 164 0 0 20 0 1 0 345475155 3258814464 765413 33554432000 4194304 8395647 140733246340048 140733246335336 5827831 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765413 621 1026 0 794579 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3182436

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13496
/proc/meminfo: memFree=22188536/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1722.01 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697708 0 0 0 172037 164 0 0 20 0 1 0 345475155 3258814464 765413 33554432000 4194304 8395647 140733246340048 140733246335336 5849694 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765413 621 1026 0 794579 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3182436

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13535
/proc/meminfo: memFree=24369284/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1782 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697712 0 0 0 178033 167 0 0 20 0 1 0 345475155 3258814464 765413 33554432000 4194304 8395647 140733246340048 140733246335336 5827857 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765413 621 1026 0 794579 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3182436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13535
/proc/meminfo: memFree=23383792/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1800 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697712 0 0 0 179833 167 0 0 20 0 1 0 345475155 3258814464 765413 33554432000 4194304 8395647 140733246340048 140733246335336 5827855 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765413 621 1026 0 794579 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3182436

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13479

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 13536
/proc/meminfo: memFree=23381560/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1801.1 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697712 0 0 0 179943 167 0 0 20 0 1 0 345475155 3258814464 765413 33554432000 4194304 8395647 140733246340048 140733246335040 5827857 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765413 621 1026 0 794579 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 3182436

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 13536
/proc/meminfo: memFree=23372484/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=3182436 CPUtime=1801.9 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4202496 697712 0 0 0 180023 167 0 0 20 0 1 0 345475155 3258814464 765413 33554432000 4194304 8395647 140733246340048 140733246335040 5827869 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 795609 765413 621 1026 0 794579 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3182436

[startup+1802.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 13536
/proc/meminfo: memFree=23372484/32873844 swapFree=7124/7124
[pid=13479] ppid=13477 vsize=0 CPUtime=1802.09 cores=0,2,4,6
/proc/13479/stat : 13479 (pbscip.linux.x8) R 13477 13479 12290 0 -1 4203524 697712 0 0 0 180033 176 0 0 20 0 1 0 345475155 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13479/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.45
CPU time (s): 1802.15
CPU user time (s): 1800.34
CPU system time (s): 1.81572
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 3191884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.34
system time used= 1.81572
maximum resident set size= 3068764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 697712
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= 8
involuntary context switches= 2163

runsolver used 2.89356 second user time and 7.68383 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 09:04:58
IDJOB=3743777
IDBENCH=92523
IDSOLVER=2326
FILE ID=node134/3743777-1338793497
RUNJOBID= node134-1338773738-12306
PBS_JOBID= 14636824
Free space on /tmp= 70292 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743777-1338793497/watcher-3743777-1338793497 -o /tmp/evaluation-result-3743777-1338793497/solver-3743777-1338793497 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743777-1338793497.opb -t 1800 -m 15500

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

MD5SUM BENCH= bce39ea6470f5e2e6c53fe3acb1a7559
RANDOM SEED=1783830373

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.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		: 2667.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26330828 kB
Buffers:          510540 kB
Cached:          3514992 kB
SwapCached:           76 kB
Active:          3472608 kB
Inactive:        2162808 kB
Active(anon):    1601916 kB
Inactive(anon):    10496 kB
Active(file):    1870692 kB
Inactive(file):  2152312 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             80064 kB
Writeback:             0 kB
AnonPages:       1602524 kB
Mapped:            13096 kB
Shmem:                96 kB
Slab:             764200 kB
SReclaimable:     205728 kB
SUnreclaim:       558472 kB
KernelStack:        1488 kB
PageTables:         6804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1731476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70216 MiB
End job on node134 at 2012-06-04 09:35:00