Trace number 2705314

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.16 1800.11

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl--soft-0-100-0.wbo
MD5SUM05589352ff1a7a2adf565a7e5675df6d
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark919
Best CPU time to get the best result obtained on this benchmark1800.31
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables84836
Total number of constraints245062
Number of soft constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 12371696
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 12371695
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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-2705314-1278576546.wbo>
2.99/3.02	c original problem has 574960 variables (329898 bin, 0 int, 245062 impl, 0 cont) and 490125 constraints
2.99/3.02	c problem read
2.99/3.02	c presolving settings loaded
955.92/955.93	o 12371695
955.92/955.93	c feasible solution found by trivial heuristic, objective value  1.237170e+07
955.92/955.93	c presolving:
956.41/956.47	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 5732 chg sides, 11464 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
956.92/956.94	c (round 2) 0 del vars, 1 del conss, 245062 chg bounds, 5732 chg sides, 11464 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
964.52/964.55	c    (961.5s) probing: 101/329898 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
964.52/964.55	c    (961.5s) probing aborted: 100/100 successive totally useless probings
964.52/964.59	c presolving (3 rounds):
964.52/964.59	c  0 deleted vars, 1 deleted constraints, 245062 tightened bounds, 0 added holes, 5732 changed sides, 11464 changed coefficients
964.52/964.59	c  478660 implications, 0 cliques
964.52/964.59	c presolved problem has 574960 variables (329898 bin, 0 int, 245062 impl, 0 cont) and 490124 constraints
964.52/964.59	c       1 constraints of type <varbound>
964.52/964.59	c  245061 constraints of type <linear>
964.52/964.59	c  245062 constraints of type <indicator>
964.52/964.59	c transformed objective value is always integral (scale: 1)
964.52/964.59	c Presolving Time: 959.95
964.52/964.59	c - non default parameters ----------------------------------------------------------------------
964.52/964.59	c # SCIP version 1.2.1.3
964.52/964.59	c 
964.52/964.59	c # frequency for displaying node information lines
964.52/964.59	c # [type: int, range: [-1,2147483647], default: 100]
964.52/964.59	c display/freq = 10000
964.52/964.59	c 
964.52/964.59	c # maximal time in seconds to run
964.52/964.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
964.52/964.59	c limits/time = 1786.98
964.52/964.59	c 
964.52/964.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
964.52/964.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
964.52/964.59	c limits/memory = 3420
964.52/964.59	c 
964.52/964.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
964.52/964.59	c # [type: int, range: [1,2], default: 1]
964.52/964.59	c timing/clocktype = 2
964.52/964.59	c 
964.52/964.59	c # should presolving try to simplify inequalities
964.52/964.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
964.52/964.59	c constraints/linear/simplifyinequalities = TRUE
964.52/964.59	c 
964.52/964.59	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
964.52/964.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
964.52/964.59	c constraints/indicator/addCouplingCons = TRUE
964.52/964.59	c 
964.52/964.59	c # should presolving try to simplify knapsacks
964.52/964.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
964.52/964.59	c constraints/knapsack/simplifyinequalities = TRUE
964.52/964.59	c 
964.52/964.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
964.52/964.59	c # [type: int, range: [-1,2147483647], default: -1]
964.52/964.59	c separating/rapidlearning/freq = 0
964.52/964.59	c 
964.52/964.59	c -----------------------------------------------------------------------------------------------
964.52/964.59	c start solving
964.72/964.74	c 
966.12/966.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.12/966.10	c t 963s|     1 |     0 |     0 |     - |1867M|   0 |   0 | 574k| 490k| 574k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
966.32/966.32	c   963s|     1 |     0 |   201 |     - |1867M|   0 |   0 | 574k| 490k| 574k| 201 | 201 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
966.52/966.53	c   964s|     1 |     0 |   340 |     - |1868M|   0 |   0 | 574k| 490k| 574k| 401 | 401 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
966.72/966.77	c   964s|     1 |     0 |   547 |     - |1868M|   0 |  14 | 574k| 490k| 574k| 601 | 601 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
970.02/970.09	c   967s|     1 |     0 |   743 |     - |1868M|   0 |  67 | 574k| 490k| 574k| 803 | 803 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
975.82/975.87	c   973s|     1 |     0 |   966 |     - |1876M|   0 |  98 | 574k| 490k| 574k|1006 |1006 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
983.42/983.46	c   980s|     1 |     0 |  1142 |     - |1876M|   0 | 140 | 574k| 490k| 574k|1209 |1209 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
991.42/991.42	c   988s|     1 |     0 |  1365 |     - |1876M|   0 | 219 | 574k| 490k| 574k|1413 |1413 |   0 |   0 | 0.000000e+00 | 1.237170e+07 |    Inf 
997.72/997.78	c   995s|     1 |     2 |  1365 |     - |1883M|   0 | 219 | 574k| 490k| 574k|1413 |1413 |   0 |  33 | 0.000000e+00 | 1.237170e+07 |    Inf 
1790.04/1790.04	c 
1790.04/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.04	c Solving Time (sec) : 1787.02
1790.04/1790.04	c Solving Nodes      : 43
1790.04/1790.04	c Primal Bound       : +1.23716950000000e+07 (3 solutions)
1790.04/1790.04	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.04	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705314-1278576546/watcher-2705314-1278576546 -o /tmp/evaluation-result-2705314-1278576546/solver-2705314-1278576546 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705314-1278576546.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.00 2.00 1.92 4/178 22780
/proc/meminfo: memFree=27642904/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=12528 CPUtime=0
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 1975 0 0 0 0 0 0 0 22 0 1 0 25868287 12828672 1894 4089446400 4194304 10345943 140736290293232 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22780/statm: 3132 1894 429 1502 0 1625 0

[startup+0.080678 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 22780
/proc/meminfo: memFree=27642904/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=34520 CPUtime=0.07
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 7474 0 0 0 7 0 0 0 22 0 1 0 25868287 35348480 7393 4089446400 4194304 10345943 140736290293232 18446744073709551615 6014179 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22780/statm: 8630 7393 430 1502 0 7123 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34520

[startup+0.100673 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 22780
/proc/meminfo: memFree=27642904/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=38156 CPUtime=0.09
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 8399 0 0 0 9 0 0 0 22 0 1 0 25868287 39071744 8318 4089446400 4194304 10345943 140736290293232 18446744073709551615 6328773 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22780/statm: 9539 8318 430 1502 0 8032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38156

[startup+0.300638 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 22780
/proc/meminfo: memFree=27642904/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=88288 CPUtime=0.29
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 20919 0 0 0 27 2 0 0 22 0 1 0 25868287 90406912 20838 4089446400 4194304 10345943 140736290293232 18446744073709551615 5757586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22780/statm: 22072 20838 430 1502 0 20565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88288

[startup+0.700626 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 22780
/proc/meminfo: memFree=27642904/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=184324 CPUtime=0.69
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 44838 0 0 0 64 5 0 0 24 0 1 0 25868287 188747776 44757 4089446400 4194304 10345943 140736290293232 18446744073709551615 4729688 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22780/statm: 46081 44757 430 1502 0 44574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 184324

[startup+1.50048 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22781
/proc/meminfo: memFree=27391548/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=379212 CPUtime=1.49
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 93542 0 0 0 138 11 0 0 25 0 1 0 25868287 388313088 93461 4089446400 4194304 10345943 140736290293232 18446744073709551615 4875135 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22780/statm: 94803 93461 430 1502 0 93296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 379212

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22781
/proc/meminfo: memFree=27128420/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=804732 CPUtime=3.09
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 197717 0 0 0 286 23 0 0 25 0 1 0 25868287 824045568 197246 4089446400 4194304 10345943 140736290293232 18446744073709551615 4713719 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22780/statm: 201183 197246 474 1502 0 199676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 804732

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 22798
/proc/meminfo: memFree=27473564/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=6.28
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 581 47 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1814940

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.92 4/179 22808
/proc/meminfo: memFree=27175508/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=12.69
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 1222 47 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1814940

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22808
/proc/meminfo: memFree=27127396/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=25.49
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 2502 47 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1814940

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22809
/proc/meminfo: memFree=27114872/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=51.09
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 5061 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1814940

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22811
/proc/meminfo: memFree=27086448/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=102.3
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 10182 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138651 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1814940

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22812
/proc/meminfo: memFree=27062468/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=162.3
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 16182 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138627 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1814940

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22814
/proc/meminfo: memFree=27031056/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=222.3
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 22182 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1814940

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 22815
/proc/meminfo: memFree=27002368/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=282.3
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 28182 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1814940

[startup+342.301 s]
/proc/loadavg: 2.05 2.02 1.93 3/179 22817
/proc/meminfo: memFree=26974664/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=342.3
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 34182 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1814940

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 22819
/proc/meminfo: memFree=26947948/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=402.3
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 40182 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1814940

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 22820
/proc/meminfo: memFree=26920628/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=462.31
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 46183 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1814940

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 22822
/proc/meminfo: memFree=26896168/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=522.31
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 52183 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1814940

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22826
/proc/meminfo: memFree=26868444/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=582.31
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 58183 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1814940

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22828
/proc/meminfo: memFree=26842696/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=642.31
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 64183 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1814940

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/179 22834
/proc/meminfo: memFree=26749392/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=882.31
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 88183 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1814940

[startup+942.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 22836
/proc/meminfo: memFree=26724056/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=1814940 CPUtime=942.32
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 448739 0 0 0 94184 48 0 0 25 0 1 0 25868287 1858498560 448268 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 453735 448268 509 1502 0 452228 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1814940

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22838
/proc/meminfo: memFree=25301944/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1002.32
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831923 0 0 0 100146 86 0 0 25 0 1 0 25868287 3354411008 797921 4089446400 4194304 10345943 140736290293232 18446744073709551615 6466493 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797921 1236 1502 0 817441 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3275792

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 22839
/proc/meminfo: memFree=25277720/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1062.32
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831936 0 0 0 106144 88 0 0 25 0 1 0 25868287 3354411008 797934 4089446400 4194304 10345943 140736290293232 18446744073709551615 6108017 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797934 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3275792

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22841
/proc/meminfo: memFree=25251512/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1122.32
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831936 0 0 0 112141 91 0 0 25 0 1 0 25868287 3354411008 797934 4089446400 4194304 10345943 140736290293232 18446744073709551615 6518703 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797934 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3275792

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22842
/proc/meminfo: memFree=25229128/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1182.33
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831936 0 0 0 118141 92 0 0 25 0 1 0 25868287 3354411008 797934 4089446400 4194304 10345943 140736290293232 18446744073709551615 6520040 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797934 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3275792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22844
/proc/meminfo: memFree=25205640/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1242.33
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831936 0 0 0 124141 92 0 0 25 0 1 0 25868287 3354411008 797934 4089446400 4194304 10345943 140736290293232 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797934 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3275792

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22846
/proc/meminfo: memFree=25182792/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1302.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831936 0 0 0 130141 93 0 0 25 0 1 0 25868287 3354411008 797934 4089446400 4194304 10345943 140736290293232 18446744073709551615 6702709 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797934 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3275792

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 22847
/proc/meminfo: memFree=25157308/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1362.33
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831936 0 0 0 136139 94 0 0 25 0 1 0 25868287 3354411008 797934 4089446400 4194304 10345943 140736290293232 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797934 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3275792

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 1.95 3/179 22849
/proc/meminfo: memFree=25133588/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1422.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831947 0 0 0 142139 95 0 0 25 0 1 0 25868287 3354411008 797945 4089446400 4194304 10345943 140736290293232 18446744073709551615 6866197 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797945 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3275792

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/179 22850
/proc/meminfo: memFree=25110104/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1482.33
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 148138 95 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3275792

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 22852
/proc/meminfo: memFree=25085884/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1542.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 154138 96 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 3275792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 22854
/proc/meminfo: memFree=25061412/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1602.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 160137 97 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3275792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22855
/proc/meminfo: memFree=25035576/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1662.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 166136 98 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3275792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22857
/proc/meminfo: memFree=24946124/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1722.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 172135 99 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 6702848 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3275792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22858
/proc/meminfo: memFree=24945944/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1782.34
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 178134 100 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 6119682 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3275792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22859
/proc/meminfo: memFree=24945908/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=3275792 CPUtime=1800.05
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4202496 831958 0 0 0 179905 100 0 0 25 0 1 0 25868287 3354411008 797956 4089446400 4194304 10345943 140736290293232 18446744073709551615 9138519 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22780/statm: 818948 797956 1238 1502 0 817441 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3275792

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22859
/proc/meminfo: memFree=24945908/32950928 swapFree=67111528/67111528
[pid=22780] ppid=22778 vsize=0 CPUtime=1800.15
/proc/22780/stat : 22780 (pbscip.linux.x8) R 22778 22780 22428 0 -1 4203524 831958 0 0 0 179905 110 0 0 25 0 1 0 25868287 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.11
CPU time (s): 1800.16
CPU user time (s): 1799.05
CPU system time (s): 1.10983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3358392

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

runsolver used 2.93355 second user time and 6.73098 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-08 10:09:07
IDJOB=2705314
IDBENCH=79103
IDSOLVER=1214
FILE ID=node116/2705314-1278576546
PBS_JOBID= 11240221
Free space on /tmp= 73444 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/PB06/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl--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-2705314-1278576546/watcher-2705314-1278576546 -o /tmp/evaluation-result-2705314-1278576546/solver-2705314-1278576546 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705314-1278576546.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 05589352ff1a7a2adf565a7e5675df6d
RANDOM SEED=1581053821

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27643432 kB
Buffers:        157564 kB
Cached:        3421168 kB
SwapCached:          0 kB
Active:        2802024 kB
Inactive:      2349808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27643432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22528 kB
Writeback:           0 kB
AnonPages:     1572928 kB
Mapped:          17856 kB
Slab:            89324 kB
PageTables:       7272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1730828 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= 73428 MiB
End job on node116 at 2010-07-08 10:39:09