Trace number 3743205

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.12 1802.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
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 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
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-3743205-1338780512.opb>
4.78/4.83	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.78/4.83	c problem read
4.78/4.83	c presolving settings loaded
6.88/6.91	c presolving:
10.39/10.48	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.38/11.48	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs
101.96/102.07	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12261460 impls, 1977 clqs
102.36/102.48	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12265462 impls, 1977 clqs
102.86/102.97	c presolving (5 rounds):
102.86/102.97	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
102.86/102.97	c  12265462 implications, 1977 cliques
102.86/102.97	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
102.86/102.97	c       1 constraints of type <knapsack>
102.86/102.97	c   26425 constraints of type <setppc>
102.86/102.97	c  373684 constraints of type <logicor>
102.86/102.97	c transformed objective value is always integral (scale: 1)
102.86/102.97	c Presolving Time: 96.89
102.86/102.97	c - non default parameters ----------------------------------------------------------------------
102.86/102.97	c # SCIP version 1.2.1.3
102.86/102.97	c 
102.86/102.97	c # frequency for displaying node information lines
102.86/102.97	c # [type: int, range: [-1,2147483647], default: 100]
102.86/102.97	c display/freq = 10000
102.86/102.97	c 
102.86/102.97	c # maximal time in seconds to run
102.86/102.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
102.86/102.97	c limits/time = 1785.18
102.86/102.97	c 
102.86/102.97	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
102.86/102.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
102.86/102.97	c limits/memory = 13950
102.86/102.97	c 
102.86/102.97	c # default clock type (1: CPU user seconds, 2: wall clock time)
102.86/102.97	c # [type: int, range: [1,2], default: 1]
102.86/102.97	c timing/clocktype = 2
102.86/102.97	c 
102.86/102.97	c # should presolving try to simplify inequalities
102.86/102.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
102.86/102.97	c constraints/linear/simplifyinequalities = TRUE
102.86/102.97	c 
102.86/102.97	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
102.86/102.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
102.86/102.97	c constraints/indicator/addCouplingCons = TRUE
102.86/102.97	c 
102.86/102.97	c # should presolving try to simplify knapsacks
102.86/102.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
102.86/102.97	c constraints/knapsack/simplifyinequalities = TRUE
102.86/102.97	c 
102.86/102.97	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
102.86/102.97	c # [type: int, range: [-1,2147483647], default: -1]
102.86/102.97	c separating/rapidlearning/freq = 0
102.86/102.97	c 
102.86/102.97	c -----------------------------------------------------------------------------------------------
102.86/102.97	c start solving
103.07/103.10	c 
1259.29/1259.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.29/1259.59	c  1255s|     1 |     0 | 36372 |     - |2041M|   0 | 671 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-1.840369e+04 |      --      |    Inf 
1763.50/1763.88	c  1759s|     1 |     0 | 78782 |     - |2045M|   0 |6831 | 400k| 400k| 400k| 400k|  25 |   0 |   0 |-1.840336e+04 |      --      |    Inf 
1800.01/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-3743205-1338780512/watcher-3743205-1338780512 -o /tmp/evaluation-result-3743205-1338780512/solver-3743205-1338780512 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743205-1338780512.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 2.00 3/176 13336
/proc/meminfo: memFree=24956332/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=5568 CPUtime=0 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 488 0 0 0 0 0 0 0 20 0 1 0 344118334 5701632 438 33554432000 4194304 8395647 140734087610352 140736675431432 4288508 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 1392 450 227 1026 0 362 0

[startup+0.0242279 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13336
/proc/meminfo: memFree=24956332/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=15276 CPUtime=0.01 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 3092 0 0 0 1 0 0 0 20 0 1 0 344118334 15642624 3038 33554432000 4194304 8395647 140734087610352 140736675431432 6347101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 3819 3038 393 1026 0 2789 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15276

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13336
/proc/meminfo: memFree=24956332/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=28832 CPUtime=0.08 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 6481 0 0 0 8 0 0 0 20 0 1 0 344118334 29523968 6427 33554432000 4194304 8395647 140734087610352 140736675431432 5754951 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 7208 6427 393 1026 0 6178 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28832

[startup+0.300234 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13336
/proc/meminfo: memFree=24956332/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=50364 CPUtime=0.29 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 11825 0 0 0 28 1 0 0 20 0 1 0 344118334 51572736 11771 33554432000 4194304 8395647 140734087610352 140734087475560 7384783 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 12591 11771 393 1026 0 11561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50364

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13336
/proc/meminfo: memFree=24956332/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=81760 CPUtime=0.69 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 19700 0 0 0 67 2 0 0 20 0 1 0 344118334 83722240 19646 33554432000 4194304 8395647 140734087610352 140734087475560 7382041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 20440 19646 393 1026 0 19410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81760

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13337
/proc/meminfo: memFree=24842508/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=177356 CPUtime=1.49 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 43557 0 0 0 143 6 0 0 20 0 1 0 344118334 181612544 43503 33554432000 4194304 8395647 140734087610352 140734087475560 5754373 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 44339 43503 393 1026 0 43309 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177356

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13337
/proc/meminfo: memFree=24713928/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=358688 CPUtime=3.09 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 88892 0 0 0 295 14 0 0 20 0 1 0 344118334 367296512 88838 33554432000 4194304 8395647 140734087610352 140734087475560 5755310 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 89672 88838 393 1026 0 88642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 358688

[startup+6.30029 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 13337
/proc/meminfo: memFree=24107056/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=1085064 CPUtime=6.28 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 269054 0 0 0 588 40 0 0 20 0 1 0 344118334 1111105536 270140 33554432000 4194304 8395647 140734087610352 140734087608024 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 271266 270140 431 1026 0 270236 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1085064

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 13337
/proc/meminfo: memFree=23376228/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=1553704 CPUtime=12.69 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 385199 0 0 0 1210 59 0 0 20 0 1 0 344118334 1590992896 385556 33554432000 4194304 8395647 140734087610352 140734087607496 4911307 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13336/statm: 388426 385556 501 1026 0 387396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1553704

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 13337
/proc/meminfo: memFree=23414676/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=1553704 CPUtime=25.48 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 385322 0 0 0 2489 59 0 0 20 0 1 0 344118334 1590992896 385679 33554432000 4194304 8395647 140734087610352 140734087607496 7385960 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 388426 385679 501 1026 0 387396 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1553704

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13337
/proc/meminfo: memFree=23251708/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=1723764 CPUtime=51.07 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 427188 0 0 0 5042 65 0 0 20 0 1 0 344118334 1765134336 427545 33554432000 4194304 8395647 140734087610352 140734087606504 4911327 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 430941 427545 501 1026 0 429911 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1723764

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13340
/proc/meminfo: memFree=23025984/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=1937112 CPUtime=102.27 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 479550 0 0 0 10156 71 0 0 20 0 1 0 344118334 1983602688 479664 33554432000 4194304 8395647 140734087610352 140734087606424 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 484278 479664 502 1026 0 483248 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1937112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13340
/proc/meminfo: memFree=22144684/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2759748 CPUtime=162.26 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 619978 0 0 0 16119 107 0 0 20 0 1 0 344118334 2825981952 668482 33554432000 4194304 8395647 140734087610352 140734087605480 6696112 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 689937 668482 579 1026 0 688907 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2759748

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13340
/proc/meminfo: memFree=22091724/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2805788 CPUtime=222.25 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 635493 0 0 0 22101 124 0 0 20 0 1 0 344118334 2873126912 674091 33554432000 4194304 8395647 140734087610352 140734087605480 6669642 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 701447 674091 579 1026 0 700417 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2805788

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13341
/proc/meminfo: memFree=22036472/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2847684 CPUtime=282.24 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 643937 0 0 0 28083 141 0 0 20 0 1 0 344118334 2916028416 676339 33554432000 4194304 8395647 140734087610352 140734087605480 6698205 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 711921 676339 579 1026 0 710891 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2847684

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13341
/proc/meminfo: memFree=22035136/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2848416 CPUtime=342.23 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 651576 0 0 0 34061 162 0 0 20 0 1 0 344118334 2916777984 688645 33554432000 4194304 8395647 140734087610352 140734087605480 6700276 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 712104 688645 579 1026 0 711074 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2848416

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13341
/proc/meminfo: memFree=22031080/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2848836 CPUtime=402.22 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 661263 0 0 0 40041 181 0 0 20 0 1 0 344118334 2917208064 680741 33554432000 4194304 8395647 140734087610352 140734087605912 6698276 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 712209 680741 579 1026 0 711179 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2848836

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13341
/proc/meminfo: memFree=22028292/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2848836 CPUtime=462.21 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 671504 0 0 0 46019 202 0 0 20 0 1 0 344118334 2917208064 688767 33554432000 4194304 8395647 140734087610352 140734087605480 6698205 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 712209 688767 579 1026 0 711179 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2848836

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13341
/proc/meminfo: memFree=22027692/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2849392 CPUtime=522.2 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 683982 0 0 0 51999 221 0 0 20 0 1 0 344118334 2917777408 688915 33554432000 4194304 8395647 140734087610352 140734087605480 6697804 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 712348 688915 579 1026 0 711318 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2849392

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13342
/proc/meminfo: memFree=22024904/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2850016 CPUtime=582.19 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 691573 0 0 0 57976 243 0 0 20 0 1 0 344118334 2918416384 673380 33554432000 4194304 8395647 140734087610352 140734087605912 6652668 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 712504 673380 579 1026 0 711474 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2850016

[startup+642.3 s]

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

/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 762260 0 0 0 99805 408 0 0 20 0 1 0 344118334 2921582592 690408 33554432000 4194304 8395647 140734087610352 140734087605480 7382157 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 713277 690408 579 1026 0 712247 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2853108

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13347
/proc/meminfo: memFree=22037252/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2853252 CPUtime=1062.12 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 770434 0 0 0 105777 435 0 0 20 0 1 0 344118334 2921730048 690450 33554432000 4194304 8395647 140734087610352 140734087605480 6698276 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 713313 690450 579 1026 0 712283 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2853252

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13347
/proc/meminfo: memFree=21976428/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2854344 CPUtime=1122.11 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 781908 0 0 0 111748 463 0 0 20 0 1 0 344118334 2922848256 690729 33554432000 4194304 8395647 140734087610352 140734087605480 6740354 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 713586 690729 579 1026 0 712556 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2854344

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 13347
/proc/meminfo: memFree=22073120/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2854344 CPUtime=1182.1 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 794038 0 0 0 117722 488 0 0 20 0 1 0 344118334 2922848256 689884 33554432000 4194304 8395647 140734087610352 140734087605864 6696112 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 713586 689884 579 1026 0 712556 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2854344

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13349
/proc/meminfo: memFree=22001264/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2854344 CPUtime=1242.1 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 806191 0 0 0 123696 514 0 0 20 0 1 0 344118334 2922848256 690740 33554432000 4194304 8395647 140734087610352 140734087605912 6698332 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 713586 690740 579 1026 0 712556 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2854344

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13391
/proc/meminfo: memFree=23345176/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2857708 CPUtime=1302.09 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 818130 0 0 0 129683 526 0 0 20 0 1 0 344118334 2926292992 674178 33554432000 4194304 8395647 140734087610352 140734087605176 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 714427 674178 585 1026 0 713397 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2857708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13391
/proc/meminfo: memFree=23099816/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2857708 CPUtime=1362.08 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 834176 0 0 0 135672 536 0 0 20 0 1 0 344118334 2926292992 674260 33554432000 4194304 8395647 140734087610352 140734087604920 6700549 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 714427 674260 585 1026 0 713397 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2857708

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13391
/proc/meminfo: memFree=22325624/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2857708 CPUtime=1422.07 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 846291 0 0 0 141664 543 0 0 20 0 1 0 344118334 2926292992 675418 33554432000 4194304 8395647 140734087610352 140734087605176 6709505 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 714427 675418 585 1026 0 713397 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2857708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13391
/proc/meminfo: memFree=22239040/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2857708 CPUtime=1482.06 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 860307 0 0 0 147652 554 0 0 20 0 1 0 344118334 2926292992 674938 33554432000 4194304 8395647 140734087610352 140734087605176 6636738 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 714427 674938 585 1026 0 713397 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2857708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13392
/proc/meminfo: memFree=22275512/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2694772 CPUtime=1542.04 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 861233 0 0 0 153649 555 0 0 20 0 1 0 344118334 2759446528 650606 33554432000 4194304 8395647 140734087610352 140734087605640 7382132 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 673693 650606 602 1026 0 672663 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2694772

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13392
/proc/meminfo: memFree=22258444/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2694772 CPUtime=1602.03 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 861530 0 0 0 159648 555 0 0 20 0 1 0 344118334 2759446528 651925 33554432000 4194304 8395647 140734087610352 140734087605640 5849640 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 673693 651925 604 1026 0 672663 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2694772

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13392
/proc/meminfo: memFree=22242720/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2705032 CPUtime=1662.02 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 863022 0 0 0 165647 555 0 0 20 0 1 0 344118334 2769952768 655242 33554432000 4194304 8395647 140734087610352 140734087604792 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 676258 655242 607 1026 0 675228 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2705032

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13392
/proc/meminfo: memFree=22232532/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2705032 CPUtime=1722.01 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 863022 0 0 0 171646 555 0 0 20 0 1 0 344118334 2769952768 655971 33554432000 4194304 8395647 140734087610352 140734087604792 5852519 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 676258 655971 607 1026 0 675228 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2705032

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13392
/proc/meminfo: memFree=22033716/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2916112 CPUtime=1782.01 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 878431 0 0 0 177639 562 0 0 20 0 1 0 344118334 2986098688 705575 33554432000 4194304 8395647 140734087610352 140734087605640 5827844 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 729028 705575 620 1026 0 727998 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2916112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13393
/proc/meminfo: memFree=22099468/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2916112 CPUtime=1800.01 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 878431 0 0 0 179439 562 0 0 20 0 1 0 344118334 2986098688 705575 33554432000 4194304 8395647 140734087610352 140734087605640 5827844 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 729028 705575 620 1026 0 727998 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2916112

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13336

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13394
/proc/meminfo: memFree=22091268/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2916112 CPUtime=1801.11 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 878431 0 0 0 179549 562 0 0 20 0 1 0 344118334 2986098688 705575 33554432000 4194304 8395647 140734087610352 140734087605376 5827831 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 729028 705575 620 1026 0 727998 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 2916112

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13394
/proc/meminfo: memFree=22033924/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=2916112 CPUtime=1801.91 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4202496 878431 0 0 0 179629 562 0 0 20 0 1 0 344118334 2986098688 705575 33554432000 4194304 8395647 140734087610352 140734087605376 5827831 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 729028 705575 620 1026 0 727998 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 2916112

[startup+1802.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13394
/proc/meminfo: memFree=22033924/32873844 swapFree=7128/7128
[pid=13336] ppid=13334 vsize=0 CPUtime=1802.1 cores=0,2,4,6
/proc/13336/stat : 13336 (pbscip.linux.x8) R 13334 13336 11206 0 -1 4203524 878431 0 0 0 179639 571 0 0 20 0 1 0 344118334 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.41
CPU time (s): 1802.12
CPU user time (s): 1796.4
CPU system time (s): 5.72013
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 2916112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 5.72013
maximum resident set size= 2822300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 878431
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= 2062

runsolver used 2.85757 second user time and 7.15591 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 05:28:33
IDJOB=3743205
IDBENCH=90903
IDSOLVER=2326
FILE ID=node105/3743205-1338780512
RUNJOBID= node105-1338749876-11222
PBS_JOBID= 14636807
Free space on /tmp= 71212 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-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_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-3743205-1338780512/watcher-3743205-1338780512 -o /tmp/evaluation-result-3743205-1338780512/solver-3743205-1338780512 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743205-1338780512.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=267696641

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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		: 2666.882
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24956496 kB
Buffers:          572720 kB
Cached:          3816240 kB
SwapCached:         1700 kB
Active:          3776868 kB
Inactive:        3247728 kB
Active(anon):    2624036 kB
Inactive(anon):    12976 kB
Active(file):    1152832 kB
Inactive(file):  3234752 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             37960 kB
Writeback:             0 kB
AnonPages:       2642472 kB
Mapped:            11272 kB
Shmem:                 0 kB
Slab:             745108 kB
SReclaimable:     186732 kB
SUnreclaim:       558376 kB
KernelStack:        1456 kB
PageTables:         9564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2857840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71204 MiB
End job on node105 at 2012-06-04 05:58:36