Trace number 2692655

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.09 1802.03

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3046_4-unsat--soft-0-100-0.wbo
MD5SUM2b00d8b927b7b07d427d99ed9c18c554
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.042992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3968
Total number of constraints13430
Number of soft constraints13430
Number of constraints which are clauses13178
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 682149
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 682148
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 187
Number of bits of the biggest sum of numbers8
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2692655-1277932698.wbo>
0.09/0.15	c original problem has 30828 variables (17398 bin, 0 int, 0 impl, 13430 cont) and 26861 constraints
0.09/0.15	c problem read
0.09/0.15	c presolving settings loaded
2.29/2.32	o 682148
2.29/2.32	c feasible solution found by trivial heuristic, objective value  6.821480e+05
2.29/2.32	c presolving:
5.09/5.11	c    (4.9s) probing: 1000/17398 (5.7%) - 0 fixings, 0 aggregations, 224 implications, 0 bound changes
7.79/7.82	c    (7.6s) probing: 2000/17398 (11.5%) - 0 fixings, 0 aggregations, 396 implications, 0 bound changes
7.79/7.82	c    (7.6s) probing: 2001/17398 (11.5%) - 0 fixings, 0 aggregations, 396 implications, 0 bound changes
7.79/7.82	c    (7.6s) probing aborted: 2000/2000 successive useless probings
7.79/7.82	c (round 1) 0 del vars, 1 del conss, 13430 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 14024 impls, 0 clqs
7.79/7.87	c (round 2) 0 del vars, 1 del conss, 13430 chg bounds, 0 chg sides, 0 chg coeffs, 216 upgd conss, 14024 impls, 0 clqs
8.09/8.17	c    (7.9s) probing: 2106/17398 (12.1%) - 0 fixings, 0 aggregations, 401 implications, 0 bound changes
8.09/8.17	c    (7.9s) probing aborted: 100/100 successive totally useless probings
8.09/8.17	c presolving (3 rounds):
8.09/8.17	c  0 deleted vars, 1 deleted constraints, 13430 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.09/8.17	c  14052 implications, 0 cliques
8.09/8.17	c presolved problem has 30828 variables (17398 bin, 0 int, 0 impl, 13430 cont) and 26860 constraints
8.09/8.17	c   13430 constraints of type <indicator>
8.09/8.17	c     216 constraints of type <varbound>
8.09/8.17	c   13214 constraints of type <linear>
8.09/8.17	c transformed objective value is always integral (scale: 1)
8.09/8.17	c Presolving Time: 7.85
8.09/8.17	c - non default parameters ----------------------------------------------------------------------
8.09/8.17	c # SCIP version 1.2.1.2
8.09/8.17	c 
8.09/8.17	c # frequency for displaying node information lines
8.09/8.17	c # [type: int, range: [-1,2147483647], default: 100]
8.09/8.17	c display/freq = 10000
8.09/8.17	c 
8.09/8.17	c # maximal time in seconds to run
8.09/8.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.09/8.17	c limits/time = 1799.85
8.09/8.17	c 
8.09/8.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.09/8.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.09/8.17	c limits/memory = 3420
8.09/8.17	c 
8.09/8.17	c # should presolving try to simplify inequalities
8.09/8.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.09/8.17	c constraints/linear/simplifyinequalities = TRUE
8.09/8.17	c 
8.09/8.17	c # should presolving try to simplify knapsacks
8.09/8.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.09/8.17	c constraints/knapsack/simplifyinequalities = TRUE
8.09/8.17	c 
8.09/8.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.09/8.17	c # [type: int, range: [-1,2147483647], default: -1]
8.09/8.17	c separating/rapidlearning/freq = 0
8.09/8.17	c 
8.09/8.17	c -----------------------------------------------------------------------------------------------
8.09/8.17	c start solving
8.09/8.18	c 
8.19/8.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.19/8.27	c t 8.0s|     1 |     0 |     0 |     - |  99M|   0 |   0 |  30k|  26k|  30k|   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.19/8.29	c   8.0s|     1 |     0 |    61 |     - |  99M|   0 |   0 |  30k|  26k|  30k| 124 | 124 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.29/8.32	c   8.1s|     1 |     0 |   225 |     - |  99M|   0 |   0 |  30k|  26k|  30k| 324 | 324 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.29/8.35	c   8.1s|     1 |     0 |   390 |     - |  99M|   0 |   0 |  30k|  26k|  30k| 524 | 524 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.29/8.37	c   8.1s|     1 |     0 |   536 |     - |  99M|   0 |   0 |  30k|  26k|  30k| 724 | 724 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.39/8.40	c   8.1s|     1 |     0 |   679 |     - |  99M|   0 |   0 |  30k|  26k|  30k| 924 | 924 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.39/8.42	c   8.2s|     1 |     0 |   821 |     - |  99M|   0 |   0 |  30k|  26k|  30k|1124 |1124 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.39/8.45	c   8.2s|     1 |     0 |   965 |     - |  99M|   0 |   0 |  30k|  26k|  30k|1324 |1324 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.39/8.48	c   8.2s|     1 |     0 |  1130 |     - | 100M|   0 |   0 |  30k|  26k|  30k|1524 |1524 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.49/8.51	c   8.2s|     1 |     0 |  1290 |     - | 100M|   0 |   0 |  30k|  26k|  30k|1725 |1725 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.49/8.54	c   8.3s|     1 |     0 |  1428 |     - | 100M|   0 |   1 |  30k|  26k|  30k|1927 |1927 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
8.89/8.95	c   8.7s|     1 |     0 |  1623 |     - | 100M|   0 |  34 |  30k|  26k|  30k|2134 |2134 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
9.39/9.45	c   9.2s|     1 |     0 |  1946 |     - | 100M|   0 | 450 |  30k|  26k|  30k|2351 |2351 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
9.90/9.94	c   9.6s|     1 |     0 |  2398 |     - | 102M|   0 |   4 |  30k|  26k|  30k|2586 |2586 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
10.39/10.49	c  10.2s|     1 |     0 |  2649 |     - | 102M|   0 |  42 |  30k|  26k|  30k|2791 |2791 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
11.19/11.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.24	c  10.9s|     1 |     2 |  4518 |     - | 102M|   0 |  42 |  30k|  26k|  30k|2791 |2791 |   0 |  21 | 0.000000e+00 | 6.821480e+05 |    Inf 
588.52/588.51	c   567s| 10000 | 10001 |556746 |  55.4 | 195M|  79 |  30 |  30k|  26k|  30k|3874 | 275k|   0 |  17k| 0.000000e+00 | 6.821480e+05 |    Inf 
1041.13/1041.10	c  1006s| 20000 | 20001 |  1109k|  55.3 | 286M|  89 |  78 |  30k|  26k|  30k|3273 | 543k|   0 |  23k| 0.000000e+00 | 6.821480e+05 |    Inf 
1453.34/1453.32	c  1406s| 30000 | 30001 |  1657k|  55.2 | 377M|  89 |   1 |  30k|  26k|  30k|3634 | 809k|   0 |  27k| 0.000000e+00 | 6.821480e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.16/1800.16	c 
1800.16/1800.16	c SCIP Status        : solving was interrupted [user interrupt]
1800.16/1800.16	c Solving Time (sec) : 1743.53
1800.16/1800.16	c Solving Nodes      : 38064
1800.16/1800.16	c Primal Bound       : +6.82148000000000e+05 (2 solutions)
1800.16/1800.16	c Dual Bound         : +0.00000000000000e+00
1800.16/1800.16	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692655-1277932698/watcher-2692655-1277932698 -o /tmp/evaluation-result-2692655-1277932698/solver-2692655-1277932698 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692655-1277932698.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.09 2.03 3/178 15251
/proc/meminfo: memFree=31532420/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=9404 CPUtime=0
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 1649 0 0 0 0 0 0 0 24 0 1 0 134567940 9629696 1569 4089446400 4194304 8223781 140733755073728 18446744073709551615 7238062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15251/statm: 2387 1575 369 984 0 1400 0

[startup+0.085485 s]
/proc/loadavg: 2.06 2.09 2.03 3/178 15251
/proc/meminfo: memFree=31532420/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=32636 CPUtime=0.08
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 7475 0 0 0 7 1 0 0 24 0 1 0 134567940 33419264 7395 4089446400 4194304 8223781 140733755073728 18446744073709551615 4212311 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15251/statm: 8159 7396 369 984 0 7172 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32636

[startup+0.100481 s]
/proc/loadavg: 2.06 2.09 2.03 3/178 15251
/proc/meminfo: memFree=31532420/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=38000 CPUtime=0.09
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 8821 0 0 0 8 1 0 0 24 0 1 0 134567940 38912000 8741 4089446400 4194304 8223781 140733755073728 18446744073709551615 5649668 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15251/statm: 9500 8741 369 984 0 8513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38000

[startup+0.300445 s]
/proc/loadavg: 2.06 2.09 2.03 3/178 15251
/proc/meminfo: memFree=31532420/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=113532 CPUtime=0.29
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 27166 0 0 0 26 3 0 0 25 0 1 0 134567940 116256768 26686 4089446400 4194304 8223781 140733755073728 18446744073709551615 4561458 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 28383 26686 418 984 0 27396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113532

[startup+0.700363 s]
/proc/loadavg: 2.06 2.09 2.03 3/178 15251
/proc/meminfo: memFree=31532420/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=115576 CPUtime=0.69
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 27549 0 0 0 66 3 0 0 25 0 1 0 134567940 118349824 27069 4089446400 4194304 8223781 140733755073728 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 28894 27069 422 984 0 27907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115576

[startup+1.50021 s]
/proc/loadavg: 2.06 2.09 2.03 3/179 15252
/proc/meminfo: memFree=31425524/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=115576 CPUtime=1.49
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 27549 0 0 0 146 3 0 0 25 0 1 0 134567940 118349824 27069 4089446400 4194304 8223781 140733755073728 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 28894 27069 422 984 0 27907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115576

[startup+3.10091 s]
/proc/loadavg: 2.05 2.09 2.03 3/179 15252
/proc/meminfo: memFree=31426016/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=121728 CPUtime=3.09
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 29548 0 0 0 303 6 0 0 25 0 1 0 134567940 124649472 28690 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 30432 28690 472 984 0 29445 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121728

[startup+6.30031 s]
/proc/loadavg: 2.05 2.09 2.03 3/179 15252
/proc/meminfo: memFree=31419564/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=122504 CPUtime=6.29
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 29740 0 0 0 621 8 0 0 25 0 1 0 134567940 125444096 28882 4089446400 4194304 8223781 140733755073728 18446744073709551615 5497096 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 30626 28882 472 984 0 29639 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122504

[startup+12.7011 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 15252
/proc/meminfo: memFree=31393192/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=152616 CPUtime=12.69
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 121383 0 0 0 1239 30 0 0 25 0 1 0 134567940 156278784 35493 4089446400 4194304 8223781 140733755073728 18446744073709551615 6446940 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 38154 35493 581 984 0 37167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152616

[startup+25.5007 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 15280
/proc/meminfo: memFree=31527472/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=156280 CPUtime=25.49
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 528243 0 0 0 2466 83 0 0 25 0 1 0 134567940 160030720 36341 4089446400 4194304 8223781 140733755073728 18446744073709551615 6520513 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 39070 36341 583 984 0 38083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 156280

[startup+51.1008 s]
/proc/loadavg: 2.02 2.07 2.02 3/179 15281
/proc/meminfo: memFree=31523148/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=158348 CPUtime=51.09
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 1340943 0 0 0 4918 191 0 0 25 0 1 0 134567940 162148352 36964 4089446400 4194304 8223781 140733755073728 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 39526 36903 583 984 0 38539 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158348

[startup+102.306 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 15283
/proc/meminfo: memFree=31514212/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=162800 CPUtime=102.3
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 3128421 0 0 0 9799 431 0 0 25 0 1 0 134567940 166707200 37925 4089446400 4194304 8223781 140733755073728 18446744073709551615 6505975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 40700 37925 583 984 0 39713 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162800

[startup+162.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 15284
/proc/meminfo: memFree=31501172/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=170144 CPUtime=162.3
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 4758728 0 0 0 15555 675 0 0 25 0 1 0 134567940 174227456 39799 4089446400 4194304 8223781 140733755073728 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 42536 39817 583 984 0 41549 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 170144

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/179 15286
/proc/meminfo: memFree=31486640/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=179820 CPUtime=222.3
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 6329025 0 0 0 21327 903 0 0 25 0 1 0 134567940 184135680 42301 4089446400 4194304 8223781 140733755073728 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 44955 42301 583 984 0 43968 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 179820

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 15288
/proc/meminfo: memFree=31471844/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=190836 CPUtime=282.3
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 7574597 0 0 0 27114 1116 0 0 25 0 1 0 134567940 195416064 44969 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 47709 44969 584 984 0 46722 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 190836

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15289
/proc/meminfo: memFree=31452840/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=203872 CPUtime=342.31
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 8641611 0 0 0 32922 1309 0 0 25 0 1 0 134567940 208764928 48354 4089446400 4194304 8223781 140733755073728 18446744073709551615 6592514 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 50968 48354 583 984 0 49981 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 203872

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15290
/proc/meminfo: memFree=31438180/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=214316 CPUtime=402.31
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 9908534 0 0 0 38710 1521 0 0 25 0 1 0 134567940 219459584 50822 4089446400 4194304 8223781 140733755073728 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 53579 50822 583 984 0 52592 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 214316

[startup+462.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 15292
/proc/meminfo: memFree=31420024/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=227292 CPUtime=462.31
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 10919502 0 0 0 44526 1705 0 0 25 0 1 0 134567940 232747008 54033 4089446400 4194304 8223781 140733755073728 18446744073709551615 6326752 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 56823 54033 583 984 0 55836 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 227292

[startup+522.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 15294
/proc/meminfo: memFree=31402632/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=240380 CPUtime=522.31
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 11930010 0 0 0 50336 1895 0 0 25 0 1 0 134567940 246149120 57337 4089446400 4194304 8223781 140733755073728 18446744073709551615 4697639 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 60095 57337 583 984 0 59108 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 240380

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15296
/proc/meminfo: memFree=31387348/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=250064 CPUtime=582.31
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 12941656 0 0 0 56138 2093 0 0 25 0 1 0 134567940 256065536 59825 4089446400 4194304 8223781 140733755073728 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 62516 59825 583 984 0 61529 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 250064

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15297
/proc/meminfo: memFree=31372424/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=261688 CPUtime=642.32
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 14008588 0 0 0 61938 2294 0 0 25 0 1 0 134567940 267968512 62561 4089446400 4194304 8223781 140733755073728 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 65422 62569 583 984 0 64435 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 261688

[startup+702.301 s]

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

/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 20017837 0 0 0 96808 3425 0 0 25 0 1 0 134567940 345264128 81535 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 84293 81535 583 984 0 83306 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 337172

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15311
/proc/meminfo: memFree=31249420/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=350724 CPUtime=1062.33
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 20864074 0 0 0 102631 3602 0 0 25 0 1 0 134567940 359141376 84902 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 87681 84902 583 984 0 86694 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 350724

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15313
/proc/meminfo: memFree=31231896/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=363848 CPUtime=1122.33
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 21689503 0 0 0 108464 3769 0 0 25 0 1 0 134567940 372580352 88240 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 90962 88240 583 984 0 89975 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 363848

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15315
/proc/meminfo: memFree=31213396/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=377816 CPUtime=1182.33
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 22444957 0 0 0 114295 3938 0 0 25 0 1 0 134567940 386883584 91825 4089446400 4194304 8223781 140733755073728 18446744073709551615 6448683 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 94454 91825 583 984 0 93467 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 377816

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15316
/proc/meminfo: memFree=31187956/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=395828 CPUtime=1242.34
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 23208164 0 0 0 120131 4103 0 0 25 0 1 0 134567940 405327872 96264 4089446400 4194304 8223781 140733755073728 18446744073709551615 6482641 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 98896 96203 583 984 0 97909 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 395828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15318
/proc/meminfo: memFree=31164476/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=407428 CPUtime=1302.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 24347331 0 0 0 125941 4294 0 0 25 0 1 0 134567940 417206272 99134 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 101857 99134 583 984 0 100870 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 407428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15319
/proc/meminfo: memFree=31148456/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=418224 CPUtime=1362.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 25403968 0 0 0 131761 4474 0 0 25 0 1 0 134567940 428261376 101847 4089446400 4194304 8223781 140733755073728 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 104556 101847 583 984 0 103569 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 418224

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15321
/proc/meminfo: memFree=31130936/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=431676 CPUtime=1422.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 26386963 0 0 0 137593 4642 0 0 25 0 1 0 134567940 442036224 105175 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 107919 105175 583 984 0 106932 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 431676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15323
/proc/meminfo: memFree=31112556/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=443288 CPUtime=1482.34
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 27228495 0 0 0 143444 4790 0 0 25 0 1 0 134567940 453926912 108066 4089446400 4194304 8223781 140733755073728 18446744073709551615 6448683 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 110859 108086 583 984 0 109872 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 443288

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15324
/proc/meminfo: memFree=31090684/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=460132 CPUtime=1542.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 28090147 0 0 0 149298 4937 0 0 25 0 1 0 134567940 471175168 112296 4089446400 4194304 8223781 140733755073728 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 115033 112296 583 984 0 114046 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 460132

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15325
/proc/meminfo: memFree=31074280/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=472696 CPUtime=1602.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 29249304 0 0 0 155118 5117 0 0 25 0 1 0 134567940 484040704 115368 4089446400 4194304 8223781 140733755073728 18446744073709551615 6604282 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 118174 115388 583 984 0 117187 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 472696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15327
/proc/meminfo: memFree=31055880/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=483688 CPUtime=1662.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 30209028 0 0 0 160950 5285 0 0 25 0 1 0 134567940 495296512 118261 4089446400 4194304 8223781 140733755073728 18446744073709551615 5990865 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 120922 118261 583 984 0 119935 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 483688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15329
/proc/meminfo: memFree=31039108/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=496452 CPUtime=1722.36
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 31211571 0 0 0 166781 5455 0 0 25 0 1 0 134567940 508366848 121412 4089446400 4194304 8223781 140733755073728 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 124113 121412 583 984 0 123126 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 496452

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15331
/proc/meminfo: memFree=31020480/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=507540 CPUtime=1782.35
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 32061394 0 0 0 172622 5613 0 0 25 0 1 0 134567940 519720960 124186 4089446400 4194304 8223781 140733755073728 18446744073709551615 4827090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 126885 124186 583 984 0 125898 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 507540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15331
/proc/meminfo: memFree=31014516/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=511772 CPUtime=1800.06
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 32304441 0 0 0 174350 5656 0 0 25 0 1 0 134567940 524054528 125258 4089446400 4194304 8223781 140733755073728 18446744073709551615 5813304 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15251/statm: 127943 125258 583 984 0 126956 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 511772

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15251

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

[startup+1801.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 15332
/proc/meminfo: memFree=31014508/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=511924 CPUtime=1801.45
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 32305504 0 0 0 174489 5656 0 0 25 0 1 0 134567940 524210176 125287 4089446400 4194304 8223781 140733755073728 18446744073709551615 7257495 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15251/statm: 127981 125287 583 984 0 126994 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 511924

[startup+1801.81 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 15332
/proc/meminfo: memFree=31014508/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=511924 CPUtime=1801.86
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 32305504 0 0 0 174530 5656 0 0 25 0 1 0 134567940 524210176 125287 4089446400 4194304 8223781 140733755073728 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15251/statm: 127981 125287 583 984 0 126994 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 511924

[startup+1802 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 15332
/proc/meminfo: memFree=31014508/32951124 swapFree=67111528/67111528
[pid=15251] ppid=15249 vsize=511924 CPUtime=1802.05
/proc/15251/stat : 15251 (pbscip.linux.x8) R 15249 15251 14838 0 -1 4202496 32305504 0 0 0 174549 5656 0 0 25 0 1 0 134567940 524210176 125287 4089446400 4194304 8223781 140733755073728 18446744073709551615 4241139 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15251/statm: 127981 125287 583 984 0 126994 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 511924

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.09
CPU user time (s): 1745.51
CPU system time (s): 56.5874
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 512184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.51
system time used= 56.5874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32305504
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= 1
involuntary context switches= 1315

runsolver used 2.91356 second user time and 6.72898 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 23:18:18
IDJOB=2692655
IDBENCH=79344
IDSOLVER=1204
FILE ID=node102/2692655-1277932698
PBS_JOBID= 11197403
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3046_4-unsat--soft-0-100-0.wbo
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-2692655-1277932698/watcher-2692655-1277932698 -o /tmp/evaluation-result-2692655-1277932698/solver-2692655-1277932698 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692655-1277932698.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2b00d8b927b7b07d427d99ed9c18c554
RANDOM SEED=66765777

node102.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.833
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.66
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.833
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.83
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.833
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.833
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.85
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.833
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.833
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.82
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.833
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.75
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.833
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31532948 kB
Buffers:        215684 kB
Cached:         741228 kB
SwapCached:          0 kB
Active:         676576 kB
Inactive:       598312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31532948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4936 kB
Writeback:           0 kB
AnonPages:      318376 kB
Mapped:          16876 kB
Slab:            78792 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   467960 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= 74204 MiB
End job on node102 at 2010-06-30 23:48:20