Trace number 2705402

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.1 1800.05

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j90/
normalized-j9039_3-unsat--soft-0-100-0.wbo
MD5SUMb6492647a9b6db4c84476feb45378479
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark5.01724
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables15106
Total number of constraints51849
Number of soft constraints51849
Number of constraints which are clauses51521
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints328
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 2607570
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2607569
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 335
Number of bits of the biggest sum of numbers9
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-2705402-1278576552.wbo>
0.49/0.60	c original problem has 118804 variables (66955 bin, 0 int, 51849 impl, 0 cont) and 103699 constraints
0.49/0.60	c problem read
0.59/0.60	c presolving settings loaded
34.59/34.61	o 2607569
34.59/34.61	c feasible solution found by trivial heuristic, objective value  2.607569e+06
34.59/34.61	c presolving:
48.59/48.62	c    (48.0s) probing: 1000/66955 (1.5%) - 0 fixings, 0 aggregations, 306 implications, 0 bound changes
62.39/62.44	c    (61.8s) probing: 2000/66955 (3.0%) - 0 fixings, 0 aggregations, 446 implications, 0 bound changes
62.39/62.45	c    (61.9s) probing: 2001/66955 (3.0%) - 0 fixings, 0 aggregations, 446 implications, 0 bound changes
62.39/62.45	c    (61.9s) probing aborted: 2000/2000 successive useless probings
62.39/62.45	c (round 1) 0 del vars, 1 del conss, 51849 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 892 impls, 0 clqs
62.59/62.67	c (round 2) 0 del vars, 1 del conss, 51849 chg bounds, 0 chg sides, 0 chg coeffs, 648 upgd conss, 892 impls, 0 clqs
64.10/64.13	c    (63.5s) probing: 2100/66955 (3.1%) - 0 fixings, 0 aggregations, 446 implications, 0 bound changes
64.10/64.13	c    (63.5s) probing aborted: 100/100 successive totally useless probings
64.10/64.14	c presolving (3 rounds):
64.10/64.14	c  0 deleted vars, 1 deleted constraints, 51849 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
64.10/64.14	c  105962 implications, 0 cliques
64.10/64.14	c presolved problem has 118804 variables (66955 bin, 0 int, 51849 impl, 0 cont) and 103698 constraints
64.10/64.14	c     648 constraints of type <varbound>
64.10/64.14	c   51201 constraints of type <linear>
64.10/64.14	c   51849 constraints of type <indicator>
64.10/64.14	c transformed objective value is always integral (scale: 1)
64.10/64.14	c Presolving Time: 63.17
64.10/64.14	c - non default parameters ----------------------------------------------------------------------
64.10/64.14	c # SCIP version 1.2.1.3
64.10/64.14	c 
64.10/64.14	c # frequency for displaying node information lines
64.10/64.14	c # [type: int, range: [-1,2147483647], default: 100]
64.10/64.14	c display/freq = 10000
64.10/64.14	c 
64.10/64.14	c # maximal time in seconds to run
64.10/64.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
64.10/64.14	c limits/time = 1789.41
64.10/64.14	c 
64.10/64.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
64.10/64.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
64.10/64.14	c limits/memory = 3420
64.10/64.14	c 
64.10/64.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
64.10/64.14	c # [type: int, range: [1,2], default: 1]
64.10/64.14	c timing/clocktype = 2
64.10/64.14	c 
64.10/64.14	c # should presolving try to simplify inequalities
64.10/64.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
64.10/64.14	c constraints/linear/simplifyinequalities = TRUE
64.10/64.14	c 
64.10/64.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
64.10/64.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
64.10/64.14	c constraints/indicator/addCouplingCons = TRUE
64.10/64.14	c 
64.10/64.14	c # should presolving try to simplify knapsacks
64.10/64.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
64.10/64.14	c constraints/knapsack/simplifyinequalities = TRUE
64.10/64.14	c 
64.10/64.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
64.10/64.14	c # [type: int, range: [-1,2147483647], default: -1]
64.10/64.14	c separating/rapidlearning/freq = 0
64.10/64.14	c 
64.10/64.14	c -----------------------------------------------------------------------------------------------
64.10/64.14	c start solving
64.10/64.17	c 
64.39/64.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.39/64.44	c t63.8s|     1 |     0 |     0 |     - | 389M|   0 |   0 | 118k| 103k| 118k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
64.49/64.50	c  63.9s|     1 |     0 |   181 |     - | 389M|   0 |   0 | 118k| 103k| 118k| 370 | 370 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
64.49/64.55	c  64.0s|     1 |     0 |   381 |     - | 390M|   0 |   0 | 118k| 103k| 118k| 570 | 570 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
64.59/64.60	c  64.0s|     1 |     0 |   581 |     - | 390M|   0 |   0 | 118k| 103k| 118k| 770 | 770 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
64.59/64.66	c  64.1s|     1 |     0 |   781 |     - | 390M|   0 |   0 | 118k| 103k| 118k| 970 | 970 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
64.69/64.71	c  64.1s|     1 |     0 |   796 |     - | 390M|   0 |   0 | 118k| 103k| 118k| 985 | 985 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
64.69/64.78	c  64.2s|     1 |     2 |   796 |     - | 390M|   0 |   0 | 118k| 103k| 118k| 985 | 985 |   0 |   0 | 0.000000e+00 | 2.607569e+06 |    Inf 
248.90/248.92	o 2574043
248.90/248.92	c y 248s|  2885 |  2884 |   796 |   0.0 | 481M|2883 |   - | 118k| 103k|   0 |   0 | 985 |   0 |   0 | 0.000000e+00 | 2.574043e+06 |    Inf 
718.42/718.45	c   718s| 10000 | 10001 |   797 |   0.0 | 704M|2883 |   0 | 118k| 103k| 118k| 985 | 985 |   0 |   0 | 0.000000e+00 | 2.574043e+06 |    Inf 
1409.04/1409.03	c  1408s| 20000 | 20001 |  2234 |   0.1 |1020M|2883 |   0 | 118k| 103k| 118k|1375 |2553 |   0 |   0 | 0.000000e+00 | 2.574043e+06 |    Inf 
1790.05/1790.02	c 
1790.05/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.02	c Solving Time (sec) : 1789.43
1790.05/1790.02	c Solving Nodes      : 25269
1790.05/1790.02	c Primal Bound       : +2.57404300000000e+06 (15 solutions)
1790.05/1790.02	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.02	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-2705402-1278576552/watcher-2705402-1278576552 -o /tmp/evaluation-result-2705402-1278576552/solver-2705402-1278576552 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705402-1278576552.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.99 1.91 4/182 10446
/proc/meminfo: memFree=28153992/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=12508 CPUtime=0
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 1962 0 0 0 0 0 0 0 25 0 1 0 25867963 12808192 1880 4089446400 4194304 10345943 140733414473360 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10446/statm: 3127 1883 429 1502 0 1620 0

[startup+0.078423 s]
/proc/loadavg: 1.93 1.99 1.91 4/182 10446
/proc/meminfo: memFree=28153992/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=36880 CPUtime=0.06
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 8052 0 0 0 6 0 0 0 25 0 1 0 25867963 37765120 7970 4089446400 4194304 10345943 140733414473360 18446744073709551615 9137723 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10446/statm: 9220 7970 430 1502 0 7713 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36880

[startup+0.100422 s]
/proc/loadavg: 1.93 1.99 1.91 4/182 10446
/proc/meminfo: memFree=28153992/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=42428 CPUtime=0.09
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 9448 0 0 0 9 0 0 0 25 0 1 0 25867963 43446272 9366 4089446400 4194304 10345943 140733414473360 18446744073709551615 9134628 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10446/statm: 10607 9366 430 1502 0 9100 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42428

[startup+0.300385 s]
/proc/loadavg: 1.93 1.99 1.91 4/182 10446
/proc/meminfo: memFree=28153992/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=91772 CPUtime=0.29
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 21783 0 0 0 28 1 0 0 25 0 1 0 25867963 93974528 21701 4089446400 4194304 10345943 140733414473360 18446744073709551615 4246001 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10446/statm: 22943 21701 430 1502 0 21436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91772

[startup+0.700308 s]
/proc/loadavg: 1.93 1.99 1.91 4/182 10446
/proc/meminfo: memFree=28153992/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=247444 CPUtime=0.69
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 60638 0 0 0 63 6 0 0 25 0 1 0 25867963 253382656 60166 4089446400 4194304 10345943 140733414473360 18446744073709551615 9083965 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10446/statm: 61861 60167 474 1502 0 60354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 247444

[startup+1.50016 s]
/proc/loadavg: 1.93 1.99 1.91 3/183 10447
/proc/meminfo: memFree=27800212/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=396160 CPUtime=1.49
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 96226 0 0 0 139 10 0 0 25 0 1 0 25867963 405667840 95754 4089446400 4194304 10345943 140733414473360 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 99040 95754 509 1502 0 97533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 396160

[startup+3.10088 s]
/proc/loadavg: 1.93 1.99 1.91 3/183 10447
/proc/meminfo: memFree=27771196/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=396160 CPUtime=3.09
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 96226 0 0 0 299 10 0 0 25 0 1 0 25867963 405667840 95754 4089446400 4194304 10345943 140733414473360 18446744073709551615 9138532 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 99040 95754 509 1502 0 97533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 396160

[startup+6.30029 s]
/proc/loadavg: 1.93 1.99 1.91 3/183 10447
/proc/meminfo: memFree=27770096/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=396160 CPUtime=6.29
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 96226 0 0 0 619 10 0 0 25 0 1 0 25867963 405667840 95754 4089446400 4194304 10345943 140733414473360 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 99040 95754 509 1502 0 97533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 396160

[startup+12.7011 s]
/proc/loadavg: 1.94 1.99 1.91 3/183 10447
/proc/meminfo: memFree=27765852/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=396160 CPUtime=12.69
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 96226 0 0 0 1259 10 0 0 25 0 1 0 25867963 405667840 95754 4089446400 4194304 10345943 140733414473360 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 99040 95754 509 1502 0 97533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 396160

[startup+25.5008 s]
/proc/loadavg: 1.95 1.99 1.91 3/183 10448
/proc/meminfo: memFree=27761264/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=396160 CPUtime=25.49
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 96226 0 0 0 2539 10 0 0 25 0 1 0 25867963 405667840 95754 4089446400 4194304 10345943 140733414473360 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 99040 95754 509 1502 0 97533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 396160

[startup+51.1011 s]
/proc/loadavg: 2.05 2.00 1.91 3/183 10448
/proc/meminfo: memFree=27743912/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=407488 CPUtime=51.09
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 101072 0 0 0 5099 10 0 0 25 0 1 0 25867963 417267712 98904 4089446400 4194304 10345943 140733414473360 18446744073709551615 5604422 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 101872 98904 562 1502 0 100365 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 407488

[startup+102.307 s]
/proc/loadavg: 2.07 2.01 1.92 3/183 10450
/proc/meminfo: memFree=27622812/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=516144 CPUtime=102.3
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 148753 0 0 0 10214 16 0 0 25 0 1 0 25867963 528531456 124741 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 129036 124741 712 1502 0 127529 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 516144

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/183 10451
/proc/meminfo: memFree=27568340/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=543556 CPUtime=162.3
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 199743 0 0 0 16208 22 0 0 25 0 1 0 25867963 556601344 132052 4089446400 4194304 10345943 140733414473360 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 135889 132052 712 1502 0 134382 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 543556

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/183 10453
/proc/meminfo: memFree=27513620/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=572568 CPUtime=222.29
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 206622 0 0 0 22206 23 0 0 25 0 1 0 25867963 586309632 138931 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 143142 138931 712 1502 0 141635 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 572568

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 10454
/proc/meminfo: memFree=27455304/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=608852 CPUtime=282.3
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 270989 0 0 0 28198 32 0 0 25 0 1 0 25867963 623464448 147218 4089446400 4194304 10345943 140733414473360 18446744073709551615 4447909 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 152213 147218 721 1502 0 150706 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 608852

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 10456
/proc/meminfo: memFree=27393776/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=639392 CPUtime=342.3
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 355915 0 0 0 34188 42 0 0 25 0 1 0 25867963 654737408 155482 4089446400 4194304 10345943 140733414473360 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 159848 155482 721 1502 0 158341 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 639392

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 10458
/proc/meminfo: memFree=27346628/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=662676 CPUtime=402.3
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 416032 0 0 0 40181 49 0 0 25 0 1 0 25867963 678580224 160771 4089446400 4194304 10345943 140733414473360 18446744073709551615 4999632 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 165669 160771 721 1502 0 164162 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 662676

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 10459
/proc/meminfo: memFree=27288076/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=688176 CPUtime=462.31
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 477593 0 0 0 46173 58 0 0 25 0 1 0 25867963 704692224 167269 4089446400 4194304 10345943 140733414473360 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 172044 167269 721 1502 0 170537 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 688176

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 10461
/proc/meminfo: memFree=27229508/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=717640 CPUtime=522.31
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 484927 0 0 0 52172 59 0 0 25 0 1 0 25867963 734863360 174603 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 179410 174603 721 1502 0 177903 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 717640

[startup+582.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/183 10464
/proc/meminfo: memFree=27171684/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=746648 CPUtime=582.3
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 547101 0 0 0 58164 66 0 0 25 0 1 0 25867963 764567552 181712 4089446400 4194304 10345943 140733414473360 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 186662 181712 721 1502 0 185155 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 746648

[startup+642.3 s]
/proc/loadavg: 2.03 2.02 1.93 3/183 10467
/proc/meminfo: memFree=27112392/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=774628 CPUtime=642.31
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 575995 0 0 0 64161 70 0 0 25 0 1 0 25867963 793219072 188766 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 193657 188766 721 1502 0 192150 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 774628

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 10472
/proc/meminfo: memFree=26790636/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1007720 CPUtime=822.32
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 641870 0 0 0 82154 78 0 0 25 0 1 0 25867963 1031905280 247287 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 251930 247287 721 1502 0 250423 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1007720

[startup+882.301 s]
/proc/loadavg: 2.04 2.02 1.94 3/183 10473
/proc/meminfo: memFree=26762952/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1007720 CPUtime=882.32
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 641874 0 0 0 88154 78 0 0 25 0 1 0 25867963 1031905280 247291 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 251930 247291 721 1502 0 250423 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1007720

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/183 10475
/proc/meminfo: memFree=26731556/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1007720 CPUtime=942.32
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 641943 0 0 0 94153 79 0 0 25 0 1 0 25867963 1031905280 247360 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 251930 247360 725 1502 0 250423 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1007720

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10477
/proc/meminfo: memFree=26704484/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1007720 CPUtime=1002.32
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 641947 0 0 0 100153 79 0 0 25 0 1 0 25867963 1031905280 247364 4089446400 4194304 10345943 140733414473360 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 251930 247364 725 1502 0 250423 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1007720

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10478
/proc/meminfo: memFree=26675180/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1007720 CPUtime=1062.32
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 641950 0 0 0 106152 80 0 0 25 0 1 0 25867963 1031905280 247367 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 251930 247367 725 1502 0 250423 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1007720

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/183 10480
/proc/meminfo: memFree=26645384/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1007720 CPUtime=1122.32
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 641956 0 0 0 112152 80 0 0 25 0 1 0 25867963 1031905280 247373 4089446400 4194304 10345943 140733414473360 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 251930 247373 725 1502 0 250423 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1007720

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 10481
/proc/meminfo: memFree=26600460/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1025744 CPUtime=1182.33
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 646237 0 0 0 118151 82 0 0 25 0 1 0 25867963 1050361856 251654 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 256436 251654 725 1502 0 254929 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1025744

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/183 10483
/proc/meminfo: memFree=26542508/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1054140 CPUtime=1242.33
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 653320 0 0 0 124150 83 0 0 25 0 1 0 25867963 1079439360 258737 4089446400 4194304 10345943 140733414473360 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 263535 258737 725 1502 0 262028 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1054140

[startup+1302.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/183 10485
/proc/meminfo: memFree=26475636/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1091720 CPUtime=1302.33
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 662725 0 0 0 130149 84 0 0 25 0 1 0 25867963 1117921280 268142 4089446400 4194304 10345943 140733414473360 18446744073709551615 4999746 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 272930 268142 725 1502 0 271423 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1091720

[startup+1362.3 s]
/proc/loadavg: 2.07 2.04 1.96 3/183 10486
/proc/meminfo: memFree=26425128/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1115552 CPUtime=1362.33
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 668650 0 0 0 136148 85 0 0 25 0 1 0 25867963 1142325248 274067 4089446400 4194304 10345943 140733414473360 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 278888 274067 725 1502 0 277381 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1115552

[startup+1422.31 s]
/proc/loadavg: 2.15 2.06 1.97 3/183 10488
/proc/meminfo: memFree=26351564/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1157676 CPUtime=1422.34
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 679219 0 0 0 142148 86 0 0 25 0 1 0 25867963 1185460224 284636 4089446400 4194304 10345943 140733414473360 18446744073709551615 6003044 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 289419 284636 725 1502 0 287912 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1157676

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/183 10489
/proc/meminfo: memFree=26307008/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1175992 CPUtime=1482.33
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 683784 0 0 0 148146 87 0 0 25 0 1 0 25867963 1204215808 289201 4089446400 4194304 10345943 140733414473360 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 293998 289201 725 1502 0 292491 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1175992

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/183 10491
/proc/meminfo: memFree=26246456/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1205308 CPUtime=1542.34
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 690939 0 0 0 154145 89 0 0 25 0 1 0 25867963 1234235392 296356 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 301327 296356 725 1502 0 299820 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1205308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/183 10493
/proc/meminfo: memFree=26193472/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1230700 CPUtime=1602.34
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 697274 0 0 0 160143 91 0 0 25 0 1 0 25867963 1260236800 302691 4089446400 4194304 10345943 140733414473360 18446744073709551615 4447780 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 307675 302691 725 1502 0 306168 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1230700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 10494
/proc/meminfo: memFree=26134532/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1262048 CPUtime=1662.34
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 705046 0 0 0 166142 92 0 0 25 0 1 0 25867963 1292337152 310463 4089446400 4194304 10345943 140733414473360 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 315512 310463 725 1502 0 314005 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1262048

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.97 3/183 10496
/proc/meminfo: memFree=26062832/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1295652 CPUtime=1722.35
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 713768 0 0 0 172141 94 0 0 25 0 1 0 25867963 1326747648 319185 4089446400 4194304 10345943 140733414473360 18446744073709551615 6520455 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 323913 319185 725 1502 0 322406 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1295652

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 10519
/proc/meminfo: memFree=27082588/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1314872 CPUtime=1782.35
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 718174 0 0 0 178140 95 0 0 25 0 1 0 25867963 1346428928 323591 4089446400 4194304 10345943 140733414473360 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10446/statm: 328718 323591 725 1502 0 327211 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1314872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.02 1.97 3/183 10525
/proc/meminfo: memFree=26992056/32951124 swapFree=67111528/67111528
[pid=10446] ppid=10444 vsize=1316900 CPUtime=1800.05
/proc/10446/stat : 10446 (pbscip.linux.x8) R 10444 10446 10055 0 -1 4202496 718854 0 0 0 179910 95 0 0 25 0 1 0 25867963 1348505600 324271 4089446400 4194304 10345943 140733414473360 18446744073709551615 9138526 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10446/statm: 329225 324271 725 1502 0 327718 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1316900

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.1
CPU user time (s): 1799.11
CPU system time (s): 0.993848
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1316900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.993848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 718854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1674

runsolver used 2.94155 second user time and 6.87096 second system time

The end

Launcher Data

Begin job on node133 at 2010-07-08 10:09:12
IDJOB=2705402
IDBENCH=79131
IDSOLVER=1214
FILE ID=node133/2705402-1278576552
PBS_JOBID= 11240189
Free space on /tmp= 73640 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/PB10/oliveras/j90/normalized-j9039_3-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-2705402-1278576552/watcher-2705402-1278576552 -o /tmp/evaluation-result-2705402-1278576552/solver-2705402-1278576552 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705402-1278576552.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b6492647a9b6db4c84476feb45378479
RANDOM SEED=1888268753

node133.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.844
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.68
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.844
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.844
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.74
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.844
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.84
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.844
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.75
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.844
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.82
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.844
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.67
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.844
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:     32951124 kB
MemFree:      28154644 kB
Buffers:        168920 kB
Cached:        4174168 kB
SwapCached:          0 kB
Active:        1482044 kB
Inactive:      3144824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28154644 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28844 kB
Writeback:           0 kB
AnonPages:      283928 kB
Mapped:          17640 kB
Slab:           105776 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   435988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node133 at 2010-07-08 10:39:14