Trace number 2705386

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/j120/
normalized-j12015_3-unsat--soft-0-100-0.wbo
MD5SUM038b251452359c1f04349e7ac28f0fb8
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1701
Best CPU time to get the best result obtained on this benchmark1800.24
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables21054
Total number of constraints66352
Number of soft constraints66352
Number of constraints which are clauses66008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints344
Minimum length of a constraint1
Maximum length of a constraint93
Top cost 3337053
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3337052
Biggest number in a constraint 46
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 599
Number of bits of the biggest sum of numbers10
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-2705386-1278576550.wbo>
0.69/0.73	c original problem has 153758 variables (87406 bin, 0 int, 66352 impl, 0 cont) and 132705 constraints
0.69/0.73	c problem read
0.69/0.73	c presolving settings loaded
56.79/56.86	o 3337052
56.79/56.86	c feasible solution found by trivial heuristic, objective value  3.337052e+06
56.79/56.86	c presolving:
68.79/68.80	c    (68.1s) probing: 655/87406 (0.7%) - 0 fixings, 0 aggregations, 296 implications, 0 bound changes
68.79/68.80	c    (68.1s) probing aborted: 100/100 successive totally useless probings
68.79/68.80	c (round 1) 0 del vars, 1 del conss, 66352 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 592 impls, 0 clqs
69.09/69.11	c (round 2) 0 del vars, 1 del conss, 66352 chg bounds, 0 chg sides, 0 chg coeffs, 716 upgd conss, 592 impls, 0 clqs
69.30/69.40	c    (68.7s) probing: 665/87406 (0.8%) - 0 fixings, 0 aggregations, 296 implications, 0 bound changes
69.30/69.40	c    (68.7s) probing aborted: 100/100 successive totally useless probings
69.40/69.41	c presolving (3 rounds):
69.40/69.41	c  0 deleted vars, 1 deleted constraints, 66352 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
69.40/69.41	c  135224 implications, 0 cliques
69.40/69.41	c presolved problem has 153758 variables (87406 bin, 0 int, 66352 impl, 0 cont) and 132704 constraints
69.40/69.41	c     716 constraints of type <varbound>
69.40/69.41	c   65636 constraints of type <linear>
69.40/69.41	c   66352 constraints of type <indicator>
69.40/69.41	c transformed objective value is always integral (scale: 1)
69.40/69.41	c Presolving Time: 68.24
69.40/69.41	c - non default parameters ----------------------------------------------------------------------
69.40/69.41	c # SCIP version 1.2.1.3
69.40/69.41	c 
69.40/69.41	c # frequency for displaying node information lines
69.40/69.41	c # [type: int, range: [-1,2147483647], default: 100]
69.40/69.41	c display/freq = 10000
69.40/69.41	c 
69.40/69.41	c # maximal time in seconds to run
69.40/69.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
69.40/69.41	c limits/time = 1789.28
69.40/69.41	c 
69.40/69.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
69.40/69.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
69.40/69.41	c limits/memory = 3420
69.40/69.41	c 
69.40/69.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
69.40/69.41	c # [type: int, range: [1,2], default: 1]
69.40/69.41	c timing/clocktype = 2
69.40/69.41	c 
69.40/69.41	c # should presolving try to simplify inequalities
69.40/69.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
69.40/69.41	c constraints/linear/simplifyinequalities = TRUE
69.40/69.41	c 
69.40/69.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
69.40/69.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
69.40/69.41	c constraints/indicator/addCouplingCons = TRUE
69.40/69.41	c 
69.40/69.41	c # should presolving try to simplify knapsacks
69.40/69.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
69.40/69.41	c constraints/knapsack/simplifyinequalities = TRUE
69.40/69.41	c 
69.40/69.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
69.40/69.41	c # [type: int, range: [-1,2147483647], default: -1]
69.40/69.41	c separating/rapidlearning/freq = 0
69.40/69.41	c 
69.40/69.41	c -----------------------------------------------------------------------------------------------
69.40/69.41	c start solving
69.40/69.45	c 
69.79/69.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.79/69.80	c t69.1s|     1 |     0 |     0 |     - | 501M|   0 |   0 | 153k| 132k| 153k|   0 |   0 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
69.79/69.88	c  69.2s|     1 |     0 |   241 |     - | 501M|   0 |   0 | 153k| 132k| 153k| 419 | 419 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
69.89/69.94	c  69.2s|     1 |     0 |   441 |     - | 501M|   0 |   0 | 153k| 132k| 153k| 619 | 619 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
69.99/70.00	c  69.3s|     1 |     0 |   641 |     - | 501M|   0 |   0 | 153k| 132k| 153k| 819 | 819 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
69.99/70.07	c  69.3s|     1 |     0 |   841 |     - | 501M|   0 |   0 | 153k| 132k| 153k|1019 |1019 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
70.09/70.14	c  69.4s|     1 |     0 |   906 |     - | 501M|   0 |   0 | 153k| 132k| 153k|1084 |1084 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
70.19/70.23	c  69.5s|     1 |     2 |   906 |     - | 501M|   0 |   0 | 153k| 132k| 153k|1084 |1084 |   0 |   0 | 0.000000e+00 | 3.337052e+06 |    Inf 
416.60/416.68	o 3301575
416.60/416.68	c y 416s|  4215 |  4214 |   936 |   0.0 | 671M|4213 |   - | 153k| 132k|   0 |   0 |1121 |   0 |   0 | 0.000000e+00 | 3.301575e+06 |    Inf 
919.22/919.26	c   919s| 10000 | 10001 |  1337 |   0.0 | 900M|4213 |   0 | 153k| 132k| 153k|1220 |1543 |   0 |   0 | 0.000000e+00 | 3.301575e+06 |    Inf 
1790.05/1790.06	c 
1790.05/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.06	c Solving Time (sec) : 1789.33
1790.05/1790.06	c Solving Nodes      : 19784
1790.05/1790.06	c Primal Bound       : +3.30157500000000e+06 (5 solutions)
1790.05/1790.06	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.06	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-2705386-1278576550/watcher-2705386-1278576550 -o /tmp/evaluation-result-2705386-1278576550/solver-2705386-1278576550 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705386-1278576550.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.92 1.98 1.91 4/178 21282
/proc/meminfo: memFree=28832312/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=12512 CPUtime=0
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 1976 0 0 0 0 0 0 0 20 0 1 0 25869249 12812288 1894 4089446400 4194304 10345943 140735636808704 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 3173 1905 429 1502 0 1666 0

[startup+0.104472 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 21282
/proc/meminfo: memFree=28832312/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=46380 CPUtime=0.09
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 10437 0 0 0 9 0 0 0 22 0 1 0 25869249 47493120 10355 4089446400 4194304 10345943 140735636808704 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 11595 10355 430 1502 0 10088 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46380

[startup+0.200446 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 21282
/proc/meminfo: memFree=28832312/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=71332 CPUtime=0.19
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 16675 0 0 0 18 1 0 0 22 0 1 0 25869249 73043968 16593 4089446400 4194304 10345943 140735636808704 18446744073709551615 4424487 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 17833 16593 430 1502 0 16326 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 71332

[startup+0.300428 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 21282
/proc/meminfo: memFree=28832312/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=97452 CPUtime=0.29
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 23197 0 0 0 28 1 0 0 22 0 1 0 25869249 99790848 23115 4089446400 4194304 10345943 140735636808704 18446744073709551615 4281280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 24363 23115 430 1502 0 22856 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97452

[startup+0.700351 s]
/proc/loadavg: 1.92 1.98 1.91 4/178 21282
/proc/meminfo: memFree=28832312/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=204436 CPUtime=0.69
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 49922 0 0 0 65 4 0 0 24 0 1 0 25869249 209342464 49840 4089446400 4194304 10345943 140735636808704 18446744073709551615 8521594 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 51109 49840 430 1502 0 49602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 204436

[startup+1.50121 s]
/proc/loadavg: 1.92 1.98 1.91 3/179 21283
/proc/meminfo: memFree=28158984/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=506144 CPUtime=1.49
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 123625 0 0 0 136 13 0 0 25 0 1 0 25869249 518291456 123153 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 126536 123153 509 1502 0 125029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 506144

[startup+3.10091 s]
/proc/loadavg: 1.92 1.98 1.91 3/179 21283
/proc/meminfo: memFree=28080328/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=506144 CPUtime=3.09
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 123625 0 0 0 296 13 0 0 25 0 1 0 25869249 518291456 123153 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138641 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 126536 123153 509 1502 0 125029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 506144

[startup+6.30031 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 21283
/proc/meminfo: memFree=28080328/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=506144 CPUtime=6.29
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 123625 0 0 0 616 13 0 0 25 0 1 0 25869249 518291456 123153 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21282/statm: 126536 123153 509 1502 0 125029 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 506144

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.91 3/179 21283
/proc/meminfo: memFree=28080464/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=506144 CPUtime=12.69
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 123625 0 0 0 1256 13 0 0 25 0 1 0 25869249 518291456 123153 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21282/statm: 126536 123153 509 1502 0 125029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 506144

[startup+25.5007 s]
/proc/loadavg: 1.95 1.98 1.91 3/179 21284
/proc/meminfo: memFree=28081112/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=506144 CPUtime=25.49
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 123625 0 0 0 2536 13 0 0 25 0 1 0 25869249 518291456 123153 4089446400 4194304 10345943 140735636808704 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21282/statm: 126536 123153 509 1502 0 125029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 506144

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.91 3/179 21284
/proc/meminfo: memFree=28081100/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=506144 CPUtime=51.09
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 123625 0 0 0 5096 13 0 0 25 0 1 0 25869249 518291456 123153 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 126536 123153 509 1502 0 125029 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 506144

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.91 3/179 21286
/proc/meminfo: memFree=27943580/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=648780 CPUtime=102.3
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 187571 0 0 0 10210 20 0 0 25 0 1 0 25869249 664350720 157646 4089446400 4194304 10345943 140735636808704 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 162195 157646 706 1502 0 160688 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 648780

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21287
/proc/meminfo: memFree=27914632/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=677628 CPUtime=162.3
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 222565 0 0 0 16206 24 0 0 25 0 1 0 25869249 693891072 164881 4089446400 4194304 10345943 140735636808704 18446744073709551615 6866056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 169407 164881 706 1502 0 167900 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 677628

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21289
/proc/meminfo: memFree=27882960/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=710212 CPUtime=222.3
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 258211 0 0 0 22202 28 0 0 25 0 1 0 25869249 727257088 172769 4089446400 4194304 10345943 140735636808704 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 177553 172769 708 1502 0 176046 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 710212

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21290
/proc/meminfo: memFree=27855876/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=738484 CPUtime=282.3
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 265025 0 0 0 28201 29 0 0 25 0 1 0 25869249 756207616 179583 4089446400 4194304 10345943 140735636808704 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 184621 179583 708 1502 0 183114 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 738484

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21292
/proc/meminfo: memFree=27826568/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=766244 CPUtime=342.31
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 301051 0 0 0 34197 34 0 0 25 0 1 0 25869249 784633856 186867 4089446400 4194304 10345943 140735636808704 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 191561 186867 708 1502 0 190054 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 766244

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/179 21294
/proc/meminfo: memFree=27480032/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=795992 CPUtime=402.3
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 308232 0 0 0 40195 35 0 0 25 0 1 0 25869249 815095808 194048 4089446400 4194304 10345943 140735636808704 18446744073709551615 6864989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 198998 194048 708 1502 0 197491 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 795992

[startup+462.3 s]
/proc/loadavg: 2.07 2.00 1.91 3/179 21295
/proc/meminfo: memFree=26855404/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=824788 CPUtime=462.31
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 385952 0 0 0 46186 45 0 0 25 0 1 0 25869249 844582912 201036 4089446400 4194304 10345943 140735636808704 18446744073709551615 6785964 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 206197 201036 719 1502 0 204690 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 824788

[startup+522.301 s]
/proc/loadavg: 2.02 2.00 1.91 3/179 21297
/proc/meminfo: memFree=26829064/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=852156 CPUtime=522.3
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 463266 0 0 0 52176 54 0 0 25 0 1 0 25869249 872607744 207721 4089446400 4194304 10345943 140735636808704 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 213039 207721 719 1502 0 211532 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 852156

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21301
/proc/meminfo: memFree=26799608/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=880904 CPUtime=582.31
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 499345 0 0 0 58172 59 0 0 25 0 1 0 25869249 902045696 215068 4089446400 4194304 10345943 140735636808704 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 220226 215068 719 1502 0 218719 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 880904

[startup+642.301 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 21303
/proc/meminfo: memFree=26771788/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=907904 CPUtime=642.31
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 576268 0 0 0 64163 68 0 0 25 0 1 0 25869249 929693696 221948 4089446400 4194304 10345943 140735636808704 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 226976 221948 719 1502 0 225469 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 907904

[startup+702.301 s]

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

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21309
/proc/meminfo: memFree=26660100/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1019128 CPUtime=882.33
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 673603 0 0 0 88153 80 0 0 25 0 1 0 25869249 1043587072 249698 4089446400 4194304 10345943 140735636808704 18446744073709551615 6805433 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 254782 249698 719 1502 0 253275 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1019128

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21311
/proc/meminfo: memFree=26630540/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1048452 CPUtime=942.32
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 681027 0 0 0 94151 81 0 0 25 0 1 0 25869249 1073614848 257122 4089446400 4194304 10345943 140735636808704 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 262113 257122 719 1502 0 260606 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1048452

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21313
/proc/meminfo: memFree=26605552/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1074584 CPUtime=1002.33
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 687225 0 0 0 100150 83 0 0 25 0 1 0 25869249 1100374016 263320 4089446400 4194304 10345943 140735636808704 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 268646 263320 719 1502 0 267139 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1074584

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 21314
/proc/meminfo: memFree=26578472/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1101308 CPUtime=1062.33
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 694285 0 0 0 106149 84 0 0 25 0 1 0 25869249 1127739392 270380 4089446400 4194304 10345943 140735636808704 18446744073709551615 6864680 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 275327 270380 719 1502 0 273820 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1101308

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 21316
/proc/meminfo: memFree=26544796/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1134656 CPUtime=1122.33
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 703217 0 0 0 112148 85 0 0 25 0 1 0 25869249 1161887744 279312 4089446400 4194304 10345943 140735636808704 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 283664 279312 719 1502 0 282157 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1134656

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21317
/proc/meminfo: memFree=26523792/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1156320 CPUtime=1182.32
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 707821 0 0 0 118147 85 0 0 25 0 1 0 25869249 1184071680 283916 4089446400 4194304 10345943 140735636808704 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 289080 283916 719 1502 0 287573 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1156320

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21319
/proc/meminfo: memFree=26492360/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1186164 CPUtime=1242.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 715504 0 0 0 124147 87 0 0 25 0 1 0 25869249 1214631936 291599 4089446400 4194304 10345943 140735636808704 18446744073709551615 4447780 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 296541 291599 719 1502 0 295034 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1186164

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21321
/proc/meminfo: memFree=26460940/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1214880 CPUtime=1302.33
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 723280 0 0 0 130145 88 0 0 25 0 1 0 25869249 1244037120 299375 4089446400 4194304 10345943 140735636808704 18446744073709551615 4688038 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 303720 299375 719 1502 0 302213 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1214880

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21322
/proc/meminfo: memFree=26439920/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1238976 CPUtime=1362.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 728585 0 0 0 136145 89 0 0 25 0 1 0 25869249 1268711424 304680 4089446400 4194304 10345943 140735636808704 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 309744 304680 719 1502 0 308237 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1238976

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21324
/proc/meminfo: memFree=26407512/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1269340 CPUtime=1422.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 736605 0 0 0 142144 90 0 0 25 0 1 0 25869249 1299804160 312700 4089446400 4194304 10345943 140735636808704 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 317335 312700 719 1502 0 315828 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1269340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21325
/proc/meminfo: memFree=26379188/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1299068 CPUtime=1482.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 810375 0 0 0 148135 99 0 0 25 0 1 0 25869249 1330245632 319832 4089446400 4194304 10345943 140735636808704 18446744073709551615 5012556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 324767 319832 719 1502 0 323260 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1299068

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21327
/proc/meminfo: memFree=26357812/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1321564 CPUtime=1542.35
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 815682 0 0 0 154136 99 0 0 25 0 1 0 25869249 1353281536 325139 4089446400 4194304 10345943 140735636808704 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 330391 325139 719 1502 0 328884 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 1321564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21329
/proc/meminfo: memFree=26331084/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1347684 CPUtime=1602.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 822455 0 0 0 160134 100 0 0 25 0 1 0 25869249 1380028416 331912 4089446400 4194304 10345943 140735636808704 18446744073709551615 6555483 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 336921 331912 719 1502 0 335414 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1347684

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 21330
/proc/meminfo: memFree=26300652/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1377412 CPUtime=1662.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 829973 0 0 0 166133 101 0 0 25 0 1 0 25869249 1410469888 339430 4089446400 4194304 10345943 140735636808704 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 344353 339430 719 1502 0 342846 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1377412

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 21332
/proc/meminfo: memFree=26274668/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1403340 CPUtime=1722.34
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 836408 0 0 0 172132 102 0 0 25 0 1 0 25869249 1437020160 345865 4089446400 4194304 10345943 140735636808704 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 350835 345865 719 1502 0 349328 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1403340

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21333
/proc/meminfo: memFree=26247216/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1431692 CPUtime=1782.35
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 843248 0 0 0 178131 104 0 0 25 0 1 0 25869249 1466052608 352705 4089446400 4194304 10345943 140735636808704 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21282/statm: 357923 352705 719 1502 0 356416 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1431692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.92 1.99 1.93 2/174 21352
/proc/meminfo: memFree=28356316/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1432904 CPUtime=1800.06
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 843854 0 0 0 179901 105 0 0 25 0 1 0 25869249 1467293696 353311 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138519 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 358226 353311 719 1502 0 356719 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1432904

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

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

[startup+1800 s]
/proc/loadavg: 1.92 1.99 1.93 2/174 21352
/proc/meminfo: memFree=28356316/32950928 swapFree=67111528/67111528
[pid=21282] ppid=21280 vsize=1432904 CPUtime=1800.06
/proc/21282/stat : 21282 (pbscip.linux.x8) R 21280 21282 20918 0 -1 4202496 843854 0 0 0 179901 105 0 0 25 0 1 0 25869249 1467293696 353311 4089446400 4194304 10345943 140735636808704 18446744073709551615 9138519 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21282/statm: 358226 353311 719 1502 0 356719 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1432904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.11
CPU user time (s): 1799.01
CPU system time (s): 1.09883
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1543380

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

runsolver used 2.58861 second user time and 7.2349 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-08 10:09:11
IDJOB=2705386
IDBENCH=79126
IDSOLVER=1214
FILE ID=node113/2705386-1278576550
PBS_JOBID= 11240228
Free space on /tmp= 73728 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/j120/normalized-j12015_3-unsat--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705386-1278576550/watcher-2705386-1278576550 -o /tmp/evaluation-result-2705386-1278576550/solver-2705386-1278576550 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705386-1278576550.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 038b251452359c1f04349e7ac28f0fb8
RANDOM SEED=257366996

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28833956 kB
Buffers:        153232 kB
Cached:        2832760 kB
SwapCached:          0 kB
Active:        2600472 kB
Inactive:      1363252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28833956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34040 kB
Writeback:           0 kB
AnonPages:      977712 kB
Mapped:          16464 kB
Slab:            87248 kB
PageTables:       6520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1128412 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= 73720 MiB
End job on node113 at 2010-07-08 10:39:13