Trace number 2693293

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.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.1 1802.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3041_4-unsat--soft-0-100-0.wbo
MD5SUM52e7cbeb256e4943cc81a3e27d9870a4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.380941
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4836
Total number of constraints16649
Number of soft constraints16649
Number of constraints which are clauses16341
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints308
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 842394
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 842393
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 166
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2693293-1277932585.wbo>
0.19/0.20	c original problem has 38134 variables (21485 bin, 0 int, 0 impl, 16649 cont) and 33299 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
4.19/4.22	o 842393
4.19/4.22	c feasible solution found by trivial heuristic, objective value  8.423930e+05
4.19/4.22	c presolving:
8.59/8.65	c    (8.4s) probing: 1000/21485 (4.7%) - 0 fixings, 0 aggregations, 176 implications, 0 bound changes
9.69/9.74	c    (9.5s) probing: 1253/21485 (5.8%) - 0 fixings, 0 aggregations, 206 implications, 0 bound changes
9.69/9.74	c    (9.5s) probing aborted: 100/100 successive totally useless probings
9.69/9.74	c (round 1) 0 del vars, 1 del conss, 16649 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16958 impls, 0 clqs
9.79/9.81	c (round 2) 0 del vars, 1 del conss, 16649 chg bounds, 0 chg sides, 0 chg coeffs, 216 upgd conss, 16958 impls, 0 clqs
10.29/10.36	c    (10.1s) probing: 1375/21485 (6.4%) - 0 fixings, 0 aggregations, 258 implications, 0 bound changes
10.29/10.36	c    (10.1s) probing aborted: 100/100 successive totally useless probings
10.29/10.37	c presolving (3 rounds):
10.29/10.37	c  0 deleted vars, 1 deleted constraints, 16649 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.29/10.37	c  17175 implications, 0 cliques
10.29/10.37	c presolved problem has 38134 variables (21485 bin, 0 int, 0 impl, 16649 cont) and 33298 constraints
10.29/10.37	c   16649 constraints of type <indicator>
10.29/10.37	c     216 constraints of type <varbound>
10.29/10.37	c   16433 constraints of type <linear>
10.29/10.37	c transformed objective value is always integral (scale: 1)
10.29/10.37	c Presolving Time: 10.01
10.29/10.37	c - non default parameters ----------------------------------------------------------------------
10.29/10.37	c # SCIP version 1.2.1.2
10.29/10.37	c 
10.29/10.37	c # frequency for displaying node information lines
10.29/10.37	c # [type: int, range: [-1,2147483647], default: 100]
10.29/10.37	c display/freq = 10000
10.29/10.37	c 
10.29/10.37	c # maximal time in seconds to run
10.29/10.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.29/10.37	c limits/time = 1799.81
10.29/10.37	c 
10.29/10.37	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.29/10.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.29/10.37	c limits/memory = 3420
10.29/10.37	c 
10.29/10.37	c # should presolving try to simplify inequalities
10.29/10.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.29/10.37	c constraints/linear/simplifyinequalities = TRUE
10.29/10.37	c 
10.29/10.37	c # should presolving try to simplify knapsacks
10.29/10.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.29/10.37	c constraints/knapsack/simplifyinequalities = TRUE
10.29/10.37	c 
10.29/10.37	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.29/10.37	c # [type: int, range: [-1,2147483647], default: -1]
10.29/10.37	c separating/rapidlearning/freq = 0
10.29/10.37	c 
10.29/10.37	c -----------------------------------------------------------------------------------------------
10.29/10.37	c start solving
10.29/10.38	c 
10.39/10.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.39/10.49	c t10.2s|     1 |     0 |     0 |     - | 122M|   0 |   0 |  38k|  33k|  38k|   0 |   0 |   0 |   0 | 0.000000e+00 | 8.423930e+05 |    Inf 
10.49/10.51	c  10.3s|     1 |     0 |    61 |     - | 122M|   0 |   0 |  38k|  33k|  38k| 124 | 124 |   0 |   0 | 0.000000e+00 | 8.423930e+05 |    Inf 
10.49/10.54	c  10.3s|     1 |     0 |   255 |     - | 122M|   0 |   0 |  38k|  33k|  38k| 318 | 318 |   0 |   0 | 0.000000e+00 | 8.423930e+05 |    Inf 
10.49/10.56	c  10.3s|     1 |     2 |   255 |     - | 122M|   0 |   0 |  38k|  33k|  38k| 318 | 318 |   0 |   0 | 0.000000e+00 | 8.423930e+05 |    Inf 
248.30/248.34	c   238s| 10000 | 10001 |  1729 |   0.1 | 229M|6623 |   0 |  38k|  33k|  38k| 615 |1684 |   0 | 578 | 0.000000e+00 | 8.423930e+05 |    Inf 
488.41/488.47	c   469s| 20000 | 20001 |  2465 |   0.1 | 331M|6623 |   0 |  38k|  33k|  38k| 633 |2528 |   0 | 580 | 0.000000e+00 | 8.423930e+05 |    Inf 
741.81/741.89	c   713s| 30000 | 30001 |  3169 |   0.1 | 432M|6623 |   0 |  38k|  33k|  38k| 538 |3244 |   0 | 588 | 0.000000e+00 | 8.423930e+05 |    Inf 
960.52/960.54	o 832346
960.52/960.54	c y 924s| 38397 | 38396 |  4135 |   0.1 | 518M|6623 |   2 |  38k|  33k|  38k| 538 |4279 |   0 | 614 | 0.000000e+00 | 8.323460e+05 |    Inf 
1002.52/1002.58	c   964s| 40000 | 40001 |  4292 |   0.1 | 534M|6623 |   0 |  38k|  33k|  38k| 675 |4416 |   0 | 637 | 0.000000e+00 | 8.323460e+05 |    Inf 
1043.32/1043.39	o 832250
1043.32/1043.39	c y1004s| 41638 | 41637 |  4488 |   0.1 | 552M|6623 |   5 |  38k|  33k|  38k| 476 |4644 |   0 | 639 | 0.000000e+00 | 8.322500e+05 |    Inf 
1255.93/1255.99	c  1211s| 50000 | 50001 |  5586 |   0.1 | 638M|6623 |   0 |  38k|  33k|  38k| 778 |5813 |   0 | 690 | 0.000000e+00 | 8.322500e+05 |    Inf 
1375.54/1375.55	o 832068
1375.54/1375.55	c y1328s| 54834 | 54833 |  6062 |   0.1 | 688M|6623 |   5 |  38k|  33k|  38k| 427 |6322 |   0 | 697 | 0.000000e+00 | 8.320680e+05 |    Inf 
1509.34/1509.37	c  1458s| 60000 | 60001 |  6643 |   0.1 | 742M|6623 |   0 |  38k|  33k|  38k| 644 |6959 |   0 | 729 | 0.000000e+00 | 8.320680e+05 |    Inf 
1761.05/1761.03	c  1703s| 70000 | 70001 |  7881 |   0.1 | 846M|6623 |   0 |  38k|  33k|  38k| 767 |8258 |   0 | 784 | 0.000000e+00 | 8.320680e+05 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1741.12
1800.05/1800.01	c Solving Nodes      : 71557
1800.05/1800.01	c Primal Bound       : +8.32068000000000e+05 (15 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/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-2693293-1277932585/watcher-2693293-1277932585 -o /tmp/evaluation-result-2693293-1277932585/solver-2693293-1277932585 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693293-1277932585.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.18 2.08 3/178 27211
/proc/meminfo: memFree=30929528/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=11116 CPUtime=0
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 1701 0 0 0 0 0 0 0 25 0 1 0 166850207 11382784 1621 4089446400 4194304 9819077 140734216710640 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27211/statm: 2779 1621 392 1374 0 1400 0

[startup+0.073218 s]
/proc/loadavg: 2.25 2.18 2.08 3/178 27211
/proc/meminfo: memFree=30929528/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=30708 CPUtime=0.06
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 6626 0 0 0 6 0 0 0 25 0 1 0 166850207 31444992 6546 4089446400 4194304 9819077 140734216710640 18446744073709551615 4680821 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27211/statm: 7677 6546 392 1374 0 6298 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30708

[startup+0.101224 s]
/proc/loadavg: 2.25 2.18 2.08 3/178 27211
/proc/meminfo: memFree=30929528/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=36792 CPUtime=0.09
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 8144 0 0 0 9 0 0 0 25 0 1 0 166850207 37675008 8064 4089446400 4194304 9819077 140734216710640 18446744073709551615 4384358 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27211/statm: 9198 8064 392 1374 0 7819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36792

[startup+0.3012 s]
/proc/loadavg: 2.25 2.18 2.08 3/178 27211
/proc/meminfo: memFree=30929528/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=118576 CPUtime=0.29
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 28892 0 0 0 27 2 0 0 25 0 1 0 166850207 121421824 28422 4089446400 4194304 9819077 140734216710640 18446744073709551615 5955748 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 29644 28422 435 1374 0 28265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 118576

[startup+0.701109 s]
/proc/loadavg: 2.25 2.18 2.08 3/178 27211
/proc/meminfo: memFree=30929528/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=142944 CPUtime=0.69
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 33781 0 0 0 67 2 0 0 25 0 1 0 166850207 146374656 33284 4089446400 4194304 9819077 140734216710640 18446744073709551615 8679026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 35736 33284 469 1374 0 34357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142944

[startup+1.50089 s]
/proc/loadavg: 2.25 2.18 2.08 3/179 27212
/proc/meminfo: memFree=30796468/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=142944 CPUtime=1.49
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 33781 0 0 0 147 2 0 0 25 0 1 0 166850207 146374656 33284 4089446400 4194304 9819077 140734216710640 18446744073709551615 8679111 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 35736 33284 469 1374 0 34357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 142944

[startup+3.10066 s]
/proc/loadavg: 2.25 2.18 2.08 3/179 27212
/proc/meminfo: memFree=30796344/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=142944 CPUtime=3.09
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 33781 0 0 0 307 2 0 0 25 0 1 0 166850207 146374656 33284 4089446400 4194304 9819077 140734216710640 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 35736 33284 469 1374 0 34357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142944

[startup+6.30101 s]
/proc/loadavg: 2.23 2.17 2.08 3/179 27212
/proc/meminfo: memFree=30787836/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=150324 CPUtime=6.29
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 36062 0 0 0 625 4 0 0 25 0 1 0 166850207 153931776 35192 4089446400 4194304 9819077 140734216710640 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 37581 35192 515 1374 0 36202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150324

[startup+12.7008 s]
/proc/loadavg: 2.21 2.17 2.08 3/179 27212
/proc/meminfo: memFree=30761712/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=177892 CPUtime=12.69
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 117713 0 0 0 1254 15 0 0 25 0 1 0 166850207 182161408 41091 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 44473 41091 651 1374 0 43094 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 177892

[startup+25.5005 s]
/proc/loadavg: 2.16 2.16 2.08 3/179 27212
/proc/meminfo: memFree=30747232/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=184776 CPUtime=25.49
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 557839 0 0 0 2481 68 0 0 25 0 1 0 166850207 189210624 42895 4089446400 4194304 9819077 140734216710640 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 46194 42895 651 1374 0 44815 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 184776

[startup+51.1008 s]
/proc/loadavg: 2.11 2.15 2.08 3/179 27213
/proc/meminfo: memFree=30721212/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=197424 CPUtime=51.09
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 1443337 0 0 0 4935 174 0 0 25 0 1 0 166850207 202162176 45910 4089446400 4194304 9819077 140734216710640 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 49356 45910 658 1374 0 47977 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 197424

[startup+102.306 s]
/proc/loadavg: 2.05 2.12 2.07 3/179 27214
/proc/meminfo: memFree=30672944/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=220216 CPUtime=102.3
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 3145832 0 0 0 9846 384 0 0 25 0 1 0 166850207 225501184 51634 4089446400 4194304 9819077 140734216710640 18446744073709551615 4407986 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 55054 51634 660 1374 0 53675 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 220216

[startup+162.3 s]
/proc/loadavg: 2.02 2.10 2.07 3/179 27216
/proc/meminfo: memFree=30617608/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=247404 CPUtime=162.3
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 5042639 0 0 0 15606 624 0 0 25 0 1 0 166850207 253341696 58403 4089446400 4194304 9819077 140734216710640 18446744073709551615 6670364 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 61851 58403 660 1374 0 60472 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 247404

[startup+222.3 s]
/proc/loadavg: 2.00 2.08 2.06 3/179 27218
/proc/meminfo: memFree=30562028/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=271492 CPUtime=222.3
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 7552143 0 0 0 21297 933 0 0 25 0 1 0 166850207 278007808 64600 4089446400 4194304 9819077 140734216710640 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 67873 64600 660 1374 0 66494 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 271492

[startup+282.301 s]
/proc/loadavg: 2.00 2.06 2.06 3/179 27219
/proc/meminfo: memFree=30503836/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=299272 CPUtime=282.29
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 9478881 0 0 0 27052 1177 0 0 25 0 1 0 166850207 306454528 71558 4089446400 4194304 9819077 140734216710640 18446744073709551615 5893845 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 74818 71558 660 1374 0 73439 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 299272

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.05 3/179 27221
/proc/meminfo: memFree=30448760/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=324180 CPUtime=342.3
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 11259680 0 0 0 32826 1404 0 0 25 0 1 0 166850207 331960320 77559 4089446400 4194304 9819077 140734216710640 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 81045 77578 660 1374 0 79666 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 324180

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.04 3/179 27222
/proc/meminfo: memFree=30395412/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=349060 CPUtime=402.31
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 13050144 0 0 0 38599 1632 0 0 25 0 1 0 166850207 357437440 83908 4089446400 4194304 9819077 140734216710640 18446744073709551615 5507844 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 87265 83908 660 1374 0 85886 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 349060

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.04 3/179 27224
/proc/meminfo: memFree=30342320/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=372728 CPUtime=462.3
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 14788588 0 0 0 44379 1851 0 0 25 0 1 0 166850207 381673472 89879 4089446400 4194304 9819077 140734216710640 18446744073709551615 7816477 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 93182 89879 660 1374 0 91803 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 372728

[startup+522.301 s]
/proc/loadavg: 2.05 2.04 2.04 3/179 27226
/proc/meminfo: memFree=30289836/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=396656 CPUtime=522.31
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 16512630 0 0 0 50150 2081 0 0 25 0 1 0 166850207 406175744 95919 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 99164 95919 660 1374 0 97785 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 396656

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.03 3/179 27227
/proc/meminfo: memFree=30235628/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=421368 CPUtime=582.31
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 18207526 0 0 0 55939 2292 0 0 25 0 1 0 166850207 431480832 102041 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 105342 102041 660 1374 0 103963 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 421368

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 27229
/proc/meminfo: memFree=30180404/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=445584 CPUtime=642.32
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 19924766 0 0 0 61722 2510 0 0 25 0 1 0 166850207 456278016 108068 4089446400 4194304 9819077 140734216710640 18446744073709551615 4740310 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 111396 108068 660 1374 0 110017 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 445584

[startup+702.301 s]

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

/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 30019903 0 0 0 96433 3800 0 0 25 0 1 0 166850207 597467136 142820 4089446400 4194304 9819077 140734216710640 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 145866 142820 677 1374 0 144487 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 583464

[startup+1062.3 s]
/proc/loadavg: 1.31 1.77 1.91 2/171 27262
/proc/meminfo: memFree=30924956/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=608536 CPUtime=1062.32
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 31623446 0 0 0 102227 4005 0 0 25 0 1 0 166850207 623140864 149274 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 152134 149274 677 1374 0 150755 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 608536

[startup+1122.3 s]
/proc/loadavg: 1.11 1.62 1.85 2/171 27264
/proc/meminfo: memFree=30899004/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=633900 CPUtime=1122.32
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 32695958 0 0 0 108085 4147 0 0 25 0 1 0 166850207 649113600 155621 4089446400 4194304 9819077 140734216710640 18446744073709551615 6003452 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 158475 155621 677 1374 0 157096 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 633900

[startup+1182.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/171 27265
/proc/meminfo: memFree=30875280/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=657304 CPUtime=1182.32
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 33729869 0 0 0 113946 4286 0 0 25 0 1 0 166850207 673079296 161607 4089446400 4194304 9819077 140734216710640 18446744073709551615 8678909 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 164326 161607 677 1374 0 162947 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 657304

[startup+1242.3 s]
/proc/loadavg: 1.01 1.41 1.75 2/171 27267
/proc/meminfo: memFree=30852068/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=680660 CPUtime=1242.33
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 34879744 0 0 0 119795 4438 0 0 25 0 1 0 166850207 696995840 167310 4089446400 4194304 9819077 140734216710640 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 170165 167310 677 1374 0 168786 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 680660

[startup+1302.3 s]
/proc/loadavg: 1.00 1.33 1.70 2/171 27268
/proc/meminfo: memFree=30826980/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=705796 CPUtime=1302.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 36074417 0 0 0 125638 4596 0 0 25 0 1 0 166850207 722735104 173538 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 176449 173538 677 1374 0 175070 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 705796

[startup+1362.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/171 27270
/proc/meminfo: memFree=30802652/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=729768 CPUtime=1362.33
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 37117372 0 0 0 131492 4741 0 0 25 0 1 0 166850207 747282432 179681 4089446400 4194304 9819077 140734216710640 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 182442 179681 677 1374 0 181063 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 729768

[startup+1422.31 s]
/proc/loadavg: 1.00 1.22 1.61 2/171 27272
/proc/meminfo: memFree=30779316/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=753196 CPUtime=1422.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 38281983 0 0 0 137339 4895 0 0 25 0 1 0 166850207 771272704 185502 4089446400 4194304 9819077 140734216710640 18446744073709551615 4965861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 188299 185502 677 1374 0 186920 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 753196

[startup+1482.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/171 27273
/proc/meminfo: memFree=30755608/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=777688 CPUtime=1482.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 39439928 0 0 0 143185 5049 0 0 25 0 1 0 166850207 796352512 191487 4089446400 4194304 9819077 140734216710640 18446744073709551615 6003108 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 194422 191487 677 1374 0 193043 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 777688

[startup+1542.3 s]
/proc/loadavg: 1.00 1.14 1.53 2/171 27275
/proc/meminfo: memFree=30731276/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=801200 CPUtime=1542.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 40605050 0 0 0 149028 5206 0 0 25 0 1 0 166850207 820428800 197471 4089446400 4194304 9819077 140734216710640 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 200300 197471 677 1374 0 198921 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 801200

[startup+1602.3 s]
/proc/loadavg: 1.00 1.11 1.49 2/171 27276
/proc/meminfo: memFree=30708072/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=825500 CPUtime=1602.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 41784831 0 0 0 154878 5356 0 0 25 0 1 0 166850207 845312000 203445 4089446400 4194304 9819077 140734216710640 18446744073709551615 6176676 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 206375 203445 677 1374 0 204996 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 825500

[startup+1662.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/171 27278
/proc/meminfo: memFree=30682996/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=851532 CPUtime=1662.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 42978163 0 0 0 160721 5513 0 0 25 0 1 0 166850207 871968768 209513 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 212883 209513 677 1374 0 211504 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 851532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/171 27280
/proc/meminfo: memFree=30659916/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=874848 CPUtime=1722.34
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 44167065 0 0 0 166562 5672 0 0 25 0 1 0 166850207 895844352 215351 4089446400 4194304 9819077 140734216710640 18446744073709551615 6590711 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 218712 215351 677 1374 0 217333 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 874848

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/171 27281
/proc/meminfo: memFree=30634952/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=900248 CPUtime=1782.35
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 45350732 0 0 0 172408 5827 0 0 25 0 1 0 166850207 921853952 221610 4089446400 4194304 9819077 140734216710640 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 225062 221610 677 1374 0 223683 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 900248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.05 1.39 2/171 27282
/proc/meminfo: memFree=30627748/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=906244 CPUtime=1800.05
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 45723159 0 0 0 174129 5876 0 0 25 0 1 0 166850207 927993856 223235 4089446400 4194304 9819077 140734216710640 18446744073709551615 4414743 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27211/statm: 226561 223235 677 1374 0 225182 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 906244

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27211

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.05 1.39 2/172 27283
/proc/meminfo: memFree=30627740/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=906244 CPUtime=1801.44
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 45723159 0 0 0 174268 5876 0 0 25 0 1 0 166850207 927993856 223235 4089446400 4194304 9819077 140734216710640 18446744073709551615 8678909 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27211/statm: 226561 223235 677 1374 0 225182 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 906244

[startup+1801.81 s]
/proc/loadavg: 1.00 1.05 1.39 2/172 27283
/proc/meminfo: memFree=30627740/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=906244 CPUtime=1801.85
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 45723159 0 0 0 174309 5876 0 0 25 0 1 0 166850207 927993856 223235 4089446400 4194304 9819077 140734216710640 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27211/statm: 226561 223235 677 1374 0 225182 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 906244

[startup+1802 s]
/proc/loadavg: 1.00 1.05 1.39 2/172 27283
/proc/meminfo: memFree=30627740/32950928 swapFree=67111528/67111528
[pid=27211] ppid=27209 vsize=906244 CPUtime=1802.04
/proc/27211/stat : 27211 (pbscip.linux.x8) R 27209 27211 26671 0 -1 4202496 45723159 0 0 0 174328 5876 0 0 25 0 1 0 166850207 927993856 223235 4089446400 4194304 9819077 140734216710640 18446744073709551615 8679118 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27211/statm: 226561 223235 677 1374 0 225182 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 906244

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.1
CPU user time (s): 1743.3
CPU system time (s): 58.7991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 908808

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

runsolver used 2.6476 second user time and 6.44002 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 23:16:25
IDJOB=2693293
IDBENCH=79343
IDSOLVER=1205
FILE ID=node116/2693293-1277932585
PBS_JOBID= 11197401
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3041_4-unsat--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-2693293-1277932585/watcher-2693293-1277932585 -o /tmp/evaluation-result-2693293-1277932585/solver-2693293-1277932585 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693293-1277932585.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 52e7cbeb256e4943cc81a3e27d9870a4
RANDOM SEED=1789646888

node116.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.838
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.67
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.838
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	: 5381.00
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.838
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.838
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.838
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.76
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.838
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.77
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.838
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.838
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30930056 kB
Buffers:        215692 kB
Cached:        1015628 kB
SwapCached:          0 kB
Active:        1141268 kB
Inactive:       735276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30930056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6828 kB
Writeback:           0 kB
AnonPages:      644944 kB
Mapped:          17688 kB
Slab:            79948 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   794688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node116 at 2010-06-30 23:46:27