Trace number 1870463

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1797.87 1798.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

Solver Data

0.79/0.86	c SCIP version 1.1.0.7
0.79/0.86	c LP-Solver Clp 1.8.2
0.79/0.86	c user parameter file <scip.set> not found - using default parameters
0.79/0.86	c read problem <HOME/instance-1870463-1245205866.opb>
0.79/0.86	c original problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
1.59/1.60	c start presolving problem
1.59/1.60	c presolving:
5.19/5.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598856 impls, 2000 clqs
10.69/10.75	c    (9.5s) probing: 101/77286 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
10.69/10.75	c    (9.5s) probing aborted: 100/100 successive totally useless probings
10.69/10.76	c presolving (2 rounds):
10.69/10.76	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
10.69/10.76	c  598856 implications, 2000 cliques
10.69/10.76	c presolved problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
10.69/10.76	c    2000 constraints of type <setppc>
10.69/10.76	c   75286 constraints of type <and>
10.69/10.76	c       1 constraints of type <linear>
10.69/10.76	c    1000 constraints of type <logicor>
10.69/10.76	c transformed objective value is always integral (scale: 1)
10.69/10.76	c Presolving Time: 9.13
10.79/10.80	c OPT-NLC
10.79/10.80	c -----------------------------------------------------------------------------------------------
10.79/10.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.79/10.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.79/10.80	c limits/memory = c 1620
10.79/10.80	c # maximal time in seconds to run
10.79/10.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.79/10.80	c limits/time = c 1791
10.79/10.80	c # frequency for displaying node information lines
10.79/10.80	c # [type: int, range: [-1,2147483647], default: 100]
10.79/10.80	c display/freq = c 10000
10.79/10.80	c -----------------------------------------------------------------------------------------------
10.79/10.80	c start solving problem
10.79/10.80	c 
1796.41/1796.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1796.41/1796.96	c  1791s|     1 |     0 | 75263 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1796.51/1797.04	c  1791s|     1 |     2 | 75263 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1796.51/1797.04	c 
1796.51/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.51/1797.04	c Solving Time (sec) : 1791.11
1796.51/1797.04	c Solving Nodes      : 1
1796.51/1797.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.51/1797.04	c Dual Bound         : -1.00000000000000e+03
1796.51/1797.04	c Gap                : infinite
1796.51/1797.04	c NODE         1
1796.51/1797.04	c DUAL BOUND   -1000
1796.51/1797.04	c PRIMAL BOUND 1e+20
1796.51/1797.04	c GAP          1e+20
1796.51/1797.04	s UNKNOWN
1796.51/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.51/1797.04	c Solving Time       :    1791.11
1796.51/1797.04	c Original Problem   :
1796.51/1797.04	c   Problem name     : HOME/instance-1870463-1245205866.opb
1796.51/1797.04	c   Variables        : 77286 (77286 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.51/1797.04	c   Constraints      : 78287 initial, 78287 maximal
1796.51/1797.04	c Presolved Problem  :
1796.51/1797.04	c   Problem name     : t_HOME/instance-1870463-1245205866.opb
1796.51/1797.04	c   Variables        : 77286 (77286 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.51/1797.04	c   Constraints      : 78287 initial, 78287 maximal
1796.51/1797.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.51/1797.04	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1796.51/1797.04	c   dualfix          :       0.04          0          0          0          0          0          0          0          0
1796.51/1797.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.51/1797.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.51/1797.04	c   implics          :       0.05          0          0          0          0          0          0          0          0
1796.51/1797.04	c   probing          :       2.79          0          0          0          0          0          0          0          0
1796.51/1797.04	c   setppc           :       0.09          0          0          0          0          0          0          0          0
1796.51/1797.04	c   and              :       5.10          0          0          0          0          0          0          0          0
1796.51/1797.04	c   linear           :       0.59          0          0          0          0          0          0          0          0
1796.51/1797.04	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1796.51/1797.04	c   root node        :          -          0          -          -          0          -          -          -          -
1796.51/1797.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.51/1797.04	c   integral         :          0          0          0          0          0          0          0          0          0          0
1796.51/1797.04	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1796.51/1797.04	c   and              :      75286          0        201          0          1          0          0          0          0          0
1796.51/1797.04	c   linear           :          1          0        201          0          1          0          0          0          0          0
1796.51/1797.04	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1796.51/1797.04	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.51/1797.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.51/1797.04	c   integral         :       0.00       0.00       0.00       0.00       0.00
1796.51/1797.04	c   setppc           :       0.06       0.00       0.04       0.00       0.02
1796.51/1797.04	c   and              :       0.94       0.00       0.92       0.00       0.02
1796.51/1797.04	c   linear           :       0.08       0.00       0.08       0.00       0.00
1796.51/1797.04	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1796.51/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.51/1797.04	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.51/1797.04	c   rootredcost      :       0.00          0          0          0
1796.51/1797.04	c   pseudoobj        :       0.01          1          0          0
1796.51/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.51/1797.04	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.51/1797.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.51/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.51/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.51/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.51/1797.04	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.51/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.51/1797.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.51/1797.04	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.51/1797.04	c   redcost          :       0.00          0          0          0          0          0
1796.51/1797.04	c   impliedbounds    :       0.00          0          0          0          0          0
1796.51/1797.04	c   intobj           :       0.00          0          0          0          0          0
1796.51/1797.04	c   gomory           :       0.00          0          0          0          0          0
1796.51/1797.04	c   strongcg         :       0.00          0          0          0          0          0
1796.51/1797.04	c   cmir             :       0.00          0          0          0          0          0
1796.51/1797.04	c   flowcover        :       0.00          0          0          0          0          0
1796.51/1797.04	c   clique           :       0.00          0          0          0          0          0
1796.51/1797.04	c   zerohalf         :       0.00          0          0          0          0          0
1796.51/1797.04	c   mcf              :       0.00          0          0          0          0          0
1796.51/1797.04	c Pricers            :       Time      Calls       Vars
1796.51/1797.04	c   problem variables:       0.00          0          0
1796.51/1797.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.51/1797.04	c   relpscost        :       0.00          0          0          0          0          0          0
1796.51/1797.04	c   pscost           :       0.00          0          0          0          0          0          0
1796.51/1797.04	c   inference        :       0.03          1          0          0          0          0          2
1796.51/1797.04	c   mostinf          :       0.00          0          0          0          0          0          0
1796.51/1797.04	c   leastinf         :       0.00          0          0          0          0          0          0
1796.51/1797.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.51/1797.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.51/1797.04	c   random           :       0.00          0          0          0          0          0          0
1796.51/1797.04	c Primal Heuristics  :       Time      Calls      Found
1796.51/1797.04	c   LP solutions     :       0.00          -          0
1796.51/1797.04	c   pseudo solutions :       0.00          -          0
1796.51/1797.04	c   oneopt           :       0.00          0          0
1796.51/1797.04	c   simplerounding   :       0.00          0          0
1796.51/1797.04	c   rounding         :       0.00          0          0
1796.51/1797.04	c   shifting         :       0.00          0          0
1796.51/1797.04	c   intshifting      :       0.00          0          0
1796.51/1797.04	c   fixandinfer      :       0.00          0          0
1796.51/1797.04	c   feaspump         :       0.00          0          0
1796.51/1797.04	c   coefdiving       :       0.00          0          0
1796.51/1797.04	c   pscostdiving     :       0.00          0          0
1796.51/1797.04	c   fracdiving       :       0.00          0          0
1796.51/1797.04	c   veclendiving     :       0.00          0          0
1796.51/1797.04	c   intdiving        :       0.00          0          0
1796.51/1797.04	c   actconsdiving    :       0.00          0          0
1796.51/1797.04	c   objpscostdiving  :       0.00          0          0
1796.51/1797.04	c   rootsoldiving    :       0.00          0          0
1796.51/1797.04	c   linesearchdiving :       0.00          0          0
1796.51/1797.04	c   guideddiving     :       0.00          0          0
1796.51/1797.04	c   octane           :       0.00          0          0
1796.51/1797.04	c   rens             :       0.00          0          0
1796.51/1797.04	c   rins             :       0.00          0          0
1796.51/1797.04	c   localbranching   :       0.00          0          0
1796.51/1797.04	c   mutation         :       0.00          0          0
1796.51/1797.04	c   crossover        :       0.00          0          0
1796.51/1797.04	c   dins             :       0.00          0          0
1796.51/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.51/1797.04	c   primal LP        :       0.00          0          0       0.00          -
1796.51/1797.04	c   dual LP          :    1780.50          1      75263   75263.00      42.27
1796.51/1797.04	c   barrier LP       :       0.00          0          0       0.00          -
1796.51/1797.04	c   diving/probing LP:       0.00          0          0       0.00          -
1796.51/1797.04	c   strong branching :       0.00          0          0       0.00          -
1796.51/1797.04	c     (at root node) :          -          0          0       0.00          -
1796.51/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.51/1797.04	c B&B Tree           :
1796.51/1797.04	c   number of runs   :          1
1796.51/1797.04	c   nodes            :          1
1796.51/1797.04	c   nodes (total)    :          1
1796.51/1797.04	c   nodes left       :          2
1796.51/1797.04	c   max depth        :          0
1796.51/1797.04	c   max depth (total):          0
1796.51/1797.04	c   backtracks       :          0 (0.0%)
1796.51/1797.04	c   delayed cutoffs  :          0
1796.51/1797.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.51/1797.04	c   avg switch length:       1.00
1796.51/1797.04	c   switching time   :       0.00
1796.51/1797.04	c Solution           :
1796.51/1797.04	c   Solutions found  :          0 (0 improvements)
1796.51/1797.04	c   Primal Bound     :          -
1796.51/1797.04	c   Dual Bound       : -1.00000000000000e+03
1796.51/1797.04	c   Gap              :   infinite
1796.51/1797.04	c   Root Dual Bound  : -1.00000000000000e+03
1797.81/1798.35	c Time complete: 1797.86.

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

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.99 1.00 1.00 3/65 3969
/proc/meminfo: memFree=1846048/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=7616 CPUtime=0
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 601 0 0 0 0 0 0 0 20 0 1 0 188185183 7798784 585 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 1904 596 353 1256 0 643 0

[startup+0.0706351 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 3969
/proc/meminfo: memFree=1846048/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=21216 CPUtime=0.06
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 4170 0 0 0 5 1 0 0 20 0 1 0 188185183 21725184 4154 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 5304 4155 378 1256 0 4043 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21216

[startup+0.101638 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 3969
/proc/meminfo: memFree=1846048/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=25304 CPUtime=0.09
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 5170 0 0 0 8 1 0 0 20 0 1 0 188185183 25911296 5154 1992294400 4194304 9342243 548682068736 18446744073709551615 5545369 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 6326 5154 378 1256 0 5065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25304

[startup+0.301661 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 3969
/proc/meminfo: memFree=1846048/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=49120 CPUtime=0.29
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 11179 0 0 0 25 4 0 0 22 0 1 0 188185183 50298880 11163 1992294400 4194304 9342243 548682068736 18446744073709551615 5537579 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 12280 11164 378 1256 0 11019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49120

[startup+0.701706 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 3969
/proc/meminfo: memFree=1846048/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=84272 CPUtime=0.69
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 20013 0 0 0 62 7 0 0 25 0 1 0 188185183 86294528 19997 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 21068 19997 378 1256 0 19807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84272

[startup+1.5018 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1711704/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=194716 CPUtime=1.49
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 48095 0 0 0 131 18 0 0 25 0 1 0 188185183 199389184 47577 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 48679 47577 426 1256 0 47418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194716

[startup+3.10198 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1651416/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=209248 CPUtime=3.09
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 51527 0 0 0 287 22 0 0 25 0 1 0 188185183 214269952 51009 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 52312 51009 446 1256 0 51051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209248

[startup+6.30134 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1603800/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=248580 CPUtime=6.29
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 62960 0 0 0 594 35 0 0 25 0 1 0 188185183 254545920 60837 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 62145 60837 478 1256 0 60884 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 248580

[startup+12.7011 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1394528/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=557344 CPUtime=12.69
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 126762 0 0 0 1200 69 0 0 25 0 1 0 188185183 570720256 123728 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 139336 123728 617 1256 0 138075 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 557344

[startup+25.5015 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 3970
/proc/meminfo: memFree=1334112/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=587784 CPUtime=25.48
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 141425 0 0 0 2471 77 0 0 25 0 1 0 188185183 601890816 128336 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 146946 128336 618 1256 0 145685 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 587784

[startup+51.1014 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 3970
/proc/meminfo: memFree=1328544/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=604964 CPUtime=51.08
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 154629 0 0 0 5023 85 0 0 25 0 1 0 188185183 619483136 129702 1992294400 4194304 9342243 548682068736 18446744073709551615 6959616 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 151241 129702 619 1256 0 149980 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 604964

[startup+102.305 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 3970
/proc/meminfo: memFree=1332640/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=613324 CPUtime=102.26
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 175820 0 0 0 10129 97 0 0 25 0 1 0 188185183 628043776 128633 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 153331 128633 619 1256 0 152070 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 613324

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1329568/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=614132 CPUtime=162.25
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 191301 0 0 0 16118 107 0 0 25 0 1 0 188185183 628871168 129431 1992294400 4194304 9342243 548682068736 18446744073709551615 6962206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 153533 129431 619 1256 0 152272 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 614132

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1324896/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=616436 CPUtime=222.23
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 216153 0 0 0 22102 121 0 0 25 0 1 0 188185183 631230464 130604 1992294400 4194304 9342243 548682068736 18446744073709551615 6342051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 154109 130604 619 1256 0 152848 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 616436

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1318752/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=617076 CPUtime=282.21
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 244116 0 0 0 28088 133 0 0 25 0 1 0 188185183 631885824 132174 1992294400 4194304 9342243 548682068736 18446744073709551615 5869983 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 154269 132174 619 1256 0 153008 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 617076

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1318624/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=617716 CPUtime=342.2
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 272228 0 0 0 34069 151 0 0 25 0 1 0 188185183 632541184 132114 1992294400 4194304 9342243 548682068736 18446744073709551615 5869991 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 154429 132114 619 1256 0 153168 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 617716

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1330528/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=618528 CPUtime=402.18
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 298930 0 0 0 40052 166 0 0 25 0 1 0 188185183 633372672 129160 1992294400 4194304 9342243 548682068736 18446744073709551615 6962237 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 154632 129160 619 1256 0 153371 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 618528

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1330912/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=619204 CPUtime=462.17
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 325761 0 0 0 46036 181 0 0 25 0 1 0 188185183 634064896 129121 1992294400 4194304 9342243 548682068736 18446744073709551615 6959764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 154801 129121 619 1256 0 153540 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 619204

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1330080/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=619724 CPUtime=522.15
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 348545 0 0 0 52021 194 0 0 25 0 1 0 188185183 634597376 129305 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 154931 129305 619 1256 0 153670 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 619724

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1322912/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=621076 CPUtime=582.14
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 373090 0 0 0 58005 209 0 0 25 0 1 0 188185183 635981824 131148 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 155269 131148 619 1256 0 154008 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 621076

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1324576/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=621528 CPUtime=642.12
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 392821 0 0 0 63992 220 0 0 25 0 1 0 188185183 636444672 130564 1992294400 4194304 9342243 548682068736 18446744073709551615 6960342 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 155382 130564 619 1256 0 154121 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 621528

[startup+702.301 s]

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

/proc/meminfo: memFree=1328800/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=624584 CPUtime=1062.01
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 557661 0 0 0 105891 310 0 0 25 0 1 0 188185183 639574016 129469 1992294400 4194304 9342243 548682068736 18446744073709551615 5874735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 156146 129469 619 1256 0 154885 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 624584

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1326560/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=625756 CPUtime=1121.99
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 580765 0 0 0 111876 323 0 0 25 0 1 0 188185183 640774144 130115 1992294400 4194304 9342243 548682068736 18446744073709551615 6965598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 156439 130115 619 1256 0 155178 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 625756

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1326112/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=626584 CPUtime=1181.98
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 602927 0 0 0 117862 336 0 0 25 0 1 0 188185183 641622016 130337 1992294400 4194304 9342243 548682068736 18446744073709551615 5868863 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 156646 130337 619 1256 0 155385 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 626584

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3970
/proc/meminfo: memFree=1325216/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=627048 CPUtime=1241.96
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 627191 0 0 0 123846 350 0 0 25 0 1 0 188185183 642097152 130383 1992294400 4194304 9342243 548682068736 18446744073709551615 5869995 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 156762 130383 619 1256 0 155501 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 627048

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1314784/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=627660 CPUtime=1301.95
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 650811 0 0 0 129832 363 0 0 25 0 1 0 188185183 642723840 132908 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 156915 132908 619 1256 0 155654 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 627660

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1322336/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=628152 CPUtime=1361.93
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 671612 0 0 0 135818 375 0 0 25 0 1 0 188185183 643227648 131048 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157038 131048 619 1256 0 155777 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 628152

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1318048/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=628500 CPUtime=1421.92
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 694000 0 0 0 141804 388 0 0 25 0 1 0 188185183 643584000 132086 1992294400 4194304 9342243 548682068736 18446744073709551615 5868863 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157125 132086 619 1256 0 155864 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 628500

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1325984/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=628756 CPUtime=1481.89
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 716635 0 0 0 147790 399 0 0 25 0 1 0 188185183 643846144 130167 1992294400 4194304 9342243 548682068736 18446744073709551615 6959570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157189 130167 619 1256 0 155928 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 628756

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1314080/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=628868 CPUtime=1541.88
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 736444 0 0 0 153779 409 0 0 25 0 1 0 188185183 643960832 133045 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157217 133045 619 1256 0 155956 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 628868

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1326880/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=629640 CPUtime=1601.86
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 758387 0 0 0 159764 422 0 0 25 0 1 0 188185183 644751360 129935 1992294400 4194304 9342243 548682068736 18446744073709551615 6964142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157410 129935 619 1256 0 156149 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 629640

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1322656/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=630532 CPUtime=1661.85
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 780203 0 0 0 165751 434 0 0 25 0 1 0 188185183 645664768 130959 1992294400 4194304 9342243 548682068736 18446744073709551615 5874703 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157633 130959 619 1256 0 156372 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 630532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1323616/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=630936 CPUtime=1721.84
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 802682 0 0 0 171735 449 0 0 25 0 1 0 188185183 646078464 130876 1992294400 4194304 9342243 548682068736 18446744073709551615 6970160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157734 130876 619 1256 0 156473 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 630936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1317856/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=631244 CPUtime=1781.82
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 827307 0 0 0 177720 462 0 0 25 0 1 0 188185183 646393856 132218 1992294400 4194304 9342243 548682068736 18446744073709551615 5868814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157811 132218 619 1256 0 156550 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 631244

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3972
/proc/meminfo: memFree=1311008/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=631244 CPUtime=1791.42
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 828911 0 0 0 178679 463 0 0 25 0 1 0 188185183 646393856 133822 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157811 133822 619 1256 0 156550 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 631244

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3978
/proc/meminfo: memFree=1310368/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=631244 CPUtime=1794.62
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 829015 0 0 0 178999 463 0 0 25 0 1 0 188185183 646393856 133926 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157811 133926 619 1256 0 156550 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 631244

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3978
/proc/meminfo: memFree=1310176/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=631384 CPUtime=1796.21
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 833819 0 0 0 179156 465 0 0 25 0 1 0 188185183 646537216 129748 1992294400 4194304 9342243 548682068736 18446744073709551615 6976464 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3969/statm: 157846 129758 619 1256 0 156585 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 631384

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3978
/proc/meminfo: memFree=1324896/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=631384 CPUtime=1797.01
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 834384 0 0 0 179235 466 0 0 25 0 1 0 188185183 646537216 130312 1992294400 4194304 9342243 548682068736 18446744073709551615 4301917 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 157846 130312 632 1256 0 156585 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 631384

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3978
/proc/meminfo: memFree=1324896/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=631384 CPUtime=1797.41
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 834386 0 0 0 179275 466 0 0 25 0 1 0 188185183 646537216 130314 1992294400 4194304 9342243 548682068736 18446744073709551615 4894339 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 157846 130314 634 1256 0 156585 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 631384

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3978
/proc/meminfo: memFree=1324896/2055920 swapFree=4182240/4192956
[pid=3969] ppid=3967 vsize=380684 CPUtime=1797.81
/proc/3969/stat : 3969 (pbscip.linux.x8) R 3967 3969 3893 0 -1 4194304 834387 0 0 0 179313 468 0 0 25 0 1 0 188185183 389820416 93892 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/3969/statm: 95171 93892 5695 1256 0 93910 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 380684

Child status: 0
Real time (s): 1798.35
CPU time (s): 1797.87
CPU user time (s): 1793.13
CPU system time (s): 4.73928
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 631384

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

runsolver used 1.89971 second user time and 4.64929 second system time

The end

Launcher Data

Begin job on node85 at 2009-06-17 04:31:06
IDJOB=1870463
IDBENCH=48230
IDSOLVER=684
FILE ID=node85/1870463-1245205866
PBS_JOBID= 9368365
Free space on /tmp= 126844 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870463-1245205866/watcher-1870463-1245205866 -o /tmp/evaluation-result-1870463-1245205866/solver-1870463-1245205866 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870463-1245205866.opb

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=1067327264

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
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.213
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1846464 kB
Buffers:         21212 kB
Cached:         114772 kB
SwapCached:       6136 kB
Active:          83112 kB
Inactive:        61960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846464 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:           13840 kB
Writeback:           0 kB
Mapped:          13752 kB
Slab:            50312 kB
Committed_AS:    78220 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126832 MiB
End job on node85 at 2009-06-17 05:01:05