Trace number 2665525

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.18 1802.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1796.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
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 495618
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 495618
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: Clp 1.11.1] [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-2665525-1276375976.opb>
10.69/10.72	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.69/10.72	c problem read
10.69/10.72	c presolving settings loaded
13.59/13.64	c presolving:
25.49/25.57	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.98/31.07	c    (18.0s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.98/31.07	c    (18.0s) probing aborted: 100/100 successive totally useless probings
30.98/31.07	c presolving (2 rounds):
30.98/31.07	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.98/31.07	c  1313400 implications, 0 cliques
30.98/31.07	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
30.98/31.07	c  656900 constraints of type <logicor>
30.98/31.07	c transformed objective value is always integral (scale: 1)
30.98/31.07	c Presolving Time: 16.06
30.98/31.08	c - non default parameters ----------------------------------------------------------------------
30.98/31.08	c # SCIP version 1.2.1.2
30.98/31.08	c 
30.98/31.08	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
30.98/31.08	c # [type: int, range: [-1,2147483647], default: -1]
30.98/31.08	c conflict/interconss = 0
30.98/31.08	c 
30.98/31.08	c # should binary conflicts be preferred?
30.98/31.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.08	c conflict/preferbinary = TRUE
30.98/31.08	c 
30.98/31.08	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
30.98/31.08	c # [type: int, range: [-1,2147483647], default: 0]
30.98/31.08	c constraints/agelimit = 1
30.98/31.08	c 
30.98/31.08	c # should enforcement of pseudo solution be disabled?
30.98/31.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.08	c constraints/disableenfops = TRUE
30.98/31.08	c 
30.98/31.08	c # frequency for displaying node information lines
30.98/31.08	c # [type: int, range: [-1,2147483647], default: 100]
30.98/31.08	c display/freq = 10000
30.98/31.08	c 
30.98/31.08	c # maximal time in seconds to run
30.98/31.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.98/31.08	c limits/time = 1789.29
30.98/31.08	c 
30.98/31.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.98/31.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.98/31.08	c limits/memory = 1620
30.98/31.08	c 
30.98/31.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
30.98/31.08	c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.08	c lp/solvefreq = 0
30.98/31.08	c 
30.98/31.08	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.98/31.08	c # [type: char, range: {lafpsqd}, default: l]
30.98/31.08	c lp/pricing = a
30.98/31.08	c 
30.98/31.08	c # should presolving try to simplify inequalities
30.98/31.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.08	c constraints/linear/simplifyinequalities = TRUE
30.98/31.08	c 
30.98/31.08	c # should presolving try to simplify knapsacks
30.98/31.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.08	c constraints/knapsack/simplifyinequalities = TRUE
30.98/31.08	c 
30.98/31.08	c # priority of node selection rule <dfs> in standard mode
30.98/31.08	c # [type: int, range: [-536870912,536870911], default: 0]
30.98/31.08	c nodeselection/dfs/stdpriority = 1000000
30.98/31.08	c 
30.98/31.08	c -----------------------------------------------------------------------------------------------
30.98/31.08	c start solving
31.07/31.13	c 
45.25/45.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.25/45.38	c  31.7s|     1 |     0 |   571 |     - | 735M|   0 | 281 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.778550e+02 |      --      |    Inf 
225.68/225.85	c   210s|     1 |     0 |  1013 |     - | 745M|   0 | 275 |  10k| 656k|  10k| 656k|   9 |   0 |   0 | 1.835888e+02 |      --      |    Inf 
830.33/830.79	c   814s|     1 |     0 |  1358 |     - | 745M|   0 | 280 |  10k| 656k|  10k| 656k|  16 |   0 |   0 | 1.868006e+02 |      --      |    Inf 
1525.06/1525.79	c  1507s|     1 |     0 |  1763 |     - | 745M|   0 | 278 |  10k| 656k|  10k| 656k|  23 |   0 |   0 | 1.901414e+02 |      --      |    Inf 
1800.06/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.89	c  1782s|     1 |     2 |  1763 |     - | 745M|   0 | 278 |  10k| 656k|  10k| 656k|  23 |   0 |   0 | 1.901414e+02 |      --      |    Inf 
1800.06/1800.89	c 
1800.06/1800.89	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.89	c Solving Time (sec) : 1781.85
1800.06/1800.89	c Solving Nodes      : 1
1800.06/1800.89	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.89	c Dual Bound         : +1.90141364469718e+02
1800.06/1800.89	c Gap                : infinite
1800.06/1800.89	s UNKNOWN
1800.06/1800.89	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.89	c Solving Time       :    1781.85
1800.06/1800.89	c Original Problem   :
1800.06/1800.89	c   Problem name     : HOME/instance-2665525-1276375976.opb
1800.06/1800.89	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.89	c   Constraints      : 656900 initial, 656900 maximal
1800.06/1800.89	c Presolved Problem  :
1800.06/1800.89	c   Problem name     : t_HOME/instance-2665525-1276375976.opb
1800.06/1800.89	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.89	c   Constraints      : 656900 initial, 656900 maximal
1800.06/1800.89	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.89	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.89	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.89	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.89	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.89	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.89	c   probing          :       4.14          0          0          0          0          0          0          0          0
1800.06/1800.89	c   logicor          :       2.90          0          0          0          0          0          0          0          0
1800.06/1800.89	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.89	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.89	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.06/1800.89	c   logicor          :     656900          4        201          0          0          0          0          0          0          0
1800.06/1800.89	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.89	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.89	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.89	c   logicor          :       3.05       0.32       2.73       0.00       0.00
1800.06/1800.89	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.89	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.89	c   vbounds          :       0.00          2          0          0
1800.06/1800.89	c   rootredcost      :       0.00          0          0          0
1800.06/1800.89	c   pseudoobj        :       0.02          5          0          0
1800.06/1800.89	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.89	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.89	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.89	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.89	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.89	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.89	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.06/1800.89	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.89	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.89	c   cut pool         :       0.03          3          -          -          0          -    (maximal pool size: 95)
1800.06/1800.89	c   redcost          :       0.00          4          0          0          0          0
1800.06/1800.89	c   impliedbounds    :       0.04          4          0          0          0          0
1800.06/1800.89	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.89	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.89	c   gomory           :     902.69          4          0          0       1000          0
1800.06/1800.89	c   strongcg         :     571.28          3          0          0       1000          0
1800.06/1800.89	c   cmir             :      15.85          3          0          0          0          0
1800.06/1800.89	c   flowcover        :     200.97          3          0          0          0          0
1800.06/1800.89	c   clique           :       3.08          3          0          0         19          0
1800.06/1800.89	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.89	c   mcf              :       1.15          1          0          0          0          0
1800.06/1800.89	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.89	c Pricers            :       Time      Calls       Vars
1800.06/1800.89	c   problem variables:       0.00          0          0
1800.06/1800.89	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.89	c   relpscost        :       0.00          1          0          0          0          0          2
1800.06/1800.89	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.89	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.89	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.89	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.89	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.89	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.89	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.89	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.89	c   LP solutions     :       0.00          -          0
1800.06/1800.89	c   pseudo solutions :       0.00          -          0
1800.06/1800.89	c   oneopt           :       0.00          0          0
1800.06/1800.89	c   crossover        :       0.00          0          0
1800.06/1800.89	c   trivial          :       0.99          2          0
1800.06/1800.89	c   simplerounding   :       0.00          0          0
1800.06/1800.89	c   zirounding       :       0.08          1          0
1800.06/1800.89	c   rounding         :       0.31          4          0
1800.06/1800.89	c   shifting         :       0.52          4          0
1800.06/1800.89	c   intshifting      :       0.00          0          0
1800.06/1800.89	c   twoopt           :       0.00          0          0
1800.06/1800.89	c   fixandinfer      :       0.00          0          0
1800.06/1800.89	c   feaspump         :       7.73          1          0
1800.06/1800.89	c   coefdiving       :       0.00          0          0
1800.06/1800.89	c   pscostdiving     :       0.00          0          0
1800.06/1800.89	c   fracdiving       :       0.00          0          0
1800.06/1800.89	c   veclendiving     :       0.00          0          0
1800.06/1800.89	c   intdiving        :       0.00          0          0
1800.06/1800.89	c   actconsdiving    :       0.00          0          0
1800.06/1800.89	c   objpscostdiving  :       0.00          0          0
1800.06/1800.89	c   rootsoldiving    :       0.00          0          0
1800.06/1800.89	c   linesearchdiving :       0.00          0          0
1800.06/1800.89	c   guideddiving     :       0.00          0          0
1800.06/1800.89	c   octane           :       0.00          0          0
1800.06/1800.89	c   rens             :       0.00          0          0
1800.06/1800.89	c   rins             :       0.00          0          0
1800.06/1800.89	c   localbranching   :       0.00          0          0
1800.06/1800.89	c   mutation         :       0.00          0          0
1800.06/1800.89	c   dins             :       0.00          0          0
1800.06/1800.89	c   undercover       :       0.00          0          0
1800.06/1800.89	c   nlp              :       0.00          0          0
1800.06/1800.89	c   trysol           :       0.00          0          0
1800.06/1800.89	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.89	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.89	c   dual LP          :      55.49          4       1763     440.75      31.77
1800.06/1800.89	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.89	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.89	c   diving/probing LP:       6.25          0          0       0.00       0.00
1800.06/1800.89	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.89	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.89	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.89	c B&B Tree           :
1800.06/1800.89	c   number of runs   :          1
1800.06/1800.89	c   nodes            :          1
1800.06/1800.89	c   nodes (total)    :          1
1800.06/1800.89	c   nodes left       :          2
1800.06/1800.89	c   max depth        :          0
1800.06/1800.89	c   max depth (total):          0
1800.06/1800.89	c   backtracks       :          0 (0.0%)
1800.06/1800.89	c   delayed cutoffs  :          0
1800.06/1800.89	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.89	c   avg switch length:       1.00
1800.06/1800.89	c   switching time   :       0.00
1800.06/1800.89	c Solution           :
1800.06/1800.89	c   Solutions found  :          0 (0 improvements)
1800.06/1800.89	c   Primal Bound     :          -
1800.06/1800.89	c   Dual Bound       : +1.90141364469718e+02
1800.06/1800.89	c   Gap              :   infinite
1800.06/1800.89	c   Root Dual Bound  : +1.90141364469718e+02
1800.06/1800.89	c   Root Iterations  :       1763

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-2665525-1276375976/watcher-2665525-1276375976 -o /tmp/evaluation-result-2665525-1276375976/solver-2665525-1276375976 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665525-1276375976.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: 1.75 1.95 1.63 3/106 12364
/proc/meminfo: memFree=1541236/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=8260 CPUtime=0
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 1007 0 0 0 0 0 0 0 18 0 1 0 13201147 8458240 928 1992294400 4194304 9819077 140736366444416 18446744073709551615 8678244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 2065 929 366 1374 0 686 0

[startup+0.086535 s]
/proc/loadavg: 1.75 1.95 1.63 3/106 12364
/proc/meminfo: memFree=1541236/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=19760 CPUtime=0.08
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 3880 0 0 0 7 1 0 0 18 0 1 0 13201147 20234240 3795 1992294400 4194304 9819077 140736366444416 18446744073709551615 8081215 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 4940 3795 388 1374 0 3561 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19760

[startup+0.100538 s]
/proc/loadavg: 1.75 1.95 1.63 3/106 12364
/proc/meminfo: memFree=1541236/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=20376 CPUtime=0.09
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 4036 0 0 0 8 1 0 0 18 0 1 0 13201147 20865024 3951 1992294400 4194304 9819077 140736366444416 18446744073709551615 5654220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 5094 3951 388 1374 0 3715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20376

[startup+0.300574 s]
/proc/loadavg: 1.75 1.95 1.63 3/106 12364
/proc/meminfo: memFree=1541236/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=25436 CPUtime=0.29
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 5135 0 0 0 28 1 0 0 18 0 1 0 13201147 26046464 5050 1992294400 4194304 9819077 140736366444416 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 6359 5060 388 1374 0 4980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25436

[startup+0.700648 s]
/proc/loadavg: 1.75 1.95 1.63 3/106 12364
/proc/meminfo: memFree=1541236/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=33164 CPUtime=0.69
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 7248 0 0 0 67 2 0 0 18 0 1 0 13201147 33959936 7163 1992294400 4194304 9819077 140736366444416 18446744073709551615 5649830 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 8291 7163 388 1374 0 6912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33164

[startup+1.50079 s]
/proc/loadavg: 1.75 1.95 1.63 2/107 12365
/proc/meminfo: memFree=1507624/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=49760 CPUtime=1.49
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 11399 0 0 0 145 4 0 0 19 0 1 0 13201147 50954240 11314 1992294400 4194304 9819077 140736366444416 18446744073709551615 8585944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 12440 11314 388 1374 0 11061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49760

[startup+3.10109 s]
/proc/loadavg: 1.69 1.94 1.63 2/107 12365
/proc/meminfo: memFree=1484064/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=82972 CPUtime=3.09
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 19697 0 0 0 303 6 0 0 24 0 1 0 13201147 84963328 19612 1992294400 4194304 9819077 140736366444416 18446744073709551615 5649310 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 20743 19612 388 1374 0 19364 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82972

[startup+6.30068 s]
/proc/loadavg: 1.69 1.94 1.63 2/107 12365
/proc/meminfo: memFree=1415120/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=149464 CPUtime=6.29
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 36297 0 0 0 616 13 0 0 25 0 1 0 13201147 153051136 36212 1992294400 4194304 9819077 140736366444416 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 37366 36212 388 1374 0 35987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149464

[startup+12.7009 s]
/proc/loadavg: 1.58 1.91 1.62 2/107 12365
/proc/meminfo: memFree=1031216/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=595040 CPUtime=12.68
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 148184 0 0 0 1214 54 0 0 25 0 1 0 13201147 609320960 147054 1992294400 4194304 9819077 140736366444416 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 148760 147056 438 1374 0 147381 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 595040

[startup+25.5002 s]
/proc/loadavg: 1.49 1.88 1.61 2/107 12367
/proc/meminfo: memFree=885764/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=666636 CPUtime=25.49
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 236569 0 0 0 2330 219 0 0 25 0 1 0 13201147 682635264 163922 1992294400 4194304 9819077 140736366444416 18446744073709551615 4333587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 166659 163922 490 1374 0 165280 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 666636

[startup+51.101 s]
/proc/loadavg: 1.32 1.81 1.60 2/107 12367
/proc/meminfo: memFree=374760/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1457724 CPUtime=51.05
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 577866 0 0 0 4734 371 0 0 25 0 1 0 13201147 1492709376 291472 1992294400 4194304 9819077 140736366444416 18446744073709551615 7816434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 364431 291472 640 1374 0 363052 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1457724

[startup+102.308 s]
/proc/loadavg: 1.13 1.67 1.56 2/107 12369
/proc/meminfo: memFree=392368/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1439060 CPUtime=102.24
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 674337 0 0 0 9809 415 0 0 25 0 1 0 13201147 1473597440 287088 1992294400 4194304 9819077 140736366444416 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 359765 287088 651 1374 0 358386 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1439060

[startup+162.302 s]
/proc/loadavg: 1.05 1.55 1.52 2/107 12369
/proc/meminfo: memFree=330244/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1513524 CPUtime=162.21
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 690597 0 0 0 15798 423 0 0 25 0 1 0 13201147 1549848576 302706 1992294400 4194304 9819077 140736366444416 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 378381 302706 659 1374 0 377002 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1513524

[startup+222.302 s]
/proc/loadavg: 1.01 1.44 1.49 2/107 12371
/proc/meminfo: memFree=309412/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538968 CPUtime=222.18
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 755695 0 0 0 21726 492 0 0 25 0 1 0 13201147 1575903232 307942 1992294400 4194304 9819077 140736366444416 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384742 307942 675 1374 0 383363 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1538968

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.45 2/107 12373
/proc/meminfo: memFree=307924/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=282.16
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800065 0 0 0 27699 517 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 1538936

[startup+342.301 s]
/proc/loadavg: 1.00 1.29 1.42 2/107 12375
/proc/meminfo: memFree=307924/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=342.13
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800065 0 0 0 33688 525 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 1538936

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.39 2/107 12377
/proc/meminfo: memFree=307924/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=402.11
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800065 0 0 0 39678 533 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 1538936

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.36 2/107 12377
/proc/meminfo: memFree=307924/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=462.09
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800065 0 0 0 45668 541 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 1538936

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.34 2/107 12388
/proc/meminfo: memFree=307180/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=522.05
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800707 0 0 0 51657 548 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6054124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1538936

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.32 2/107 12390
/proc/meminfo: memFree=307304/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=582.03
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800707 0 0 0 57647 556 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555529 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1538936

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.29 2/107 12392
/proc/meminfo: memFree=307304/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1538936 CPUtime=642.01
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 800707 0 0 0 63636 565 0 0 25 0 1 0 13201147 1575870464 308151 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384734 308151 675 1374 0 383355 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 1538936

[startup+702.3 s]

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

/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898331 0 0 0 111525 657 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 1539284

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 12406
/proc/meminfo: memFree=306808/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1539284 CPUtime=1181.79
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898973 0 0 0 117513 666 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555529 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 1539284

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 12408
/proc/meminfo: memFree=306932/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1539284 CPUtime=1241.76
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898973 0 0 0 123503 673 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555529 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 1539284

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 12413
/proc/meminfo: memFree=306808/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1539284 CPUtime=1301.75
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898973 0 0 0 129494 681 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 6054107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 1539284

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 12413
/proc/meminfo: memFree=306808/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1539284 CPUtime=1361.72
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898973 0 0 0 135482 690 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555529 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 1539284

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 12415
/proc/meminfo: memFree=306808/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1539284 CPUtime=1421.7
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898973 0 0 0 141472 698 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 1539284

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12417
/proc/meminfo: memFree=306808/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1539284 CPUtime=1481.67
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 898973 0 0 0 147467 700 0 0 25 0 1 0 13201147 1576226816 308189 1992294400 4194304 9819077 140736366444416 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 384821 308189 675 1374 0 383442 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 1539284

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12419
/proc/meminfo: memFree=304328/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1541960 CPUtime=1541.65
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 996145 0 0 0 153423 742 0 0 25 0 1 0 13201147 1578967040 308858 1992294400 4194304 9819077 140736366444416 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 385490 308858 675 1374 0 384111 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 1541960

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 12421
/proc/meminfo: memFree=304328/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1541960 CPUtime=1601.63
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 996145 0 0 0 159412 751 0 0 25 0 1 0 13201147 1578967040 308858 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 385490 308858 675 1374 0 384111 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 1541960

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.08 2/107 12421
/proc/meminfo: memFree=304328/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1541960 CPUtime=1661.61
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 996145 0 0 0 165401 760 0 0 25 0 1 0 13201147 1578967040 308858 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 385490 308858 675 1374 0 384111 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 1541960

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.07 2/107 12423
/proc/meminfo: memFree=304328/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1541960 CPUtime=1721.58
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 996145 0 0 0 171391 767 0 0 25 0 1 0 13201147 1578967040 308858 1992294400 4194304 9819077 140736366444416 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 385490 308858 675 1374 0 384111 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 1541960

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 12425
/proc/meminfo: memFree=304204/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1541960 CPUtime=1781.56
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 996145 0 0 0 177379 777 0 0 25 0 1 0 13201147 1578967040 308858 1992294400 4194304 9819077 140736366444416 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 385490 308858 675 1374 0 384111 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 1541960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 12425
/proc/meminfo: memFree=304204/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1541960 CPUtime=1800.06
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 996145 0 0 0 179227 779 0 0 25 0 1 0 13201147 1578967040 308858 1992294400 4194304 9819077 140736366444416 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12364/statm: 385490 308858 675 1374 0 384111 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1541960

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12364

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 12425
/proc/meminfo: memFree=304204/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1530984 CPUtime=1800.65
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 1006480 0 0 0 179283 782 0 0 25 0 1 0 13201147 1567727616 306116 1992294400 4194304 9819077 140736366444416 18446744073709551615 7816434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 382746 306116 681 1374 0 381367 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 1530984

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 12426
/proc/meminfo: memFree=312132/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1532624 CPUtime=1801.45
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 1040667 0 0 0 179349 796 0 0 25 0 1 0 13201147 1569406976 305397 1992294400 4194304 9819077 140736366444416 18446744073709551615 6075548 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 383156 305397 685 1374 0 381777 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 1532624

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 12426
/proc/meminfo: memFree=312132/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1485352 CPUtime=1801.85
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 1040669 0 0 0 179389 796 0 0 25 0 1 0 13201147 1521000448 293352 1992294400 4194304 9819077 140736366444416 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 371081 293352 687 1374 0 369702 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 1485352

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 12426
/proc/meminfo: memFree=399056/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=1451720 CPUtime=1802.06
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4202496 1040669 0 0 0 179409 797 0 0 25 0 1 0 13201147 1486561280 285201 1992294400 4194304 9819077 140736366444416 18446744073709551615 6027274 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12364/statm: 362930 285201 687 1374 0 361551 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1451720

[startup+1802.91 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 12426
/proc/meminfo: memFree=399056/2059040 swapFree=4192956/4192956
[pid=12364] ppid=12362 vsize=0 CPUtime=1802.15
/proc/12364/stat : 12364 (pbscip.linux.x8) R 12362 12364 12268 0 -1 4203524 1040669 0 0 0 179409 806 0 0 25 0 1 0 13201147 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12364/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.92
CPU time (s): 1802.18
CPU user time (s): 1794.1
CPU system time (s): 8.08477
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 1552908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 8.08477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1040669
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= 2
involuntary context switches= 4183

runsolver used 3.00954 second user time and 8.49771 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 22:52:57
IDJOB=2665525
IDBENCH=1964
IDSOLVER=1168
FILE ID=node007/2665525-1276375976
PBS_JOBID= 11173235
Free space on /tmp= 62440 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665525-1276375976/watcher-2665525-1276375976 -o /tmp/evaluation-result-2665525-1276375976/solver-2665525-1276375976 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665525-1276375976.opb -t 1800 -m 1800

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

MD5SUM BENCH= 35ffbede57b8807d38d913370f4c4486
RANDOM SEED=1876778495

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1541764 kB
Buffers:        143360 kB
Cached:         242680 kB
SwapCached:          0 kB
Active:         165192 kB
Inactive:       280224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1541764 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23116 kB
Writeback:           0 kB
AnonPages:       59268 kB
Mapped:          15436 kB
Slab:            50176 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181016 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= 62432 MiB
End job on node007 at 2010-06-12 23:23:00