Trace number 2705408

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.07 1800.04

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j90/
normalized-j907_8-unsat--soft-0-100-0.wbo
MD5SUMd6af58edf94a1e2fbd31ded996b97e85
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark3.75643
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10920
Total number of constraints34033
Number of soft constraints34033
Number of constraints which are clauses33797
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints236
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 1712101
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1712100
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 345
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-2705408-1278576553.wbo>
0.39/0.41	c original problem has 78986 variables (44953 bin, 0 int, 34033 impl, 0 cont) and 68067 constraints
0.39/0.41	c problem read
0.39/0.41	c presolving settings loaded
16.69/16.77	o 1712100
16.69/16.77	c feasible solution found by trivial heuristic, objective value  1.712100e+06
16.69/16.77	c presolving:
26.99/27.07	c    (26.7s) probing: 1000/44953 (2.2%) - 0 fixings, 0 aggregations, 322 implications, 0 bound changes
37.19/37.26	c    (36.9s) probing: 2000/44953 (4.4%) - 0 fixings, 0 aggregations, 482 implications, 0 bound changes
37.19/37.27	c    (36.9s) probing: 2001/44953 (4.5%) - 0 fixings, 0 aggregations, 482 implications, 0 bound changes
37.19/37.27	c    (36.9s) probing aborted: 2000/2000 successive useless probings
37.19/37.27	c (round 1) 0 del vars, 1 del conss, 34033 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 964 impls, 0 clqs
37.40/37.41	c (round 2) 0 del vars, 1 del conss, 34033 chg bounds, 0 chg sides, 0 chg coeffs, 536 upgd conss, 964 impls, 0 clqs
38.19/38.27	c    (37.9s) probing: 2078/44953 (4.6%) - 0 fixings, 0 aggregations, 482 implications, 0 bound changes
38.19/38.27	c    (37.9s) probing aborted: 100/100 successive totally useless probings
38.19/38.27	c presolving (3 rounds):
38.19/38.27	c  0 deleted vars, 1 deleted constraints, 34033 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
38.19/38.27	c  69974 implications, 0 cliques
38.19/38.28	c presolved problem has 78986 variables (44953 bin, 0 int, 34033 impl, 0 cont) and 68066 constraints
38.19/38.28	c     536 constraints of type <varbound>
38.19/38.28	c   33497 constraints of type <linear>
38.19/38.28	c   34033 constraints of type <indicator>
38.19/38.28	c transformed objective value is always integral (scale: 1)
38.19/38.28	c Presolving Time: 37.62
38.19/38.28	c - non default parameters ----------------------------------------------------------------------
38.19/38.28	c # SCIP version 1.2.1.3
38.19/38.28	c 
38.19/38.28	c # frequency for displaying node information lines
38.19/38.28	c # [type: int, range: [-1,2147483647], default: 100]
38.19/38.28	c display/freq = 10000
38.19/38.28	c 
38.19/38.28	c # maximal time in seconds to run
38.19/38.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.19/38.28	c limits/time = 1789.6
38.19/38.28	c 
38.19/38.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
38.19/38.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.19/38.28	c limits/memory = 3420
38.19/38.28	c 
38.19/38.28	c # default clock type (1: CPU user seconds, 2: wall clock time)
38.19/38.28	c # [type: int, range: [1,2], default: 1]
38.19/38.28	c timing/clocktype = 2
38.19/38.28	c 
38.19/38.28	c # should presolving try to simplify inequalities
38.19/38.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.19/38.28	c constraints/linear/simplifyinequalities = TRUE
38.19/38.28	c 
38.19/38.28	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
38.19/38.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.19/38.28	c constraints/indicator/addCouplingCons = TRUE
38.19/38.28	c 
38.19/38.28	c # should presolving try to simplify knapsacks
38.19/38.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.19/38.28	c constraints/knapsack/simplifyinequalities = TRUE
38.19/38.28	c 
38.19/38.28	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
38.19/38.28	c # [type: int, range: [-1,2147483647], default: -1]
38.19/38.28	c separating/rapidlearning/freq = 0
38.19/38.28	c 
38.19/38.28	c -----------------------------------------------------------------------------------------------
38.19/38.28	c start solving
38.29/38.30	c 
38.39/38.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.39/38.49	c t38.1s|     1 |     0 |     0 |     - | 258M|   0 |   0 |  78k|  68k|  78k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.712100e+06 |    Inf 
38.49/38.54	c  38.1s|     1 |     0 |   181 |     - | 258M|   0 |   0 |  78k|  68k|  78k| 314 | 314 |   0 |   0 | 0.000000e+00 | 1.712100e+06 |    Inf 
38.49/38.58	c  38.2s|     1 |     0 |   381 |     - | 258M|   0 |   0 |  78k|  68k|  78k| 514 | 514 |   0 |   0 | 0.000000e+00 | 1.712100e+06 |    Inf 
38.59/38.62	c  38.2s|     1 |     0 |   581 |     - | 258M|   0 |   0 |  78k|  68k|  78k| 714 | 714 |   0 |   0 | 0.000000e+00 | 1.712100e+06 |    Inf 
38.59/38.66	c  38.3s|     1 |     0 |   654 |     - | 258M|   0 |   0 |  78k|  68k|  78k| 787 | 787 |   0 |   0 | 0.000000e+00 | 1.712100e+06 |    Inf 
38.69/38.71	c  38.3s|     1 |     2 |   654 |     - | 258M|   0 |   0 |  78k|  68k|  78k| 787 | 787 |   0 |   0 | 0.000000e+00 | 1.712100e+06 |    Inf 
152.19/152.27	o 1686504
152.19/152.27	c y 152s|  2309 |  2308 |   654 |   0.0 | 308M|2307 |   - |  78k|  68k|   0 |   0 | 787 |   0 |   0 | 0.000000e+00 | 1.686504e+06 |    Inf 
544.30/544.35	c   544s| 10000 | 10001 |   655 |   0.0 | 472M|2307 |   0 |  78k|  68k|  78k| 787 | 787 |   0 |   0 | 0.000000e+00 | 1.686504e+06 |    Inf 
1051.71/1051.73	c  1051s| 20000 | 20001 |  2159 |   0.1 | 684M|2307 |   0 |  78k|  68k|  78k| 790 |2209 |   0 |   0 | 0.000000e+00 | 1.686504e+06 |    Inf 
1556.52/1556.51	c  1556s| 30000 | 30001 |  4428 |   0.1 | 889M|2307 |   0 |  78k|  68k|  78k|1052 |4405 |   0 |   0 | 0.000000e+00 | 1.686504e+06 |    Inf 
1790.02/1790.03	c 
1790.02/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.03	c Solving Time (sec) : 1789.62
1790.02/1790.03	c Solving Nodes      : 34575
1790.02/1790.03	c Primal Bound       : +1.68650400000000e+06 (17 solutions)
1790.02/1790.03	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.03	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-2705408-1278576553/watcher-2705408-1278576553 -o /tmp/evaluation-result-2705408-1278576553/solver-2705408-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705408-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: 1.94 1.99 1.91 3/178 21881
/proc/meminfo: memFree=29656472/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=12328 CPUtime=0
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 1922 0 0 0 0 0 0 0 21 0 1 0 25868426 12623872 1841 4089446400 4194304 10345943 140736385655760 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21881/statm: 3082 1841 429 1502 0 1575 0

[startup+0.059254 s]
/proc/loadavg: 1.94 1.99 1.91 3/178 21881
/proc/meminfo: memFree=29656472/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=30672 CPUtime=0.05
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 6505 0 0 0 5 0 0 0 24 0 1 0 25868426 31408128 6424 4089446400 4194304 10345943 140736385655760 18446744073709551615 9134643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21881/statm: 7668 6424 430 1502 0 6161 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30672

[startup+0.101244 s]
/proc/loadavg: 1.94 1.99 1.91 3/178 21881
/proc/meminfo: memFree=29656472/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=40256 CPUtime=0.1
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 8898 0 0 0 9 1 0 0 24 0 1 0 25868426 41222144 8817 4089446400 4194304 10345943 140736385655760 18446744073709551615 9134653 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21881/statm: 10064 8817 430 1502 0 8557 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 40256

[startup+0.30021 s]
/proc/loadavg: 1.94 1.99 1.91 3/178 21881
/proc/meminfo: memFree=29656472/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=88348 CPUtime=0.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 20944 0 0 0 27 2 0 0 25 0 1 0 25868426 90468352 20840 4089446400 4194304 10345943 140736385655760 18446744073709551615 9255911 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21881/statm: 22087 20840 430 1502 0 20580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88348

[startup+0.701145 s]
/proc/loadavg: 1.94 1.99 1.91 3/178 21881
/proc/meminfo: memFree=29656472/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=248360 CPUtime=0.69
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 60994 0 0 0 63 6 0 0 25 0 1 0 25868426 254320640 60500 4089446400 4194304 10345943 140736385655760 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 62090 60500 494 1502 0 60583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 248360

[startup+1.50101 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 21882
/proc/meminfo: memFree=29395444/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=274608 CPUtime=1.49
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 66103 0 0 0 143 6 0 0 25 0 1 0 25868426 281198592 65609 4089446400 4194304 10345943 140736385655760 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 68652 65609 509 1502 0 67145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 274608

[startup+3.10074 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 21882
/proc/meminfo: memFree=29390856/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=274608 CPUtime=3.09
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 66103 0 0 0 303 6 0 0 25 0 1 0 25868426 281198592 65609 4089446400 4194304 10345943 140736385655760 18446744073709551615 9138377 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 68652 65609 509 1502 0 67145 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274608

[startup+6.3002 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 21882
/proc/meminfo: memFree=29390468/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=274608 CPUtime=6.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 66103 0 0 0 623 6 0 0 25 0 1 0 25868426 281198592 65609 4089446400 4194304 10345943 140736385655760 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 68652 65609 509 1502 0 67145 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 274608

[startup+12.7011 s]
/proc/loadavg: 1.95 1.99 1.91 3/179 21882
/proc/meminfo: memFree=29391900/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=274608 CPUtime=12.69
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 66103 0 0 0 1263 6 0 0 25 0 1 0 25868426 281198592 65609 4089446400 4194304 10345943 140736385655760 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 68652 65609 509 1502 0 67145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 274608

[startup+25.501 s]
/proc/loadavg: 1.96 1.99 1.91 3/179 21883
/proc/meminfo: memFree=29382220/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=282388 CPUtime=25.49
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 69078 0 0 0 2542 7 0 0 25 0 1 0 25868426 289165312 67771 4089446400 4194304 10345943 140736385655760 18446744073709551615 5604422 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 70597 67771 578 1502 0 69090 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 282388

[startup+51.1006 s]
/proc/loadavg: 1.97 1.99 1.91 3/179 21884
/proc/meminfo: memFree=29310684/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=349860 CPUtime=51.09
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 100297 0 0 0 5097 12 0 0 25 0 1 0 25868426 358256640 83525 4089446400 4194304 10345943 140736385655760 18446744073709551615 6119400 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 87465 83525 706 1502 0 85958 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 349860

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21885
/proc/meminfo: memFree=29270664/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=371072 CPUtime=102.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 119856 0 0 0 10215 15 0 0 25 0 1 0 25868426 379977728 88777 4089446400 4194304 10345943 140736385655760 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 92768 88777 706 1502 0 91261 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 371072

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21886
/proc/meminfo: memFree=29222752/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=402336 CPUtime=162.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 141534 0 0 0 16212 18 0 0 25 0 1 0 25868426 411992064 95903 4089446400 4194304 10345943 140736385655760 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 100584 95903 724 1502 0 99077 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 402336

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21888
/proc/meminfo: memFree=29175456/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=425780 CPUtime=222.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 236585 0 0 0 22200 30 0 0 25 0 1 0 25868426 435998720 102089 4089446400 4194304 10345943 140736385655760 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 106445 102089 715 1502 0 104938 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 425780

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21890
/proc/meminfo: memFree=29130912/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=449924 CPUtime=282.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 279034 0 0 0 28193 36 0 0 25 0 1 0 25868426 460722176 107734 4089446400 4194304 10345943 140736385655760 18446744073709551615 6003021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 112481 107734 715 1502 0 110974 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 449924

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21891
/proc/meminfo: memFree=29082760/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=474600 CPUtime=342.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 322109 0 0 0 34186 43 0 0 25 0 1 0 25868426 485990400 114007 4089446400 4194304 10345943 140736385655760 18446744073709551615 6003044 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 118650 114007 715 1502 0 117143 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 474600

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21893
/proc/meminfo: memFree=29038688/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=498944 CPUtime=402.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 364958 0 0 0 40180 50 0 0 25 0 1 0 25868426 510918656 120054 4089446400 4194304 10345943 140736385655760 18446744073709551615 4796432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 124736 120054 715 1502 0 123229 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 498944

[startup+462.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21894
/proc/meminfo: memFree=28985824/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=524072 CPUtime=462.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 371377 0 0 0 46178 51 0 0 25 0 1 0 25868426 536649728 126473 4089446400 4194304 10345943 140736385655760 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 131018 126473 715 1502 0 129511 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 524072

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/179 21896
/proc/meminfo: memFree=28936668/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=548032 CPUtime=522.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 377402 0 0 0 52177 53 0 0 25 0 1 0 25868426 561184768 132498 4089446400 4194304 10345943 140736385655760 18446744073709551615 4881974 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 137008 132498 715 1502 0 135501 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 548032

[startup+582.301 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 21901
/proc/meminfo: memFree=28887512/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=573304 CPUtime=582.29
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 383598 0 0 0 58175 54 0 0 25 0 1 0 25868426 587063296 138694 4089446400 4194304 10345943 140736385655760 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 143326 138694 715 1502 0 141819 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 573304

[startup+642.301 s]
/proc/loadavg: 2.09 2.02 1.92 3/179 21902
/proc/meminfo: memFree=28837892/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=598992 CPUtime=642.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 390035 0 0 0 64175 56 0 0 25 0 1 0 25868426 613367808 145131 4089446400 4194304 10345943 140736385655760 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21881/statm: 149748 145131 719 1502 0 148241 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 598992

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21907
/proc/meminfo: memFree=28697044/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=672788 CPUtime=822.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 408717 0 0 0 82169 61 0 0 25 0 1 0 25868426 688934912 163813 4089446400 4194304 10345943 140736385655760 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 168197 163813 719 1502 0 166690 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 672788

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21909
/proc/meminfo: memFree=28644804/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=700084 CPUtime=882.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 415363 0 0 0 88167 63 0 0 25 0 1 0 25868426 716886016 170459 4089446400 4194304 10345943 140736385655760 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 175021 170459 719 1502 0 173514 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 700084

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21910
/proc/meminfo: memFree=28594548/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=725024 CPUtime=942.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 421847 0 0 0 94166 64 0 0 25 0 1 0 25868426 742424576 176943 4089446400 4194304 10345943 140736385655760 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 181256 176943 719 1502 0 179749 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 725024

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21912
/proc/meminfo: memFree=28546760/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=750472 CPUtime=1002.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 428290 0 0 0 100165 66 0 0 25 0 1 0 25868426 768483328 183386 4089446400 4194304 10345943 140736385655760 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 187618 183386 719 1502 0 186111 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 750472

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21913
/proc/meminfo: memFree=28367660/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=912244 CPUtime=1062.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 468097 0 0 0 106161 70 0 0 25 0 1 0 25868426 934137856 223193 4089446400 4194304 10345943 140736385655760 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 228061 223193 719 1502 0 226554 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 912244

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21915
/proc/meminfo: memFree=28342320/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=912244 CPUtime=1122.3
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 468737 0 0 0 112160 70 0 0 25 0 1 0 25868426 934137856 223833 4089446400 4194304 10345943 140736385655760 18446744073709551615 4688027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 228061 223833 719 1502 0 226554 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 912244

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21917
/proc/meminfo: memFree=28292180/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=935892 CPUtime=1182.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 479972 0 0 0 118159 72 0 0 25 0 1 0 25868426 958353408 229743 4089446400 4194304 10345943 140736385655760 18446744073709551615 6929840 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 233973 229743 719 1502 0 232466 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 935892

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21918
/proc/meminfo: memFree=28270204/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=935892 CPUtime=1242.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 480250 0 0 0 124159 72 0 0 25 0 1 0 25868426 958353408 230021 4089446400 4194304 10345943 140736385655760 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 233973 230021 719 1502 0 232466 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 935892

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 21920
/proc/meminfo: memFree=28247840/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=935892 CPUtime=1302.32
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 480254 0 0 0 130159 73 0 0 25 0 1 0 25868426 958353408 230025 4089446400 4194304 10345943 140736385655760 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 233973 230025 719 1502 0 232466 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 935892

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 21921
/proc/meminfo: memFree=28227088/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=935892 CPUtime=1362.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 480259 0 0 0 136158 73 0 0 25 0 1 0 25868426 958353408 230030 4089446400 4194304 10345943 140736385655760 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 233973 230030 719 1502 0 232466 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 935892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21923
/proc/meminfo: memFree=28201740/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=935892 CPUtime=1422.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 480263 0 0 0 142158 73 0 0 25 0 1 0 25868426 958353408 230034 4089446400 4194304 10345943 140736385655760 18446744073709551615 6929832 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 233973 230034 719 1502 0 232466 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 935892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21925
/proc/meminfo: memFree=28168076/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=951440 CPUtime=1482.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 483774 0 0 0 148156 75 0 0 25 0 1 0 25868426 974274560 233545 4089446400 4194304 10345943 140736385655760 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 237860 233545 719 1502 0 236353 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 951440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21926
/proc/meminfo: memFree=28122636/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=973932 CPUtime=1542.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 489434 0 0 0 154155 76 0 0 25 0 1 0 25868426 997306368 239205 4089446400 4194304 10345943 140736385655760 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 243483 239205 719 1502 0 241976 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 973932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21928
/proc/meminfo: memFree=28076956/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=997448 CPUtime=1602.31
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 495183 0 0 0 160153 78 0 0 25 0 1 0 25868426 1021386752 244954 4089446400 4194304 10345943 140736385655760 18446744073709551615 5614829 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 249362 244954 719 1502 0 247855 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 997448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21929
/proc/meminfo: memFree=28030908/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=1021792 CPUtime=1662.32
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 501156 0 0 0 166152 80 0 0 25 0 1 0 25868426 1046315008 250927 4089446400 4194304 10345943 140736385655760 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 255448 250927 719 1502 0 253941 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1021792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21931
/proc/meminfo: memFree=27983864/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=1047072 CPUtime=1722.32
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 507557 0 0 0 172151 81 0 0 25 0 1 0 25868426 1072201728 257328 4089446400 4194304 10345943 140736385655760 18446744073709551615 5926474 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 261768 257328 719 1502 0 260261 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 1047072

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 21960
/proc/meminfo: memFree=28751352/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=1071548 CPUtime=1782.32
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 513519 0 0 0 178149 83 0 0 25 0 1 0 25868426 1097265152 263290 4089446400 4194304 10345943 140736385655760 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21881/statm: 267887 263290 719 1502 0 266380 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 1071548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 21960
/proc/meminfo: memFree=28737612/32951124 swapFree=67111528/67111528
[pid=21881] ppid=21879 vsize=1075072 CPUtime=1800.02
/proc/21881/stat : 21881 (pbscip.linux.x8) R 21879 21881 21517 0 -1 4202496 514108 0 0 0 179919 83 0 0 25 0 1 0 25868426 1100873728 263879 4089446400 4194304 10345943 140736385655760 18446744073709551615 4246683 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21881/statm: 268768 263879 719 1502 0 267261 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1075072

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.04
CPU time (s): 1800.07
CPU user time (s): 1799.2
CPU system time (s): 0.872867
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1075072

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

runsolver used 2.95955 second user time and 6.24205 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= d6af58edf94a1e2fbd31ded996b97e85
RANDOM SEED=1419837013

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29657000 kB
Buffers:        161356 kB
Cached:        2693348 kB
SwapCached:          0 kB
Active:        1550368 kB
Inactive:      1571420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29657000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28176 kB
Writeback:           0 kB
AnonPages:      266452 kB
Mapped:          17652 kB
Slab:           107980 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   416876 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= 73372 MiB
End job on node130 at 2010-07-08 10:39:15