Trace number 2666965

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.16 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666965-1276383551.opb>
10.39/10.48	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.39/10.48	c problem read
10.39/10.48	c presolving settings loaded
13.39/13.44	c presolving:
25.29/25.39	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
30.79/30.88	c    (18.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.79/30.88	c    (18.1s) probing aborted: 100/100 successive totally useless probings
30.79/30.89	c presolving (2 rounds):
30.79/30.89	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.79/30.89	c  1313400 implications, 0 cliques
30.79/30.89	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
30.79/30.89	c  656900 constraints of type <logicor>
30.79/30.89	c transformed objective value is always integral (scale: 1)
30.79/30.89	c Presolving Time: 16.07
30.79/30.89	c - non default parameters ----------------------------------------------------------------------
30.79/30.89	c # SCIP version 1.2.1.2
30.79/30.89	c 
30.79/30.89	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
30.79/30.89	c # [type: int, range: [-1,2147483647], default: -1]
30.79/30.89	c conflict/interconss = 0
30.79/30.89	c 
30.79/30.89	c # should binary conflicts be preferred?
30.79/30.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.79/30.89	c conflict/preferbinary = TRUE
30.79/30.89	c 
30.79/30.89	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
30.79/30.89	c # [type: int, range: [-1,2147483647], default: 0]
30.79/30.89	c constraints/agelimit = 1
30.79/30.89	c 
30.79/30.89	c # should enforcement of pseudo solution be disabled?
30.79/30.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.79/30.89	c constraints/disableenfops = TRUE
30.79/30.89	c 
30.79/30.89	c # frequency for displaying node information lines
30.79/30.89	c # [type: int, range: [-1,2147483647], default: 100]
30.79/30.89	c display/freq = 10000
30.79/30.89	c 
30.79/30.89	c # maximal time in seconds to run
30.79/30.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.79/30.89	c limits/time = 1789.53
30.79/30.89	c 
30.79/30.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.79/30.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.79/30.89	c limits/memory = 1620
30.79/30.89	c 
30.79/30.89	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
30.79/30.89	c # [type: int, range: [-1,2147483647], default: 1]
30.79/30.89	c lp/solvefreq = 0
30.79/30.89	c 
30.79/30.89	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
30.79/30.89	c # [type: char, range: {lafpsqd}, default: l]
30.79/30.89	c lp/pricing = a
30.79/30.89	c 
30.79/30.89	c # should presolving try to simplify inequalities
30.79/30.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.79/30.89	c constraints/linear/simplifyinequalities = TRUE
30.79/30.89	c 
30.79/30.89	c # should presolving try to simplify knapsacks
30.79/30.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.79/30.89	c constraints/knapsack/simplifyinequalities = TRUE
30.79/30.89	c 
30.79/30.89	c # priority of node selection rule <dfs> in standard mode
30.79/30.89	c # [type: int, range: [-536870912,536870911], default: 0]
30.79/30.89	c nodeselection/dfs/stdpriority = 1000000
30.79/30.89	c 
30.79/30.89	c -----------------------------------------------------------------------------------------------
30.79/30.89	c start solving
30.88/30.94	c 
71.27/71.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.27/71.37	c  57.9s|     1 |     0 |  1112 |     - | 735M|   0 | 263 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.745917e+02 |      --      |    Inf 
559.24/559.48	c   536s|     1 |     0 |  7332 |     - | 739M|   0 | 269 |  10k| 656k|  10k| 656k|  10 |   0 |   0 | 1.799765e+02 |      --      |    Inf 
722.60/722.88	c   685s|     1 |     0 |  7742 |     - | 739M|   0 | 282 |  10k| 656k|  10k| 656k|  21 |   0 |   0 | 1.871395e+02 |      --      |    Inf 
1040.92/1041.21	c   957s|     1 |     0 |  8100 |     - | 739M|   0 | 293 |  10k| 656k|  10k| 656k|  29 |   0 |   0 | 1.906115e+02 |      --      |    Inf 
1465.70/1466.10	c  1312s|     1 |     0 |  8449 |     - | 739M|   0 | 289 |  10k| 656k|  10k| 656k|  36 |   0 |   0 | 1.929034e+02 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.59	c  1575s|     1 |     2 |  8449 |     - | 739M|   0 | 289 |  10k| 656k|  10k| 656k|  36 |   0 |   0 | 1.929034e+02 |      --      |    Inf 
1800.03/1800.59	c 
1800.03/1800.59	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.59	c Solving Time (sec) : 1574.84
1800.03/1800.59	c Solving Nodes      : 1
1800.03/1800.59	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.59	c Dual Bound         : +1.92903416750866e+02
1800.03/1800.59	c Gap                : infinite
1800.03/1800.59	s UNKNOWN
1800.03/1800.59	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.59	c Solving Time       :    1574.84
1800.03/1800.59	c Original Problem   :
1800.03/1800.59	c   Problem name     : HOME/instance-2666965-1276383551.opb
1800.03/1800.59	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.59	c   Constraints      : 656900 initial, 656900 maximal
1800.03/1800.59	c Presolved Problem  :
1800.03/1800.59	c   Problem name     : t_HOME/instance-2666965-1276383551.opb
1800.03/1800.59	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.59	c   Constraints      : 656900 initial, 656900 maximal
1800.03/1800.59	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.59	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.59	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.59	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   probing          :       4.15          0          0          0          0          0          0          0          0
1800.03/1800.59	c   logicor          :       2.93          0          0          0          0          0          0          0          0
1800.03/1800.59	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.59	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.59	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.03/1800.59	c   logicor          :     656900          5        201          0          0          0          0          0          0          0
1800.03/1800.59	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.59	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.59	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.59	c   logicor          :       3.21       0.40       2.81       0.00       0.00
1800.03/1800.59	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.59	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.59	c   vbounds          :       0.00          2          0          0
1800.03/1800.59	c   rootredcost      :       0.00          0          0          0
1800.03/1800.59	c   pseudoobj        :       0.01          6          0          0
1800.03/1800.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.59	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.59	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.59	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.59	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.59	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 66)
1800.03/1800.59	c   redcost          :       0.02          5          0          0          0          0
1800.03/1800.59	c   impliedbounds    :       0.03          5          0          0          0          0
1800.03/1800.59	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.59	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.59	c   gomory           :     533.75          5          0          0       2000          0
1800.03/1800.59	c   strongcg         :     261.16          4          0          0       2000          0
1800.03/1800.59	c   cmir             :      17.95          4          0          0          0          0
1800.03/1800.59	c   flowcover        :     254.99          4          0          0          0          0
1800.03/1800.59	c   clique           :       3.14          4          0          0         24          0
1800.03/1800.59	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.59	c   mcf              :       1.24          1          0          0          0          0
1800.03/1800.59	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.59	c Pricers            :       Time      Calls       Vars
1800.03/1800.59	c   problem variables:       0.00          0          0
1800.03/1800.59	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.59	c   relpscost        :       0.00          1          0          0          0          0          2
1800.03/1800.59	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.59	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.59	c   LP solutions     :       0.00          -          0
1800.03/1800.59	c   pseudo solutions :       0.00          -          0
1800.03/1800.59	c   oneopt           :       0.00          0          0
1800.03/1800.59	c   crossover        :       0.00          0          0
1800.03/1800.59	c   trivial          :       0.98          2          0
1800.03/1800.59	c   simplerounding   :       0.01          0          0
1800.03/1800.59	c   zirounding       :       0.07          1          0
1800.03/1800.59	c   rounding         :       0.42          5          0
1800.03/1800.59	c   shifting         :       0.70          5          0
1800.03/1800.59	c   intshifting      :       0.00          0          0
1800.03/1800.59	c   twoopt           :       0.00          0          0
1800.03/1800.59	c   fixandinfer      :       0.00          0          0
1800.03/1800.59	c   feaspump         :     339.96          1          0
1800.03/1800.59	c   coefdiving       :       0.00          0          0
1800.03/1800.59	c   pscostdiving     :       0.00          0          0
1800.03/1800.59	c   fracdiving       :       0.00          0          0
1800.03/1800.59	c   veclendiving     :       0.00          0          0
1800.03/1800.59	c   intdiving        :       0.00          0          0
1800.03/1800.59	c   actconsdiving    :       0.00          0          0
1800.03/1800.59	c   objpscostdiving  :       0.00          0          0
1800.03/1800.59	c   rootsoldiving    :       0.00          0          0
1800.03/1800.59	c   linesearchdiving :       0.00          0          0
1800.03/1800.59	c   guideddiving     :       0.00          0          0
1800.03/1800.59	c   octane           :       0.00          0          0
1800.03/1800.59	c   rens             :       0.00          0          0
1800.03/1800.59	c   rins             :       0.00          0          0
1800.03/1800.59	c   localbranching   :       0.00          0          0
1800.03/1800.59	c   mutation         :       0.00          0          0
1800.03/1800.59	c   dins             :       0.00          0          0
1800.03/1800.59	c   undercover       :       0.00          0          0
1800.03/1800.59	c   nlp              :       0.00          0          0
1800.03/1800.59	c   trysol           :       0.00          0          0
1800.03/1800.59	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.59	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.59	c   dual LP          :     138.25          5       2660     532.00      19.24
1800.03/1800.59	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.59	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.59	c   diving/probing LP:     338.89          7       5789     827.00      17.08
1800.03/1800.59	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.59	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.59	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.59	c B&B Tree           :
1800.03/1800.59	c   number of runs   :          1
1800.03/1800.59	c   nodes            :          1
1800.03/1800.59	c   nodes (total)    :          1
1800.03/1800.59	c   nodes left       :          2
1800.03/1800.59	c   max depth        :          0
1800.03/1800.59	c   max depth (total):          0
1800.03/1800.59	c   backtracks       :          0 (0.0%)
1800.03/1800.59	c   delayed cutoffs  :          0
1800.03/1800.59	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.59	c   avg switch length:       1.00
1800.03/1800.59	c   switching time   :       0.00
1800.03/1800.59	c Solution           :
1800.03/1800.59	c   Solutions found  :          0 (0 improvements)
1800.03/1800.59	c   Primal Bound     :          -
1800.03/1800.59	c   Dual Bound       : +1.92903416750866e+02
1800.03/1800.59	c   Gap              :   infinite
1800.03/1800.59	c   Root Dual Bound  : +1.92903416750866e+02
1800.03/1800.59	c   Root Iterations  :       8449

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-2666965-1276383551/watcher-2666965-1276383551 -o /tmp/evaluation-result-2666965-1276383551/solver-2666965-1276383551 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666965-1276383551.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15783
/proc/meminfo: memFree=1849164/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=6696 CPUtime=0
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 13959120 6856704 904 1992294400 4194304 8223781 140736824518896 18446744073709551615 7256628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 1674 905 343 984 0 687 0

[startup+0.031296 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15783
/proc/meminfo: memFree=1849164/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=13720 CPUtime=0.02
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 2715 0 0 0 1 1 0 0 20 0 1 0 13959120 14049280 2633 1992294400 4194304 8223781 140736824518896 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 3430 2646 361 984 0 2443 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13720

[startup+0.101303 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15783
/proc/meminfo: memFree=1849164/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=18812 CPUtime=0.09
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 4015 0 0 0 8 1 0 0 20 0 1 0 13959120 19263488 3929 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 4703 3929 365 984 0 3716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18812

[startup+0.300324 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15783
/proc/meminfo: memFree=1849164/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=23868 CPUtime=0.29
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 5295 0 0 0 27 2 0 0 20 0 1 0 13959120 24440832 5209 1992294400 4194304 8223781 140736824518896 18446744073709551615 7247000 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 5967 5209 365 984 0 4980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23868

[startup+0.700364 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15783
/proc/meminfo: memFree=1849164/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=31600 CPUtime=0.69
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 7228 0 0 0 67 2 0 0 20 0 1 0 13959120 32358400 7142 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 7900 7142 365 984 0 6913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31600

[startup+1.50045 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 15784
/proc/meminfo: memFree=1814560/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=49028 CPUtime=1.49
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 11589 0 0 0 145 4 0 0 23 0 1 0 13959120 50204672 11503 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 12257 11503 365 984 0 11270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49028

[startup+3.10061 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 15784
/proc/meminfo: memFree=1791620/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=83412 CPUtime=3.09
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 20184 0 0 0 302 7 0 0 25 0 1 0 13959120 85413888 20098 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 20853 20098 365 984 0 19866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83412

[startup+6.30094 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 15784
/proc/meminfo: memFree=1720940/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=151952 CPUtime=6.29
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 37306 0 0 0 615 14 0 0 25 0 1 0 13959120 155598848 37220 1992294400 4194304 8223781 140736824518896 18446744073709551615 5650709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 37988 37221 365 984 0 37001 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151952

[startup+12.7006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15784
/proc/meminfo: memFree=1313600/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=613148 CPUtime=12.69
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 152950 0 0 0 1214 55 0 0 25 0 1 0 13959120 627863552 151846 1992294400 4194304 8223781 140736824518896 18446744073709551615 6207702 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 153287 151846 390 984 0 152300 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 613148

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15784
/proc/meminfo: memFree=1193692/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=604508 CPUtime=25.49
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 236600 0 0 0 2327 222 0 0 25 0 1 0 13959120 619016192 148657 1992294400 4194304 8223781 140736824518896 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 151127 148657 444 984 0 150140 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 604508

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15784
/proc/meminfo: memFree=622796/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1310584 CPUtime=51.08
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 440549 0 0 0 4792 316 0 0 25 0 1 0 13959120 1342038016 306404 1992294400 4194304 8223781 140736824518896 18446744073709551615 6592777 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 327646 306404 527 984 0 326659 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1310584

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15786
/proc/meminfo: memFree=589440/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1348476 CPUtime=102.28
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 463656 0 0 0 9901 327 0 0 25 0 1 0 13959120 1380839424 314702 1992294400 4194304 8223781 140736824518896 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 337119 314702 540 984 0 336132 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1348476

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15797
/proc/meminfo: memFree=580016/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1358328 CPUtime=162.24
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 478080 0 0 0 15888 336 0 0 25 0 1 0 13959120 1390927872 316992 1992294400 4194304 8223781 140736824518896 18446744073709551615 6533049 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 339582 316992 540 984 0 338595 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1358328

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15799
/proc/meminfo: memFree=578528/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1359360 CPUtime=222.23
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 492779 0 0 0 21878 345 0 0 25 0 1 0 13959120 1391984640 317378 1992294400 4194304 8223781 140736824518896 18446744073709551615 6358980 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 339840 317378 540 984 0 338853 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1359360

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15799
/proc/meminfo: memFree=577908/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1360032 CPUtime=282.21
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 507278 0 0 0 27868 353 0 0 25 0 1 0 13959120 1392672768 317572 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 340008 317572 540 984 0 339021 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1360032

[startup+342.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 15801
/proc/meminfo: memFree=576916/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1360672 CPUtime=342.2
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 521899 0 0 0 33856 364 0 0 25 0 1 0 13959120 1393328128 317805 1992294400 4194304 8223781 140736824518896 18446744073709551615 6359684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 340168 317805 540 984 0 339181 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1360672

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 15803
/proc/meminfo: memFree=576668/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1360672 CPUtime=402.18
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 539472 0 0 0 39845 373 0 0 25 0 1 0 13959120 1393328128 317893 1992294400 4194304 8223781 140736824518896 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 340168 317893 540 984 0 339181 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1360672

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15805
/proc/meminfo: memFree=568360/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1365536 CPUtime=462.16
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 3167784 0 0 0 44921 1295 0 0 25 0 1 0 13959120 1398308864 319805 1992294400 4194304 8223781 140736824518896 18446744073709551615 5721531 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 341384 319805 549 984 0 340397 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1365536

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15807
/proc/meminfo: memFree=563028/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1381224 CPUtime=522.15
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 3169239 0 0 0 50919 1296 0 0 25 0 1 0 13959120 1414373376 321260 1992294400 4194304 8223781 140736824518896 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 345306 321260 555 984 0 344319 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1381224

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15807
/proc/meminfo: memFree=546536/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1432700 CPUtime=582.14
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 4505699 0 0 0 56421 1793 0 0 25 0 1 0 13959120 1467084800 325477 1992294400 4194304 8223781 140736824518896 18446744073709551615 6299978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 358175 325477 570 984 0 357188 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1432700

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15809
/proc/meminfo: memFree=550628/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1427564 CPUtime=642.13
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 7223927 0 0 0 61477 2736 0 0 25 0 1 0 13959120 1461825536 324193 1992294400 4194304 8223781 140736824518896 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 356891 324193 570 984 0 355904 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1427564

[startup+702.3 s]

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

/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 20283306 0 0 0 92820 7382 0 0 25 0 1 0 13959120 1464135680 324505 1992294400 4194304 8223781 140736824518896 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 357455 324505 570 984 0 356468 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1429820

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15824
/proc/meminfo: memFree=545172/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1435400 CPUtime=1062.01
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 21508697 0 0 0 98379 7822 0 0 25 0 1 0 13959120 1469849600 325122 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 358850 325131 570 984 0 357863 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1435400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15826
/proc/meminfo: memFree=545916/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1435400 CPUtime=1122
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 25014961 0 0 0 103103 9097 0 0 25 0 1 0 13959120 1469849600 326066 1992294400 4194304 8223781 140736824518896 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 358850 326066 570 984 0 357863 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1435400

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15826
/proc/meminfo: memFree=543188/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1435400 CPUtime=1181.98
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 28520825 0 0 0 107845 10353 0 0 25 0 1 0 13959120 1469849600 325326 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 358850 325334 570 984 0 357863 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1435400

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15828
/proc/meminfo: memFree=543064/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1435400 CPUtime=1241.96
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 32023033 0 0 0 112577 11619 0 0 25 0 1 0 13959120 1469849600 326066 1992294400 4194304 8223781 140736824518896 18446744073709551615 7257364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 358850 326066 570 984 0 357863 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1435400

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15830
/proc/meminfo: memFree=546164/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1435400 CPUtime=1301.96
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 35524501 0 0 0 117309 12887 0 0 25 0 1 0 13959120 1469849600 326066 1992294400 4194304 8223781 140736824518896 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 358850 326066 570 984 0 357863 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1435400

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15832
/proc/meminfo: memFree=543064/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1430264 CPUtime=1361.93
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 39024685 0 0 0 122030 14163 0 0 25 0 1 0 13959120 1464590336 324782 1992294400 4194304 8223781 140736824518896 18446744073709551615 6054105 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 357566 324782 570 984 0 356579 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1430264

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15834
/proc/meminfo: memFree=547652/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1430264 CPUtime=1421.93
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 39524161 0 0 0 127849 14344 0 0 25 0 1 0 13959120 1464590336 324782 1992294400 4194304 8223781 140736824518896 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 357566 324782 570 984 0 356579 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1430264

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15834
/proc/meminfo: memFree=542072/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1436128 CPUtime=1481.9
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 40465418 0 0 0 133499 14691 0 0 25 0 1 0 13959120 1470595072 326291 1992294400 4194304 8223781 140736824518896 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 359032 326291 570 984 0 358045 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1436128

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15836
/proc/meminfo: memFree=542196/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1436128 CPUtime=1541.89
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 43966886 0 0 0 138216 15973 0 0 25 0 1 0 13959120 1470595072 326291 1992294400 4194304 8223781 140736824518896 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 359032 326291 570 984 0 358045 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1436128

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15838
/proc/meminfo: memFree=542072/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1436128 CPUtime=1601.87
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 47469271 0 0 0 142932 17255 0 0 25 0 1 0 13959120 1470595072 325924 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 359032 325933 570 984 0 358045 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1436128

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15840
/proc/meminfo: memFree=541948/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1436128 CPUtime=1661.86
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 50971106 0 0 0 147645 18541 0 0 25 0 1 0 13959120 1470595072 326291 1992294400 4194304 8223781 140736824518896 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 359032 326291 570 984 0 358045 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1436128

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15842
/proc/meminfo: memFree=546412/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1436128 CPUtime=1721.84
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 54472574 0 0 0 152355 19829 0 0 25 0 1 0 13959120 1470595072 326291 1992294400 4194304 8223781 140736824518896 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 359032 326291 570 984 0 358045 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1436128

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15842
/proc/meminfo: memFree=544552/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1436128 CPUtime=1781.83
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 57975326 0 0 0 157066 21117 0 0 25 0 1 0 13959120 1470595072 326291 1992294400 4194304 8223781 140736824518896 18446744073709551615 7257344 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 359032 326291 570 984 0 358045 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1436128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15844
/proc/meminfo: memFree=541700/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1430992 CPUtime=1800.03
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 59037194 0 0 0 158500 21503 0 0 25 0 1 0 13959120 1465335808 325007 1992294400 4194304 8223781 140736824518896 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15783/statm: 357748 325007 570 984 0 356761 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1430992

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15783

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15845
/proc/meminfo: memFree=546156/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1424408 CPUtime=1800.93
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 59041489 0 0 0 158588 21505 0 0 25 0 1 0 13959120 1458593792 324856 1992294400 4194304 8223781 140736824518896 18446744073709551615 6075548 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 356102 324856 576 984 0 355115 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 1424408

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15845
/proc/meminfo: memFree=546776/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=1361376 CPUtime=1801.73
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4202496 59042774 0 0 0 158667 21506 0 0 25 0 1 0 13959120 1394049024 309099 1992294400 4194304 8223781 140736824518896 18446744073709551615 6027079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15783/statm: 340344 309099 577 984 0 339357 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 1361376

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15845
/proc/meminfo: memFree=546776/2059040 swapFree=4135604/4192956
[pid=15783] ppid=15781 vsize=0 CPUtime=1802.12
/proc/15783/stat : 15783 (pbscip.linux.x8) R 15781 15783 15540 0 -1 4203524 59042774 0 0 0 158697 21515 0 0 25 0 1 0 13959120 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15783/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.63
CPU time (s): 1802.16
CPU user time (s): 1586.97
CPU system time (s): 215.182
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1516200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1586.97
system time used= 215.182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59042774
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= 5
involuntary context switches= 19567

runsolver used 2.96855 second user time and 8.5307 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 00:59:12
IDJOB=2666965
IDBENCH=1974
IDSOLVER=1169
FILE ID=node002/2666965-1276383551
PBS_JOBID= 11173245
Free space on /tmp= 62380 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666965-1276383551/watcher-2666965-1276383551 -o /tmp/evaluation-result-2666965-1276383551/solver-2666965-1276383551 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666965-1276383551.opb -t 1800 -m 1800

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=246314012

node002.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1849692 kB
Buffers:         19096 kB
Cached:         115280 kB
SwapCached:      17652 kB
Active:          37208 kB
Inactive:       116904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1849692 kB
SwapTotal:     4192956 kB
SwapFree:      4135604 kB
Dirty:           21372 kB
Writeback:           0 kB
AnonPages:       10680 kB
Mapped:           9188 kB
Slab:            33376 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180040 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62376 MiB
End job on node002 at 2010-06-13 01:29:14