Trace number 1870501

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.14 1797.57

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_3.opb
MD5SUMd792065ec5adca4c7f7b540f15bc8ce9
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-110
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -149
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)63244
Sum of products size (including duplicates)126488
Number of different products31622
Sum of products size63244

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

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-1870501-1245208336/watcher-1870501-1245208336 -o /tmp/evaluation-result-1870501-1245208336/solver-1870501-1245208336 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870501-1245208336.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 13008
/proc/meminfo: memFree=1758416/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=5812 CPUtime=0
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 188429672 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/13008/statm: 1453 503 332 1256 0 192 0

[startup+0.0675061 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13008
/proc/meminfo: memFree=1758416/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=19704 CPUtime=0.06
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 3853 0 0 0 5 1 0 0 18 0 1 0 188429672 20176896 3837 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/13008/statm: 4926 3837 378 1256 0 3665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19704

[startup+0.101508 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13008
/proc/meminfo: memFree=1758416/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=24008 CPUtime=0.09
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 4922 0 0 0 8 1 0 0 18 0 1 0 188429672 24584192 4906 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/13008/statm: 6002 4906 378 1256 0 4741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24008

[startup+0.301525 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13008
/proc/meminfo: memFree=1758416/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=42208 CPUtime=0.29
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 9550 0 0 0 26 3 0 0 19 0 1 0 188429672 43220992 9526 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/13008/statm: 10552 9526 378 1256 0 9291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42208

[startup+0.701561 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13008
/proc/meminfo: memFree=1758416/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=92264 CPUtime=0.69
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 22440 0 0 0 62 7 0 0 22 0 1 0 188429672 94478336 22000 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 23066 22000 426 1256 0 21805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92264

[startup+1.50163 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1666952/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=105156 CPUtime=1.49
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 26184 0 0 0 132 17 0 0 25 0 1 0 188429672 107679744 24990 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 26289 24990 446 1256 0 25028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105156

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1647688/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=120384 CPUtime=3.09
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 30128 0 0 0 280 29 0 0 25 0 1 0 188429672 123273216 28833 1992294400 4194304 9342243 548682068736 18446744073709551615 4903340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 30096 28833 493 1256 0 28835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120384

[startup+6.30205 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1537480/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=256388 CPUtime=6.29
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 60038 0 0 0 588 41 0 0 25 0 1 0 188429672 262541312 56752 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 64097 56752 618 1256 0 62836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256388

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1530888/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=266344 CPUtime=12.68
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 66689 0 0 0 1222 46 0 0 25 0 1 0 188429672 272736256 57430 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 66586 57430 619 1256 0 65325 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 266344

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1529864/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=270388 CPUtime=25.48
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 77899 0 0 0 2495 53 0 0 25 0 1 0 188429672 276877312 57584 1992294400 4194304 9342243 548682068736 18446744073709551615 5869938 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 67597 57584 619 1256 0 66336 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 270388

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1529032/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=271420 CPUtime=51.08
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 93174 0 0 0 5046 62 0 0 25 0 1 0 188429672 277934080 57890 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 67855 57890 619 1256 0 66594 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 271420

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1529864/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=274952 CPUtime=102.27
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 120703 0 0 0 10149 78 0 0 25 0 1 0 188429672 281550848 57647 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 68738 57647 619 1256 0 67477 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 274952

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1531016/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=276784 CPUtime=162.25
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 150822 0 0 0 16129 96 0 0 25 0 1 0 188429672 283426816 57351 1992294400 4194304 9342243 548682068736 18446744073709551615 6959570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 69196 57351 619 1256 0 67935 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 276784

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1530440/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=277980 CPUtime=222.24
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 177173 0 0 0 22111 113 0 0 25 0 1 0 188429672 284651520 57451 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 69495 57451 619 1256 0 68234 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 277980

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1524296/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=278776 CPUtime=282.22
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 207561 0 0 0 28090 132 0 0 25 0 1 0 188429672 285466624 57412 1992294400 4194304 9342243 548682068736 18446744073709551615 6970136 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 69694 57412 619 1256 0 68433 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 278776

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1527048/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=279612 CPUtime=342.21
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 232742 0 0 0 34073 148 0 0 25 0 1 0 188429672 286322688 58293 1992294400 4194304 9342243 548682068736 18446744073709551615 5874838 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 69903 58293 619 1256 0 68642 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 279612

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1526600/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=280216 CPUtime=402.2
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 260747 0 0 0 40054 166 0 0 25 0 1 0 188429672 286941184 58650 1992294400 4194304 9342243 548682068736 18446744073709551615 6357232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 70054 58650 619 1256 0 68793 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 280216

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1522376/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=280820 CPUtime=462.18
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 286627 0 0 0 46035 183 0 0 25 0 1 0 188429672 287559680 57574 1992294400 4194304 9342243 548682068736 18446744073709551615 6038026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 70205 57574 628 1256 0 68944 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 280820

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1526600/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=281264 CPUtime=522.16
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 310265 0 0 0 52018 198 0 0 25 0 1 0 188429672 288014336 58839 1992294400 4194304 9342243 548682068736 18446744073709551615 5874616 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 70316 58839 628 1256 0 69055 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 281264

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1524360/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=281864 CPUtime=582.16
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 333503 0 0 0 58001 215 0 0 25 0 1 0 188429672 288628736 59115 1992294400 4194304 9342243 548682068736 18446744073709551615 6938237 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 70466 59115 628 1256 0 69205 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 281864

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1525640/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=282236 CPUtime=642.15
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 357957 0 0 0 63984 231 0 0 25 0 1 0 188429672 289009664 58590 1992294400 4194304 9342243 548682068736 18446744073709551615 5869948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 70559 58590 628 1256 0 69298 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 282236

[startup+702.301 s]

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

/proc/meminfo: memFree=1518792/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=284244 CPUtime=1062.04
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 523797 0 0 0 105869 335 0 0 25 0 1 0 188429672 291065856 60309 1992294400 4194304 9342243 548682068736 18446744073709551615 6961663 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71061 60309 628 1256 0 69800 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 284244

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1517448/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=284324 CPUtime=1122.02
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 548631 0 0 0 111852 350 0 0 25 0 1 0 188429672 291147776 60584 1992294400 4194304 9342243 548682068736 18446744073709551615 6960706 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71081 60584 628 1256 0 69820 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 284324

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1524296/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=284796 CPUtime=1182.01
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 573524 0 0 0 117836 365 0 0 25 0 1 0 188429672 291631104 59218 1992294400 4194304 9342243 548682068736 18446744073709551615 6940671 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71199 59218 628 1256 0 69938 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 284796

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1517320/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=284848 CPUtime=1242
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 596039 0 0 0 123820 380 0 0 25 0 1 0 188429672 291684352 60604 1992294400 4194304 9342243 548682068736 18446744073709551615 6940741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71212 60604 628 1256 0 69951 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 284848

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1516744/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=284868 CPUtime=1301.98
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 621063 0 0 0 129804 394 0 0 25 0 1 0 188429672 291704832 60700 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71217 60700 628 1256 0 69956 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 284868

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1522568/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285088 CPUtime=1361.97
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 645619 0 0 0 135787 410 0 0 25 0 1 0 188429672 291930112 59485 1992294400 4194304 9342243 548682068736 18446744073709551615 6955766 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71272 59485 628 1256 0 70011 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 285088

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1517128/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=284868 CPUtime=1421.95
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 668406 0 0 0 141771 424 0 0 25 0 1 0 188429672 291704832 60615 1992294400 4194304 9342243 548682068736 18446744073709551615 5874747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71217 60615 628 1256 0 69956 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 284868

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1519816/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285216 CPUtime=1481.93
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 693664 0 0 0 147754 439 0 0 25 0 1 0 188429672 292061184 60349 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71304 60349 628 1256 0 70043 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 285216

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1515784/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285320 CPUtime=1541.92
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 716255 0 0 0 153739 453 0 0 25 0 1 0 188429672 292167680 60938 1992294400 4194304 9342243 548682068736 18446744073709551615 6960322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71330 60938 628 1256 0 70069 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 285320

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1515464/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285360 CPUtime=1601.91
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 738729 0 0 0 159723 468 0 0 25 0 1 0 188429672 292208640 61065 1992294400 4194304 9342243 548682068736 18446744073709551615 6948498 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71340 61065 628 1256 0 70079 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 285360

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1523080/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285392 CPUtime=1661.89
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 764325 0 0 0 165706 483 0 0 25 0 1 0 188429672 292241408 59176 1992294400 4194304 9342243 548682068736 18446744073709551615 5874730 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71348 59176 628 1256 0 70087 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 285392

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1515592/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285432 CPUtime=1721.88
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 790312 0 0 0 171688 500 0 0 25 0 1 0 188429672 292282368 58478 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71358 58478 628 1256 0 70097 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 285432

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1523272/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285788 CPUtime=1781.87
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 813157 0 0 0 177674 513 0 0 25 0 1 0 188429672 292646912 59078 1992294400 4194304 9342243 548682068736 18446744073709551615 6363948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71447 59078 628 1256 0 70186 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 285788

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 13009
/proc/meminfo: memFree=1519752/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285788 CPUtime=1785.07
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 814087 0 0 0 177993 514 0 0 25 0 1 0 188429672 292646912 60008 1992294400 4194304 9342243 548682068736 18446744073709551615 6962086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71447 60008 628 1256 0 70186 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 285788

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1514440/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285788 CPUtime=1791.46
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 815317 0 0 0 178632 514 0 0 25 0 1 0 188429672 292646912 61238 1992294400 4194304 9342243 548682068736 18446744073709551615 6342015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71447 61238 628 1256 0 70186 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 285788

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1524424/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285844 CPUtime=1794.67
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 818701 0 0 0 178951 516 0 0 25 0 1 0 188429672 292704256 58734 1992294400 4194304 9342243 548682068736 18446744073709551615 6941383 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71461 58734 628 1256 0 70200 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 285844

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1523976/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285844 CPUtime=1796.26
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 818887 0 0 0 179110 516 0 0 25 0 1 0 188429672 292704256 58920 1992294400 4194304 9342243 548682068736 18446744073709551615 7537470 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13008/statm: 71461 58920 628 1256 0 70200 0
Current children cumulated CPU time (s) 1796.26
Current children cumulated vsize (KiB) 285844

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1523976/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=285844 CPUtime=1796.66
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 818909 0 0 0 179150 516 0 0 25 0 1 0 188429672 292704256 58942 1992294400 4194304 9342243 548682068736 18446744073709551615 4313406 0 0 4096 0 0 0 0 17 1 0 0
/proc/13008/statm: 71461 58942 639 1256 0 70200 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (KiB) 285844

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13009
/proc/meminfo: memFree=1523656/2055920 swapFree=4182220/4192956
[pid=13008] ppid=13006 vsize=186932 CPUtime=1797.06
/proc/13008/stat : 13008 (pbscip.linux.x8) R 13006 13008 12936 0 -1 4194304 818914 0 0 0 179189 517 0 0 25 0 1 0 188429672 191418368 45596 1992294400 4194304 9342243 548682068736 18446744073709551615 4821267 0 0 4096 0 0 0 0 17 1 0 0
/proc/13008/statm: 46733 45596 644 1256 0 45472 0
Current children cumulated CPU time (s) 1797.06
Current children cumulated vsize (KiB) 186932

Child status: 0
Real time (s): 1797.57
CPU time (s): 1797.14
CPU user time (s): 1791.94
CPU system time (s): 5.19821
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 285844

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

runsolver used 1.48977 second user time and 3.89341 second system time

The end

Launcher Data

Begin job on node50 at 2009-06-17 05:12:16
IDJOB=1870501
IDBENCH=48249
IDSOLVER=684
FILE ID=node50/1870501-1245208336
PBS_JOBID= 9368399
Free space on /tmp= 66424 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_3.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-1870501-1245208336/watcher-1870501-1245208336 -o /tmp/evaluation-result-1870501-1245208336/solver-1870501-1245208336 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870501-1245208336.opb

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

MD5SUM BENCH= d792065ec5adca4c7f7b540f15bc8ce9
RANDOM SEED=1470153348

node50.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.211
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.211
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:       1758896 kB
Buffers:         40040 kB
Cached:         177484 kB
SwapCached:       4836 kB
Active:          81532 kB
Inactive:       143632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758896 kB
SwapTotal:     4192956 kB
SwapFree:      4182220 kB
Dirty:           12652 kB
Writeback:           0 kB
Mapped:          13376 kB
Slab:            57804 kB
Committed_AS:   119776 kB
PageTables:       1452 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= 66412 MiB
End job on node50 at 2009-06-17 05:42:13