Trace number 2693288

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.13 1802.14

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j309_10-unsat--soft-0-100-0.wbo
MD5SUM264893132be4acdbf364be50ace73d69
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.262959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5456
Total number of constraints17015
Number of soft constraints17015
Number of constraints which are clauses16667
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 855983
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 855982
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 177
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-2693288-1277932472.wbo>
0.09/0.19	c original problem has 39486 variables (22471 bin, 0 int, 0 impl, 17015 cont) and 34031 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
3.89/3.99	o 855982
3.89/3.99	c feasible solution found by trivial heuristic, objective value  8.559820e+05
3.89/3.99	c presolving:
7.98/8.01	c    (7.8s) probing: 1000/22471 (4.5%) - 0 fixings, 0 aggregations, 154 implications, 0 bound changes
8.68/8.77	c    (8.5s) probing: 1196/22471 (5.3%) - 0 fixings, 0 aggregations, 166 implications, 0 bound changes
8.68/8.77	c    (8.5s) probing aborted: 100/100 successive totally useless probings
8.68/8.77	c (round 1) 0 del vars, 1 del conss, 17015 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 17264 impls, 0 clqs
8.79/8.83	c (round 2) 0 del vars, 1 del conss, 17015 chg bounds, 0 chg sides, 0 chg coeffs, 176 upgd conss, 17264 impls, 0 clqs
9.29/9.31	c    (9.1s) probing: 1316/22471 (5.9%) - 0 fixings, 0 aggregations, 203 implications, 0 bound changes
9.29/9.31	c    (9.1s) probing aborted: 100/100 successive totally useless probings
9.29/9.31	c presolving (3 rounds):
9.29/9.31	c  0 deleted vars, 1 deleted constraints, 17015 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.29/9.31	c  17431 implications, 0 cliques
9.29/9.31	c presolved problem has 39486 variables (22471 bin, 0 int, 0 impl, 17015 cont) and 34030 constraints
9.29/9.31	c   17015 constraints of type <indicator>
9.29/9.31	c     176 constraints of type <varbound>
9.29/9.31	c   16839 constraints of type <linear>
9.29/9.31	c transformed objective value is always integral (scale: 1)
9.29/9.31	c Presolving Time: 8.97
9.29/9.31	c - non default parameters ----------------------------------------------------------------------
9.29/9.31	c # SCIP version 1.2.1.2
9.29/9.31	c 
9.29/9.31	c # frequency for displaying node information lines
9.29/9.31	c # [type: int, range: [-1,2147483647], default: 100]
9.29/9.31	c display/freq = 10000
9.29/9.31	c 
9.29/9.31	c # maximal time in seconds to run
9.29/9.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.29/9.31	c limits/time = 1799.82
9.29/9.31	c 
9.29/9.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.29/9.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.29/9.31	c limits/memory = 3420
9.29/9.31	c 
9.29/9.31	c # should presolving try to simplify inequalities
9.29/9.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.29/9.31	c constraints/linear/simplifyinequalities = TRUE
9.29/9.31	c 
9.29/9.31	c # should presolving try to simplify knapsacks
9.29/9.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.29/9.31	c constraints/knapsack/simplifyinequalities = TRUE
9.29/9.31	c 
9.29/9.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.29/9.31	c # [type: int, range: [-1,2147483647], default: -1]
9.29/9.31	c separating/rapidlearning/freq = 0
9.29/9.31	c 
9.29/9.31	c -----------------------------------------------------------------------------------------------
9.29/9.31	c start solving
9.29/9.32	c 
9.38/9.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.38/9.44	c t 9.2s|     1 |     0 |     0 |     - | 125M|   0 |   0 |  39k|  34k|  39k|   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.38/9.46	c   9.2s|     1 |     0 |    61 |     - | 125M|   0 |   0 |  39k|  34k|  39k| 104 | 104 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.38/9.48	c   9.2s|     1 |     0 |   232 |     - | 125M|   0 |   0 |  39k|  34k|  39k| 275 | 275 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.49/9.50	c   9.2s|     1 |     2 |   232 |     - | 125M|   0 |   0 |  39k|  34k|  39k| 275 | 275 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
273.18/273.25	c   263s| 10000 | 10001 |   919 |   0.1 | 232M|2733 |   0 |  39k|  34k|  39k| 536 |1036 |   0 |  63 | 0.000000e+00 | 8.559820e+05 |    Inf 
430.88/430.95	o 847662
430.88/430.95	c y 415s| 14984 | 14983 |  1371 |   0.1 | 285M|2733 |   1 |  39k|  34k|  39k| 317 |1571 |   0 |  80 | 0.000000e+00 | 8.476620e+05 |    Inf 
517.67/517.75	o 847654
517.67/517.75	c y 500s| 17699 | 17698 |  1595 |   0.1 | 315M|2733 |   2 |  39k|  34k|  39k| 303 |1829 |   0 |  84 | 0.000000e+00 | 8.476540e+05 |    Inf 
590.47/590.54	c   572s| 20000 | 20001 |  1812 |   0.1 | 339M|2733 |   0 |  39k|  34k|  39k| 435 |2108 |   0 |  97 | 0.000000e+00 | 8.476540e+05 |    Inf 
910.48/910.52	c   890s| 30000 | 30001 |  2684 |   0.1 | 448M|2733 |   0 |  39k|  34k|  39k| 399 |3163 |   0 | 124 | 0.000000e+00 | 8.476540e+05 |    Inf 
1240.88/1240.96	c  1218s| 40000 | 40001 |  3610 |   0.1 | 556M|2733 |   0 |  39k|  34k|  39k| 402 |4100 |   0 | 136 | 0.000000e+00 | 8.476540e+05 |    Inf 
1273.78/1273.89	o 847648
1273.78/1273.89	c y1251s| 40997 | 40996 |  3655 |   0.1 | 567M|2733 |   2 |  39k|  34k|  39k| 307 |4144 |   0 | 136 | 0.000000e+00 | 8.476480e+05 |    Inf 
1584.08/1584.15	c  1558s| 50000 | 50001 |  5109 |   0.1 | 666M|2733 |   0 |  39k|  34k|  39k| 523 |5698 |   0 | 232 | 0.000000e+00 | 8.476480e+05 |    Inf 
1602.78/1602.81	o 847611
1602.78/1602.81	c y1577s| 50560 | 50559 |  5152 |   0.1 | 673M|2733 |   2 |  39k|  34k|  39k| 315 |5740 |   0 | 232 | 0.000000e+00 | 8.476110e+05 |    Inf 
1602.88/1602.93	o 847610
1602.88/1602.93	c y1577s| 50561 | 50560 |  5153 |   0.1 | 673M|2733 |   - |  39k|  34k|   0 |   0 |5740 |   0 | 234 | 0.000000e+00 | 8.476100e+05 |    Inf 
1800.08/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.12	c 
1800.08/1800.12	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.12	c Solving Time (sec) : 1772.58
1800.08/1800.12	c Solving Nodes      : 56261
1800.08/1800.12	c Primal Bound       : +8.47610000000000e+05 (38 solutions)
1800.08/1800.12	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.12	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-2693288-1277932472/watcher-2693288-1277932472 -o /tmp/evaluation-result-2693288-1277932472/solver-2693288-1277932472 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693288-1277932472.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.97 1.99 2.08 4/176 15860
/proc/meminfo: memFree=29035804/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=11300 CPUtime=0
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 1758 0 0 0 0 0 0 0 25 0 1 0 134543808 11571200 1678 4089446400 4194304 9819077 140736902771360 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15860/statm: 2825 1678 392 1374 0 1446 0

[startup+0.0978371 s]
/proc/loadavg: 1.97 1.99 2.08 4/176 15860
/proc/meminfo: memFree=29035804/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=39456 CPUtime=0.08
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 8814 0 0 0 8 0 0 0 25 0 1 0 134543808 40402944 8734 4089446400 4194304 9819077 140736902771360 18446744073709551615 4639429 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15860/statm: 9864 8734 392 1374 0 8485 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39456

[startup+0.100834 s]
/proc/loadavg: 1.97 1.99 2.08 4/176 15860
/proc/meminfo: memFree=29035804/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=39588 CPUtime=0.09
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 8848 0 0 0 9 0 0 0 25 0 1 0 134543808 40538112 8768 4089446400 4194304 9819077 140736902771360 18446744073709551615 6181168 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15860/statm: 9897 8768 392 1374 0 8518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39588

[startup+0.3008 s]
/proc/loadavg: 1.97 1.99 2.08 4/176 15860
/proc/meminfo: memFree=29035804/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=127436 CPUtime=0.29
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 31086 0 0 0 26 3 0 0 25 0 1 0 134543808 130494464 30581 4089446400 4194304 9819077 140736902771360 18446744073709551615 8674976 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15860/statm: 31859 30581 441 1374 0 30480 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 127436

[startup+0.700727 s]
/proc/loadavg: 1.97 1.99 2.08 4/176 15860
/proc/meminfo: memFree=29035804/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=144392 CPUtime=0.69
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 34170 0 0 0 66 3 0 0 25 0 1 0 134543808 147857408 33665 4089446400 4194304 9819077 140736902771360 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15860/statm: 36098 33665 469 1374 0 34719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144392

[startup+1.50059 s]
/proc/loadavg: 1.97 1.99 2.08 3/177 15861
/proc/meminfo: memFree=28901380/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=144392 CPUtime=1.49
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 34170 0 0 0 146 3 0 0 25 0 1 0 134543808 147857408 33665 4089446400 4194304 9819077 140736902771360 18446744073709551615 4241139 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15860/statm: 36098 33665 469 1374 0 34719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144392

[startup+3.10031 s]
/proc/loadavg: 1.97 1.99 2.08 3/177 15861
/proc/meminfo: memFree=28900508/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=144392 CPUtime=3.09
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 34170 0 0 0 306 3 0 0 25 0 1 0 134543808 147857408 33665 4089446400 4194304 9819077 140736902771360 18446744073709551615 8679176 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15860/statm: 36098 33665 469 1374 0 34719 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144392

[startup+6.30077 s]
/proc/loadavg: 1.97 1.99 2.08 3/177 15861
/proc/meminfo: memFree=28891604/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=152176 CPUtime=6.29
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 36538 0 0 0 625 4 0 0 25 0 1 0 134543808 155828224 35660 4089446400 4194304 9819077 140736902771360 18446744073709551615 4826989 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15860/statm: 38044 35660 513 1374 0 36665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152176

[startup+12.7007 s]
/proc/loadavg: 1.98 1.99 2.08 3/177 15862
/proc/meminfo: memFree=28857644/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=181284 CPUtime=12.69
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 169294 0 0 0 1247 22 0 0 25 0 1 0 134543808 185634816 41977 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15860/statm: 45321 41977 651 1374 0 43942 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181284

[startup+25.5004 s]
/proc/loadavg: 1.98 1.99 2.08 3/177 15862
/proc/meminfo: memFree=28833464/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=190592 CPUtime=25.49
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 680644 0 0 0 2468 81 0 0 25 0 1 0 134543808 195166208 44269 4089446400 4194304 9819077 140736902771360 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15860/statm: 47648 44269 652 1374 0 46269 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 190592

[startup+51.101 s]
/proc/loadavg: 2.04 2.00 2.08 3/177 15862
/proc/meminfo: memFree=28798104/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=203496 CPUtime=51.08
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 1701696 0 0 0 4914 194 0 0 25 0 1 0 134543808 208379904 47553 4089446400 4194304 9819077 140736902771360 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15860/statm: 50874 47553 658 1374 0 49495 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 203496

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.08 5/195 15910
/proc/meminfo: memFree=31013224/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=229364 CPUtime=102.29
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 3680937 0 0 0 9806 423 0 0 25 0 1 0 134543808 234868736 54019 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697639 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 57341 54019 660 1374 0 55962 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 229364

[startup+162.301 s]
/proc/loadavg: 2.25 2.06 2.09 3/177 15940
/proc/meminfo: memFree=31003480/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=251012 CPUtime=162.27
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 5375525 0 0 0 15595 632 0 0 25 0 1 0 134543808 257036288 59377 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 62753 59377 660 1374 0 61374 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 251012

[startup+222.3 s]
/proc/loadavg: 2.09 2.05 2.09 3/177 15941
/proc/meminfo: memFree=30981644/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=269172 CPUtime=222.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 6919071 0 0 0 21395 833 0 0 25 0 1 0 134543808 275632128 63939 4089446400 4194304 9819077 140736902771360 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 67293 63939 660 1374 0 65914 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 269172

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.08 3/177 15942
/proc/meminfo: memFree=30958188/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=289132 CPUtime=282.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 8490413 0 0 0 27186 1042 0 0 25 0 1 0 134543808 296071168 69041 4089446400 4194304 9819077 140736902771360 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 72283 69041 660 1374 0 70904 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 289132

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.07 3/177 15944
/proc/meminfo: memFree=30933476/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=308492 CPUtime=342.27
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 10040850 0 0 0 32986 1241 0 0 25 0 1 0 134543808 315895808 73921 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 77123 73921 660 1374 0 75744 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 308492

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.07 3/177 15946
/proc/meminfo: memFree=30910876/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=327632 CPUtime=402.27
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 11581626 0 0 0 38782 1445 0 0 25 0 1 0 134543808 335495168 78696 4089446400 4194304 9819077 140736902771360 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 81908 78696 660 1374 0 80529 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 327632

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/177 15948
/proc/meminfo: memFree=30889148/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=347324 CPUtime=462.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 13047518 0 0 0 44590 1638 0 0 25 0 1 0 134543808 355659776 83708 4089446400 4194304 9819077 140736902771360 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 86831 83708 677 1374 0 85452 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 347324

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/177 15948
/proc/meminfo: memFree=30861972/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=368456 CPUtime=522.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 14091313 0 0 0 50450 1778 0 0 25 0 1 0 134543808 377298944 89230 4089446400 4194304 9819077 140736902771360 18446744073709551615 4227163 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 92114 89230 677 1374 0 90735 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 368456

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/177 15950
/proc/meminfo: memFree=30837640/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=388496 CPUtime=582.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 14211038 0 0 0 56421 1807 0 0 25 0 1 0 134543808 397819904 94548 4089446400 4194304 9819077 140736902771360 18446744073709551615 4965912 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 97124 94548 677 1374 0 95745 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 388496

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/177 15952
/proc/meminfo: memFree=30814300/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=408728 CPUtime=642.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 14343308 0 0 0 62387 1841 0 0 25 0 1 0 134543808 418537472 99519 4089446400 4194304 9819077 140736902771360 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 102182 99519 677 1374 0 100803 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 408728

[startup+702.301 s]

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

/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 15416856 0 0 0 104138 2090 0 0 25 0 1 0 134543808 562302976 134524 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 137281 134524 677 1374 0 135902 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 549124

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 15968
/proc/meminfo: memFree=30629528/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=566528 CPUtime=1122.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 15765688 0 0 0 110078 2150 0 0 25 0 1 0 134543808 580124672 139074 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697639 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 141632 139074 677 1374 0 140253 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 566528

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15969
/proc/meminfo: memFree=30607880/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=586052 CPUtime=1182.27
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 16075710 0 0 0 116021 2206 0 0 25 0 1 0 134543808 600117248 143932 4089446400 4194304 9819077 140736902771360 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 146513 143932 677 1374 0 145134 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 586052

[startup+1242.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 15971
/proc/meminfo: memFree=30585172/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=604740 CPUtime=1242.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 16419376 0 0 0 121961 2267 0 0 25 0 1 0 134543808 619253760 148491 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 151185 148491 677 1374 0 149806 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 604740

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 15973
/proc/meminfo: memFree=30562828/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=623312 CPUtime=1302.29
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 16847984 0 0 0 127893 2336 0 0 25 0 1 0 134543808 638271488 153192 4089446400 4194304 9819077 140736902771360 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 155828 153192 677 1374 0 154449 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 623312

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 15975
/proc/meminfo: memFree=30539968/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=642780 CPUtime=1362.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 17140467 0 0 0 133835 2393 0 0 25 0 1 0 134543808 658206720 158145 4089446400 4194304 9819077 140736902771360 18446744073709551615 4436499 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 160695 158145 677 1374 0 159316 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 642780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15976
/proc/meminfo: memFree=30517384/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=660824 CPUtime=1422.29
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 17346330 0 0 0 139795 2434 0 0 25 0 1 0 134543808 676683776 162777 4089446400 4194304 9819077 140736902771360 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 165206 162777 677 1374 0 163827 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 660824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15977
/proc/meminfo: memFree=30494164/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=681620 CPUtime=1482.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 17523878 0 0 0 145756 2472 0 0 25 0 1 0 134543808 697978880 167788 4089446400 4194304 9819077 140736902771360 18446744073709551615 4965861 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 170405 167788 677 1374 0 169026 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 681620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15979
/proc/meminfo: memFree=30472940/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=699676 CPUtime=1542.29
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 17798376 0 0 0 151710 2519 0 0 25 0 1 0 134543808 716468224 172341 4089446400 4194304 9819077 140736902771360 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 174919 172341 677 1374 0 173540 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 699676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15981
/proc/meminfo: memFree=30449852/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=718044 CPUtime=1602.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 18171154 0 0 0 157648 2580 0 0 25 0 1 0 134543808 735277056 176945 4089446400 4194304 9819077 140736902771360 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 179511 176945 677 1374 0 178132 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 718044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15983
/proc/meminfo: memFree=30427252/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=736960 CPUtime=1662.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 18577186 0 0 0 163582 2646 0 0 25 0 1 0 134543808 754647040 181853 4089446400 4194304 9819077 140736902771360 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 184240 181853 677 1374 0 182861 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 736960

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15983
/proc/meminfo: memFree=30402292/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=757060 CPUtime=1722.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 18897364 0 0 0 169523 2705 0 0 25 0 1 0 134543808 775229440 186711 4089446400 4194304 9819077 140736902771360 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 189265 186711 677 1374 0 187886 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 757060

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 15985
/proc/meminfo: memFree=30378952/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=776764 CPUtime=1782.28
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 18966708 0 0 0 175503 2725 0 0 25 0 1 0 134543808 795406336 191665 4089446400 4194304 9819077 140736902771360 18446744073709551615 6628376 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 194191 191665 677 1374 0 192812 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 776764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15986
/proc/meminfo: memFree=30372996/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=782156 CPUtime=1800.08
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 19002328 0 0 0 177273 2735 0 0 25 0 1 0 134543808 800927744 192964 4089446400 4194304 9819077 140736902771360 18446744073709551615 4227224 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15860/statm: 195539 192964 677 1374 0 194160 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 782156

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15860

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

[startup+1801.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15987
/proc/meminfo: memFree=30372988/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=782156 CPUtime=1801.38
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 19002328 0 0 0 177403 2735 0 0 25 0 1 0 134543808 800927744 192964 4089446400 4194304 9819077 140736902771360 18446744073709551615 4241142 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15860/statm: 195539 192964 677 1374 0 194160 0
Current children cumulated CPU time (s) 1801.38
Current children cumulated vsize (KiB) 782156

[startup+1801.81 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15987
/proc/meminfo: memFree=30372988/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=782156 CPUtime=1801.78
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 19002328 0 0 0 177443 2735 0 0 25 0 1 0 134543808 800927744 192964 4089446400 4194304 9819077 140736902771360 18446744073709551615 8679021 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15860/statm: 195539 192964 677 1374 0 194160 0
Current children cumulated CPU time (s) 1801.78
Current children cumulated vsize (KiB) 782156

[startup+1802 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15987
/proc/meminfo: memFree=30372988/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=782156 CPUtime=1801.98
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 19002328 0 0 0 177463 2735 0 0 25 0 1 0 134543808 800927744 192964 4089446400 4194304 9819077 140736902771360 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15860/statm: 195539 192964 677 1374 0 194160 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 782156

[startup+1802.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15987
/proc/meminfo: memFree=30372988/32951132 swapFree=67111528/67111528
[pid=15860] ppid=15858 vsize=782156 CPUtime=1802.08
/proc/15860/stat : 15860 (pbscip.linux.x8) R 15858 15860 15287 0 -1 4202496 19002328 0 0 0 177473 2735 0 0 25 0 1 0 134543808 800927744 192964 4089446400 4194304 9819077 140736902771360 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15860/statm: 195539 192964 677 1374 0 194160 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 782156

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.14
CPU time (s): 1802.13
CPU user time (s): 1774.74
CPU system time (s): 27.3878
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 830708

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

runsolver used 2.70459 second user time and 7.13492 second system time

The end

Launcher Data

Begin job on node131 at 2010-06-30 23:14:32
IDJOB=2693288
IDBENCH=79341
IDSOLVER=1205
FILE ID=node131/2693288-1277932472
PBS_JOBID= 11197415
Free space on /tmp= 74136 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-j309_10-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-2693288-1277932472/watcher-2693288-1277932472 -o /tmp/evaluation-result-2693288-1277932472/solver-2693288-1277932472 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693288-1277932472.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 264893132be4acdbf364be50ace73d69
RANDOM SEED=1698615835

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29036828 kB
Buffers:        217792 kB
Cached:        1143604 kB
SwapCached:          0 kB
Active:        2935524 kB
Inactive:       829464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29036828 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6972 kB
Writeback:           0 kB
AnonPages:     2403960 kB
Mapped:          16288 kB
Slab:            81512 kB
PageTables:       9456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2605848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74128 MiB
End job on node131 at 2010-06-30 23:44:34