Trace number 2705340

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.09 1800.05

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag12.ucl--soft-0-100-0.wbo
MD5SUM34b825c7826429a46ba2a8e3ee61f2f7
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big 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 benchmark203.451
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20605
Total number of constraints59851
Number of soft constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 3025900
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3025899
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705340-1278576548.wbo>
0.59/0.64	c original problem has 140307 variables (80456 bin, 0 int, 59851 impl, 0 cont) and 119703 constraints
0.59/0.64	c problem read
0.59/0.64	c presolving settings loaded
47.99/48.07	o 3025899
47.99/48.07	c feasible solution found by trivial heuristic, objective value  3.025899e+06
47.99/48.07	c presolving:
48.09/48.19	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 588 chg sides, 1176 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
48.29/48.30	c (round 2) 0 del vars, 1 del conss, 59851 chg bounds, 588 chg sides, 1176 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
50.09/50.15	c    (49.5s) probing: 101/80456 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
50.09/50.15	c    (49.5s) probing aborted: 100/100 successive totally useless probings
50.09/50.16	c presolving (3 rounds):
50.09/50.16	c  0 deleted vars, 1 deleted constraints, 59851 tightened bounds, 0 added holes, 588 changed sides, 1176 changed coefficients
50.09/50.16	c  118526 implications, 0 cliques
50.09/50.16	c presolved problem has 140307 variables (80456 bin, 0 int, 59851 impl, 0 cont) and 119702 constraints
50.09/50.16	c       1 constraints of type <varbound>
50.09/50.16	c   59850 constraints of type <linear>
50.09/50.16	c   59851 constraints of type <indicator>
50.09/50.16	c transformed objective value is always integral (scale: 1)
50.09/50.16	c Presolving Time: 49.13
50.09/50.16	c - non default parameters ----------------------------------------------------------------------
50.09/50.16	c # SCIP version 1.2.1.3
50.09/50.16	c 
50.09/50.16	c # frequency for displaying node information lines
50.09/50.16	c # [type: int, range: [-1,2147483647], default: 100]
50.09/50.16	c display/freq = 10000
50.09/50.16	c 
50.09/50.16	c # maximal time in seconds to run
50.09/50.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
50.09/50.16	c limits/time = 1789.37
50.09/50.16	c 
50.09/50.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
50.09/50.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
50.09/50.16	c limits/memory = 3420
50.09/50.16	c 
50.09/50.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
50.09/50.16	c # [type: int, range: [1,2], default: 1]
50.09/50.16	c timing/clocktype = 2
50.09/50.16	c 
50.09/50.16	c # should presolving try to simplify inequalities
50.09/50.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.09/50.16	c constraints/linear/simplifyinequalities = TRUE
50.09/50.16	c 
50.09/50.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
50.09/50.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.09/50.16	c constraints/indicator/addCouplingCons = TRUE
50.09/50.16	c 
50.09/50.16	c # should presolving try to simplify knapsacks
50.09/50.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.09/50.16	c constraints/knapsack/simplifyinequalities = TRUE
50.09/50.16	c 
50.09/50.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
50.09/50.16	c # [type: int, range: [-1,2147483647], default: -1]
50.09/50.16	c separating/rapidlearning/freq = 0
50.09/50.16	c 
50.09/50.16	c -----------------------------------------------------------------------------------------------
50.09/50.16	c start solving
50.19/50.20	c 
50.50/50.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.50/50.52	c t49.9s|     1 |     0 |     0 |     - | 454M|   0 |   0 | 140k| 119k| 140k|   0 |   0 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
50.50/50.58	c  49.9s|     1 |     0 |   201 |     - | 454M|   0 |  33 | 140k| 119k| 140k| 201 | 201 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
51.29/51.32	c  50.7s|     1 |     0 |   365 |     - | 455M|   0 |  36 | 140k| 119k| 140k| 415 | 415 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
52.19/52.24	c  51.6s|     1 |     0 |   621 |     - | 455M|   0 | 188 | 140k| 119k| 140k| 642 | 642 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
54.19/54.27	c  53.6s|     1 |     0 |   873 |     - | 456M|   0 | 215 | 140k| 119k| 140k| 886 | 886 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
56.39/56.49	c  55.8s|     1 |     0 |  1145 |     - | 457M|   0 | 377 | 140k| 119k| 140k|1124 |1124 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
59.40/59.40	c  58.8s|     1 |     0 |  1509 |     - | 457M|   0 | 519 | 140k| 119k| 140k|1370 |1370 |   0 |   0 | 0.000000e+00 | 3.025899e+06 |    Inf 
61.69/61.75	c  61.1s|     1 |     2 |  1509 |     - | 459M|   0 | 519 | 140k| 119k| 140k|1370 |1370 |   0 |  33 | 0.000000e+00 | 3.025899e+06 |    Inf 
1057.31/1057.39	c  1057s| 10000 | 10001 |162893 |  16.1 | 819M| 259 | 190 | 140k| 119k| 140k|2223 |  97k|   0 |5850 | 0.000000e+00 | 3.025899e+06 |    Inf 
1660.73/1660.74	c  1660s| 20000 | 20001 |262083 |  13.0 |1178M| 263 |  20 | 140k| 119k| 140k|2226 | 164k|   0 |7403 | 0.000000e+00 | 3.025899e+06 |    Inf 
1790.03/1790.03	c 
1790.03/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.03	c Solving Time (sec) : 1789.40
1790.03/1790.03	c Solving Nodes      : 22251
1790.03/1790.03	c Primal Bound       : +3.02589900000000e+06 (3 solutions)
1790.03/1790.03	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.03	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-2705340-1278576548/watcher-2705340-1278576548 -o /tmp/evaluation-result-2705340-1278576548/solver-2705340-1278576548 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705340-1278576548.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.93 1.98 1.91 4/178 23246
/proc/meminfo: memFree=29656440/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=12520 CPUtime=0
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 1975 0 0 0 0 0 0 0 22 0 1 0 25868312 12820480 1894 4089446400 4194304 10345943 140736600755104 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23246/statm: 3130 1894 429 1502 0 1623 0

[startup+0.0391049 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 23246
/proc/meminfo: memFree=29656440/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=24340 CPUtime=0.03
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 4951 0 0 0 3 0 0 0 22 0 1 0 25868312 24924160 4870 4089446400 4194304 10345943 140736600755104 18446744073709551615 9134653 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23246/statm: 6085 4870 430 1502 0 4578 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24340

[startup+0.100914 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 23246
/proc/meminfo: memFree=29656440/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=41336 CPUtime=0.09
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 9187 0 0 0 8 1 0 0 22 0 1 0 25868312 42328064 9106 4089446400 4194304 10345943 140736600755104 18446744073709551615 4245991 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23246/statm: 10334 9106 430 1502 0 8827 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41336

[startup+0.300877 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 23246
/proc/meminfo: memFree=29656440/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=97492 CPUtime=0.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 23204 0 0 0 27 2 0 0 22 0 1 0 25868312 99831808 23123 4089446400 4194304 10345943 140736600755104 18446744073709551615 4423932 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23246/statm: 24373 23123 430 1502 0 22866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97492

[startup+0.700808 s]
/proc/loadavg: 1.93 1.98 1.91 4/178 23246
/proc/meminfo: memFree=29656440/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=244108 CPUtime=0.69
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 59588 0 0 0 63 6 0 0 24 0 1 0 25868312 249966592 59117 4089446400 4194304 10345943 140736600755104 18446744073709551615 6328964 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23246/statm: 61027 59118 474 1502 0 59520 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 244108

[startup+1.50066 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 23247
/proc/meminfo: memFree=29257276/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=463436 CPUtime=1.49
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 112865 0 0 0 138 11 0 0 25 0 1 0 25868312 474558464 112394 4089446400 4194304 10345943 140736600755104 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23246/statm: 115859 112394 509 1502 0 114352 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 463436

[startup+3.10045 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 23247
/proc/meminfo: memFree=29207204/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=463436 CPUtime=3.09
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 112865 0 0 0 298 11 0 0 25 0 1 0 25868312 474558464 112394 4089446400 4194304 10345943 140736600755104 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23246/statm: 115859 112394 509 1502 0 114352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 463436

[startup+6.30082 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 23247
/proc/meminfo: memFree=29205608/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=463436 CPUtime=6.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 112865 0 0 0 618 11 0 0 25 0 1 0 25868312 474558464 112394 4089446400 4194304 10345943 140736600755104 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23246/statm: 115859 112394 509 1502 0 114352 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 463436

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.91 3/179 23247
/proc/meminfo: memFree=29204376/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=463436 CPUtime=12.69
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 112865 0 0 0 1258 11 0 0 25 0 1 0 25868312 474558464 112394 4089446400 4194304 10345943 140736600755104 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 115859 112394 509 1502 0 114352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 463436

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 23247
/proc/meminfo: memFree=29201432/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=463436 CPUtime=25.49
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 112865 0 0 0 2538 11 0 0 25 0 1 0 25868312 474558464 112394 4089446400 4194304 10345943 140736600755104 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 115859 112394 509 1502 0 114352 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 463436

[startup+51.1009 s]
/proc/loadavg: 1.97 1.98 1.91 3/179 23248
/proc/meminfo: memFree=29098752/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=601608 CPUtime=51.09
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 144915 0 0 0 5095 14 0 0 25 0 1 0 25868312 616046592 142477 4089446400 4194304 10345943 140736600755104 18446744073709551615 5852527 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 150402 142477 853 1502 0 148895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 601608

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 23249
/proc/meminfo: memFree=28816116/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=102.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211556 0 0 0 10204 25 0 0 25 0 1 0 25868312 855584768 202238 4089446400 4194304 10345943 140736600755104 18446744073709551615 6802819 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202238 754 1502 0 207376 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 835532

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23251
/proc/meminfo: memFree=28792900/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=162.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211640 0 0 0 16201 28 0 0 25 0 1 0 25868312 855584768 202322 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202322 755 1502 0 207376 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 835532

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23253
/proc/meminfo: memFree=28767672/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=222.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211641 0 0 0 22199 30 0 0 25 0 1 0 25868312 855584768 202323 4089446400 4194304 10345943 140736600755104 18446744073709551615 6864667 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202323 755 1502 0 207376 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 835532

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23255
/proc/meminfo: memFree=28743720/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=282.3
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211644 0 0 0 28197 33 0 0 25 0 1 0 25868312 855584768 202326 4089446400 4194304 10345943 140736600755104 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202326 755 1502 0 207376 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 835532

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23256
/proc/meminfo: memFree=28719872/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=342.3
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211645 0 0 0 34195 35 0 0 25 0 1 0 25868312 855584768 202327 4089446400 4194304 10345943 140736600755104 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202327 755 1502 0 207376 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 835532

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 23257
/proc/meminfo: memFree=28697140/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=402.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211648 0 0 0 40193 36 0 0 25 0 1 0 25868312 855584768 202330 4089446400 4194304 10345943 140736600755104 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202330 755 1502 0 207376 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 835532

[startup+462.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/179 23259
/proc/meminfo: memFree=28669084/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=462.29
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211660 0 0 0 46192 37 0 0 25 0 1 0 25868312 855584768 202342 4089446400 4194304 10345943 140736600755104 18446744073709551615 5614673 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202342 755 1502 0 207376 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 835532

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 23261
/proc/meminfo: memFree=28643384/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=522.3
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211661 0 0 0 52191 39 0 0 25 0 1 0 25868312 855584768 202343 4089446400 4194304 10345943 140736600755104 18446744073709551615 6119453 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202343 755 1502 0 207376 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 835532

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23266
/proc/meminfo: memFree=28616988/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=582.3
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211664 0 0 0 58189 41 0 0 25 0 1 0 25868312 855584768 202346 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202346 755 1502 0 207376 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 835532

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23267
/proc/meminfo: memFree=28591576/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=835532 CPUtime=642.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 211668 0 0 0 64189 42 0 0 25 0 1 0 25868312 855584768 202350 4089446400 4194304 10345943 140736600755104 18446744073709551615 6785218 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 208883 202350 755 1502 0 207376 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 835532

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23272
/proc/meminfo: memFree=28469964/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=884052 CPUtime=822.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 249604 0 0 0 82178 53 0 0 25 0 1 0 25868312 905269248 214727 4089446400 4194304 10345943 140736600755104 18446744073709551615 6777339 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 221013 214727 755 1502 0 219506 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 884052

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23274
/proc/meminfo: memFree=28418564/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=905852 CPUtime=882.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 255056 0 0 0 88175 56 0 0 25 0 1 0 25868312 927592448 220179 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 226463 220179 755 1502 0 224956 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 905852

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23275
/proc/meminfo: memFree=28371664/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=928056 CPUtime=942.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 260610 0 0 0 94174 57 0 0 25 0 1 0 25868312 950329344 225733 4089446400 4194304 10345943 140736600755104 18446744073709551615 5534337 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 232014 225733 755 1502 0 230507 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 928056

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23276
/proc/meminfo: memFree=28322248/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=953724 CPUtime=1002.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 266535 0 0 0 100171 60 0 0 25 0 1 0 25868312 976613376 231658 4089446400 4194304 10345943 140736600755104 18446744073709551615 6702694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 238431 231658 755 1502 0 236924 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 953724

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23278
/proc/meminfo: memFree=28263696/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=985552 CPUtime=1062.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 274989 0 0 0 106169 62 0 0 25 0 1 0 25868312 1009205248 240112 4089446400 4194304 10345943 140736600755104 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 246388 240112 755 1502 0 244881 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 985552

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23280
/proc/meminfo: memFree=28206212/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1018268 CPUtime=1122.32
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 283139 0 0 0 112168 64 0 0 25 0 1 0 25868312 1042706432 248262 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003107 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 254567 248262 755 1502 0 253060 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1018268

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23282
/proc/meminfo: memFree=28148136/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1051772 CPUtime=1182.31
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 291521 0 0 0 118165 66 0 0 25 0 1 0 25868312 1077014528 256644 4089446400 4194304 10345943 140736600755104 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 262943 256644 755 1502 0 261436 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1051772

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23283
/proc/meminfo: memFree=28084116/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1090708 CPUtime=1242.32
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 325859 0 0 0 124161 71 0 0 25 0 1 0 25868312 1116884992 265975 4089446400 4194304 10345943 140736600755104 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 272677 265975 755 1502 0 271170 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1090708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23284
/proc/meminfo: memFree=28020816/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1123656 CPUtime=1302.32
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 334361 0 0 0 130159 73 0 0 25 0 1 0 25868312 1150623744 274477 4089446400 4194304 10345943 140736600755104 18446744073709551615 6519468 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 280914 274477 755 1502 0 279407 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1123656

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.92 3/179 23286
/proc/meminfo: memFree=27958024/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1162384 CPUtime=1362.32
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 344224 0 0 0 136157 75 0 0 25 0 1 0 25868312 1190281216 284340 4089446400 4194304 10345943 140736600755104 18446744073709551615 4882034 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 290596 284340 755 1502 0 289089 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1162384

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 23288
/proc/meminfo: memFree=27892264/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1201296 CPUtime=1422.33
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 353813 0 0 0 142156 77 0 0 25 0 1 0 25868312 1230127104 293929 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 300324 293929 755 1502 0 298817 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1201296

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 23290
/proc/meminfo: memFree=27832700/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1236676 CPUtime=1482.32
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 362805 0 0 0 148153 79 0 0 25 0 1 0 25868312 1266356224 302921 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 309169 302921 755 1502 0 307662 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1236676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23291
/proc/meminfo: memFree=27779340/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1266088 CPUtime=1542.33
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 370162 0 0 0 154151 82 0 0 25 0 1 0 25868312 1296474112 310278 4089446400 4194304 10345943 140736600755104 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 316522 310278 755 1502 0 315015 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1266088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23292
/proc/meminfo: memFree=27711092/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1310472 CPUtime=1602.33
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 381262 0 0 0 160148 85 0 0 25 0 1 0 25868312 1341923328 321378 4089446400 4194304 10345943 140736600755104 18446744073709551615 6847618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 327618 321378 755 1502 0 326111 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1310472

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23294
/proc/meminfo: memFree=27647072/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1346400 CPUtime=1662.33
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 389875 0 0 0 166146 87 0 0 25 0 1 0 25868312 1378713600 329991 4089446400 4194304 10345943 140736600755104 18446744073709551615 5926485 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 336600 329991 755 1502 0 335093 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1346400

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23296
/proc/meminfo: memFree=27580472/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1385564 CPUtime=1722.33
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 400043 0 0 0 172143 90 0 0 25 0 1 0 25868312 1418817536 340159 4089446400 4194304 10345943 140736600755104 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 346391 340159 755 1502 0 344884 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1385564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23298
/proc/meminfo: memFree=27511728/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1426172 CPUtime=1782.33
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 409994 0 0 0 178142 91 0 0 25 0 1 0 25868312 1460400128 350110 4089446400 4194304 10345943 140736600755104 18446744073709551615 6520200 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23246/statm: 356543 350110 755 1502 0 355036 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1426172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23325
/proc/meminfo: memFree=28303696/32950928 swapFree=67111528/67111528
[pid=23246] ppid=23244 vsize=1428732 CPUtime=1800.04
/proc/23246/stat : 23246 (pbscip.linux.x8) R 23244 23246 22855 0 -1 4202496 410840 0 0 0 179912 92 0 0 25 0 1 0 25868312 1463021568 350956 4089446400 4194304 10345943 140736600755104 18446744073709551615 9138526 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23246/statm: 357183 350956 756 1502 0 355676 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1428732

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.09
CPU user time (s): 1799.12
CPU system time (s): 0.968852
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1428732

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

runsolver used 2.58861 second user time and 7.2409 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-08 10:09:08
IDJOB=2705340
IDBENCH=79111
IDSOLVER=1214
FILE ID=node120/2705340-1278576548
PBS_JOBID= 11240214
Free space on /tmp= 73448 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705340-1278576548/watcher-2705340-1278576548 -o /tmp/evaluation-result-2705340-1278576548/solver-2705340-1278576548 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705340-1278576548.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 34b825c7826429a46ba2a8e3ee61f2f7
RANDOM SEED=376466021

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.813
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.813
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.82
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.813
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.813
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.813
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.78
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.813
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	: 5363.42
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.813
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.76
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.813
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:      29656968 kB
Buffers:        158792 kB
Cached:        2781520 kB
SwapCached:          0 kB
Active:        1739956 kB
Inactive:      1387156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29656968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28248 kB
Writeback:           0 kB
AnonPages:      186748 kB
Mapped:          17836 kB
Slab:           101056 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   336548 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= 73436 MiB
End job on node120 at 2010-07-08 10:39:10