Trace number 1870462

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1797.4 1797.93

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.89/0.90	c SCIP version 1.1.0.7
0.89/0.90	c LP-Solver SoPlex 1.4.1
0.89/0.90	c user parameter file <scip.set> not found - using default parameters
0.89/0.90	c read problem <HOME/instance-1870462-1245205844.opb>
0.89/0.90	c original problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
1.59/1.66	c start presolving problem
1.59/1.66	c presolving:
5.49/5.51	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
11.18/11.25	c    (9.9s) probing: 101/77286 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.18/11.25	c    (9.9s) probing aborted: 100/100 successive totally useless probings
11.18/11.26	c presolving (2 rounds):
11.18/11.26	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.18/11.26	c  598856 implications, 2000 cliques
11.18/11.26	c presolved problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
11.18/11.26	c    2000 constraints of type <setppc>
11.18/11.26	c   75286 constraints of type <and>
11.18/11.26	c       1 constraints of type <linear>
11.18/11.26	c    1000 constraints of type <logicor>
11.18/11.26	c transformed objective value is always integral (scale: 1)
11.18/11.26	c Presolving Time: 9.57
11.28/11.30	c OPT-NLC
11.28/11.30	c -----------------------------------------------------------------------------------------------
11.28/11.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.28/11.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.28/11.30	c limits/memory = c 1620
11.28/11.30	c # maximal time in seconds to run
11.28/11.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.28/11.30	c limits/time = c 1791
11.28/11.30	c # frequency for displaying node information lines
11.28/11.30	c # [type: int, range: [-1,2147483647], default: 100]
11.28/11.30	c display/freq = c 10000
11.28/11.30	c -----------------------------------------------------------------------------------------------
11.28/11.30	c start solving problem
11.28/11.30	c 
1795.97/1796.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1795.97/1796.50	c  1794s|     1 |     0 | 45762 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1795.97/1796.58	c  1794s|     1 |     2 | 45762 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1795.97/1796.58	c 
1795.97/1796.58	c SCIP Status        : solving was interrupted [time limit reached]
1795.97/1796.58	c Solving Time (sec) : 1794.00
1795.97/1796.58	c Solving Nodes      : 1
1795.97/1796.58	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.97/1796.58	c Dual Bound         : -1.00000000000000e+03
1795.97/1796.58	c Gap                : infinite
1795.97/1796.58	c NODE         1
1795.97/1796.58	c DUAL BOUND   -1000
1795.97/1796.58	c PRIMAL BOUND 1e+20
1795.97/1796.58	c GAP          1e+20
1795.97/1796.58	s UNKNOWN
1795.97/1796.58	c SCIP Status        : solving was interrupted [time limit reached]
1795.97/1796.58	c Solving Time       :    1794.00
1795.97/1796.58	c Original Problem   :
1795.97/1796.58	c   Problem name     : HOME/instance-1870462-1245205844.opb
1795.97/1796.58	c   Variables        : 77286 (77286 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.97/1796.58	c   Constraints      : 78287 initial, 78287 maximal
1795.97/1796.58	c Presolved Problem  :
1795.97/1796.58	c   Problem name     : t_HOME/instance-1870462-1245205844.opb
1795.97/1796.58	c   Variables        : 77286 (77286 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.97/1796.58	c   Constraints      : 78287 initial, 78287 maximal
1795.97/1796.58	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.97/1796.58	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1795.97/1796.58	c   dualfix          :       0.03          0          0          0          0          0          0          0          0
1795.97/1796.58	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.58	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.97/1796.58	c   implics          :       0.06          0          0          0          0          0          0          0          0
1795.97/1796.58	c   probing          :       2.83          0          0          0          0          0          0          0          0
1795.97/1796.58	c   setppc           :       0.10          0          0          0          0          0          0          0          0
1795.97/1796.58	c   and              :       5.45          0          0          0          0          0          0          0          0
1795.97/1796.58	c   linear           :       0.61          0          0          0          0          0          0          0          0
1795.97/1796.58	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1795.97/1796.58	c   root node        :          -          0          -          -          0          -          -          -          -
1795.97/1796.58	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.97/1796.58	c   integral         :          0          0          0          0          0          0          0          0          0          0
1795.97/1796.58	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1795.97/1796.58	c   and              :      75286          0        201          0          1          0          0          0          0          0
1795.97/1796.58	c   linear           :          1          0        201          0          1          0          0          0          0          0
1795.97/1796.58	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1795.97/1796.58	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.97/1796.58	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.97/1796.58	c   integral         :       0.00       0.00       0.00       0.00       0.00
1795.97/1796.58	c   setppc           :       0.09       0.00       0.07       0.00       0.02
1795.97/1796.58	c   and              :       0.90       0.00       0.88       0.00       0.02
1795.97/1796.58	c   linear           :       0.15       0.00       0.15       0.00       0.00
1795.97/1796.58	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1795.97/1796.58	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.97/1796.58	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.97/1796.58	c   rootredcost      :       0.00          0          0          0
1795.97/1796.58	c   pseudoobj        :       0.00          1          0          0
1795.97/1796.58	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.97/1796.58	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1795.97/1796.58	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.97/1796.58	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.97/1796.58	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.97/1796.58	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.97/1796.58	c   applied globally :          -          -          -          0        0.0          -          -          -
1795.97/1796.58	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.97/1796.58	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.97/1796.58	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1795.97/1796.58	c   redcost          :       0.00          0          0          0          0          0
1795.97/1796.58	c   impliedbounds    :       0.00          0          0          0          0          0
1795.97/1796.58	c   intobj           :       0.00          0          0          0          0          0
1795.97/1796.58	c   gomory           :       0.00          0          0          0          0          0
1795.97/1796.58	c   strongcg         :       0.00          0          0          0          0          0
1795.97/1796.58	c   cmir             :       0.00          0          0          0          0          0
1795.97/1796.58	c   flowcover        :       0.00          0          0          0          0          0
1795.97/1796.58	c   clique           :       0.00          0          0          0          0          0
1795.97/1796.58	c   zerohalf         :       0.00          0          0          0          0          0
1795.97/1796.58	c   mcf              :       0.00          0          0          0          0          0
1795.97/1796.58	c Pricers            :       Time      Calls       Vars
1795.97/1796.58	c   problem variables:       0.00          0          0
1795.97/1796.58	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.97/1796.58	c   relpscost        :       0.00          0          0          0          0          0          0
1795.97/1796.58	c   pscost           :       0.00          0          0          0          0          0          0
1795.97/1796.58	c   inference        :       0.03          1          0          0          0          0          2
1795.97/1796.58	c   mostinf          :       0.00          0          0          0          0          0          0
1795.97/1796.58	c   leastinf         :       0.00          0          0          0          0          0          0
1795.97/1796.58	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.97/1796.58	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.97/1796.58	c   random           :       0.00          0          0          0          0          0          0
1795.97/1796.58	c Primal Heuristics  :       Time      Calls      Found
1795.97/1796.58	c   LP solutions     :       0.00          -          0
1795.97/1796.58	c   pseudo solutions :       0.00          -          0
1795.97/1796.58	c   oneopt           :       0.00          0          0
1795.97/1796.58	c   simplerounding   :       0.00          0          0
1795.97/1796.58	c   rounding         :       0.00          0          0
1795.97/1796.58	c   shifting         :       0.00          0          0
1795.97/1796.58	c   intshifting      :       0.00          0          0
1795.97/1796.58	c   fixandinfer      :       0.00          0          0
1795.97/1796.58	c   feaspump         :       0.00          0          0
1795.97/1796.58	c   coefdiving       :       0.00          0          0
1795.97/1796.58	c   pscostdiving     :       0.00          0          0
1795.97/1796.58	c   fracdiving       :       0.00          0          0
1795.97/1796.58	c   veclendiving     :       0.00          0          0
1795.97/1796.58	c   intdiving        :       0.00          0          0
1795.97/1796.58	c   actconsdiving    :       0.00          0          0
1795.97/1796.58	c   objpscostdiving  :       0.00          0          0
1795.97/1796.58	c   rootsoldiving    :       0.00          0          0
1795.97/1796.58	c   linesearchdiving :       0.00          0          0
1795.97/1796.58	c   guideddiving     :       0.00          0          0
1795.97/1796.58	c   octane           :       0.00          0          0
1795.97/1796.58	c   rens             :       0.00          0          0
1795.97/1796.58	c   rins             :       0.00          0          0
1795.97/1796.58	c   localbranching   :       0.00          0          0
1795.97/1796.58	c   mutation         :       0.00          0          0
1795.97/1796.58	c   crossover        :       0.00          0          0
1795.97/1796.58	c   dins             :       0.00          0          0
1795.97/1796.58	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.97/1796.58	c   primal LP        :       0.00          0          0       0.00          -
1795.97/1796.58	c   dual LP          :    1782.87          1      45762   45762.00      25.67
1795.97/1796.58	c   barrier LP       :       0.00          0          0       0.00          -
1795.97/1796.58	c   diving/probing LP:       0.00          0          0       0.00          -
1795.97/1796.58	c   strong branching :       0.00          0          0       0.00          -
1795.97/1796.58	c     (at root node) :          -          0          0       0.00          -
1795.97/1796.58	c   conflict analysis:       0.00          0          0       0.00          -
1795.97/1796.58	c B&B Tree           :
1795.97/1796.58	c   number of runs   :          1
1795.97/1796.58	c   nodes            :          1
1795.97/1796.58	c   nodes (total)    :          1
1795.97/1796.58	c   nodes left       :          2
1795.97/1796.58	c   max depth        :          0
1795.97/1796.58	c   max depth (total):          0
1795.97/1796.58	c   backtracks       :          0 (0.0%)
1795.97/1796.58	c   delayed cutoffs  :          0
1795.97/1796.58	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.97/1796.58	c   avg switch length:       1.00
1795.97/1796.58	c   switching time   :       0.00
1795.97/1796.58	c Solution           :
1795.97/1796.58	c   Solutions found  :          0 (0 improvements)
1795.97/1796.58	c   Primal Bound     :          -
1795.97/1796.58	c   Dual Bound       : -1.00000000000000e+03
1795.97/1796.58	c   Gap              :   infinite
1795.97/1796.58	c   Root Dual Bound  : -1.00000000000000e+03
1797.37/1797.92	c Time complete: 1797.39.

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-1870462-1245205844/watcher-1870462-1245205844 -o /tmp/evaluation-result-1870462-1245205844/solver-1870462-1245205844 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870462-1245205844.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: 1.00 1.00 1.00 3/64 14896
/proc/meminfo: memFree=1815136/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=4648 CPUtime=0
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 492 0 0 0 0 0 0 0 18 0 1 0 73287215 4759552 476 1992294400 4194304 7823515 548682068736 18446744073709551615 6124882 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 1162 485 318 886 0 272 0

[startup+0.045475 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14896
/proc/meminfo: memFree=1815136/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=15252 CPUtime=0.03
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 2988 0 0 0 2 1 0 0 18 0 1 0 73287215 15618048 2970 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 3813 2970 354 886 0 2923 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15252

[startup+0.10148 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14896
/proc/meminfo: memFree=1815136/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=23784 CPUtime=0.09
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 5136 0 0 0 7 2 0 0 18 0 1 0 73287215 24354816 5118 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 5946 5118 354 886 0 5056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23784

[startup+0.301503 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14896
/proc/meminfo: memFree=1815136/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=47300 CPUtime=0.29
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 11074 0 0 0 24 5 0 0 19 0 1 0 73287215 48435200 11056 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 11825 11056 354 886 0 10935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47300

[startup+0.701548 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14896
/proc/meminfo: memFree=1815136/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=81064 CPUtime=0.69
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 19435 0 0 0 60 9 0 0 22 0 1 0 73287215 83009536 19417 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 20266 19427 355 886 0 19376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81064

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1697816/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=193488 CPUtime=1.49
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 48048 0 0 0 129 20 0 0 25 0 1 0 73287215 198131712 47528 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 48372 47528 385 886 0 47482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193488

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1622552/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=207264 CPUtime=3.09
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 51258 0 0 0 287 22 0 0 25 0 1 0 73287215 212238336 50738 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 51816 50738 404 886 0 50926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207264

[startup+6.3022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1576280/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=247260 CPUtime=6.29
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 62890 0 0 0 592 37 0 0 25 0 1 0 73287215 253194240 60765 1992294400 4194304 7823515 548682068736 18446744073709551615 6908043 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 61815 60765 436 886 0 60925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 247260

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1434912/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=520112 CPUtime=12.69
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 130688 0 0 0 1197 72 0 0 25 0 1 0 73287215 532594688 124387 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 130028 124387 508 886 0 129138 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 520112

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1293552/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=558564 CPUtime=25.48
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 137540 0 0 0 2473 75 0 0 25 0 1 0 73287215 571969536 130634 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 139641 130634 523 886 0 138751 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 558564

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1283824/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=561264 CPUtime=51.08
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 140129 0 0 0 5029 79 0 0 25 0 1 0 73287215 574734336 133101 1992294400 4194304 7823515 548682068736 18446744073709551615 6151321 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 140316 133101 523 886 0 139426 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 561264

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1279152/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=564176 CPUtime=102.26
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 141284 0 0 0 10145 81 0 0 25 0 1 0 73287215 577716224 134256 1992294400 4194304 7823515 548682068736 18446744073709551615 6179764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 141044 134256 523 886 0 140154 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 564176

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1273200/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=569344 CPUtime=162.24
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 142832 0 0 0 16140 84 0 0 25 0 1 0 73287215 583008256 135743 1992294400 4194304 7823515 548682068736 18446744073709551615 6215051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 142336 135743 523 886 0 141446 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 569344

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1269616/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=573436 CPUtime=222.23
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 143712 0 0 0 22136 87 0 0 25 0 1 0 73287215 587198464 136623 1992294400 4194304 7823515 548682068736 18446744073709551615 6267029 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 143359 136623 523 886 0 142469 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 573436

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1262960/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=579980 CPUtime=282.21
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 145358 0 0 0 28131 90 0 0 25 0 1 0 73287215 593899520 138269 1992294400 4194304 7823515 548682068736 18446744073709551615 5924524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 144995 138269 523 886 0 144105 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 579980

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1261168/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=580724 CPUtime=342.19
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 145810 0 0 0 34127 92 0 0 25 0 1 0 73287215 594661376 138721 1992294400 4194304 7823515 548682068736 18446744073709551615 6212430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 145181 138721 523 886 0 144291 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 580724

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1260400/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=581384 CPUtime=402.17
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 145989 0 0 0 40124 93 0 0 25 0 1 0 73287215 595337216 138900 1992294400 4194304 7823515 548682068736 18446744073709551615 6215007 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 145346 138900 523 886 0 144456 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 581384

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1260016/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=581676 CPUtime=462.15
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 146090 0 0 0 46120 95 0 0 25 0 1 0 73287215 595636224 139001 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 145419 139001 523 886 0 144529 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 581676

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1259632/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=581984 CPUtime=522.14
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 146192 0 0 0 52117 97 0 0 25 0 1 0 73287215 595951616 139103 1992294400 4194304 7823515 548682068736 18446744073709551615 6019554 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 145496 139103 523 886 0 144606 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 581984

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1253680/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=587968 CPUtime=582.12
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 147669 0 0 0 58113 99 0 0 25 0 1 0 73287215 602079232 140580 1992294400 4194304 7823515 548682068736 18446744073709551615 6211578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 146992 140580 523 886 0 146102 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 587968

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1253040/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=588492 CPUtime=642.11
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 147823 0 0 0 64111 100 0 0 25 0 1 0 73287215 602615808 140734 1992294400 4194304 7823515 548682068736 18446744073709551615 6212447 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 147123 140734 523 886 0 146233 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 588492

[startup+702.302 s]

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

/proc/meminfo: memFree=1236400/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=604676 CPUtime=1061.98
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 151935 0 0 0 106086 112 0 0 25 0 1 0 73287215 619188224 144846 1992294400 4194304 7823515 548682068736 18446744073709551615 6205508 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 151169 144846 523 886 0 150279 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 604676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1222960/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=615404 CPUtime=1121.96
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 155344 0 0 0 112083 113 0 0 25 0 1 0 73287215 630173696 148199 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 153851 148199 523 886 0 152961 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 615404

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1222512/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=615404 CPUtime=1181.95
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 155444 0 0 0 118080 115 0 0 25 0 1 0 73287215 630173696 148299 1992294400 4194304 7823515 548682068736 18446744073709551615 6150566 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 153851 148299 523 886 0 152961 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 615404

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1222448/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=615404 CPUtime=1241.93
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 155449 0 0 0 124078 115 0 0 25 0 1 0 73287215 630173696 148304 1992294400 4194304 7823515 548682068736 18446744073709551615 6255659 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 153851 148304 523 886 0 152961 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 615404

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1222448/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=615404 CPUtime=1301.91
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 155453 0 0 0 130075 116 0 0 25 0 1 0 73287215 630173696 148308 1992294400 4194304 7823515 548682068736 18446744073709551615 6211646 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 153851 148308 523 886 0 152961 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 615404

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1201136/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1361.89
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160856 0 0 0 136071 118 0 0 25 0 1 0 73287215 653103104 153617 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153617 523 886 0 158559 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 637796

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1200752/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1421.88
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160950 0 0 0 142069 119 0 0 25 0 1 0 73287215 653103104 153711 1992294400 4194304 7823515 548682068736 18446744073709551615 6150566 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153711 523 886 0 158559 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 637796

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1200688/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1481.86
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160950 0 0 0 148066 120 0 0 25 0 1 0 73287215 653103104 153711 1992294400 4194304 7823515 548682068736 18446744073709551615 6180642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153711 523 886 0 158559 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 637796

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1200688/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1541.84
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 154063 121 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 637796

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1200688/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1601.83
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 160061 122 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6205461 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 637796

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1200624/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1661.8
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 166058 122 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6180619 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 637796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1721.79
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 172056 123 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6180650 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 637796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1781.77
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 178053 124 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6254623 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 637796

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1784.97
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 178373 124 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6262594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 637796

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1791.37
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 179013 124 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 5924519 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 637796

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1794.57
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160952 0 0 0 179333 124 0 0 25 0 1 0 73287215 653103104 153713 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153713 523 886 0 158559 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 637796

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1796.17
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160959 0 0 0 179493 124 0 0 25 0 1 0 73287215 653103104 153720 1992294400 4194304 7823515 548682068736 18446744073709551615 5875790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153720 530 886 0 158559 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 637796

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=637796 CPUtime=1796.97
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160964 0 0 0 179573 124 0 0 25 0 1 0 73287215 653103104 153725 1992294400 4194304 7823515 548682068736 18446744073709551615 4243063 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 159449 153725 535 886 0 158559 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (KiB) 637796

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14899
/proc/meminfo: memFree=1200368/2055920 swapFree=4191900/4192956
[pid=14896] ppid=14894 vsize=195276 CPUtime=1797.37
/proc/14896/stat : 14896 (pbscip.linux.x8) R 14894 14896 13765 0 -1 4194304 160964 0 0 0 179606 131 0 0 25 0 1 0 73287215 199962624 48112 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/14896/statm: 48819 48112 4077 886 0 47929 0
Current children cumulated CPU time (s) 1797.37
Current children cumulated vsize (KiB) 195276

Child status: 0
Real time (s): 1797.93
CPU time (s): 1797.4
CPU user time (s): 1796.06
CPU system time (s): 1.3418
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 637796

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

runsolver used 1.57876 second user time and 3.9624 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-17 04:30:44
IDJOB=1870462
IDBENCH=48230
IDSOLVER=683
FILE ID=node20/1870462-1245205844
PBS_JOBID= 9368344
Free space on /tmp= 66320 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
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.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870462-1245205844/watcher-1870462-1245205844 -o /tmp/evaluation-result-1870462-1245205844/solver-1870462-1245205844 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870462-1245205844.opb

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=38284323

node20.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.234
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	: 5914.62
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.234
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1815616 kB
Buffers:         37084 kB
Cached:         119268 kB
SwapCached:        524 kB
Active:          66280 kB
Inactive:       103120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815616 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11932 kB
Writeback:           0 kB
Mapped:          21252 kB
Slab:            56908 kB
Committed_AS:   151256 kB
PageTables:       1400 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= 66312 MiB
End job on node20 at 2009-06-17 05:00:42