Trace number 1870529

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.23 1797.84

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_5.opb
MD5SUM0aee483b23f7a5b1d2af91be543c550b
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-118
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -143
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)63180
Sum of products size (including duplicates)126360
Number of different products31590
Sum of products size63180

Solver Data

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

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-1870529-1245210057/watcher-1870529-1245210057 -o /tmp/evaluation-result-1870529-1245210057/solver-1870529-1245210057 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870529-1245210057.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 7957
/proc/meminfo: memFree=1743136/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=5812 CPUtime=0
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 188606671 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 1453 511 340 1256 0 192 0

[startup+0.041521 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7957
/proc/meminfo: memFree=1743136/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=16288 CPUtime=0.03
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 2996 0 0 0 2 1 0 0 18 0 1 0 188606671 16678912 2980 1992294400 4194304 9342243 548682068736 18446744073709551615 5854064 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 4072 2980 378 1256 0 2811 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16288

[startup+0.101531 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7957
/proc/meminfo: memFree=1743136/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=23980 CPUtime=0.09
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 4915 0 0 0 7 2 0 0 18 0 1 0 188606671 24555520 4899 1992294400 4194304 9342243 548682068736 18446744073709551615 8251439 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 5995 4899 378 1256 0 4734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23980

[startup+0.301566 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7957
/proc/meminfo: memFree=1743136/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=42396 CPUtime=0.29
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 9558 0 0 0 25 4 0 0 19 0 1 0 188606671 43413504 9542 1992294400 4194304 9342243 548682068736 18446744073709551615 5538257 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 10599 9542 378 1256 0 9338 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42396

[startup+0.701635 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7957
/proc/meminfo: memFree=1743136/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=91992 CPUtime=0.69
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 22340 0 0 0 60 9 0 0 22 0 1 0 188606671 94199808 21908 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 22998 21908 426 1256 0 21737 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91992

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1651608/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=104924 CPUtime=1.49
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 26094 0 0 0 131 18 0 0 25 0 1 0 188606671 107442176 24908 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 26231 24908 446 1256 0 24970 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104924

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1631832/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=121064 CPUtime=3.09
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 30266 0 0 0 278 31 0 0 25 0 1 0 188606671 123969536 28979 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 30266 28979 493 1256 0 29005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121064

[startup+6.30162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1522072/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=256460 CPUtime=6.29
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 60051 0 0 0 585 44 0 0 25 0 1 0 188606671 262615040 56783 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 64115 56783 618 1256 0 62854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256460

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1515544/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=266636 CPUtime=12.68
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 66607 0 0 0 1219 49 0 0 25 0 1 0 188606671 273035264 57413 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 66659 57413 619 1256 0 65398 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 266636

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1514392/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=271284 CPUtime=25.48
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 77633 0 0 0 2492 56 0 0 25 0 1 0 188606671 277794816 57680 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 67821 57680 619 1256 0 66560 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 271284

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1510168/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=272532 CPUtime=51.07
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 90985 0 0 0 5040 67 0 0 25 0 1 0 188606671 279072768 58742 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 68133 58742 619 1256 0 66872 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 272532

[startup+102.305 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 7958
/proc/meminfo: memFree=1515416/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=276184 CPUtime=102.25
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 120768 0 0 0 10142 83 0 0 25 0 1 0 188606671 282812416 57412 1992294400 4194304 9342243 548682068736 18446744073709551615 5869987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69046 57412 619 1256 0 67785 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 276184

[startup+162.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 7958
/proc/meminfo: memFree=1509208/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=277624 CPUtime=162.23
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 151207 0 0 0 16121 102 0 0 25 0 1 0 188606671 284286976 57401 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69406 57401 619 1256 0 68145 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 277624

[startup+222.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 7958
/proc/meminfo: memFree=1515224/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=278024 CPUtime=222.21
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 181390 0 0 0 22098 123 0 0 25 0 1 0 188606671 284696576 57435 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69506 57435 619 1256 0 68245 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 278024

[startup+282.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 7958
/proc/meminfo: memFree=1514648/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=278520 CPUtime=282.19
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 206500 0 0 0 28080 139 0 0 25 0 1 0 188606671 285204480 57646 1992294400 4194304 9342243 548682068736 18446744073709551615 6960563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69630 57646 619 1256 0 68369 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 278520

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7958
/proc/meminfo: memFree=1511640/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=278812 CPUtime=342.16
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 233047 0 0 0 34060 156 0 0 25 0 1 0 188606671 285503488 58389 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69703 58389 619 1256 0 68442 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 278812

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7958
/proc/meminfo: memFree=1512088/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=278848 CPUtime=402.15
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 261824 0 0 0 40040 175 0 0 25 0 1 0 188606671 285540352 57378 1992294400 4194304 9342243 548682068736 18446744073709551615 6960746 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69712 57378 619 1256 0 68451 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 278848

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7958
/proc/meminfo: memFree=1514904/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=279760 CPUtime=462.13
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 288449 0 0 0 46020 193 0 0 25 0 1 0 188606671 286474240 57512 1992294400 4194304 9342243 548682068736 18446744073709551615 6942343 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 69940 57512 619 1256 0 68679 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 279760

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1514264/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=280164 CPUtime=522.11
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 314979 0 0 0 51998 213 0 0 25 0 1 0 188606671 286887936 57814 1992294400 4194304 9342243 548682068736 18446744073709551615 6944039 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 70041 57814 619 1256 0 68780 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 280164

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7958
/proc/meminfo: memFree=1513624/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=280848 CPUtime=582.09
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 344441 0 0 0 57978 231 0 0 25 0 1 0 188606671 287588352 57890 1992294400 4194304 9342243 548682068736 18446744073709551615 6496611 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 70212 57890 619 1256 0 68951 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 280848

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7960
/proc/meminfo: memFree=1514264/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=281200 CPUtime=642.07
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 370328 0 0 0 63959 248 0 0 25 0 1 0 188606671 287948800 57670 1992294400 4194304 9342243 548682068736 18446744073709551615 6341862 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 70300 57670 619 1256 0 69039 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 281200

[startup+702.301 s]

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

/proc/meminfo: memFree=1506584/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=284576 CPUtime=1121.91
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 564538 0 0 0 111823 368 0 0 25 0 1 0 188606671 291405824 59700 1992294400 4194304 9342243 548682068736 18446744073709551615 6959535 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71144 59700 628 1256 0 69883 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 284576

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7960
/proc/meminfo: memFree=1502232/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=284880 CPUtime=1181.89
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 586712 0 0 0 117806 383 0 0 25 0 1 0 188606671 291717120 60713 1992294400 4194304 9342243 548682068736 18446744073709551615 6965675 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71220 60713 628 1256 0 69959 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 284880

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1510872/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=284980 CPUtime=1241.87
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 612042 0 0 0 123788 399 0 0 25 0 1 0 188606671 291819520 58594 1992294400 4194304 9342243 548682068736 18446744073709551615 6357232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71245 58594 628 1256 0 69984 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 284980

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1509720/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=285160 CPUtime=1301.85
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 634698 0 0 0 129772 413 0 0 25 0 1 0 188606671 292003840 58756 1992294400 4194304 9342243 548682068736 18446744073709551615 5869974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71290 58756 628 1256 0 70029 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 285160

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1504216/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=285332 CPUtime=1361.82
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 658122 0 0 0 135754 428 0 0 25 0 1 0 188606671 292179968 60359 1992294400 4194304 9342243 548682068736 18446744073709551615 6965812 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71333 60359 628 1256 0 70072 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 285332

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1503832/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=285696 CPUtime=1421.81
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 681271 0 0 0 141740 441 0 0 25 0 1 0 188606671 292552704 60239 1992294400 4194304 9342243 548682068736 18446744073709551615 5868822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71424 60239 628 1256 0 70163 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 285696

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1507096/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=285952 CPUtime=1481.79
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 705252 0 0 0 147724 455 0 0 25 0 1 0 188606671 292814848 59705 1992294400 4194304 9342243 548682068736 18446744073709551615 6960458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71488 59705 628 1256 0 70227 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 285952

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1497368/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286024 CPUtime=1541.77
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 726119 0 0 0 153711 466 0 0 25 0 1 0 188606671 292888576 61847 1992294400 4194304 9342243 548682068736 18446744073709551615 6962202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71506 61847 628 1256 0 70245 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 286024

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1500888/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=285956 CPUtime=1601.74
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 751251 0 0 0 159695 479 0 0 25 0 1 0 188606671 292818944 61346 1992294400 4194304 9342243 548682068736 18446744073709551615 6962202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71489 61346 628 1256 0 70228 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 285956

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1505688/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286096 CPUtime=1661.72
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 774489 0 0 0 165680 492 0 0 25 0 1 0 188606671 292962304 59866 1992294400 4194304 9342243 548682068736 18446744073709551615 6363890 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71524 59866 628 1256 0 70263 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 286096

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1497240/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286284 CPUtime=1721.7
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 795751 0 0 0 171665 505 0 0 25 0 1 0 188606671 293154816 61933 1992294400 4194304 9342243 548682068736 18446744073709551615 7531572 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71571 61933 628 1256 0 70310 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 286284

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1502872/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286464 CPUtime=1781.69
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 821217 0 0 0 177648 521 0 0 25 0 1 0 188606671 293339136 60572 1992294400 4194304 9342243 548682068736 18446744073709551615 5874838 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71616 60572 628 1256 0 70355 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 286464

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 7966
/proc/meminfo: memFree=1499352/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286464 CPUtime=1784.89
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 821999 0 0 0 177968 521 0 0 25 0 1 0 188606671 293339136 61354 1992294400 4194304 9342243 548682068736 18446744073709551615 6968386 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71616 61354 628 1256 0 70355 0
Current children cumulated CPU time (s) 1784.89
Current children cumulated vsize (KiB) 286464

[startup+1791.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1496280/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286464 CPUtime=1791.28
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 822759 0 0 0 178607 521 0 0 25 0 1 0 188606671 293339136 62114 1992294400 4194304 9342243 548682068736 18446744073709551615 5874771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71616 62114 628 1256 0 70355 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 286464

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1507096/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286356 CPUtime=1794.48
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 826739 0 0 0 178925 523 0 0 25 0 1 0 188606671 293228544 59402 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71589 59402 628 1256 0 70328 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 286356

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1506712/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286356 CPUtime=1796.09
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 826869 0 0 0 179085 524 0 0 25 0 1 0 188606671 293228544 59532 1992294400 4194304 9342243 548682068736 18446744073709551615 6962328 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7957/statm: 71589 59532 628 1256 0 70328 0
Current children cumulated CPU time (s) 1796.09
Current children cumulated vsize (KiB) 286356

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1506328/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286356 CPUtime=1796.88
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 826948 0 0 0 179164 524 0 0 25 0 1 0 188606671 293228544 59611 1992294400 4194304 9342243 548682068736 18446744073709551615 4318768 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 71589 59611 642 1256 0 70328 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (KiB) 286356

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1506328/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=286356 CPUtime=1797.08
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 826949 0 0 0 179184 524 0 0 25 0 1 0 188606671 293228544 59612 1992294400 4194304 9342243 548682068736 18446744073709551615 5855072 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 71589 59612 643 1256 0 70328 0
Current children cumulated CPU time (s) 1797.08
Current children cumulated vsize (KiB) 286356

[startup+1797.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7966
/proc/meminfo: memFree=1506328/2055920 swapFree=4191900/4192956
[pid=7957] ppid=7955 vsize=178640 CPUtime=1797.18
/proc/7957/stat : 7957 (pbscip.linux.x8) R 7955 7957 7789 0 -1 4194304 826950 0 0 0 179193 525 0 0 25 0 1 0 188606671 182927360 43504 1992294400 4194304 9342243 548682068736 18446744073709551615 4814730 0 0 4096 0 0 0 0 17 1 0 0
/proc/7957/statm: 44660 43504 644 1256 0 43399 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 178640

Child status: 0
Real time (s): 1797.84
CPU time (s): 1797.23
CPU user time (s): 1791.95
CPU system time (s): 5.2792
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 286600

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

runsolver used 1.38479 second user time and 3.76643 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 05:40:57
IDJOB=1870529
IDBENCH=48263
IDSOLVER=684
FILE ID=node4/1870529-1245210057
PBS_JOBID= 9368369
Free space on /tmp= 66408 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_25_5.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-1870529-1245210057/watcher-1870529-1245210057 -o /tmp/evaluation-result-1870529-1245210057/solver-1870529-1245210057 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870529-1245210057.opb

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

MD5SUM BENCH= 0aee483b23f7a5b1d2af91be543c550b
RANDOM SEED=1071834490

node4.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.259
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.259
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:       1743616 kB
Buffers:         60276 kB
Cached:         163524 kB
SwapCached:        260 kB
Active:         102532 kB
Inactive:       134616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743616 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12644 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            61072 kB
Committed_AS:   153248 kB
PageTables:       1472 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= 66396 MiB
End job on node4 at 2009-06-17 06:10:55