Trace number 2692659

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-j3029_8-unsat--soft-0-100-0.wbo
MD5SUM850df9cd01e268299cdca754cc055f3b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark23.5114
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints16157
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 812826
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 812825
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
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-2692659-1277932766.wbo>
0.19/0.20	c original problem has 37274 variables (21117 bin, 0 int, 0 impl, 16157 cont) and 32315 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
3.69/3.70	o 812825
3.69/3.70	c feasible solution found by trivial heuristic, objective value  8.128250e+05
3.69/3.70	c presolving:
6.39/6.44	c    (6.2s) probing: 627/21117 (3.0%) - 0 fixings, 0 aggregations, 126 implications, 0 bound changes
6.39/6.44	c    (6.2s) probing aborted: 100/100 successive totally useless probings
6.39/6.44	c (round 1) 0 del vars, 1 del conss, 16157 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16346 impls, 0 clqs
6.49/6.51	c (round 2) 0 del vars, 1 del conss, 16157 chg bounds, 0 chg sides, 0 chg coeffs, 196 upgd conss, 16346 impls, 0 clqs
6.99/7.05	c    (6.8s) probing: 751/21117 (3.6%) - 0 fixings, 0 aggregations, 185 implications, 0 bound changes
6.99/7.05	c    (6.8s) probing aborted: 100/100 successive totally useless probings
6.99/7.05	c presolving (3 rounds):
6.99/7.05	c  0 deleted vars, 1 deleted constraints, 16157 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.99/7.05	c  16597 implications, 0 cliques
6.99/7.05	c presolved problem has 37274 variables (21117 bin, 0 int, 0 impl, 16157 cont) and 32314 constraints
6.99/7.05	c   16157 constraints of type <indicator>
6.99/7.05	c     196 constraints of type <varbound>
6.99/7.05	c   15961 constraints of type <linear>
6.99/7.05	c transformed objective value is always integral (scale: 1)
6.99/7.05	c Presolving Time: 6.69
6.99/7.05	c - non default parameters ----------------------------------------------------------------------
6.99/7.05	c # SCIP version 1.2.1.2
6.99/7.05	c 
6.99/7.05	c # frequency for displaying node information lines
6.99/7.05	c # [type: int, range: [-1,2147483647], default: 100]
6.99/7.05	c display/freq = 10000
6.99/7.05	c 
6.99/7.05	c # maximal time in seconds to run
6.99/7.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.99/7.05	c limits/time = 1799.81
6.99/7.05	c 
6.99/7.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.99/7.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.99/7.05	c limits/memory = 3420
6.99/7.05	c 
6.99/7.05	c # should presolving try to simplify inequalities
6.99/7.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.99/7.05	c constraints/linear/simplifyinequalities = TRUE
6.99/7.05	c 
6.99/7.05	c # should presolving try to simplify knapsacks
6.99/7.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.99/7.05	c constraints/knapsack/simplifyinequalities = TRUE
6.99/7.05	c 
6.99/7.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.99/7.05	c # [type: int, range: [-1,2147483647], default: -1]
6.99/7.05	c separating/rapidlearning/freq = 0
6.99/7.05	c 
6.99/7.05	c -----------------------------------------------------------------------------------------------
6.99/7.05	c start solving
6.99/7.06	c 
7.09/7.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.09/7.18	c t 6.9s|     1 |     0 |     0 |     - | 118M|   0 |   0 |  37k|  32k|  37k|   0 |   0 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.19/7.21	c   7.0s|     1 |     0 |    61 |     - | 118M|   0 |   0 |  37k|  32k|  37k| 114 | 114 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.19/7.25	c   7.0s|     1 |     0 |   220 |     - | 118M|   0 |   0 |  37k|  32k|  37k| 309 | 309 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.19/7.28	c   7.0s|     1 |     0 |   380 |     - | 119M|   0 |   0 |  37k|  32k|  37k| 509 | 509 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.29/7.32	c   7.1s|     1 |     0 |   529 |     - | 119M|   0 |   0 |  37k|  32k|  37k| 709 | 709 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.29/7.35	c   7.1s|     1 |     0 |   669 |     - | 119M|   0 |   0 |  37k|  32k|  37k| 909 | 909 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.29/7.39	c   7.1s|     1 |     0 |   815 |     - | 119M|   0 |   0 |  37k|  32k|  37k|1109 |1109 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.39/7.43	c   7.2s|     1 |     0 |   969 |     - | 119M|   0 |   0 |  37k|  32k|  37k|1309 |1309 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.39/7.47	c   7.2s|     1 |     0 |  1106 |     - | 119M|   0 |   0 |  37k|  32k|  37k|1509 |1509 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.49/7.51	c   7.2s|     1 |     0 |  1272 |     - | 119M|   0 |   0 |  37k|  32k|  37k|1709 |1709 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.49/7.55	c   7.3s|     1 |     0 |  1436 |     - | 119M|   0 |   0 |  37k|  32k|  37k|1912 |1912 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
7.49/7.60	c   7.3s|     1 |     0 |  1621 |     - | 119M|   0 |  77 |  37k|  32k|  37k|2115 |2115 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
8.29/8.30	c   8.0s|     1 |     0 |  1814 |     - | 120M|   0 | 201 |  37k|  32k|  37k|2318 |2318 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
8.99/9.01	c   8.7s|     1 |     0 |  2281 |     - | 121M|   0 | 787 |  37k|  32k|  37k|2516 |2516 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
9.69/9.77	c   9.5s|     1 |     0 |  2754 |     - | 121M|   0 |1037 |  37k|  32k|  37k|2736 |2736 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
10.69/10.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.69/10.72	c  10.4s|     1 |     0 |  3365 |     - | 121M|   0 |1040 |  37k|  32k|  37k|2951 |2951 |   0 |   0 | 0.000000e+00 | 8.128250e+05 |    Inf 
12.49/12.59	c  12.2s|     1 |     2 |  6229 |     - | 122M|   0 |1040 |  37k|  32k|  37k|2951 |2951 |   0 |  22 | 0.000000e+00 | 8.128250e+05 |    Inf 
647.62/647.68	c   633s| 10000 | 10001 |362801 |  35.9 | 231M| 145 |  78 |  37k|  32k|  37k|2936 | 162k|   0 |  11k| 0.000000e+00 | 8.128250e+05 |    Inf 
1108.93/1108.93	c  1085s| 20000 | 20001 |685531 |  34.1 | 338M| 149 | 554 |  37k|  32k|  37k|3928 | 290k|   0 |  16k| 0.000000e+00 | 8.128250e+05 |    Inf 
1581.25/1581.28	c  1547s| 30000 | 30001 |999855 |  33.2 | 445M| 149 | 110 |  37k|  32k|  37k|3617 | 423k|   0 |  21k| 0.000000e+00 | 8.128250e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.01	c 
1800.06/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.01	c Solving Time (sec) : 1761.37
1800.06/1800.01	c Solving Nodes      : 34992
1800.06/1800.01	c Primal Bound       : +8.12825000000000e+05 (2 solutions)
1800.06/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.06/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-2692659-1277932766/watcher-2692659-1277932766 -o /tmp/evaluation-result-2692659-1277932766/solver-2692659-1277932766 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692659-1277932766.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.92 1.98 2.07 4/178 27711
/proc/meminfo: memFree=31289196/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=9276 CPUtime=0
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 1636 0 0 0 0 0 0 0 24 0 1 0 168880109 9498624 1556 4089446400 4194304 8223781 140737195363104 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27711/statm: 2319 1559 369 984 0 1332 0

[startup+0.013485 s]
/proc/loadavg: 1.92 1.98 2.07 4/178 27711
/proc/meminfo: memFree=31289196/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=12428 CPUtime=0.01
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 2399 0 0 0 1 0 0 0 24 0 1 0 168880109 12726272 2319 4089446400 4194304 8223781 140737195363104 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27711/statm: 3107 2319 369 984 0 2120 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12428

[startup+0.100471 s]
/proc/loadavg: 1.92 1.98 2.07 4/178 27711
/proc/meminfo: memFree=31289196/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=35048 CPUtime=0.09
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 8065 0 0 0 9 0 0 0 24 0 1 0 168880109 35889152 7985 4089446400 4194304 8223781 140737195363104 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27711/statm: 8762 7985 369 984 0 7775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35048

[startup+0.300432 s]
/proc/loadavg: 1.92 1.98 2.07 4/178 27711
/proc/meminfo: memFree=31289196/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=115024 CPUtime=0.29
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 28305 0 0 0 27 2 0 0 25 0 1 0 168880109 117784576 27825 4089446400 4194304 8223781 140737195363104 18446744073709551615 4461608 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 28756 27825 387 984 0 27769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 115024

[startup+0.700352 s]
/proc/loadavg: 1.92 1.98 2.07 4/178 27711
/proc/meminfo: memFree=31289196/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=134844 CPUtime=0.69
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 32194 0 0 0 66 3 0 0 25 0 1 0 168880109 138080256 31714 4089446400 4194304 8223781 140737195363104 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 33711 31714 422 984 0 32724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134844

[startup+1.5002 s]
/proc/loadavg: 1.92 1.98 2.07 3/179 27712
/proc/meminfo: memFree=31163452/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=134844 CPUtime=1.49
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 32194 0 0 0 146 3 0 0 25 0 1 0 168880109 138080256 31714 4089446400 4194304 8223781 140737195363104 18446744073709551615 7257647 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 33711 31714 422 984 0 32724 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134844

[startup+3.1009 s]
/proc/loadavg: 1.92 1.98 2.07 3/179 27712
/proc/meminfo: memFree=31162956/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=134844 CPUtime=3.09
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 32194 0 0 0 306 3 0 0 25 0 1 0 168880109 138080256 31714 4089446400 4194304 8223781 140737195363104 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 33711 31714 422 984 0 32724 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134844

[startup+6.30031 s]
/proc/loadavg: 1.93 1.98 2.07 3/179 27712
/proc/meminfo: memFree=31156368/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=141880 CPUtime=6.29
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 34398 0 0 0 625 4 0 0 25 0 1 0 168880109 145285120 33545 4089446400 4194304 8223781 140737195363104 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 35470 33545 470 984 0 34483 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141880

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 2.07 3/179 27713
/proc/meminfo: memFree=31127392/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=176148 CPUtime=12.69
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 85670 0 0 0 1254 15 0 0 25 0 1 0 168880109 180375552 41109 4089446400 4194304 8223781 140737195363104 18446744073709551615 6567955 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 44037 41109 581 984 0 43050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 176148

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 2.07 3/179 27713
/proc/meminfo: memFree=31128076/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=176508 CPUtime=25.49
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 350591 0 0 0 2501 48 0 0 25 0 1 0 168880109 180744192 41177 4089446400 4194304 8223781 140737195363104 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 44127 41193 581 984 0 43140 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176508

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 2.06 3/179 27713
/proc/meminfo: memFree=31125188/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=178252 CPUtime=51.1
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 936527 0 0 0 4993 117 0 0 25 0 1 0 168880109 182530048 41533 4089446400 4194304 8223781 140737195363104 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 44563 41533 581 984 0 43576 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 178252

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 2.06 3/179 27715
/proc/meminfo: memFree=31118716/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=180748 CPUtime=102.3
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 2340636 0 0 0 9950 280 0 0 25 0 1 0 168880109 185085952 42258 4089446400 4194304 8223781 140737195363104 18446744073709551615 6003327 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 45187 42258 583 984 0 44200 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180748

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.05 3/179 27717
/proc/meminfo: memFree=31105540/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=192112 CPUtime=162.3
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 3509206 0 0 0 15811 419 0 0 25 0 1 0 168880109 196722688 45092 4089446400 4194304 8223781 140737195363104 18446744073709551615 6003393 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 48028 45092 604 984 0 47041 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 192112

[startup+222.301 s]
/proc/loadavg: 2.03 2.00 2.05 3/179 27718
/proc/meminfo: memFree=31091984/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=203356 CPUtime=222.3
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 4529647 0 0 0 21675 555 0 0 25 0 1 0 168880109 208236544 47803 4089446400 4194304 8223781 140737195363104 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 50839 47803 583 984 0 49852 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 203356

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.05 3/179 27720
/proc/meminfo: memFree=31078188/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=214904 CPUtime=282.3
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 5656537 0 0 0 27531 699 0 0 25 0 1 0 168880109 220061696 50632 4089446400 4194304 8223781 140737195363104 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 53726 50632 583 984 0 52739 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 214904

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 2.05 3/179 27721
/proc/meminfo: memFree=31062156/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=228540 CPUtime=342.3
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 6760750 0 0 0 33394 836 0 0 25 0 1 0 168880109 234024960 53914 4089446400 4194304 8223781 140737195363104 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 57135 53914 583 984 0 56148 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 228540

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.04 3/179 27723
/proc/meminfo: memFree=31049228/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=239360 CPUtime=402.31
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 7748019 0 0 0 39274 957 0 0 25 0 1 0 168880109 245104640 56676 4089446400 4194304 8223781 140737195363104 18446744073709551615 6445090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 59840 56676 585 984 0 58853 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 239360

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 27725
/proc/meminfo: memFree=31033432/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=253988 CPUtime=462.3
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 8637971 0 0 0 45160 1070 0 0 25 0 1 0 168880109 260083712 60327 4089446400 4194304 8223781 140737195363104 18446744073709551615 6439880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 63497 60327 583 984 0 62510 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 253988

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 27726
/proc/meminfo: memFree=31015548/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=267300 CPUtime=522.31
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 9701226 0 0 0 51027 1204 0 0 25 0 1 0 168880109 273715200 63635 4089446400 4194304 8223781 140737195363104 18446744073709551615 6520504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 66825 63635 583 984 0 65838 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 267300

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 27728
/proc/meminfo: memFree=31001364/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=279200 CPUtime=582.31
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 10795955 0 0 0 56886 1345 0 0 25 0 1 0 168880109 285900800 66703 4089446400 4194304 8223781 140737195363104 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 69800 66703 583 984 0 68813 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 279200

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 27729
/proc/meminfo: memFree=30984212/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=293536 CPUtime=642.32
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 11830726 0 0 0 62756 1476 0 0 25 0 1 0 168880109 300580864 70281 4089446400 4194304 8223781 140737195363104 18446744073709551615 5990663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 73384 70281 583 984 0 72397 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 293536

[startup+702.301 s]

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

/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 17533975 0 0 0 98031 2201 0 0 25 0 1 0 168880109 387854336 91535 4089446400 4194304 8223781 140737195363104 18446744073709551615 5507467 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 94691 91535 583 984 0 93704 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 378764

[startup+1062.3 s]
/proc/loadavg: 1.51 1.87 1.96 2/171 27763
/proc/meminfo: memFree=31113136/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=391780 CPUtime=1062.33
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 18382910 0 0 0 103917 2316 0 0 25 0 1 0 168880109 401182720 94838 4089446400 4194304 8223781 140737195363104 18446744073709551615 6520504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 97945 94838 583 984 0 96958 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 391780

[startup+1122.3 s]
/proc/loadavg: 1.19 1.71 1.89 2/171 27764
/proc/meminfo: memFree=31096716/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=408320 CPUtime=1122.33
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 19229861 0 0 0 109804 2429 0 0 25 0 1 0 168880109 418119680 98884 4089446400 4194304 8223781 140737195363104 18446744073709551615 6568069 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 102080 98884 583 984 0 101093 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 408320

[startup+1182.3 s]
/proc/loadavg: 1.07 1.58 1.84 2/171 27766
/proc/meminfo: memFree=31085140/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=420568 CPUtime=1182.33
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 20324301 0 0 0 115661 2572 0 0 25 0 1 0 168880109 430661632 101945 4089446400 4194304 8223781 140737195363104 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 105142 101945 583 984 0 104155 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 420568

[startup+1242.3 s]
/proc/loadavg: 1.02 1.47 1.78 2/171 27767
/proc/meminfo: memFree=31072916/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=431644 CPUtime=1242.33
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 21490229 0 0 0 121509 2724 0 0 25 0 1 0 168880109 442003456 104717 4089446400 4194304 8223781 140737195363104 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 107911 104717 583 984 0 106924 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 431644

[startup+1302.3 s]
/proc/loadavg: 1.01 1.38 1.73 2/171 27769
/proc/meminfo: memFree=31060344/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=443500 CPUtime=1302.34
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 22491297 0 0 0 127383 2851 0 0 25 0 1 0 168880109 454144000 107854 4089446400 4194304 8223781 140737195363104 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 110875 107854 583 984 0 109888 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 443500

[startup+1362.3 s]
/proc/loadavg: 1.07 1.33 1.69 2/171 27771
/proc/meminfo: memFree=31044532/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=459836 CPUtime=1362.34
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 23387989 0 0 0 133261 2973 0 0 25 0 1 0 168880109 470872064 111895 4089446400 4194304 8223781 140737195363104 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 114959 111895 583 984 0 113972 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 459836

[startup+1422.31 s]
/proc/loadavg: 1.02 1.26 1.64 2/171 27772
/proc/meminfo: memFree=31026888/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=478564 CPUtime=1422.35
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 24184003 0 0 0 139155 3080 0 0 25 0 1 0 168880109 490049536 116461 4089446400 4194304 8223781 140737195363104 18446744073709551615 6439874 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 119641 116461 583 984 0 118654 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 478564

[startup+1482.3 s]
/proc/loadavg: 1.01 1.21 1.60 2/171 27774
/proc/meminfo: memFree=31012200/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=491496 CPUtime=1482.34
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 25087391 0 0 0 145040 3194 0 0 25 0 1 0 168880109 503291904 119907 4089446400 4194304 8223781 140737195363104 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 122874 119907 583 984 0 121887 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 491496

[startup+1542.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/171 27775
/proc/meminfo: memFree=31002324/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=502100 CPUtime=1542.35
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 26107432 0 0 0 150907 3328 0 0 25 0 1 0 168880109 514150400 122453 4089446400 4194304 8223781 140737195363104 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 125525 122453 583 984 0 124538 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 502100

[startup+1602.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/171 27777
/proc/meminfo: memFree=30987024/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=516848 CPUtime=1602.34
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 27114038 0 0 0 156773 3461 0 0 25 0 1 0 168880109 529252352 126218 4089446400 4194304 8223781 140737195363104 18446744073709551615 6456034 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 129212 126218 583 984 0 128225 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 516848

[startup+1662.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/171 27779
/proc/meminfo: memFree=30974192/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=530528 CPUtime=1662.35
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 28144590 0 0 0 162644 3591 0 0 25 0 1 0 168880109 543260672 129543 4089446400 4194304 8223781 140737195363104 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 132632 129560 583 984 0 131645 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 530528

[startup+1722.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/171 27780
/proc/meminfo: memFree=30958140/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=547400 CPUtime=1722.35
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 29014771 0 0 0 168533 3702 0 0 25 0 1 0 168880109 560537600 133728 4089446400 4194304 8223781 140737195363104 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 136850 133728 583 984 0 135863 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 547400

[startup+1782.3 s]
/proc/loadavg: 1.00 1.07 1.42 2/171 27782
/proc/meminfo: memFree=30943068/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=561244 CPUtime=1782.35
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 29871034 0 0 0 174418 3817 0 0 25 0 1 0 168880109 574713856 137273 4089446400 4194304 8223781 140737195363104 18446744073709551615 6445090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 140311 137273 583 984 0 139324 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 561244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.06 1.41 2/171 27782
/proc/meminfo: memFree=30940956/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=563488 CPUtime=1800.06
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 30108474 0 0 0 176154 3852 0 0 25 0 1 0 168880109 577011712 137752 4089446400 4194304 8223781 140737195363104 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27711/statm: 140872 137752 583 984 0 139885 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 563488

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27711

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.06 1.41 2/172 27783
/proc/meminfo: memFree=30940948/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=563472 CPUtime=1801.46
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 30108808 0 0 0 176294 3852 0 0 25 0 1 0 168880109 576995328 137753 4089446400 4194304 8223781 140737195363104 18446744073709551615 7257495 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27711/statm: 140868 137753 583 984 0 139881 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 563472

[startup+1801.81 s]
/proc/loadavg: 1.00 1.06 1.41 2/172 27783
/proc/meminfo: memFree=30940824/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=563472 CPUtime=1801.86
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 30108808 0 0 0 176334 3852 0 0 25 0 1 0 168880109 576995328 137753 4089446400 4194304 8223781 140737195363104 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27711/statm: 140868 137753 583 984 0 139881 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 563472

[startup+1802 s]
/proc/loadavg: 1.00 1.06 1.41 2/172 27783
/proc/meminfo: memFree=30940824/32950928 swapFree=67111528/67111528
[pid=27711] ppid=27709 vsize=563472 CPUtime=1802.06
/proc/27711/stat : 27711 (pbscip.linux.x8) R 27709 27711 26572 0 -1 4202496 30108808 0 0 0 176354 3852 0 0 25 0 1 0 168880109 576995328 137753 4089446400 4194304 8223781 140737195363104 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27711/statm: 140868 137753 583 984 0 139881 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 563472

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.09
CPU user time (s): 1763.54
CPU system time (s): 38.5451
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 563664

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

runsolver used 2.98455 second user time and 6.00609 second system time

The end

Launcher Data

Begin job on node113 at 2010-06-30 23:19:26
IDJOB=2692659
IDBENCH=79345
IDSOLVER=1204
FILE ID=node113/2692659-1277932766
PBS_JOBID= 11197353
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-j3029_8-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-2692659-1277932766/watcher-2692659-1277932766 -o /tmp/evaluation-result-2692659-1277932766/solver-2692659-1277932766 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692659-1277932766.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 850df9cd01e268299cdca754cc055f3b
RANDOM SEED=1628093259

node113.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.812
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.62
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.812
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.812
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.812
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.83
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.812
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.74
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.812
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.812
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.812
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:      31289972 kB
Buffers:        215716 kB
Cached:        1042272 kB
SwapCached:          0 kB
Active:         806648 kB
Inactive:       709616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31289972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:      258444 kB
Mapped:          16068 kB
Slab:            79988 kB
PageTables:       5980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   409912 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= 74208 MiB
End job on node113 at 2010-06-30 23:49:28