Trace number 2693290

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.1 1802.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j301_4-unsat--soft-0-100-0.wbo
MD5SUMe3506e875c35b23efc6ab2fc4e93bb0b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.045992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3844
Total number of constraints11854
Number of soft constraints11854
Number of constraints which are clauses11610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 596117
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 596116
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 99
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.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-2693290-1277932540.wbo>
0.09/0.13	c original problem has 27552 variables (15698 bin, 0 int, 0 impl, 11854 cont) and 23709 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
1.89/1.97	o 596116
1.89/1.97	c feasible solution found by trivial heuristic, objective value  5.961160e+05
1.89/1.97	c presolving:
1.99/2.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 61 chg sides, 61 chg coeffs, 0 upgd conss, 11854 impls, 0 clqs
1.99/2.03	c (round 2) 0 del vars, 1 del conss, 11854 chg bounds, 61 chg sides, 61 chg coeffs, 0 upgd conss, 11854 impls, 0 clqs
1.99/2.08	c (round 3) 0 del vars, 1 del conss, 11854 chg bounds, 61 chg sides, 61 chg coeffs, 176 upgd conss, 11854 impls, 0 clqs
3.49/3.56	c    (3.4s) probing: 582/15698 (3.7%) - 0 fixings, 0 aggregations, 119 implications, 0 bound changes
3.49/3.56	c    (3.4s) probing aborted: 100/100 successive totally useless probings
3.49/3.56	c presolving (4 rounds):
3.49/3.56	c  0 deleted vars, 1 deleted constraints, 11854 tightened bounds, 0 added holes, 61 changed sides, 61 changed coefficients
3.49/3.56	c  12268 implications, 0 cliques
3.49/3.56	c presolved problem has 27552 variables (15698 bin, 0 int, 0 impl, 11854 cont) and 23708 constraints
3.49/3.56	c   11854 constraints of type <indicator>
3.49/3.56	c     176 constraints of type <varbound>
3.49/3.56	c   11678 constraints of type <linear>
3.49/3.56	c transformed objective value is always integral (scale: 1)
3.49/3.56	c Presolving Time: 3.33
3.49/3.56	c - non default parameters ----------------------------------------------------------------------
3.49/3.56	c # SCIP version 1.2.1.2
3.49/3.56	c 
3.49/3.56	c # frequency for displaying node information lines
3.49/3.56	c # [type: int, range: [-1,2147483647], default: 100]
3.49/3.56	c display/freq = 10000
3.49/3.56	c 
3.49/3.56	c # maximal time in seconds to run
3.49/3.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.56	c limits/time = 1799.87
3.49/3.56	c 
3.49/3.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.49/3.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.49/3.56	c limits/memory = 3420
3.49/3.56	c 
3.49/3.56	c # should presolving try to simplify inequalities
3.49/3.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.56	c constraints/linear/simplifyinequalities = TRUE
3.49/3.56	c 
3.49/3.56	c # should presolving try to simplify knapsacks
3.49/3.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.49/3.56	c constraints/knapsack/simplifyinequalities = TRUE
3.49/3.56	c 
3.49/3.56	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.49/3.56	c # [type: int, range: [-1,2147483647], default: -1]
3.49/3.56	c separating/rapidlearning/freq = 0
3.49/3.56	c 
3.49/3.56	c -----------------------------------------------------------------------------------------------
3.49/3.56	c start solving
3.49/3.57	c 
3.59/3.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.59/3.65	c t 3.5s|     1 |     0 |     0 |     - |  87M|   0 |   0 |  27k|  23k|  27k|   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
3.59/3.66	c   3.5s|     1 |     0 |    61 |     - |  87M|   0 |   0 |  27k|  23k|  27k| 104 | 104 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
3.59/3.68	c   3.5s|     1 |     0 |   223 |     - |  87M|   0 |   0 |  27k|  23k|  27k| 266 | 266 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
3.59/3.70	c   3.5s|     1 |     2 |   223 |     - |  87M|   0 |   0 |  27k|  23k|  27k| 266 | 266 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
24.10/24.19	o 587320
24.10/24.19	c y23.1s|  1328 |  1327 |   326 |   0.1 |  98M|1327 |   3 |  27k|  23k|  27k| 398 | 398 |   0 |   0 | 0.000000e+00 | 5.873200e+05 |    Inf 
158.40/158.47	c   154s| 10000 | 10001 |  1268 |   0.1 | 166M|5399 |   0 |  27k|  23k|  27k| 549 |1285 |   0 |  63 | 0.000000e+00 | 5.873200e+05 |    Inf 
311.00/311.02	c   302s| 20000 | 20001 |  2323 |   0.1 | 242M|5459 |   0 |  27k|  23k|  27k| 813 |2241 |   0 | 120 | 0.000000e+00 | 5.873200e+05 |    Inf 
476.11/476.19	c   463s| 30000 | 30001 |  3791 |   0.1 | 318M|5459 |   0 |  27k|  23k|  27k| 792 |3555 |   0 | 187 | 0.000000e+00 | 5.873200e+05 |    Inf 
633.12/633.11	c   615s| 40000 | 40001 |  4953 |   0.1 | 394M|5459 |   0 |  27k|  23k|  27k| 752 |4583 |   0 | 255 | 0.000000e+00 | 5.873200e+05 |    Inf 
793.32/793.33	c   771s| 50000 | 50001 |  6273 |   0.1 | 469M|5459 |   0 |  27k|  23k|  27k| 914 |5750 |   0 | 285 | 0.000000e+00 | 5.873200e+05 |    Inf 
962.43/962.43	c   937s| 60000 | 60001 |  8353 |   0.1 | 546M|5459 |   0 |  27k|  23k|  27k| 809 |7670 |   0 | 345 | 0.000000e+00 | 5.873200e+05 |    Inf 
1149.33/1149.38	c  1120s| 70000 | 70001 | 10958 |   0.2 | 622M|5459 |   0 |  27k|  23k|  27k| 736 |  10k|   0 | 405 | 0.000000e+00 | 5.873200e+05 |    Inf 
1335.83/1335.85	c  1302s| 80000 | 80001 | 13798 |   0.2 | 701M|5459 |   0 |  27k|  23k|  27k| 965 |  12k|   0 | 487 | 0.000000e+00 | 5.873200e+05 |    Inf 
1523.04/1523.04	c  1485s| 90000 | 90001 | 16644 |   0.2 | 779M|5459 |   0 |  27k|  23k|  27k| 964 |  15k|   0 | 519 | 0.000000e+00 | 5.873200e+05 |    Inf 
1700.65/1700.60	c  1660s|100000 |100001 | 19634 |   0.2 | 858M|5459 |   0 |  27k|  23k|  27k| 802 |  18k|   0 | 590 | 0.000000e+00 | 5.873200e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.01	c 
1800.06/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.01	c Solving Time (sec) : 1757.18
1800.06/1800.01	c Solving Nodes      : 105838
1800.06/1800.01	c Primal Bound       : +5.87320000000000e+05 (35 solutions)
1800.06/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.01	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693290-1277932540/watcher-2693290-1277932540 -o /tmp/evaluation-result-2693290-1277932540/solver-2693290-1277932540 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693290-1277932540.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.03 2.19 4/178 20442
/proc/meminfo: memFree=30778964/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=11108 CPUtime=0
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 1702 0 0 0 0 0 0 0 25 0 1 0 134549154 11374592 1622 4089446400 4194304 9819077 140735629290912 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20442/statm: 2825 1627 392 1374 0 1446 0

[startup+0.0093039 s]
/proc/loadavg: 2.03 2.03 2.19 4/178 20442
/proc/meminfo: memFree=30778964/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=12780 CPUtime=0
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 2111 0 0 0 0 0 0 0 25 0 1 0 134549154 13086720 2032 4089446400 4194304 9819077 140735629290912 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20442/statm: 3195 2044 392 1374 0 1816 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12780

[startup+0.100283 s]
/proc/loadavg: 2.03 2.03 2.19 4/178 20442
/proc/meminfo: memFree=30778964/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=39560 CPUtime=0.09
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 8842 0 0 0 8 1 0 0 25 0 1 0 134549154 40509440 8762 4089446400 4194304 9819077 140735629290912 18446744073709551615 5649155 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20442/statm: 9890 8762 392 1374 0 8511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39560

[startup+0.301241 s]
/proc/loadavg: 2.03 2.03 2.19 4/178 20442
/proc/meminfo: memFree=30778964/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=105220 CPUtime=0.29
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 24707 0 0 0 26 3 0 0 25 0 1 0 134549154 107745280 24236 4089446400 4194304 9819077 140735629290912 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 26305 24236 469 1374 0 24926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 105220

[startup+0.701175 s]
/proc/loadavg: 2.03 2.03 2.19 4/178 20442
/proc/meminfo: memFree=30778964/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=105220 CPUtime=0.69
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 24707 0 0 0 66 3 0 0 25 0 1 0 134549154 107745280 24236 4089446400 4194304 9819077 140735629290912 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 26305 24236 469 1374 0 24926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105220

[startup+1.50103 s]
/proc/loadavg: 2.03 2.03 2.18 4/179 20443
/proc/meminfo: memFree=30682732/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=105220 CPUtime=1.49
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 24707 0 0 0 146 3 0 0 25 0 1 0 134549154 107745280 24236 4089446400 4194304 9819077 140735629290912 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 26305 24236 469 1374 0 24926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105220

[startup+3.10074 s]
/proc/loadavg: 2.03 2.03 2.18 3/179 20443
/proc/meminfo: memFree=30676904/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=110608 CPUtime=3.09
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 27250 0 0 0 304 5 0 0 25 0 1 0 134549154 113262592 25689 4089446400 4194304 9819077 140735629290912 18446744073709551615 5500779 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 27652 25689 526 1374 0 26273 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110608

[startup+6.30114 s]
/proc/loadavg: 2.03 2.03 2.18 3/179 20443
/proc/meminfo: memFree=30658320/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=132440 CPUtime=6.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 127893 0 0 0 612 18 0 0 25 0 1 0 134549154 135618560 30363 4089446400 4194304 9819077 140735629290912 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 33110 30363 651 1374 0 31731 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 132440

[startup+12.701 s]
/proc/loadavg: 2.02 2.03 2.18 4/179 20444
/proc/meminfo: memFree=30649440/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=136372 CPUtime=12.69
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 366228 0 0 0 1224 45 0 0 25 0 1 0 134549154 139644928 31320 4089446400 4194304 9819077 140735629290912 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 34093 31320 651 1374 0 32714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136372

[startup+25.5006 s]
/proc/loadavg: 2.02 2.02 2.18 3/179 20444
/proc/meminfo: memFree=30633888/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=144572 CPUtime=25.49
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 777373 0 0 0 2451 98 0 0 25 0 1 0 134549154 148041728 33570 4089446400 4194304 9819077 140735629290912 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 36143 33570 662 1374 0 34764 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144572

[startup+51.1009 s]
/proc/loadavg: 2.01 2.02 2.17 3/179 20445
/proc/meminfo: memFree=30608988/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=156252 CPUtime=51.09
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 1461240 0 0 0 4925 184 0 0 25 0 1 0 134549154 160002048 36524 4089446400 4194304 9819077 140735629290912 18446744073709551615 5507149 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 39063 36524 677 1374 0 37684 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 156252

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 20447
/proc/meminfo: memFree=30553028/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=184964 CPUtime=102.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 2679203 0 0 0 9886 344 0 0 25 0 1 0 134549154 189403136 43648 4089446400 4194304 9819077 140735629290912 18446744073709551615 4965345 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 46241 43648 677 1374 0 44862 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184964

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/179 20448
/proc/meminfo: memFree=30490500/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=213256 CPUtime=162.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 3590717 0 0 0 15763 467 0 0 25 0 1 0 134549154 218374144 50962 4089446400 4194304 9819077 140735629290912 18446744073709551615 8495008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 53314 50962 677 1374 0 51935 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 213256

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 20449
/proc/meminfo: memFree=30425876/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=244496 CPUtime=222.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 4915259 0 0 0 21592 638 0 0 25 0 1 0 134549154 250363904 58703 4089446400 4194304 9819077 140735629290912 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 61124 58703 677 1374 0 59745 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 244496

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 20451
/proc/meminfo: memFree=30363084/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=273588 CPUtime=282.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 6107285 0 0 0 27432 798 0 0 25 0 1 0 134549154 280154112 65958 4089446400 4194304 9819077 140735629290912 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 68397 65958 677 1374 0 67018 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 273588

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 20453
/proc/meminfo: memFree=30301432/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=299768 CPUtime=342.31
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 7337692 0 0 0 33268 963 0 0 25 0 1 0 134549154 306962432 72490 4089446400 4194304 9819077 140735629290912 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 74942 72490 677 1374 0 73563 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 299768

[startup+402.301 s]
/proc/loadavg: 2.08 2.03 2.12 4/179 20454
/proc/meminfo: memFree=30240384/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=327304 CPUtime=402.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 8637395 0 0 0 39095 1135 0 0 25 0 1 0 134549154 335159296 79429 4089446400 4194304 9819077 140735629290912 18446744073709551615 5813729 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 81826 79429 677 1374 0 80447 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 327304

[startup+462.301 s]
/proc/loadavg: 2.03 2.02 2.10 4/179 20456
/proc/meminfo: memFree=30179472/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=354604 CPUtime=462.3
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 9983505 0 0 0 44917 1313 0 0 25 0 1 0 134549154 363114496 86176 4089446400 4194304 9819077 140735629290912 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 88651 86176 677 1374 0 87272 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 354604

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.09 4/179 20457
/proc/meminfo: memFree=30117168/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=381544 CPUtime=522.31
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 11359491 0 0 0 50744 1487 0 0 25 0 1 0 134549154 390701056 92981 4089446400 4194304 9819077 140735629290912 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 95386 92981 677 1374 0 94007 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 381544

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.09 4/179 20459
/proc/meminfo: memFree=30054020/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=410860 CPUtime=582.31
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 12752912 0 0 0 56564 1667 0 0 25 0 1 0 134549154 420720640 100304 4089446400 4194304 9819077 140735629290912 18446744073709551615 5507457 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 102715 100304 677 1374 0 101336 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 410860

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 20461
/proc/meminfo: memFree=29988628/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=440152 CPUtime=642.31
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 14001279 0 0 0 62394 1837 0 0 25 0 1 0 134549154 450715648 107675 4089446400 4194304 9819077 140735629290912 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 110038 107675 677 1374 0 108659 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 440152

[startup+702.301 s]

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

/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 20028976 0 0 0 97601 2632 0 0 25 0 1 0 134549154 617869312 148404 4089446400 4194304 9819077 140735629290912 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 150847 148404 677 1374 0 149468 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 603388

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 20475
/proc/meminfo: memFree=29565724/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=628460 CPUtime=1062.33
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 20852692 0 0 0 103492 2741 0 0 25 0 1 0 134549154 643543040 154646 4089446400 4194304 9819077 140735629290912 18446744073709551615 6589107 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 157115 154646 677 1374 0 155736 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 628460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 20476
/proc/meminfo: memFree=29506280/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=653576 CPUtime=1122.33
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 21844978 0 0 0 109361 2872 0 0 25 0 1 0 134549154 669261824 160566 4089446400 4194304 9819077 140735629290912 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 163394 160566 677 1374 0 162015 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 653576

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 20478
/proc/meminfo: memFree=29450576/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=676016 CPUtime=1182.33
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 22872333 0 0 0 115224 3009 0 0 25 0 1 0 134549154 692240384 166276 4089446400 4194304 9819077 140735629290912 18446744073709551615 7816477 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 169004 166221 677 1374 0 167625 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 676016

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 20480
/proc/meminfo: memFree=29391896/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=701308 CPUtime=1242.33
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 23926222 0 0 0 121076 3157 0 0 25 0 1 0 134549154 718139392 172565 4089446400 4194304 9819077 140735629290912 18446744073709551615 6542362 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 175063 172559 677 1374 0 173684 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 701308

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 4/179 20482
/proc/meminfo: memFree=29334324/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=726108 CPUtime=1302.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 25179923 0 0 0 126913 3321 0 0 25 0 1 0 134549154 743534592 178485 4089446400 4194304 9819077 140735629290912 18446744073709551615 6162144 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 181527 178485 677 1374 0 180148 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 726108

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 4/179 20483
/proc/meminfo: memFree=29275012/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=750000 CPUtime=1362.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 26413113 0 0 0 132748 3486 0 0 25 0 1 0 134549154 768000000 184866 4089446400 4194304 9819077 140735629290912 18446744073709551615 4965861 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 187500 184866 677 1374 0 186121 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 750000

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 4/179 20484
/proc/meminfo: memFree=29211376/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=776632 CPUtime=1422.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 27300857 0 0 0 138632 3602 0 0 25 0 1 0 134549154 795271168 191748 4089446400 4194304 9819077 140735629290912 18446744073709551615 5893838 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 194158 191748 677 1374 0 192779 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 776632

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.01 4/179 20486
/proc/meminfo: memFree=29149832/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=802484 CPUtime=1482.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 27963376 0 0 0 144543 3691 0 0 25 0 1 0 134549154 821743616 198331 4089446400 4194304 9819077 140735629290912 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 200621 198331 677 1374 0 199242 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 802484

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20488
/proc/meminfo: memFree=29092632/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=828908 CPUtime=1542.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 28702375 0 0 0 150445 3789 0 0 25 0 1 0 134549154 848801792 204604 4089446400 4194304 9819077 140735629290912 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 207227 204604 677 1374 0 205848 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 828908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 20489
/proc/meminfo: memFree=29033804/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=851548 CPUtime=1602.35
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 29265744 0 0 0 156368 3867 0 0 25 0 1 0 134549154 871985152 210448 4089446400 4194304 9819077 140735629290912 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 212887 210448 677 1374 0 211508 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 851548

[startup+1662.3 s]
/proc/loadavg: 1.43 1.84 1.95 2/171 20513
/proc/meminfo: memFree=30143088/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=879256 CPUtime=1662.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 30241908 0 0 0 162244 3990 0 0 25 0 1 0 134549154 900358144 217261 4089446400 4194304 9819077 140735629290912 18446744073709551615 7816474 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 219814 217261 677 1374 0 218435 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 879256

[startup+1722.3 s]
/proc/loadavg: 1.16 1.69 1.88 2/171 20514
/proc/meminfo: memFree=30114792/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=907612 CPUtime=1722.34
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 31375026 0 0 0 168092 4142 0 0 25 0 1 0 134549154 929394688 224393 4089446400 4194304 9819077 140735629290912 18446744073709551615 7815954 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 226903 224393 677 1374 0 225524 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 907612

[startup+1782.3 s]
/proc/loadavg: 1.06 1.56 1.83 2/171 20516
/proc/meminfo: memFree=30087728/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=934440 CPUtime=1782.35
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 32141416 0 0 0 173986 4249 0 0 25 0 1 0 134549154 956866560 231103 4089446400 4194304 9819077 140735629290912 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 233610 231103 677 1374 0 232231 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 934440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.04 1.52 1.81 2/171 20516
/proc/meminfo: memFree=30079776/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=942880 CPUtime=1800.06
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 32348270 0 0 0 175730 4276 0 0 25 0 1 0 134549154 965509120 233104 4089446400 4194304 9819077 140735629290912 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20442/statm: 235720 233104 677 1374 0 234341 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 942880

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20442

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

[startup+1801.4 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 20517
/proc/meminfo: memFree=30079768/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=942880 CPUtime=1801.45
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 32348270 0 0 0 175869 4276 0 0 25 0 1 0 134549154 965509120 233104 4089446400 4194304 9819077 140735629290912 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20442/statm: 235720 233104 677 1374 0 234341 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 942880

[startup+1801.81 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 20517
/proc/meminfo: memFree=30079768/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=942880 CPUtime=1801.86
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 32348270 0 0 0 175910 4276 0 0 25 0 1 0 134549154 965509120 233104 4089446400 4194304 9819077 140735629290912 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20442/statm: 235720 233104 677 1374 0 234341 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 942880

[startup+1802 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 20517
/proc/meminfo: memFree=30079768/32951124 swapFree=67111528/67111528
[pid=20442] ppid=20440 vsize=942880 CPUtime=1802.05
/proc/20442/stat : 20442 (pbscip.linux.x8) R 20440 20442 19415 0 -1 4202496 32348270 0 0 0 175929 4276 0 0 25 0 1 0 134549154 965509120 233104 4089446400 4194304 9819077 140735629290912 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20442/statm: 235720 233104 677 1374 0 234341 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 942880

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

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

runsolver used 2.81057 second user time and 6.78997 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 23:15:40
IDJOB=2693290
IDBENCH=79342
IDSOLVER=1205
FILE ID=node147/2693290-1277932540
PBS_JOBID= 11197357
Free space on /tmp= 74192 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-j301_4-unsat--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693290-1277932540/watcher-2693290-1277932540 -o /tmp/evaluation-result-2693290-1277932540/solver-2693290-1277932540 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693290-1277932540.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e3506e875c35b23efc6ab2fc4e93bb0b
RANDOM SEED=1314597035

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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.822
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.74
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.822
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.822
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.822
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:     32951124 kB
MemFree:      30779492 kB
Buffers:        223536 kB
Cached:        1512096 kB
SwapCached:          0 kB
Active:         780984 kB
Inactive:      1243136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30779492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6648 kB
Writeback:           0 kB
AnonPages:      288220 kB
Mapped:          16792 kB
Slab:            82740 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   439752 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= 74192 MiB
End job on node147 at 2010-06-30 23:45:43