Trace number 2705420

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

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j60/
normalized-j603_2-unsat--soft-0-100-0.wbo
MD5SUM018c5f02135e123f35ab38e0b009df02
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big 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 benchmark3.05553
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8418
Total number of constraints26241
Number of soft constraints26241
Number of constraints which are clauses25969
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints272
Minimum length of a constraint1
Maximum length of a constraint18
Top cost 1318846
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1318845
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 119
Number of bits of the biggest sum of numbers7
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-2705420-1278576553.wbo>
0.29/0.31	c original problem has 60900 variables (34659 bin, 0 int, 26241 impl, 0 cont) and 52483 constraints
0.29/0.31	c problem read
0.29/0.31	c presolving settings loaded
9.19/9.23	o 1318845
9.19/9.23	c feasible solution found by trivial heuristic, objective value  1.318845e+06
9.19/9.23	c presolving:
16.69/16.75	c    (16.4s) probing: 1000/34659 (2.9%) - 0 fixings, 0 aggregations, 256 implications, 0 bound changes
24.19/24.21	c    (23.9s) probing: 2000/34659 (5.8%) - 0 fixings, 0 aggregations, 368 implications, 0 bound changes
24.19/24.21	c    (23.9s) probing: 2001/34659 (5.8%) - 0 fixings, 0 aggregations, 368 implications, 0 bound changes
24.19/24.21	c    (23.9s) probing aborted: 2000/2000 successive useless probings
24.19/24.21	c (round 1) 0 del vars, 1 del conss, 26241 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 736 impls, 0 clqs
24.30/24.31	c (round 2) 0 del vars, 1 del conss, 26241 chg bounds, 0 chg sides, 0 chg coeffs, 356 upgd conss, 736 impls, 0 clqs
25.00/25.06	c    (24.8s) probing: 2094/34659 (6.0%) - 0 fixings, 0 aggregations, 368 implications, 0 bound changes
25.00/25.06	c    (24.8s) probing aborted: 100/100 successive totally useless probings
25.00/25.07	c presolving (3 rounds):
25.00/25.07	c  0 deleted vars, 1 deleted constraints, 26241 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
25.00/25.07	c  53634 implications, 0 cliques
25.00/25.07	c presolved problem has 60900 variables (34659 bin, 0 int, 26241 impl, 0 cont) and 52482 constraints
25.00/25.07	c     356 constraints of type <varbound>
25.00/25.07	c   25885 constraints of type <linear>
25.00/25.07	c   26241 constraints of type <indicator>
25.00/25.07	c transformed objective value is always integral (scale: 1)
25.00/25.07	c Presolving Time: 24.57
25.00/25.07	c - non default parameters ----------------------------------------------------------------------
25.00/25.07	c # SCIP version 1.2.1.3
25.00/25.07	c 
25.00/25.07	c # frequency for displaying node information lines
25.00/25.07	c # [type: int, range: [-1,2147483647], default: 100]
25.00/25.07	c display/freq = 10000
25.00/25.07	c 
25.00/25.07	c # maximal time in seconds to run
25.00/25.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.00/25.07	c limits/time = 1789.7
25.00/25.07	c 
25.00/25.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
25.00/25.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.00/25.07	c limits/memory = 3420
25.00/25.07	c 
25.00/25.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
25.00/25.07	c # [type: int, range: [1,2], default: 1]
25.00/25.07	c timing/clocktype = 2
25.00/25.07	c 
25.00/25.07	c # should presolving try to simplify inequalities
25.00/25.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.00/25.07	c constraints/linear/simplifyinequalities = TRUE
25.00/25.07	c 
25.00/25.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
25.00/25.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.00/25.07	c constraints/indicator/addCouplingCons = TRUE
25.00/25.07	c 
25.00/25.07	c # should presolving try to simplify knapsacks
25.00/25.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.00/25.07	c constraints/knapsack/simplifyinequalities = TRUE
25.00/25.07	c 
25.00/25.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
25.00/25.07	c # [type: int, range: [-1,2147483647], default: -1]
25.00/25.07	c separating/rapidlearning/freq = 0
25.00/25.07	c 
25.00/25.07	c -----------------------------------------------------------------------------------------------
25.00/25.07	c start solving
25.00/25.08	c 
25.20/25.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.20/25.23	c t24.9s|     1 |     0 |     0 |     - | 198M|   0 |   0 |  60k|  52k|  60k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.318845e+06 |    Inf 
25.20/25.27	c  25.0s|     1 |     0 |   121 |     - | 198M|   0 |   0 |  60k|  52k|  60k| 209 | 209 |   0 |   0 | 0.000000e+00 | 1.318845e+06 |    Inf 
25.20/25.30	c  25.0s|     1 |     0 |   321 |     - | 198M|   0 |   0 |  60k|  52k|  60k| 409 | 409 |   0 |   0 | 0.000000e+00 | 1.318845e+06 |    Inf 
25.30/25.33	c  25.0s|     1 |     0 |   449 |     - | 199M|   0 |   0 |  60k|  52k|  60k| 537 | 537 |   0 |   0 | 0.000000e+00 | 1.318845e+06 |    Inf 
25.30/25.37	c  25.1s|     1 |     2 |   449 |     - | 199M|   0 |   0 |  60k|  52k|  60k| 537 | 537 |   0 |   0 | 0.000000e+00 | 1.318845e+06 |    Inf 
82.79/82.82	o 1301540
82.79/82.82	c y82.5s|  1645 |  1644 |   449 |   0.0 | 226M|1643 |   - |  60k|  52k|   0 |   0 | 537 |   0 |   0 | 0.000000e+00 | 1.301540e+06 |    Inf 
380.50/380.53	c   380s| 10000 | 10001 |   452 |   0.0 | 367M|1643 |   0 |  60k|  52k|  60k| 537 | 537 |   0 |   0 | 0.000000e+00 | 1.301540e+06 |    Inf 
764.52/764.58	c   764s| 20000 | 20001 |  2446 |   0.1 | 533M|1643 |   0 |  60k|  52k|  60k| 538 |2549 |   0 |   0 | 0.000000e+00 | 1.301540e+06 |    Inf 
1157.24/1157.23	c  1157s| 30000 | 30001 |  4798 |   0.1 | 698M|1643 |   0 |  60k|  52k|  60k| 556 |4943 |   0 |   0 | 0.000000e+00 | 1.301540e+06 |    Inf 
1552.65/1552.66	c  1552s| 40000 | 40001 |  7302 |   0.2 | 856M|1643 |   0 |  60k|  52k|  60k| 635 |7454 |   0 |   0 | 0.000000e+00 | 1.301540e+06 |    Inf 
1790.06/1790.04	c 
1790.06/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.04	c Solving Time (sec) : 1789.73
1790.06/1790.04	c Solving Nodes      : 46031
1790.06/1790.04	c Primal Bound       : +1.30154000000000e+06 (33 solutions)
1790.06/1790.04	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.04	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-2705420-1278576553/watcher-2705420-1278576553 -o /tmp/evaluation-result-2705420-1278576553/solver-2705420-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705420-1278576553.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.03 2.01 1.92 4/178 24288
/proc/meminfo: memFree=29363320/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=12324 CPUtime=0
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 1937 0 0 0 0 0 0 0 22 0 1 0 25867883 12619776 1855 4089446400 4194304 10345943 140735250067792 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24288/statm: 3081 1857 429 1502 0 1574 0

[startup+0.0607691 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24288
/proc/meminfo: memFree=29363320/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=30668 CPUtime=0.05
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 6505 0 0 0 5 0 0 0 22 0 1 0 25867883 31404032 6423 4089446400 4194304 10345943 140735250067792 18446744073709551615 4685157 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24288/statm: 7667 6423 430 1502 0 6160 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30668

[startup+0.100769 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24288
/proc/meminfo: memFree=29363320/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=40204 CPUtime=0.09
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 8914 0 0 0 9 0 0 0 22 0 1 0 25867883 41168896 8832 4089446400 4194304 10345943 140735250067792 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24288/statm: 10051 8832 430 1502 0 8544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40204

[startup+0.300722 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24288
/proc/meminfo: memFree=29363320/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=88412 CPUtime=0.29
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 20944 0 0 0 27 2 0 0 22 0 1 0 25867883 90533888 20839 4089446400 4194304 10345943 140735250067792 18446744073709551615 9053405 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24288/statm: 22103 20839 430 1502 0 20596 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88412

[startup+0.700659 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24288
/proc/meminfo: memFree=29363320/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=211456 CPUtime=0.69
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 50549 0 0 0 64 5 0 0 24 0 1 0 25867883 216530944 50054 4089446400 4194304 10345943 140735250067792 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24288/statm: 52864 50054 509 1502 0 51357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 211456

[startup+1.50049 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 24289
/proc/meminfo: memFree=29164416/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=211456 CPUtime=1.49
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 50549 0 0 0 144 5 0 0 25 0 1 0 25867883 216530944 50054 4089446400 4194304 10345943 140735250067792 18446744073709551615 9138319 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24288/statm: 52864 50054 509 1502 0 51357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211456

[startup+3.10019 s]
/proc/loadavg: 2.10 2.03 1.92 3/179 24289
/proc/meminfo: memFree=29164792/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=211456 CPUtime=3.09
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 50549 0 0 0 304 5 0 0 25 0 1 0 25867883 216530944 50054 4089446400 4194304 10345943 140735250067792 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24288/statm: 52864 50054 509 1502 0 51357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 211456

[startup+6.30058 s]
/proc/loadavg: 2.10 2.03 1.92 3/179 24289
/proc/meminfo: memFree=29164916/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=211456 CPUtime=6.29
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 50549 0 0 0 624 5 0 0 25 0 1 0 25867883 216530944 50054 4089446400 4194304 10345943 140735250067792 18446744073709551615 9138584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24288/statm: 52864 50054 509 1502 0 51357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 211456

[startup+12.7003 s]
/proc/loadavg: 2.09 2.03 1.92 3/179 24289
/proc/meminfo: memFree=29159608/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=217308 CPUtime=12.69
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 52969 0 0 0 1264 5 0 0 25 0 1 0 25867883 222523392 51657 4089446400 4194304 10345943 140735250067792 18446744073709551615 5604533 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24288/statm: 54327 51657 568 1502 0 52820 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 217308

[startup+25.5009 s]
/proc/loadavg: 2.07 2.02 1.92 3/179 24290
/proc/meminfo: memFree=29138972/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=266896 CPUtime=25.49
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 64659 0 0 0 2542 7 0 0 25 0 1 0 25867883 273301504 63332 4089446400 4194304 10345943 140735250067792 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24288/statm: 66724 63332 699 1502 0 65217 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 266896

[startup+51.101 s]
/proc/loadavg: 2.05 2.02 1.92 3/179 24290
/proc/meminfo: memFree=28971344/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=278772 CPUtime=51.09
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 90432 0 0 0 5100 9 0 0 25 0 1 0 25867883 285462528 66579 4089446400 4194304 10345943 140735250067792 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 69693 66579 706 1502 0 68186 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 278772

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 1.93 3/179 24292
/proc/meminfo: memFree=28716108/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=303232 CPUtime=102.3
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 136082 0 0 0 10213 17 0 0 25 0 1 0 25867883 310509568 72400 4089446400 4194304 10345943 140735250067792 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 75808 72400 715 1502 0 74301 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 303232

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 24293
/proc/meminfo: memFree=28688536/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=330720 CPUtime=162.29
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 211345 0 0 0 16202 27 0 0 25 0 1 0 25867883 338657280 79268 4089446400 4194304 10345943 140735250067792 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 82680 79268 715 1502 0 81173 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 330720

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 24295
/proc/meminfo: memFree=28566356/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=451560 CPUtime=222.3
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 274002 0 0 0 22195 35 0 0 25 0 1 0 25867883 462397440 109491 4089446400 4194304 10345943 140735250067792 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 112890 109491 715 1502 0 111383 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 451560

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 24296
/proc/meminfo: memFree=28524160/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=495288 CPUtime=282.3
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 284608 0 0 0 28193 37 0 0 25 0 1 0 25867883 507174912 120097 4089446400 4194304 10345943 140735250067792 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 123822 120097 715 1502 0 122315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 495288

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 24298
/proc/meminfo: memFree=28521876/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=495288 CPUtime=342.31
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 285186 0 0 0 34193 38 0 0 25 0 1 0 25867883 507174912 120675 4089446400 4194304 10345943 140735250067792 18446744073709551615 6307346 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 123822 120675 715 1502 0 122315 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 495288

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24300
/proc/meminfo: memFree=28467148/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=550960 CPUtime=402.3
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 298860 0 0 0 40191 39 0 0 25 0 1 0 25867883 564183040 134349 4089446400 4194304 10345943 140735250067792 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 137740 134349 717 1502 0 136233 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 550960

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24301
/proc/meminfo: memFree=28463384/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=550952 CPUtime=462.31
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 305364 0 0 0 46191 40 0 0 25 0 1 0 25867883 564174848 135096 4089446400 4194304 10345943 140735250067792 18446744073709551615 6119788 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 137738 135096 720 1502 0 136231 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 550952

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24303
/proc/meminfo: memFree=28463348/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=550952 CPUtime=522.3
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 305370 0 0 0 52190 40 0 0 25 0 1 0 25867883 564174848 135102 4089446400 4194304 10345943 140735250067792 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 137738 135102 720 1502 0 136231 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 550952

[startup+582.301 s]
/proc/loadavg: 2.23 2.05 1.94 3/179 24307
/proc/meminfo: memFree=28462044/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=550952 CPUtime=582.31
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 305381 0 0 0 58190 41 0 0 25 0 1 0 25867883 564174848 135113 4089446400 4194304 10345943 140735250067792 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 137738 135113 720 1502 0 136231 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 550952

[startup+642.3 s]
/proc/loadavg: 2.08 2.04 1.94 3/179 24309
/proc/meminfo: memFree=28361628/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=655552 CPUtime=642.32
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 330600 0 0 0 64188 44 0 0 25 0 1 0 25867883 671285248 160332 4089446400 4194304 10345943 140735250067792 18446744073709551615 4227579 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 163888 160332 720 1502 0 162381 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 655552

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/179 24314
/proc/meminfo: memFree=28356420/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=655544 CPUtime=822.32
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 337870 0 0 0 82185 47 0 0 25 0 1 0 25867883 671277056 161289 4089446400 4194304 10345943 140735250067792 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 163886 161289 720 1502 0 162379 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 655544

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 24315
/proc/meminfo: memFree=28356364/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=655544 CPUtime=882.32
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 337875 0 0 0 88184 48 0 0 25 0 1 0 25867883 671277056 161294 4089446400 4194304 10345943 140735250067792 18446744073709551615 5012987 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 163886 161294 720 1502 0 162379 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 655544

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24317
/proc/meminfo: memFree=28340212/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=673764 CPUtime=942.32
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 342062 0 0 0 94183 49 0 0 25 0 1 0 25867883 689934336 165481 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 168441 165481 720 1502 0 166934 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 673764

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24319
/proc/meminfo: memFree=28315132/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=699072 CPUtime=1002.32
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 348379 0 0 0 100181 51 0 0 25 0 1 0 25867883 715849728 171798 4089446400 4194304 10345943 140735250067792 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 174768 171798 720 1502 0 173261 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 699072

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24320
/proc/meminfo: memFree=28290792/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=723304 CPUtime=1062.33
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 354404 0 0 0 106180 53 0 0 25 0 1 0 25867883 740663296 177823 4089446400 4194304 10345943 140735250067792 18446744073709551615 4796455 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 180826 177823 720 1502 0 179319 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 723304

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 24322
/proc/meminfo: memFree=28255172/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=748460 CPUtime=1122.33
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 360803 0 0 0 112178 55 0 0 25 0 1 0 25867883 766423040 184222 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 187115 184222 720 1502 0 185608 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 748460

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 24323
/proc/meminfo: memFree=28219552/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=771728 CPUtime=1182.33
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 366628 0 0 0 118176 57 0 0 25 0 1 0 25867883 790249472 190047 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 192932 190047 720 1502 0 191425 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 771728

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24325
/proc/meminfo: memFree=28178592/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=794936 CPUtime=1242.34
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 372472 0 0 0 124176 58 0 0 25 0 1 0 25867883 814014464 195891 4089446400 4194304 10345943 140735250067792 18446744073709551615 6805514 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 198734 195891 720 1502 0 197227 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 794936

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24327
/proc/meminfo: memFree=28145568/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=819116 CPUtime=1302.35
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 378375 0 0 0 130175 60 0 0 25 0 1 0 25867883 838774784 201794 4089446400 4194304 10345943 140735250067792 18446744073709551615 6929808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 204779 201794 720 1502 0 203272 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 819116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24328
/proc/meminfo: memFree=28108100/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=840920 CPUtime=1362.34
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 383973 0 0 0 136173 61 0 0 25 0 1 0 25867883 861102080 207392 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 210230 207392 720 1502 0 208723 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 840920

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24330
/proc/meminfo: memFree=28062184/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=865100 CPUtime=1422.35
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 389912 0 0 0 142172 63 0 0 25 0 1 0 25867883 885862400 213331 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 216275 213331 720 1502 0 214768 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 865100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24331
/proc/meminfo: memFree=28027680/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=887800 CPUtime=1482.35
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 395751 0 0 0 148170 65 0 0 25 0 1 0 25867883 909107200 219170 4089446400 4194304 10345943 140735250067792 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 221950 219170 720 1502 0 220443 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 887800

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24333
/proc/meminfo: memFree=27990936/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=911016 CPUtime=1542.35
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 401612 0 0 0 154168 67 0 0 25 0 1 0 25867883 932880384 225031 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 227754 225031 720 1502 0 226247 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 911016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24335
/proc/meminfo: memFree=27949836/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=934764 CPUtime=1602.35
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 407424 0 0 0 160166 69 0 0 25 0 1 0 25867883 957198336 230843 4089446400 4194304 10345943 140735250067792 18446744073709551615 4447894 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 233691 230843 720 1502 0 232184 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 934764

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 1.96 3/179 24336
/proc/meminfo: memFree=27910744/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=959444 CPUtime=1662.36
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 413362 0 0 0 166165 71 0 0 25 0 1 0 25867883 982470656 236781 4089446400 4194304 10345943 140735250067792 18446744073709551615 4601642 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 239861 236781 720 1502 0 238354 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 959444

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 24338
/proc/meminfo: memFree=27869672/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=982580 CPUtime=1722.36
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 419417 0 0 0 172163 73 0 0 25 0 1 0 25867883 1006161920 242836 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 245645 242836 720 1502 0 244138 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 982580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24339
/proc/meminfo: memFree=27830568/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=1009180 CPUtime=1782.36
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 426057 0 0 0 178161 75 0 0 25 0 1 0 25867883 1033400320 249476 4089446400 4194304 10345943 140735250067792 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24288/statm: 252295 249476 720 1502 0 250788 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 1009180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24368
/proc/meminfo: memFree=28789008/32950928 swapFree=67111528/67111528
[pid=24288] ppid=24286 vsize=1012212 CPUtime=1800.06
/proc/24288/stat : 24288 (pbscip.linux.x8) R 24286 24288 23909 0 -1 4202496 426838 0 0 0 179931 75 0 0 25 0 1 0 25867883 1036505088 250257 4089446400 4194304 10345943 140735250067792 18446744073709551615 4246430 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24288/statm: 253053 250257 720 1502 0 251546 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1012212

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.11
CPU user time (s): 1799.32
CPU system time (s): 0.797878
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1012212

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

runsolver used 2.6126 second user time and 7.2009 second system time

The end

Launcher Data

Begin job on node148 at 2010-07-08 10:09:13
IDJOB=2705420
IDBENCH=79140
IDSOLVER=1214
FILE ID=node148/2705420-1278576553
PBS_JOBID= 11240158
Free space on /tmp= 73708 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/j60/normalized-j603_2-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-2705420-1278576553/watcher-2705420-1278576553 -o /tmp/evaluation-result-2705420-1278576553/solver-2705420-1278576553 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705420-1278576553.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 018c5f02135e123f35ab38e0b009df02
RANDOM SEED=1105313403

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.83
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.825
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:      29363724 kB
Buffers:        164112 kB
Cached:        2736764 kB
SwapCached:          0 kB
Active:        1522072 kB
Inactive:      1898512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29363724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28916 kB
Writeback:           0 kB
AnonPages:      519896 kB
Mapped:          16600 kB
Slab:           101504 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   675984 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= 73700 MiB
End job on node148 at 2010-07-08 10:39:15