Trace number 2692342

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.08 1802.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag10.ucl--soft-33-100-0.wbo
MD5SUMd8e7fa9590f436b33ef13e9171ac617f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark10.3994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9071
Total number of constraints25914
Number of soft constraints17208
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 857979
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 857978
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
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-2692342-1277913284.wbo>
0.19/0.25	c original problem has 43487 variables (26279 bin, 0 int, 0 impl, 17208 cont) and 43123 constraints
0.19/0.25	c problem read
0.19/0.25	c presolving settings loaded
0.39/0.48	c presolving:
0.50/0.57	c (round 1) 38 del vars, 3 del conss, 0 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.50/0.58	c (round 2) 39 del vars, 78 del conss, 0 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.59/0.63	c (round 3) 40 del vars, 78 del conss, 17207 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.69/0.74	c (round 4) 40 del vars, 78 del conss, 17207 chg bounds, 362 chg sides, 724 chg coeffs, 8632 upgd conss, 39242 impls, 0 clqs
2.59/2.60	c    (2.3s) probing: 391/26240 (1.5%) - 0 fixings, 1 aggregations, 14 implications, 0 bound changes
2.59/2.60	c    (2.3s) probing aborted: 100/100 successive totally useless probings
2.59/2.60	c presolving (5 rounds):
2.59/2.60	c  41 deleted vars, 78 deleted constraints, 17207 tightened bounds, 0 added holes, 362 changed sides, 724 changed coefficients
2.59/2.60	c  39401 implications, 0 cliques
2.59/2.60	c presolved problem has 43446 variables (26239 bin, 0 int, 0 impl, 17207 cont) and 43045 constraints
2.59/2.60	c   17207 constraints of type <indicator>
2.59/2.60	c       1 constraints of type <varbound>
2.59/2.60	c     272 constraints of type <knapsack>
2.59/2.60	c   17206 constraints of type <linear>
2.59/2.60	c    8359 constraints of type <logicor>
2.59/2.60	c transformed objective value is always integral (scale: 1)
2.59/2.60	c Presolving Time: 2.18
2.59/2.60	c - non default parameters ----------------------------------------------------------------------
2.59/2.60	c # SCIP version 1.2.1.2
2.59/2.60	c 
2.59/2.60	c # frequency for displaying node information lines
2.59/2.60	c # [type: int, range: [-1,2147483647], default: 100]
2.59/2.60	c display/freq = 10000
2.59/2.60	c 
2.59/2.60	c # maximal time in seconds to run
2.59/2.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.60	c limits/time = 1799.75
2.59/2.60	c 
2.59/2.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.59/2.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.60	c limits/memory = 3420
2.59/2.60	c 
2.59/2.60	c # should presolving try to simplify inequalities
2.59/2.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.60	c constraints/linear/simplifyinequalities = TRUE
2.59/2.60	c 
2.59/2.60	c # should presolving try to simplify knapsacks
2.59/2.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.60	c constraints/knapsack/simplifyinequalities = TRUE
2.59/2.60	c 
2.59/2.60	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.59/2.60	c # [type: int, range: [-1,2147483647], default: -1]
2.59/2.60	c separating/rapidlearning/freq = 0
2.59/2.60	c 
2.59/2.60	c -----------------------------------------------------------------------------------------------
2.59/2.60	c start solving
2.59/2.61	c 
2.69/2.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.77	c   2.4s|     1 |     0 |   282 |     - | 148M|   0 | 114 |  43k|  43k|  43k|8629 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.29/4.33	c   4.0s|     1 |     0 |  1081 |     - | 148M|   0 | 197 |  43k|  43k|  43k|8876 | 247 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.29/4.37	o 857832
4.29/4.37	c y 4.0s|     1 |     0 |  1081 |     - | 150M|   0 | 197 |  43k|  43k|  43k|8876 | 247 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
5.69/5.71	c   5.3s|     1 |     0 |  1836 |     - | 150M|   0 | 270 |  43k|  43k|  43k|9276 | 647 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
7.49/7.59	c   7.2s|     1 |     0 |  3445 |     - | 151M|   0 | 501 |  43k|  43k|  43k|9736 |1107 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
9.09/9.13	c   8.7s|     1 |     0 |  4546 |     - | 152M|   0 | 608 |  43k|  43k|  43k|  10k|1529 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
10.90/10.95	c  10.5s|     1 |     0 |  5816 |     - | 153M|   0 | 785 |  43k|  43k|  43k|  10k|1929 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
13.29/13.39	c  12.9s|     1 |     0 |  7409 |     - | 153M|   0 | 832 |  43k|  43k|  43k|  10k|2335 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
15.19/15.20	c  14.7s|     1 |     2 |  7409 |     - | 155M|   0 | 832 |  43k|  43k|  43k|  10k|2335 |   0 |  18 | 0.000000e+00 | 8.578320e+05 |    Inf 
623.61/623.66	c   611s| 10000 |  9981 |270229 |  26.3 | 349M| 347 |  55 |  43k|  43k|  43k|  10k|  43k| 179 |6644 | 0.000000e+00 | 8.578320e+05 |    Inf 
1054.61/1054.68	c  1032s| 20000 | 19981 |429633 |  21.1 | 493M| 397 | 184 |  43k|  43k|  43k|  10k| 116k| 179 |  13k| 0.000000e+00 | 8.578320e+05 |    Inf 
1481.83/1481.89	c  1450s| 30000 | 29966 |597436 |  19.7 | 634M| 397 |  51 |  43k|  43k|  43k|  10k| 161k| 188 |  17k| 0.000000e+00 | 8.578320e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1762.05
1800.04/1800.01	c Solving Nodes      : 37433
1800.04/1800.01	c Primal Bound       : +8.57832000000000e+05 (100 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	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-2692342-1277913284/watcher-2692342-1277913284 -o /tmp/evaluation-result-2692342-1277913284/solver-2692342-1277913284 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692342-1277913284.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: 1.97 2.40 2.44 4/178 13500
/proc/meminfo: memFree=31391676/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=9300 CPUtime=0
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 132625332 9523200 1567 4089446400 4194304 8223781 140737254670912 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13500/statm: 2325 1567 369 984 0 1338 0

[startup+0.0892589 s]
/proc/loadavg: 1.97 2.40 2.44 4/178 13500
/proc/meminfo: memFree=31391676/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=30400 CPUtime=0.07
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 6932 0 0 0 7 0 0 0 25 0 1 0 132625332 31129600 6833 4089446400 4194304 8223781 140737254670912 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13500/statm: 7600 6833 369 984 0 6613 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30400

[startup+0.101269 s]
/proc/loadavg: 1.97 2.40 2.44 4/178 13500
/proc/meminfo: memFree=31391676/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=33728 CPUtime=0.1
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 7772 0 0 0 9 1 0 0 25 0 1 0 132625332 34537472 7673 4089446400 4194304 8223781 140737254670912 18446744073709551615 7358452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13500/statm: 8432 7673 369 984 0 7445 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 33728

[startup+0.300238 s]
/proc/loadavg: 1.97 2.40 2.44 4/178 13500
/proc/meminfo: memFree=31391676/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=107048 CPUtime=0.29
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 26272 0 0 0 26 3 0 0 25 0 1 0 132625332 109617152 25773 4089446400 4194304 8223781 140737254670912 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 26883 25797 387 984 0 25896 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 107048

[startup+0.701152 s]
/proc/loadavg: 1.97 2.40 2.44 4/178 13500
/proc/meminfo: memFree=31391676/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=163928 CPUtime=0.69
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 41902 0 0 0 62 7 0 0 25 0 1 0 132625332 167862272 39107 4089446400 4194304 8223781 140737254670912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 40982 39107 460 984 0 39995 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 163928

[startup+1.50095 s]
/proc/loadavg: 1.97 2.40 2.44 3/179 13501
/proc/meminfo: memFree=31227988/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=173412 CPUtime=1.5
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 45239 0 0 0 141 9 0 0 25 0 1 0 132625332 177573888 41318 4089446400 4194304 8223781 140737254670912 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 43353 41318 489 984 0 42366 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 173412

[startup+3.10067 s]
/proc/loadavg: 1.97 2.40 2.44 3/179 13501
/proc/meminfo: memFree=31226748/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=208180 CPUtime=3.09
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 59100 0 0 0 298 11 0 0 25 0 1 0 132625332 213176320 49137 4089446400 4194304 8223781 140737254670912 18446744073709551615 6520475 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 52045 49137 561 984 0 51058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208180

[startup+6.3011 s]
/proc/loadavg: 1.97 2.39 2.43 3/179 13501
/proc/meminfo: memFree=31190092/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=218812 CPUtime=6.29
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 67291 0 0 0 612 17 0 0 25 0 1 0 132625332 224063488 50955 4089446400 4194304 8223781 140737254670912 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 54703 50955 598 984 0 53716 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 218812

[startup+12.701 s]
/proc/loadavg: 1.97 2.39 2.43 3/179 13501
/proc/meminfo: memFree=31183936/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=224092 CPUtime=12.69
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 72353 0 0 0 1248 21 0 0 25 0 1 0 132625332 229470208 52265 4089446400 4194304 8223781 140737254670912 18446744073709551615 6093303 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 56023 52265 592 984 0 55036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224092

[startup+25.5007 s]
/proc/loadavg: 1.98 2.37 2.42 3/179 13501
/proc/meminfo: memFree=31180808/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=226648 CPUtime=25.49
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 184948 0 0 0 2513 36 0 0 25 0 1 0 132625332 232087552 52871 4089446400 4194304 8223781 140737254670912 18446744073709551615 7257368 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13500/statm: 56662 52871 606 984 0 55675 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 226648

[startup+51.1003 s]
/proc/loadavg: 1.98 2.34 2.41 3/179 13502
/proc/meminfo: memFree=31179196/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=226756 CPUtime=51.1
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 428129 0 0 0 5039 71 0 0 25 0 1 0 132625332 232198144 52957 4089446400 4194304 8223781 140737254670912 18446744073709551615 6569560 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13500/statm: 56689 52957 606 984 0 55702 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 226756

[startup+102.306 s]
/proc/loadavg: 1.99 2.28 2.39 3/179 13503
/proc/meminfo: memFree=31170452/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=233288 CPUtime=102.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 1121387 0 0 0 10069 161 0 0 25 0 1 0 132625332 238886912 54441 4089446400 4194304 8223781 140737254670912 18446744073709551615 6568081 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13500/statm: 58322 54441 609 984 0 57335 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 233288

[startup+162.301 s]
/proc/loadavg: 1.99 2.23 2.36 3/179 13505
/proc/meminfo: memFree=31154304/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=245968 CPUtime=162.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 1865989 0 0 0 15969 261 0 0 25 0 1 0 132625332 251871232 57819 4089446400 4194304 8223781 140737254670912 18446744073709551615 6568234 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13500/statm: 61492 57819 609 984 0 60505 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 245968

[startup+222.301 s]
/proc/loadavg: 1.99 2.18 2.33 3/179 13507
/proc/meminfo: memFree=31136132/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=260080 CPUtime=222.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 2634731 0 0 0 21877 353 0 0 25 0 1 0 132625332 266321920 61215 4089446400 4194304 8223781 140737254670912 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13500/statm: 65020 61215 610 984 0 64033 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 260080

[startup+282.301 s]
/proc/loadavg: 1.99 2.15 2.31 3/179 13509
/proc/meminfo: memFree=31101712/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=293900 CPUtime=282.29
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 3438423 0 0 0 27778 451 0 0 25 0 1 0 132625332 300953600 69800 4089446400 4194304 8223781 140737254670912 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13500/statm: 73475 69800 610 984 0 72488 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 293900

[startup+342.301 s]
/proc/loadavg: 2.04 2.13 2.29 3/179 13510
/proc/meminfo: memFree=31076716/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=318308 CPUtime=342.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 4621954 0 0 0 33641 589 0 0 25 0 1 0 132625332 325947392 75721 4089446400 4194304 8223781 140737254670912 18446744073709551615 6520475 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13500/statm: 79577 75721 611 984 0 78590 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 318308

[startup+402.3 s]
/proc/loadavg: 2.01 2.11 2.27 3/179 13520
/proc/meminfo: memFree=31054728/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=338904 CPUtime=402.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 5827212 0 0 0 39496 734 0 0 25 0 1 0 132625332 347037696 80834 4089446400 4194304 8223781 140737254670912 18446744073709551615 6448545 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13500/statm: 84726 80834 611 984 0 83739 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 338904

[startup+462.301 s]
/proc/loadavg: 2.00 2.08 2.25 3/179 13522
/proc/meminfo: memFree=31031844/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=359684 CPUtime=462.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 7104213 0 0 0 45345 885 0 0 25 0 1 0 132625332 368316416 86090 4089446400 4194304 8223781 140737254670912 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13500/statm: 89921 86090 611 984 0 88934 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 359684

[startup+522.3 s]
/proc/loadavg: 2.00 2.07 2.24 3/179 13524
/proc/meminfo: memFree=31004768/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=384488 CPUtime=522.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 8225086 0 0 0 51215 1015 0 0 25 0 1 0 132625332 393715712 92223 4089446400 4194304 8223781 140737254670912 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13500/statm: 96122 92223 611 984 0 95135 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 384488

[startup+582.301 s]
/proc/loadavg: 2.00 2.05 2.22 3/179 13526
/proc/meminfo: memFree=30980780/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=405116 CPUtime=582.3
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 9425632 0 0 0 57074 1156 0 0 25 0 1 0 132625332 414838784 97591 4089446400 4194304 8223781 140737254670912 18446744073709551615 6482738 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13500/statm: 101279 97591 611 984 0 100292 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 405116

[startup+642.301 s]
/proc/loadavg: 2.00 2.04 2.20 3/179 13527
/proc/meminfo: memFree=30957048/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=427136 CPUtime=642.31
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 10646269 0 0 0 62923 1308 0 0 25 0 1 0 132625332 437387264 102929 4089446400 4194304 8223781 140737254670912 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13500/statm: 106784 102929 611 984 0 105797 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 427136

[startup+702.301 s]

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

/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 17257745 0 0 0 98086 2145 0 0 25 0 1 0 132625332 566763520 134541 4089446400 4194304 8223781 140737254670912 18446744073709551615 4241189 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 138370 134541 611 984 0 137383 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 553480

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 13679
/proc/meminfo: memFree=30917960/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=570988 CPUtime=1062.31
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 18373620 0 0 0 103936 2295 0 0 25 0 1 0 132625332 584691712 138837 4089446400 4194304 8223781 140737254670912 18446744073709551615 6591930 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 142747 138837 611 984 0 141760 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 570988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 13681
/proc/meminfo: memFree=30897468/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=588388 CPUtime=1122.32
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 19464304 0 0 0 109795 2437 0 0 25 0 1 0 132625332 602509312 143276 4089446400 4194304 8223781 140737254670912 18446744073709551615 6456014 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 147097 143276 611 984 0 146110 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 588388

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 13683
/proc/meminfo: memFree=30879204/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=604404 CPUtime=1182.31
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 20552123 0 0 0 115651 2580 0 0 25 0 1 0 132625332 618909696 147196 4089446400 4194304 8223781 140737254670912 18446744073709551615 4649760 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 151101 147196 611 984 0 150114 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 604404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 13684
/proc/meminfo: memFree=30858092/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=623556 CPUtime=1242.31
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 21511858 0 0 0 121514 2717 0 0 25 0 1 0 132625332 638521344 152031 4089446400 4194304 8223781 140737254670912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 155889 152031 611 984 0 154902 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 623556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 13685
/proc/meminfo: memFree=30839700/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=642044 CPUtime=1302.32
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 22305370 0 0 0 127397 2835 0 0 25 0 1 0 132625332 657453056 156582 4089446400 4194304 8223781 140737254670912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 160511 156582 612 984 0 159524 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 642044

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 13687
/proc/meminfo: memFree=30791188/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=662076 CPUtime=1362.32
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 22936977 0 0 0 133296 2936 0 0 25 0 1 0 132625332 677965824 161576 4089446400 4194304 8223781 140737254670912 18446744073709551615 6445273 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 165519 161576 611 984 0 164532 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 662076

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 13689
/proc/meminfo: memFree=30741052/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=685580 CPUtime=1422.32
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 23607386 0 0 0 139197 3035 0 0 25 0 1 0 132625332 702033920 167438 4089446400 4194304 8223781 140737254670912 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 171395 167438 611 984 0 170408 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 685580

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 13691
/proc/meminfo: memFree=30695136/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=709432 CPUtime=1482.32
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 24272568 0 0 0 145093 3139 0 0 25 0 1 0 132625332 726458368 173529 4089446400 4194304 8223781 140737254670912 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 177358 173529 611 984 0 176371 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 709432

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 13692
/proc/meminfo: memFree=30651960/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=732416 CPUtime=1542.33
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 25034072 0 0 0 150992 3241 0 0 25 0 1 0 132625332 749993984 179173 4089446400 4194304 8223781 140737254670912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 183104 179173 611 984 0 182117 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 732416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 13693
/proc/meminfo: memFree=30605048/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=754564 CPUtime=1602.33
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 25884438 0 0 0 156873 3360 0 0 25 0 1 0 132625332 772673536 184827 4089446400 4194304 8223781 140737254670912 18446744073709551615 6520504 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 188641 184827 611 984 0 187654 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 754564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13695
/proc/meminfo: memFree=30565088/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=770972 CPUtime=1662.32
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 26891966 0 0 0 162731 3501 0 0 25 0 1 0 132625332 789475328 188905 4089446400 4194304 8223781 140737254670912 18446744073709551615 6328572 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 192743 188905 611 984 0 191756 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 770972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13697
/proc/meminfo: memFree=30521276/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=789260 CPUtime=1722.33
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 27868346 0 0 0 168605 3628 0 0 25 0 1 0 132625332 808202240 193480 4089446400 4194304 8223781 140737254670912 18446744073709551615 6003349 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 197315 193480 611 984 0 196328 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 789260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 13699
/proc/meminfo: memFree=30485276/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=807600 CPUtime=1782.33
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 28746355 0 0 0 174484 3749 0 0 25 0 1 0 132625332 826982400 198072 4089446400 4194304 8223781 140737254670912 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 201900 198072 611 984 0 200913 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 807600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 13699
/proc/meminfo: memFree=30468404/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=816640 CPUtime=1800.04
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 28929156 0 0 0 176227 3777 0 0 25 0 1 0 132625332 836239360 200164 4089446400 4194304 8223781 140737254670912 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13500/statm: 204160 200171 611 984 0 203173 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 816640

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13500

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 13700
/proc/meminfo: memFree=30468396/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=815100 CPUtime=1801.43
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 28929621 0 0 0 176366 3777 0 0 25 0 1 0 132625332 834662400 200032 4089446400 4194304 8223781 140737254670912 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13500/statm: 203775 200032 611 984 0 202788 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 815100

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 13700
/proc/meminfo: memFree=30468396/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=815100 CPUtime=1801.84
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 28929621 0 0 0 176407 3777 0 0 25 0 1 0 132625332 834662400 200032 4089446400 4194304 8223781 140737254670912 18446744073709551615 7257540 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13500/statm: 203775 200032 611 984 0 202788 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 815100

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 13700
/proc/meminfo: memFree=30468396/32950928 swapFree=67111528/67111528
[pid=13500] ppid=13498 vsize=815100 CPUtime=1802.03
/proc/13500/stat : 13500 (pbscip.linux.x8) R 13498 13500 13345 0 -1 4202496 28929621 0 0 0 176426 3777 0 0 25 0 1 0 132625332 834662400 200032 4089446400 4194304 8223781 140737254670912 18446744073709551615 7257637 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13500/statm: 203775 200032 611 984 0 202788 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 815100

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.08
CPU user time (s): 1764.27
CPU system time (s): 37.8073
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 817384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.27
system time used= 37.8073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28929621
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= 10674

runsolver used 2.75558 second user time and 6.15606 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 17:54:44
IDJOB=2692342
IDBENCH=79013
IDSOLVER=1204
FILE ID=node120/2692342-1277913284
PBS_JOBID= 11197310
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/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl--soft-33-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-2692342-1277913284/watcher-2692342-1277913284 -o /tmp/evaluation-result-2692342-1277913284/solver-2692342-1277913284 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692342-1277913284.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d8e7fa9590f436b33ef13e9171ac617f
RANDOM SEED=599426578

node120.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.820
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.64
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.820
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	: 5226.07
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.820
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.80
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.820
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.74
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.820
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.82
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.820
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.68
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.820
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.820
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:     32950928 kB
MemFree:      31392204 kB
Buffers:        198432 kB
Cached:         939568 kB
SwapCached:          0 kB
Active:         823316 kB
Inactive:       594540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31392204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5228 kB
Writeback:           0 kB
AnonPages:      279888 kB
Mapped:          17092 kB
Slab:            78216 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   430576 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= 74200 MiB
End job on node120 at 2010-06-30 18:24:46