Trace number 2692334

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.07 1802.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-33-100-0.wbo
MD5SUM835b153aeac9652072cec4414ff34af5
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 benchmark0.142977
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints12226
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 617866
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 617865
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-2692334-1277913128.wbo>
0.09/0.18	c original problem has 30844 variables (18618 bin, 0 int, 0 impl, 12226 cont) and 30285 constraints
0.09/0.18	c problem read
0.09/0.18	c presolving settings loaded
0.29/0.34	c presolving:
0.39/0.40	c (round 1) 33 del vars, 3 del conss, 0 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 30446 impls, 0 clqs
0.39/0.42	c (round 2) 34 del vars, 68 del conss, 0 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 30446 impls, 0 clqs
0.39/0.45	c (round 3) 35 del vars, 68 del conss, 12225 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 30446 impls, 0 clqs
0.49/0.53	c (round 4) 35 del vars, 68 del conss, 12225 chg bounds, 390 chg sides, 780 chg coeffs, 5768 upgd conss, 30446 impls, 0 clqs
1.00/1.02	c    (0.8s) probing: 148/18584 (0.8%) - 0 fixings, 1 aggregations, 9 implications, 0 bound changes
1.00/1.02	c    (0.8s) probing aborted: 100/100 successive totally useless probings
1.00/1.02	c presolving (5 rounds):
1.00/1.02	c  36 deleted vars, 68 deleted constraints, 12225 tightened bounds, 0 added holes, 390 changed sides, 780 changed coefficients
1.00/1.02	c  30561 implications, 0 cliques
1.00/1.02	c presolved problem has 30808 variables (18583 bin, 0 int, 0 impl, 12225 cont) and 30217 constraints
1.00/1.02	c   12225 constraints of type <indicator>
1.00/1.02	c       1 constraints of type <varbound>
1.00/1.02	c     253 constraints of type <knapsack>
1.00/1.02	c   12224 constraints of type <linear>
1.00/1.02	c    5514 constraints of type <logicor>
1.00/1.02	c transformed objective value is always integral (scale: 1)
1.00/1.02	c Presolving Time: 0.72
1.00/1.02	c - non default parameters ----------------------------------------------------------------------
1.00/1.02	c # SCIP version 1.2.1.2
1.00/1.02	c 
1.00/1.02	c # frequency for displaying node information lines
1.00/1.02	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.02	c display/freq = 10000
1.00/1.02	c 
1.00/1.02	c # maximal time in seconds to run
1.00/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.02	c limits/time = 1799.83
1.00/1.02	c 
1.00/1.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.02	c limits/memory = 3420
1.00/1.02	c 
1.00/1.02	c # should presolving try to simplify inequalities
1.00/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.02	c constraints/linear/simplifyinequalities = TRUE
1.00/1.02	c 
1.00/1.02	c # should presolving try to simplify knapsacks
1.00/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.02	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.02	c 
1.00/1.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.02	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.02	c separating/rapidlearning/freq = 0
1.00/1.02	c 
1.00/1.02	c -----------------------------------------------------------------------------------------------
1.00/1.02	c start solving
1.00/1.03	c 
1.09/1.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.09/1.14	c   0.9s|     1 |     0 |   252 |     - | 104M|   0 | 117 |  30k|  30k|  30k|5765 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.13	c   1.9s|     1 |     0 |   984 |     - | 105M|   0 | 206 |  30k|  30k|  30k|6005 | 240 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.16	o 617753
2.09/2.16	c y 1.9s|     1 |     0 |   984 |     - | 106M|   0 | 206 |  30k|  30k|  30k|6005 | 240 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
2.79/2.87	c   2.6s|     1 |     0 |  1534 |     - | 106M|   0 | 314 |  30k|  30k|  30k|6382 | 617 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
3.99/4.00	c   3.7s|     1 |     0 |  2923 |     - | 107M|   0 | 476 |  30k|  30k|  30k|6877 |1112 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
4.99/5.03	c   4.7s|     1 |     0 |  3979 |     - | 107M|   0 | 425 |  30k|  30k|  30k|7327 |1562 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
6.39/6.42	c   6.1s|     1 |     0 |  5362 |     - | 108M|   0 | 479 |  30k|  30k|  30k|7738 |1973 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
7.89/7.94	c   7.6s|     1 |     0 |  6542 |     - | 109M|   0 | 684 |  30k|  30k|  30k|8104 |2339 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
9.59/9.62	c   9.2s|     1 |     2 |  6542 |     - | 110M|   0 | 684 |  30k|  30k|  30k|8104 |2339 |   0 |  19 | 0.000000e+00 | 6.177530e+05 |    Inf 
564.50/564.58	c   556s| 10000 |  9847 |542413 |  53.6 | 245M| 209 | 178 |  30k|  30k|  30k|7424 |2339 | 219 |3662 | 0.000000e+00 | 6.177530e+05 |    Inf 
993.81/993.87	c   979s| 20000 | 19660 |973052 |  48.3 | 344M| 223 |  56 |  30k|  30k|  30k|7424 |2339 | 397 |6515 | 0.000000e+00 | 6.177530e+05 |    Inf 
1348.82/1348.89	c  1328s| 30000 | 29514 |  1337k|  44.4 | 443M| 225 | 286 |  30k|  30k|  30k|7424 |2339 | 553 |8319 | 0.000000e+00 | 6.177530e+05 |    Inf 
1651.14/1651.14	c  1626s| 40000 | 39364 |  1667k|  41.5 | 542M| 253 | 228 |  30k|  30k|  30k|7424 |2339 | 693 |9178 | 0.000000e+00 | 6.177530e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.05	c 
1800.04/1800.05	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.05	c Solving Time (sec) : 1772.67
1800.04/1800.05	c Solving Nodes      : 45435
1800.04/1800.05	c Primal Bound       : +6.17753000000000e+05 (100 solutions)
1800.04/1800.05	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.05	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-2692334-1277913128/watcher-2692334-1277913128 -o /tmp/evaluation-result-2692334-1277913128/solver-2692334-1277913128 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692334-1277913128.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.85 1.97 1.99 4/178 24819
/proc/meminfo: memFree=31530268/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=9420 CPUtime=0
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 1650 0 0 0 0 0 0 0 25 0 1 0 164904576 9646080 1570 4089446400 4194304 8223781 140737088092368 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24819/statm: 2355 1570 369 984 0 1368 0

[startup+0.0809431 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 24819
/proc/meminfo: memFree=31530268/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=29176 CPUtime=0.07
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 6583 0 0 0 7 0 0 0 25 0 1 0 164904576 29876224 6503 4089446400 4194304 8223781 140737088092368 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24819/statm: 7294 6503 369 984 0 6307 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29176

[startup+0.100947 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 24819
/proc/meminfo: memFree=31530268/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=32904 CPUtime=0.09
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 7519 0 0 0 9 0 0 0 25 0 1 0 164904576 33693696 7439 4089446400 4194304 8223781 140737088092368 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24819/statm: 8226 7439 369 984 0 7239 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32904

[startup+0.300905 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 24819
/proc/meminfo: memFree=31530268/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=103596 CPUtime=0.29
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 25468 0 0 0 27 2 0 0 25 0 1 0 164904576 106082304 24971 4089446400 4194304 8223781 140737088092368 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 25899 24971 405 984 0 24912 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103596

[startup+0.700837 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 24819
/proc/meminfo: memFree=31530268/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=126996 CPUtime=0.69
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 33210 0 0 0 63 6 0 0 25 0 1 0 164904576 130043904 30095 4089446400 4194304 8223781 140737088092368 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 31749 30095 506 984 0 30762 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126996

[startup+1.5007 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 24820
/proc/meminfo: memFree=31411344/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=152180 CPUtime=1.49
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 44825 0 0 0 142 7 0 0 18 0 1 0 164904576 155832320 35715 4089446400 4194304 8223781 140737088092368 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 38045 35715 562 984 0 37058 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152180

[startup+3.10041 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 24820
/proc/meminfo: memFree=31385924/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=159964 CPUtime=3.09
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 48936 0 0 0 299 10 0 0 21 0 1 0 164904576 163803136 37234 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 39991 37234 591 984 0 39004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159964

[startup+6.30085 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 24820
/proc/meminfo: memFree=31380592/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=167368 CPUtime=6.29
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 52886 0 0 0 617 12 0 0 25 0 1 0 164904576 171384832 38909 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 41842 38909 589 984 0 40855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 167368

[startup+12.7007 s]
/proc/loadavg: 1.87 1.97 1.99 3/179 24821
/proc/meminfo: memFree=31371304/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=175548 CPUtime=12.69
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 127169 0 0 0 1244 25 0 0 25 0 1 0 164904576 179761152 40752 4089446400 4194304 8223781 140737088092368 18446744073709551615 6592941 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 43887 40752 604 984 0 42900 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175548

[startup+25.5005 s]
/proc/loadavg: 1.90 1.97 1.99 3/179 24821
/proc/meminfo: memFree=31372044/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=175344 CPUtime=25.49
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 217678 0 0 0 2509 40 0 0 25 0 1 0 164904576 179552256 40631 4089446400 4194304 8223781 140737088092368 18446744073709551615 6328525 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 43836 40631 604 984 0 42849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 175344

[startup+51.101 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 24821
/proc/meminfo: memFree=31372076/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=175296 CPUtime=51.09
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 393683 0 0 0 5044 65 0 0 25 0 1 0 164904576 179503104 40622 4089446400 4194304 8223781 140737088092368 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 43824 40622 604 984 0 42837 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175296

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 24823
/proc/meminfo: memFree=31331596/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=215176 CPUtime=102.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 923106 0 0 0 10086 144 0 0 25 0 1 0 164904576 220340224 50692 4089446400 4194304 8223781 140737088092368 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 53794 50692 608 984 0 52807 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 215176

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24825
/proc/meminfo: memFree=31314340/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=233520 CPUtime=162.29
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 1646875 0 0 0 15992 237 0 0 25 0 1 0 164904576 239124480 55268 4089446400 4194304 8223781 140737088092368 18446744073709551615 7257391 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 58380 55268 608 984 0 57393 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 233520

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24826
/proc/meminfo: memFree=31304764/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=240784 CPUtime=222.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 2480130 0 0 0 21883 347 0 0 25 0 1 0 164904576 246562816 57135 4089446400 4194304 8223781 140737088092368 18446744073709551615 7257391 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 60196 57135 608 984 0 59209 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 240784

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24827
/proc/meminfo: memFree=31292216/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=252676 CPUtime=282.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 3085335 0 0 0 27801 429 0 0 25 0 1 0 164904576 258740224 60193 4089446400 4194304 8223781 140737088092368 18446744073709551615 6567862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 63169 60193 608 984 0 62182 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 252676

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24829
/proc/meminfo: memFree=31277912/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=267096 CPUtime=342.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 3725875 0 0 0 33715 515 0 0 25 0 1 0 164904576 273506304 63769 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 66774 63769 608 984 0 65787 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 267096

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24831
/proc/meminfo: memFree=31266460/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=278384 CPUtime=402.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 4385025 0 0 0 39625 605 0 0 25 0 1 0 164904576 285065216 66618 4089446400 4194304 8223781 140737088092368 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 69596 66618 608 984 0 68609 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 278384

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24833
/proc/meminfo: memFree=31255152/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=289500 CPUtime=462.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 4985556 0 0 0 45541 689 0 0 25 0 1 0 164904576 296448000 69344 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 72375 69344 608 984 0 71388 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 289500

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24834
/proc/meminfo: memFree=31243468/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=301024 CPUtime=522.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 5541422 0 0 0 51468 762 0 0 25 0 1 0 164904576 308248576 72253 4089446400 4194304 8223781 140737088092368 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 75256 72253 608 984 0 74269 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 301024

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 24844
/proc/meminfo: memFree=31231576/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=311756 CPUtime=582.3
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 6115308 0 0 0 57385 845 0 0 25 0 1 0 164904576 319238144 74928 4089446400 4194304 8223781 140737088092368 18446744073709551615 6482769 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 77939 74928 608 984 0 76952 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 311756

[startup+642.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 24846
/proc/meminfo: memFree=31221724/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=321808 CPUtime=642.31
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 6788360 0 0 0 63300 931 0 0 25 0 1 0 164904576 329531392 77262 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 80452 77262 608 984 0 79465 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 321808

[startup+702.301 s]

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

/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 11145899 0 0 0 98732 1499 0 0 25 0 1 0 164904576 417308672 98960 4089446400 4194304 8223781 140737088092368 18446744073709551615 5813353 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 101882 98960 608 984 0 100895 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 407528

[startup+1062.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24886
/proc/meminfo: memFree=31180700/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=424296 CPUtime=1062.31
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 11819860 0 0 0 104635 1596 0 0 25 0 1 0 164904576 434479104 103047 4089446400 4194304 8223781 140737088092368 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 106074 103047 608 984 0 105087 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 424296

[startup+1122.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 24887
/proc/meminfo: memFree=31135700/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=437936 CPUtime=1122.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 12516636 0 0 0 110536 1696 0 0 25 0 1 0 164904576 448446464 106500 4089446400 4194304 8223781 140737088092368 18446744073709551615 6440008 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 109484 106500 608 984 0 108497 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 437936

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24888
/proc/meminfo: memFree=31113980/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=455932 CPUtime=1182.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 13186416 0 0 0 116441 1791 0 0 25 0 1 0 164904576 466874368 110955 4089446400 4194304 8223781 140737088092368 18446744073709551615 6445105 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 113983 110955 608 984 0 112996 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 455932

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24890
/proc/meminfo: memFree=31091628/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=473412 CPUtime=1242.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 13820525 0 0 0 122352 1880 0 0 25 0 1 0 164904576 484773888 115363 4089446400 4194304 8223781 140737088092368 18446744073709551615 6520467 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 118353 115363 608 984 0 117366 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 473412

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24892
/proc/meminfo: memFree=31075864/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=488580 CPUtime=1302.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 14589414 0 0 0 128251 1981 0 0 25 0 1 0 164904576 500305920 119166 4089446400 4194304 8223781 140737088092368 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 122145 119166 608 984 0 121158 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 488580

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24894
/proc/meminfo: memFree=31057484/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=504392 CPUtime=1362.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 15271269 0 0 0 134157 2075 0 0 25 0 1 0 164904576 516497408 123266 4089446400 4194304 8223781 140737088092368 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 126098 123266 608 984 0 125111 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 504392

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24895
/proc/meminfo: memFree=31016292/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=521544 CPUtime=1422.33
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 16014123 0 0 0 140057 2176 0 0 25 0 1 0 164904576 534061056 127428 4089446400 4194304 8223781 140737088092368 18446744073709551615 6090666 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 130386 127428 608 984 0 129399 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 521544

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24896
/proc/meminfo: memFree=30971504/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=538632 CPUtime=1482.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 16605788 0 0 0 145979 2253 0 0 25 0 1 0 164904576 551559168 131747 4089446400 4194304 8223781 140737088092368 18446744073709551615 6446774 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 134658 131747 608 984 0 133671 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 538632

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24898
/proc/meminfo: memFree=30920516/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=559988 CPUtime=1542.32
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 17238598 0 0 0 151890 2342 0 0 25 0 1 0 164904576 573427712 137054 4089446400 4194304 8223781 140737088092368 18446744073709551615 6448670 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 139997 137054 608 984 0 139010 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 559988

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24900
/proc/meminfo: memFree=30882912/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=581772 CPUtime=1602.33
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 17898094 0 0 0 157800 2433 0 0 25 0 1 0 164904576 595734528 142483 4089446400 4194304 8223781 140737088092368 18446744073709551615 6203234 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 145443 142484 608 984 0 144456 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 581772

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24902
/proc/meminfo: memFree=30842460/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=605368 CPUtime=1662.33
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 18490262 0 0 0 163718 2515 0 0 25 0 1 0 164904576 619896832 148337 4089446400 4194304 8223781 140737088092368 18446744073709551615 6592214 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 151342 148337 608 984 0 150355 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 605368

[startup+1722.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 24903
/proc/meminfo: memFree=30797032/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=624904 CPUtime=1722.34
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 19168553 0 0 0 169630 2604 0 0 25 0 1 0 164904576 639901696 153417 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 156226 153417 619 984 0 155239 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 624904

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24904
/proc/meminfo: memFree=30755960/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=647156 CPUtime=1782.33
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 19887770 0 0 0 175535 2698 0 0 25 0 1 0 164904576 662687744 158836 4089446400 4194304 8223781 140737088092368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 161789 158836 608 984 0 160802 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 647156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 24905
/proc/meminfo: memFree=30738584/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=653376 CPUtime=1800.04
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 20107013 0 0 0 177279 2725 0 0 25 0 1 0 164904576 669057024 160432 4089446400 4194304 8223781 140737088092368 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24819/statm: 163344 160432 608 984 0 162357 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 653376

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24819

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24906
/proc/meminfo: memFree=30737708/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=653228 CPUtime=1801.43
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 20107221 0 0 0 177418 2725 0 0 25 0 1 0 164904576 668905472 160400 4089446400 4194304 8223781 140737088092368 18446744073709551615 7257603 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24819/statm: 163307 160400 608 984 0 162320 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 653228

[startup+1801.81 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24906
/proc/meminfo: memFree=30736592/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=653228 CPUtime=1801.84
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 20107221 0 0 0 177459 2725 0 0 25 0 1 0 164904576 668905472 160400 4089446400 4194304 8223781 140737088092368 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24819/statm: 163307 160400 608 984 0 162320 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 653228

[startup+1802 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 24906
/proc/meminfo: memFree=30736592/32950940 swapFree=67111528/67111528
[pid=24819] ppid=24817 vsize=653228 CPUtime=1802.03
/proc/24819/stat : 24819 (pbscip.linux.x8) R 24817 24819 24593 0 -1 4202496 20107221 0 0 0 177478 2725 0 0 25 0 1 0 164904576 668905472 160400 4089446400 4194304 8223781 140737088092368 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24819/statm: 163307 160400 608 984 0 162320 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 653228

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.07
CPU user time (s): 1774.79
CPU system time (s): 27.2799
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 653376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.79
system time used= 27.2799
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20107221
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= 2
involuntary context switches= 2712

runsolver used 2.88756 second user time and 6.566 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 17:52:08
IDJOB=2692334
IDBENCH=79009
IDSOLVER=1204
FILE ID=node117/2692334-1277913128
PBS_JOBID= 11197271
Free space on /tmp= 74204 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-dlx1c.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-2692334-1277913128/watcher-2692334-1277913128 -o /tmp/evaluation-result-2692334-1277913128/solver-2692334-1277913128 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692334-1277913128.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 835b153aeac9652072cec4414ff34af5
RANDOM SEED=735477716

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.82
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.799
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.75
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.799
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.85
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.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31530672 kB
Buffers:        197404 kB
Cached:         857940 kB
SwapCached:          0 kB
Active:         683908 kB
Inactive:       591784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31530672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:      220156 kB
Mapped:          17412 kB
Slab:            78612 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   370456 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 node117 at 2010-06-30 18:22:11