Trace number 3732816

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1792.41 1792.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2514
Best CPU time to get the best result obtained on this benchmark1802.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SCIP version 1.1.0.7
0.03/0.09	c LP-Solver SoPlex 1.4.1
0.03/0.09	c user parameter file <scip.set> not found - using default parameters
0.03/0.09	c read problem <HOME/instance-3732816-1338696657.opb>
0.03/0.09	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.09/0.13	c start presolving problem
0.09/0.13	c presolving:
0.09/0.19	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10000 upgd conss, 0 impls, 0 clqs
0.19/0.23	c    (0.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.23	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (2 rounds):
0.19/0.23	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23	c  0 implications, 0 cliques
0.19/0.23	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.19/0.23	c   10000 constraints of type <logicor>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.09
0.19/0.23	c strange?!, PURESAT with obj
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = c 13950
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = c 1791
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = c 10000
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving problem
0.19/0.23	c 
1792.30/1792.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1792.30/1792.65	c  1792s|     1 |     0 | 45557 |  30M|   0 |   - |  10k|  10k|  10k|  10k|  10k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1792.30/1792.66	c  1792s|     1 |     2 | 45557 |  30M|   0 |   - |  10k|  10k|  10k|  10k|  10k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1792.30/1792.66	c 
1792.30/1792.66	c SCIP Status        : solving was interrupted [time limit reached]
1792.30/1792.66	c Solving Time (sec) : 1792.05
1792.30/1792.66	c Solving Nodes      : 1
1792.30/1792.66	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1792.30/1792.66	c Dual Bound         : +0.00000000000000e+00
1792.30/1792.66	c Gap                : infinite
1792.30/1792.66	c NODE         1
1792.30/1792.66	c DUAL BOUND   0
1792.30/1792.66	c PRIMAL BOUND 1e+20
1792.30/1792.66	c GAP          1e+20
1792.30/1792.66	s UNKNOWN
1792.30/1792.66	c SCIP Status        : solving was interrupted [time limit reached]
1792.30/1792.66	c Solving Time       :    1792.05
1792.30/1792.66	c Original Problem   :
1792.30/1792.66	c   Problem name     : HOME/instance-3732816-1338696657.opb
1792.30/1792.66	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.30/1792.66	c   Constraints      : 10000 initial, 10000 maximal
1792.30/1792.66	c Presolved Problem  :
1792.30/1792.66	c   Problem name     : t_HOME/instance-3732816-1338696657.opb
1792.30/1792.66	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.30/1792.66	c   Constraints      : 10000 initial, 10000 maximal
1792.30/1792.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1792.30/1792.66	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1792.30/1792.66	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1792.30/1792.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1792.30/1792.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1792.30/1792.66	c   implics          :       0.00          0          0          0          0          0          0          0          0
1792.30/1792.66	c   probing          :       0.04          0          0          0          0          0          0          0          0
1792.30/1792.66	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1792.30/1792.66	c   root node        :          -          0          -          -          0          -          -          -          -
1792.30/1792.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1792.30/1792.66	c   integral         :          0          0          0          0          0          0          0          0          0          0
1792.30/1792.66	c   logicor          :      10000          0        100          0          1          0          0          0          0          0
1792.30/1792.66	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1792.30/1792.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1792.30/1792.66	c   integral         :       0.00       0.00       0.00       0.00       0.00
1792.30/1792.66	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1792.30/1792.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1792.30/1792.66	c Propagators        :       Time      Calls    Cutoffs    DomReds
1792.30/1792.66	c   rootredcost      :       0.00          0          0          0
1792.30/1792.66	c   pseudoobj        :       0.00          1          0          0
1792.30/1792.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1792.30/1792.66	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1792.30/1792.66	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1792.30/1792.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1792.30/1792.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1792.30/1792.66	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1792.30/1792.66	c   applied globally :          -          -          -          0        0.0          -          -          -
1792.30/1792.66	c   applied locally  :          -          -          -          0        0.0          -          -          -
1792.30/1792.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1792.30/1792.66	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1792.30/1792.66	c   redcost          :       0.00          0          0          0          0          0
1792.30/1792.66	c   impliedbounds    :       0.00          0          0          0          0          0
1792.30/1792.66	c   intobj           :       0.00          0          0          0          0          0
1792.30/1792.66	c   gomory           :       0.00          0          0          0          0          0
1792.30/1792.66	c   strongcg         :       0.00          0          0          0          0          0
1792.30/1792.66	c   cmir             :       0.00          0          0          0          0          0
1792.30/1792.66	c   flowcover        :       0.00          0          0          0          0          0
1792.30/1792.66	c   clique           :       0.00          0          0          0          0          0
1792.30/1792.66	c   zerohalf         :       0.00          0          0          0          0          0
1792.30/1792.66	c   mcf              :       0.00          0          0          0          0          0
1792.30/1792.66	c Pricers            :       Time      Calls       Vars
1792.30/1792.66	c   problem variables:       0.00          0          0
1792.30/1792.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1792.30/1792.66	c   relpscost        :       0.00          0          0          0          0          0          0
1792.30/1792.66	c   pscost           :       0.00          0          0          0          0          0          0
1792.30/1792.66	c   inference        :       0.00          1          0          0          0          0          2
1792.30/1792.66	c   mostinf          :       0.00          0          0          0          0          0          0
1792.30/1792.66	c   leastinf         :       0.00          0          0          0          0          0          0
1792.30/1792.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1792.30/1792.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1792.30/1792.66	c   random           :       0.00          0          0          0          0          0          0
1792.30/1792.66	c Primal Heuristics  :       Time      Calls      Found
1792.30/1792.66	c   LP solutions     :       0.00          -          0
1792.30/1792.66	c   pseudo solutions :       0.00          -          0
1792.30/1792.66	c   oneopt           :       0.00          0          0
1792.30/1792.66	c   simplerounding   :       0.00          0          0
1792.30/1792.66	c   rounding         :       0.00          0          0
1792.30/1792.66	c   shifting         :       0.00          0          0
1792.30/1792.66	c   intshifting      :       0.00          0          0
1792.30/1792.66	c   fixandinfer      :       0.00          0          0
1792.30/1792.66	c   feaspump         :       0.00          0          0
1792.30/1792.66	c   coefdiving       :       0.00          0          0
1792.30/1792.66	c   pscostdiving     :       0.00          0          0
1792.30/1792.66	c   fracdiving       :       0.00          0          0
1792.30/1792.66	c   veclendiving     :       0.00          0          0
1792.30/1792.66	c   intdiving        :       0.00          0          0
1792.30/1792.66	c   actconsdiving    :       0.00          0          0
1792.30/1792.66	c   objpscostdiving  :       0.00          0          0
1792.30/1792.66	c   rootsoldiving    :       0.00          0          0
1792.30/1792.66	c   linesearchdiving :       0.00          0          0
1792.30/1792.66	c   guideddiving     :       0.00          0          0
1792.30/1792.66	c   octane           :       0.00          0          0
1792.30/1792.66	c   rens             :       0.00          0          0
1792.30/1792.66	c   rins             :       0.00          0          0
1792.30/1792.66	c   localbranching   :       0.00          0          0
1792.30/1792.66	c   mutation         :       0.00          0          0
1792.30/1792.66	c   crossover        :       0.00          0          0
1792.30/1792.66	c   dins             :       0.00          0          0
1792.30/1792.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1792.30/1792.66	c   primal LP        :       0.00          0          0       0.00          -
1792.30/1792.66	c   dual LP          :    1791.90          1      45557   45557.00      25.42
1792.30/1792.66	c   barrier LP       :       0.00          0          0       0.00          -
1792.30/1792.66	c   diving/probing LP:       0.00          0          0       0.00          -
1792.30/1792.66	c   strong branching :       0.00          0          0       0.00          -
1792.30/1792.66	c     (at root node) :          -          0          0       0.00          -
1792.30/1792.66	c   conflict analysis:       0.00          0          0       0.00          -
1792.30/1792.66	c B&B Tree           :
1792.30/1792.66	c   number of runs   :          1
1792.30/1792.66	c   nodes            :          1
1792.30/1792.66	c   nodes (total)    :          1
1792.30/1792.66	c   nodes left       :          2
1792.30/1792.66	c   max depth        :          0
1792.30/1792.66	c   max depth (total):          0
1792.30/1792.66	c   backtracks       :          0 (0.0%)
1792.30/1792.66	c   delayed cutoffs  :          0
1792.30/1792.66	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1792.30/1792.66	c   avg switch length:       1.00
1792.30/1792.66	c   switching time   :       0.00
1792.30/1792.66	c Solution           :
1792.30/1792.66	c   Solutions found  :          0 (0 improvements)
1792.30/1792.66	c   Primal Bound     :          -
1792.30/1792.66	c   Dual Bound       : +0.00000000000000e+00
1792.30/1792.66	c   Gap              :   infinite
1792.30/1792.66	c   Root Dual Bound  : +0.00000000000000e+00
1792.30/1792.70	c Time complete: 1792.41.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732816-1338696657/watcher-3732816-1338696657 -o /tmp/evaluation-result-3732816-1338696657/solver-3732816-1338696657 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3732816-1338696657.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2683
/proc/meminfo: memFree=27262976/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=6124 CPUtime=0 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 921 0 0 0 0 0 0 0 20 0 1 0 335790559 6270976 874 33554432000 4194304 7823515 140736535165472 140736602334104 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 1531 874 330 887 0 641 0

[startup+0.0458701 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2683
/proc/meminfo: memFree=27262976/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=17336 CPUtime=0.03 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 3694 0 0 0 3 0 0 0 20 0 1 0 335790559 17752064 3643 33554432000 4194304 7823515 140736535165472 140736602334104 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 4334 3643 354 887 0 3444 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17336

[startup+0.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2683
/proc/meminfo: memFree=27262976/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=23316 CPUtime=0.09 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 5451 0 0 0 9 0 0 0 20 0 1 0 335790559 23875584 5046 33554432000 4194304 7823515 140736535165472 140736535097736 5878822 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 5829 5052 367 887 0 4939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23316

[startup+0.300313 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2683
/proc/meminfo: memFree=27262976/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=59916 CPUtime=0.29 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 14908 0 0 0 26 3 0 0 20 0 1 0 335790559 61353984 13931 33554432000 4194304 7823515 140736535165472 140736535097736 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 14979 13931 500 887 0 14089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59916

[startup+0.700209 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2683
/proc/meminfo: memFree=27262976/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=64000 CPUtime=0.69 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 15841 0 0 0 66 3 0 0 20 0 1 0 335790559 65536000 14773 33554432000 4194304 7823515 140736535165472 140736535097736 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 16000 14773 504 887 0 15110 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64000

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2684
/proc/meminfo: memFree=27204556/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=69680 CPUtime=1.49 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 17313 0 0 0 145 4 0 0 20 0 1 0 335790559 71352320 15848 33554432000 4194304 7823515 140736535165472 140736535160808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 17420 15848 504 887 0 16530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69680

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2684
/proc/meminfo: memFree=27200836/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=69680 CPUtime=3.09 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 17416 0 0 0 305 4 0 0 20 0 1 0 335790559 71352320 15951 33554432000 4194304 7823515 140736535165472 140736535160808 6211422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 17420 15951 504 887 0 16530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69680

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27200372/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=69680 CPUtime=6.29 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 17436 0 0 0 625 4 0 0 20 0 1 0 335790559 71352320 15971 33554432000 4194304 7823515 140736535165472 140736535160808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 17420 15971 504 887 0 16530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69680

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27199940/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=69680 CPUtime=12.68 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 17611 0 0 0 1263 5 0 0 20 0 1 0 335790559 71352320 16146 33554432000 4194304 7823515 140736535165472 140736535161160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 17420 16146 505 887 0 16530 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69680

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27197740/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=71044 CPUtime=25.49 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 18133 0 0 0 2542 7 0 0 20 0 1 0 335790559 72749056 16668 33554432000 4194304 7823515 140736535165472 140736535161272 6162215 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 17761 16668 505 887 0 16871 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71044

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27193584/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=76840 CPUtime=51.08 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 19398 0 0 0 5099 9 0 0 20 0 1 0 335790559 78684160 17718 33554432000 4194304 7823515 140736535165472 140736535160136 6254132 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 19210 17718 505 887 0 18320 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76840

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27174868/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=92092 CPUtime=102.27 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 24760 0 0 0 10212 15 0 0 20 0 1 0 335790559 94302208 22293 33554432000 4194304 7823515 140736535165472 140736535161224 6206232 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 23023 22293 505 887 0 22133 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 92092

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27170996/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=94492 CPUtime=162.25 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 26815 0 0 0 16206 19 0 0 20 0 1 0 335790559 96759808 23171 33554432000 4194304 7823515 140736535165472 140736535160136 6254623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 23623 23171 505 887 0 22733 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 94492

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2684
/proc/meminfo: memFree=27167212/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=98072 CPUtime=222.25 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27235 0 0 0 22205 20 0 0 20 0 1 0 335790559 100425728 24102 33554432000 4194304 7823515 140736535165472 140736535160136 6233282 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 24518 24102 505 887 0 23628 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 98072

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2684
/proc/meminfo: memFree=27167772/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=98072 CPUtime=282.23 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27236 0 0 0 28203 20 0 0 20 0 1 0 335790559 100425728 24102 33554432000 4194304 7823515 140736535165472 140736535160136 6254149 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 24518 24102 505 887 0 23628 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 98072

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2686
/proc/meminfo: memFree=27167144/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=342.23 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27293 0 0 0 34202 21 0 0 20 0 1 0 335790559 106717184 24159 33554432000 4194304 7823515 140736535165472 140736535160136 6254145 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24159 505 887 0 25164 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 104216

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2724
/proc/meminfo: memFree=27171676/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=402.22 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27293 0 0 0 40201 21 0 0 20 0 1 0 335790559 106717184 24159 33554432000 4194304 7823515 140736535165472 140736535160136 6254623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24159 505 887 0 25164 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 104216

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2724
/proc/meminfo: memFree=27107720/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=462.2 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27293 0 0 0 46199 21 0 0 20 0 1 0 335790559 106717184 24159 33554432000 4194304 7823515 140736535165472 140736535160136 6254106 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24159 505 887 0 25164 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 104216

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2724
/proc/meminfo: memFree=27105824/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=522.19 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27325 0 0 0 52198 21 0 0 20 0 1 0 335790559 106717184 24191 33554432000 4194304 7823515 140736535165472 140736535160136 6248920 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24191 505 887 0 25164 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 104216

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2727
/proc/meminfo: memFree=27105008/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=582.19 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27359 0 0 0 58198 21 0 0 20 0 1 0 335790559 106717184 24225 33554432000 4194304 7823515 140736535165472 140736535160136 6257624 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24225 505 887 0 25164 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 104216

[startup+642.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/177 2729
/proc/meminfo: memFree=27103712/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1062.12 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 106190 22 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254136 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 104216

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2729
/proc/meminfo: memFree=27103588/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1122.1 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 112188 22 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6249538 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 104216

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2732
/proc/meminfo: memFree=27103456/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1182.09 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 118187 22 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254508 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 104216

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2733
/proc/meminfo: memFree=27102968/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1242.09 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 124186 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6253824 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 104216

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 2733
/proc/meminfo: memFree=27103216/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1302.08 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 130185 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 104216

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2733
/proc/meminfo: memFree=27103340/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1362.07 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 136184 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6248926 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 104216

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 2733
/proc/meminfo: memFree=27103464/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1422.06 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 142183 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6248926 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 104216

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2733
/proc/meminfo: memFree=27103464/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1482.05 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 148182 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254094 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 104216

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 2734
/proc/meminfo: memFree=27103464/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1542.04 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 154181 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6249204 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 104216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2734
/proc/meminfo: memFree=27103464/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1602.03 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 160180 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 104216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2734
/proc/meminfo: memFree=27103340/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1662.02 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 166179 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254950 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 104216

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2734
/proc/meminfo: memFree=27103588/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1722.01 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 172178 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254097 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 104216

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27102836/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1782 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 178177 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254145 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 104216

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27103208/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1785.2 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 178497 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254641 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 104216

[startup+1788.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27103208/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1788.4 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 178817 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254621 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 104216

[startup+1790.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27103208/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1790 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 178977 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254696 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 104216

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27103208/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1791.6 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 179137 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6254517 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 104216

[startup+1792.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27103208/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=104216 CPUtime=1792 cores=1,3,5,7
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202496 27373 0 0 0 179177 23 0 0 20 0 1 0 335790559 106717184 24750 33554432000 4194304 7823515 140736535165472 140736535160136 6256183 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2683/statm: 26054 24750 505 887 0 25164 0
Current children cumulated CPU time (s) 1792
Current children cumulated vsize (KiB) 104216

[startup+1792.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 2737
/proc/meminfo: memFree=27103208/32873844 swapFree=6608/6608
[pid=2683] ppid=2681 vsize=0 CPUtime=1792.41 cores=3-5,11,13-14,17,19,24,65-66,68,70-71,73-74,76-78,86,130,448,457-461,463,466,468-470,515-516,519,522,580-581,587,589-590,593,595,600,643-645,651,653-654,657,659,664,708-710,713-716,719-720,725,727-728,734,771-773,779,781-782,785,787,792,836-837,843,845-846,849,851,856,900-901,904,907,909,912-915,920,960-961,964,966-970,972-974,982
/proc/2683/stat : 2683 (pbscip.linux.x8) R 2681 2683 301 0 -1 4202500 27394 0 0 0 179217 24 0 0 20 0 1 0 335790559 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2683/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1792.7
CPU time (s): 1792.41
CPU user time (s): 1792.17
CPU system time (s): 0.242963
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 105156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.17
system time used= 0.242963
maximum resident set size= 102568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27394
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= 18
involuntary context switches= 1846

runsolver used 3.09553 second user time and 7.77382 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 06:10:57
IDJOB=3732816
IDBENCH=2218
IDSOLVER=2321
FILE ID=node140/3732816-1338696657
RUNJOBID= node140-1338678631-321
PBS_JOBID= 14636673
Free space on /tmp= 70616 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732816-1338696657/watcher-3732816-1338696657 -o /tmp/evaluation-result-3732816-1338696657/solver-3732816-1338696657 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3732816-1338696657.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=1106062034

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27262984 kB
Buffers:          405544 kB
Cached:          4216236 kB
SwapCached:         1664 kB
Active:          1353704 kB
Inactive:        3368428 kB
Active(anon):      92844 kB
Inactive(anon):     9404 kB
Active(file):    1260860 kB
Inactive(file):  3359024 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             10232 kB
Writeback:             0 kB
AnonPages:        104844 kB
Mapped:            12596 kB
Shmem:                 8 kB
Slab:             748504 kB
SReclaimable:     190588 kB
SUnreclaim:       557916 kB
KernelStack:        1440 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     215964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70604 MiB
End job on node140 at 2012-06-03 06:40:50