Trace number 4388422

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 NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)SAT 6.5032 3.293

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-20-054.xml
MD5SUM3ff211d871d85a956d1d429dedc73eaa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.5032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints190
Number of domains20
Minimum domain size35
Maximum domain size54
Distribution of domain sizes[{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2},{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":40}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-11107-serial-file.bin HOME/instance-4388422-1568298363.xml
0.66/0.53	
0.66/0.53	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Thu Sep 12 16:25:23 CEST 2019
0.66/0.55	c PID: 11110
0.66/0.55	c IP: 172.20.3.124
0.66/0.55	c HOST: node124.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.82/1.08	c (0,0) Parsing End
1.82/1.09	c (0,0) CSP: 40 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 54
1.82/1.09	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.82/1.09	c (0,0) Constraint Name Generate Begin
1.82/1.09	c (0,0) Ctr:HOME/instance-4388422-1568298363.xml,Add:Le:Num:Or:Var
1.82/1.09	c (0,0) Constraint Name Generate End
1.82/1.09	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.82/1.09	c (0,0) CSP to CSPinCNF Begin
2.27/1.21	c (0,0) translated 19 (10%) constraints
2.27/1.23	c (0,0) translated 38 (20%) constraints
2.27/1.25	c (0,0) translated 57 (30%) constraints
2.27/1.26	c (0,0) translated 76 (40%) constraints
2.27/1.28	c (0,0) translated 95 (50%) constraints
2.27/1.29	c (0,0) translated 114 (60%) constraints
2.52/1.30	c (0,0) translated 133 (70%) constraints
2.52/1.30	c (0,0) translated 152 (80%) constraints
2.52/1.31	c (0,0) translated 171 (90%) constraints
2.52/1.32	c (0,0) translated 190 (100%) constraints
2.52/1.32	c (0,0) ===========================================
2.52/1.34	c (0,0) Hybrid: #OE=40, #LE=0
2.52/1.34	c (0,0) Hybrid
2.52/1.34	c (0,0) ===========================================
2.52/1.35	c (0,0) translated 19 (10%) constraints
2.52/1.36	c (0,0) translated 38 (20%) constraints
2.52/1.36	c (0,0) translated 57 (30%) constraints
2.52/1.37	c (0,0) translated 76 (40%) constraints
2.52/1.37	c (0,0) translated 95 (50%) constraints
2.52/1.37	c (0,0) translated 114 (60%) constraints
2.52/1.38	c (0,0) translated 133 (70%) constraints
2.52/1.38	c (0,0) translated 152 (80%) constraints
2.52/1.38	c (0,0) translated 171 (90%) constraints
2.52/1.39	c (0,0) translated 190 (100%) constraints
2.52/1.39	c (0,0) CSP to CSPinCNF End
2.52/1.39	c (0,0) CSP: 40 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 54
2.52/1.39	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.52/1.39	c (0,0) CSPinCNF Propagation Begin
2.77/1.41	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.77/1.41	c (0,0) CSPinCNF Propagation End
2.77/1.41	c (0,0) CSP: 40 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 54
2.77/1.41	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.77/1.42	c (0,0) Hybrid: #OE=40, #LE=0
2.77/1.42	c (0,0) Simplify CSPinCNF Begin
3.07/1.50	c (0,0) Simplify CSPinCNF End
3.07/1.51	c (0,0) CSP: 40 int (0 aux), 760 bool (760 aux), 950 ctr, max domain size 54
3.07/1.51	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
3.07/1.51	c (0,0) Calculate Precise Domain Begin
3.07/1.51	c (0,0) 0 values are removed by re-calculation
3.07/1.51	c (0,0) Calculate Precise Domain End
3.07/1.51	c (0,0) CSP: 40 int (0 aux), 760 bool (760 aux), 950 ctr, max domain size 54
3.07/1.51	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
3.07/1.51	c (0,0) CSPinCNF to SatSolver Begin
3.63/1.71	c (1,1) 95 (10 %) CSP clauses are encoded (0 SAT variables, 5028 SAT clauses)
3.63/1.76	c (1,1) 190 (20 %) CSP clauses are encoded (0 SAT variables, 8289 SAT clauses)
3.63/1.80	c (1,1) 285 (30 %) CSP clauses are encoded (0 SAT variables, 11456 SAT clauses)
3.94/1.83	c (1,1) 380 (40 %) CSP clauses are encoded (0 SAT variables, 14476 SAT clauses)
3.94/1.86	c (1,1) 475 (50 %) CSP clauses are encoded (0 SAT variables, 17301 SAT clauses)
3.94/1.88	c (1,1) 570 (60 %) CSP clauses are encoded (0 SAT variables, 19948 SAT clauses)
4.26/1.91	c (1,1) 665 (70 %) CSP clauses are encoded (0 SAT variables, 22464 SAT clauses)
4.26/1.92	c (1,1) 760 (80 %) CSP clauses are encoded (0 SAT variables, 24765 SAT clauses)
4.26/1.94	c (1,1) 855 (90 %) CSP clauses are encoded (0 SAT variables, 26809 SAT clauses)
4.26/1.96	c (1,1) 950 (100 %) CSP clauses are encoded (0 SAT variables, 28473 SAT clauses)
4.26/1.96	c (1,1) CSPinCNF to SatSolver End
4.26/1.96	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.26/1.96	c (1,1) 2500 bool, 28490 clause
4.26/1.96	c (1,1) Export Begin
4.58/2.04	c (1,1) Export to HOME/scop-11107-serial-file.bin
4.58/2.04	c (1,1) Export End
4.58/2.05	c (1,1) Export File Size: 0.01 MB
4.58/2.05	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
4.58/2.05	c END-Prog: Thu Sep 12 16:25:25 CEST 2019
4.58/2.06	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-11107-serial-file.bin
4.69/2.53	c (0,0) Read Serial File Begin
4.69/2.53	c (0,0) HOME/scop-11107-serial-file.bin
4.69/2.72	c (0,0) Read Serial File End
4.69/2.74	
4.69/2.74	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
4.69/2.74	(Solving Process)
4.69/2.74	
4.69/2.76	c BEGIN-Prog: Thu Sep 12 16:25:26 CEST 2019
4.69/2.76	c PID: 11125
4.69/2.76	c IP: 172.20.3.124
4.69/2.76	c HOST: node124.alineos.net
4.69/2.76	c (0,0) SatSolver.solve Begin
4.69/2.76	c (0,0) HOME/cryptominisat5  HOME/instance-4388422-1568298363.xml-scop-11110.cnf
4.69/2.79	c (0,0) c Outputting solution to console
4.69/2.79	c (0,0) c CryptoMiniSat version 5.6.8
4.69/2.79	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
4.69/2.79	c (0,0) c CMS SHA revision GIT-notfound
4.69/2.79	c (0,0) c CMS is MIT licensed
4.69/2.79	c (0,0) c CMS compilation env CMAKE_CXX_COMPILER = /usr/bin/c++ | CMAKE_CXX_FLAGS =  -Wall -Wextra -Wunused -Wsign-compare -fno-omit-frame-pointer -Wtype-limits -Wuninitialized -Wno-deprecated -Wstrict-aliasing -Wpointer-arith -Wpointer-arith -Wformat-nonliteral -Winit-self -Wparentheses -Wunreachable-code -ggdb3 -Wlogical-op -Wdouble-promotion -Wshadow -Wformat=2 -pedantic | COMPILE_DEFINES =  -DLARGE_OFFSETS -DBOOST_TEST_DYN_LINK -DUSE_ZLIB -DYALSAT_FPU | STATICCOMPILE = OFF | ONLY_SIMPLE = OFF | Boost_FOUND = 1 | STATS = OFF | SQLITE3_FOUND =  | ZLIB_FOUND = TRUE | VALGRIND_FOUND =  | ENABLE_TESTING = OFF | M4RI_FOUND = FALSE | NOM4RI = OFF | SLOW_DEBUG = OFF | ENABLE_ASSERTIONS = ON | PYTHON_EXECUTABLE = /usr/bin/python2.7 | PYTHON_LIBRARY = /usr/lib64/libpython2.7.so | PYTHON_INCLUDE_DIRS = /usr/include/python2.7 | MY_TARGETS =  | LARGEMEM = ON | LIMITMEM = OFF | compilation date time = Jul 11 2019 16:04:13
4.69/2.79	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
4.69/2.79	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4388422-1568298363.xml-scop-11110.cnf
4.69/2.79	c (0,0) c Reading file 'HOME/instance-4388422-1568298363.xml-scop-11110.cnf'
4.69/2.79	c (0,0) c -- header says num vars:           2500
4.69/2.79	c (0,0) c -- header says num clauses:       28490
4.69/2.80	c (0,0) c -- clauses added: 28490
4.69/2.80	c (0,0) c -- xor clauses added: 0
4.69/2.80	c (0,0) c -- vars added 2500
4.69/2.80	c (0,0) c Parsing time: 0.01 s
4.69/2.81	c (0,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
4.69/2.81	c (0,0) c [distill] long cls tried: 0/0 cl-short:0 lit-r:0 T: 0.00 T-out: N T-r: 100.00%
4.69/2.89	c (0,0) c [distill] long cls tried: 38/37 cl-short:38 lit-r:3 T: 0.00 T-out: N T-r: 99.99%
6.02/3.01	c (0,0) c [distill] long cls tried: 48/83 cl-short:48 lit-r:3 T: 0.00 T-out: N T-r: 99.99%
6.02/3.06	c (0,0) c   glue     1    52  8193    2500   25K  3220    3.01    2.89   104  2169  5915     5   21.20   21.19
6.13/3.14	c (0,0) c ------- FINAL TOTAL SEARCH STATS ---------
6.13/3.14	c (0,0) c UIP search time          : 0.34        (96.17     % time)
6.13/3.14	c (0,0) c restarts                 : 60          (170.43    confls per restart)
6.13/3.14	c (0,0) c blocked restarts         : 4           (0.07      per normal restart)
6.13/3.14	c (0,0) c time                     : 0.34        
6.13/3.14	c (0,0) c decisions                : 26510       (0.00      % random)
6.13/3.14	c (0,0) c propagations             : 1409787     
6.13/3.14	c (0,0) c decisions/conflicts      : 2.59        
6.13/3.14	c (0,0) c conflicts                : 10226       (29818.02  / sec)
6.13/3.14	c (0,0) c conf lits non-minim      : 274262      (26.82     lit/confl)
6.13/3.15	c (0,0) c conf lits final          : 21.72       
6.13/3.15	c (0,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
6.13/3.15	c (0,0) c red which0               : 140         (1.37      % of confl)
6.13/3.15	c (0,0) c props/decision           : 0.00        
6.13/3.15	c (0,0) c props/conflict           : 0.00        
6.13/3.15	c (0,0) c 0-depth assigns          : 0           (0.00      % vars)
6.13/3.15	c (0,0) c 0-depth assigns by CNF   : 0           (0.00      % vars)
6.13/3.15	c (0,0) c reduceDB time            : 0.00        (0.00      % time)
6.13/3.15	c (0,0) c OccSimplifier time       : 0.00        (0.00      % time)
6.13/3.15	c (0,0) c [occur] 0.00 is overhead
6.13/3.15	c (0,0) c [occur] link-in T: 0.00 cleanup T: 0.00
6.13/3.15	c (0,0) c [occ-substr] long subBySub: 0 subByStr: 0 lits-rem-str: 0 T: 0.00
6.13/3.15	c (0,0) c SCC time                 : 0.00        (0.00      % time)
6.13/3.15	c (0,0) c [scc] new: 0 BP 0M  T: 0.00
6.13/3.15	c (0,0) c vrep replace time        : 0.00        (0.00      % time)
6.13/3.15	c (0,0) c vrep tree roots          : 0           
6.13/3.15	c (0,0) c vrep trees' crown        : 0           (0.00      leafs/tree)
6.13/3.15	c (0,0) c distill time             : 0.00        (0.84      % time)
6.13/3.15	c (0,0) c strength cache-irred time: 0.00        (0.00      % time)
6.13/3.15	c (0,0) c strength cache-red time  : 0.00        (0.00      % time)
6.13/3.15	c (0,0) c Conflicts in UIP         : 10226       (28674.62  confl/time_this_thread)
6.13/3.15	c (0,0) c Mem used                 : 8.25        MB
6.13/3.15	c (0,0) c Total time (this thread) : 0.36        
6.13/3.15	c (0,0) s SATISFIABLE
6.13/3.19	c (0,0) SatSolver.solve End
6.13/3.19	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
6.13/3.19	c (0,0) Show results Begin
6.32/3.28	c (0,0) x[0] = 30
6.32/3.28	c (0,0) x[1] = 34
6.32/3.28	c (0,0) x[2] = 17
6.32/3.28	c (0,0) x[3] = 34
6.32/3.28	c (0,0) x[4] = 36
6.32/3.28	c (0,0) x[5] = 35
6.32/3.28	c (0,0) x[6] = 39
6.32/3.28	c (0,0) x[7] = 46
6.32/3.28	c (0,0) x[8] = 30
6.32/3.28	c (0,0) x[9] = 20
6.32/3.28	c (0,0) x[10] = 27
6.32/3.28	c (0,0) x[11] = 15
6.32/3.28	c (0,0) x[12] = 41
6.32/3.28	c (0,0) x[13] = 20
6.32/3.28	c (0,0) x[14] = 0
6.32/3.28	c (0,0) x[15] = 38
6.32/3.28	c (0,0) x[16] = 37
6.32/3.28	c (0,0) x[17] = 19
6.32/3.28	c (0,0) x[18] = 0
6.32/3.28	c (0,0) x[19] = 0
6.32/3.28	c (0,0) y[0] = 27
6.32/3.28	c (0,0) y[1] = 33
6.32/3.28	c (0,0) y[2] = 39
6.32/3.28	c (0,0) y[3] = 39
6.32/3.28	c (0,0) y[4] = 33
6.32/3.28	c (0,0) y[5] = 27
6.32/3.28	c (0,0) y[6] = 18
6.32/3.28	c (0,0) y[7] = 17
6.32/3.28	c (0,0) y[8] = 18
6.32/3.28	c (0,0) y[9] = 18
6.32/3.28	c (0,0) y[10] = 43
6.32/3.28	c (0,0) y[11] = 42
6.32/3.28	c (0,0) y[12] = 25
6.32/3.28	c (0,0) y[13] = 28
6.32/3.28	c (0,0) y[14] = 39
6.32/3.28	c (0,0) y[15] = 38
6.32/3.28	c (0,0) y[16] = 0
6.32/3.28	c (0,0) y[17] = 0
6.32/3.28	c (0,0) y[18] = 0
6.32/3.28	c (0,0) y[19] = 19
6.32/3.28	s SATISFIABLE
6.32/3.28	v <instantiation>
6.32/3.28	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19]</list>
6.32/3.28	v     <values>30 34 17 34 36 35 39 46 30 20 27 15 41 20 0 38 37 19 0 0 27 33 39 39 33 27 18 17 18 18 43 42 25 28 39 38 0 0 0 19</values>
6.32/3.28	v </instantiation>
6.32/3.28	c (0,0) Show results End
6.32/3.28	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
6.32/3.28	c (0,0) 0,0,STOP-AFTER(ALL)
6.32/3.28	c END-Prog: Thu Sep 12 16:25:26 CEST 2019

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7661 MiB free)
  memory of node 1: 16384 MiB (6876 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4388422-1568298363/watcher-4388422-1568298363 -o /tmp/evaluation-result-4388422-1568298363/solver-4388422-1568298363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568286434-6491 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4388422-1568298363.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11107, runsolver pid=11104

[startup+0.101553 s]*
/proc/loadavg: 2.14 2.22 2.18 4/234 11124
/proc/meminfo: memFree=14828264/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405776451 115843072 348 33554432000 4194304 5098028 140725372230736 140725372227992 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 348 296 221 0 87 0
[pid=11110] ppid=11107 vsize=15016308 memory=72536 CPUtime=0.12 cores=0,2,4,6
/proc/11110/stat : 11110 (java) S 11107 11107 5595 0 -1 1077944320 7465 0 0 0 10 2 0 0 20 0 15 0 405776451 15376699392 18134 33554432000 4194304 4196468 140721655859648 140721655842192 139749295902455 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
/proc/11110/statm: 3754077 18134 2891 1 0 3716482 0
[pid=11110/tid=11111] ppid=11107 vsize=15016308 memory=-6221578594132737987 CPUtime=0.09 cores=0,2,4,6
/proc/11110/task/11111/stat : 11111 (java) R 11107 11107 5595 0 -1 4202560 5605 0 0 0 8 1 0 0 20 0 15 0 405776451 15376699392 18464 33554432000 4194304 4196468 140721655859648 139749267686704 139749288582173 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11112] ppid=11107 vsize=15016308 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11112/stat : 11112 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15376699392 18464 33554432000 4194304 4196468 140721655859648 139749300144528 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11113] ppid=11107 vsize=15016308 memory=139704164038272 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11113/stat : 11113 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15376699392 18464 33554432000 4194304 4196468 140721655859648 139749114300688 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11114] ppid=11107 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11114/stat : 11114 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15376699392 18464 33554432000 4194304 4196468 140721655859648 139749113248400 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11115] ppid=11107 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11115/stat : 11115 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15376699392 18464 33554432000 4194304 4196468 140721655859648 139749112195600 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11116] ppid=11107 vsize=15016308 memory=139704164038272 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11116/stat : 11116 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776454 15376699392 18464 33554432000 4194304 4196468 140721655859648 139748265888368 139749295913602 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11117] ppid=11107 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11117/stat : 11117 (java) S 11107 11107 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405776455 15376699392 18464 33554432000 4194304 4196468 140721655859648 139747901039904 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11118] ppid=11107 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11118/stat : 11118 (java) S 11107 11107 5595 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405776455 15376699392 18464 33554432000 4194304 4196468 140721655859648 139747766818416 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11119] ppid=11107 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11119/stat : 11119 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776457 15376699392 18464 33554432000 4194304 4196468 140721655859648 139747392313936 139749295921051 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11120] ppid=11107 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11120/stat : 11120 (java) S 11107 11107 5595 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 405776457 15376699392 18103 33554432000 4194304 4196468 140721655859648 139748264835184 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11121] ppid=11107 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11121/stat : 11121 (java) S 11107 11107 5595 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 405776457 15376699392 18103 33554432000 4194304 4196468 140721655859648 139748263782384 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11122] ppid=11107 vsize=15014680 memory=139704164038272 CPUtime=0.01 cores=0,2,4,6
/proc/11110/task/11122/stat : 11122 (java) S 11107 11107 5595 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 15 0 405776457 15375032320 18103 33554432000 4194304 4196468 140721655859648 139748262730096 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11123] ppid=11107 vsize=15014680 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11123/stat : 11123 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776458 15375032320 17863 33554432000 4194304 4196468 140721655859648 139746894408160 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11124] ppid=11107 vsize=15014680 memory=139704164038272 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11124/stat : 11124 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776458 15375032320 17863 33554432000 4194304 4196468 140721655859648 139748261678000 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15129436 KiB
Current children cumulated memory: 73928 KiB

[startup+0.211765 s]*
/proc/loadavg: 2.14 2.22 2.18 3/234 11124
/proc/meminfo: memFree=14813100/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405776451 115843072 348 33554432000 4194304 5098028 140725372230736 140725372227992 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 348 296 221 0 87 0
[pid=11110] ppid=11107 vsize=15012696 memory=83928 CPUtime=0.25 cores=0,2,4,6
/proc/11110/stat : 11110 (java) S 11107 11107 5595 0 -1 1077944320 11489 0 0 0 22 3 0 0 20 0 15 0 405776451 15373000704 20982 33554432000 4194304 4196468 140721655859648 140721655842192 139749295902455 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
/proc/11110/statm: 3753174 20982 2977 1 0 3715579 0
[pid=11110/tid=11111] ppid=11107 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/11110/task/11111/stat : 11111 (java) R 11107 11107 5595 0 -1 4202560 9207 0 0 0 17 3 0 0 20 0 15 0 405776451 15373000704 20982 33554432000 4194304 4196468 140721655859648 139749267686016 139749275495166 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11112] ppid=11107 vsize=15012696 memory=397 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11112/stat : 11112 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 20982 33554432000 4194304 4196468 140721655859648 139749300144528 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11113] ppid=11107 vsize=15012696 memory=3760699480363906720 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11113/stat : 11113 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 20982 33554432000 4194304 4196468 140721655859648 139749114300688 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11114] ppid=11107 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11114/stat : 11114 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 20982 33554432000 4194304 4196468 140721655859648 139749113248400 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11115] ppid=11107 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11115/stat : 11115 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 20982 33554432000 4194304 4196468 140721655859648 139749112195600 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11116] ppid=11107 vsize=15012696 memory=139704164038272 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11116/stat : 11116 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776454 15373000704 20982 33554432000 4194304 4196468 140721655859648 139748265888368 139749295913602 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11117] ppid=11107 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11117/stat : 11117 (java) S 11107 11107 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405776455 15373000704 20982 33554432000 4194304 4196468 140721655859648 139747901039904 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11118] ppid=11107 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11118/stat : 11118 (java) S 11107 11107 5595 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405776455 15373000704 20982 33554432000 4194304 4196468 140721655859648 139747766818416 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11119] ppid=11107 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11119/stat : 11119 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776457 15373000704 20982 33554432000 4194304 4196468 140721655859648 139747392313936 139749295921051 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11120] ppid=11107 vsize=15012696 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11110/task/11120/stat : 11120 (java) S 11107 11107 5595 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 15 0 405776457 15373000704 20982 33554432000 4194304 4196468 140721655859648 139748264835184 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11121] ppid=11107 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11121/stat : 11121 (java) S 11107 11107 5595 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 405776457 15373000704 20982 33554432000 4194304 4196468 140721655859648 139748263782384 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11122] ppid=11107 vsize=15012696 memory=139704164038272 CPUtime=0.03 cores=0,2,4,6
/proc/11110/task/11122/stat : 11122 (java) R 11107 11107 5595 0 -1 4202560 466 0 0 0 3 0 0 0 20 0 15 0 405776457 15373000704 20982 33554432000 4194304 4196468 140721655859648 139748262730096 139749288139582 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11123] ppid=11107 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11123/stat : 11123 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776458 15373000704 20982 33554432000 4194304 4196468 140721655859648 139746894408160 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11124] ppid=11107 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11124/stat : 11124 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776458 15373000704 20982 33554432000 4194304 4196468 140721655859648 139748261678000 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 85320 KiB

[startup+0.310806 s]*
/proc/loadavg: 2.14 2.22 2.18 4/234 11124
/proc/meminfo: memFree=14809812/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405776451 115843072 348 33554432000 4194304 5098028 140725372230736 140725372227992 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 348 296 221 0 87 0
[pid=11110] ppid=11107 vsize=15012696 memory=87696 CPUtime=0.43 cores=0,2,4,6
/proc/11110/stat : 11110 (java) S 11107 11107 5595 0 -1 1077944320 12548 0 0 0 39 4 0 0 20 0 15 0 405776451 15373000704 21924 33554432000 4194304 4196468 140721655859648 140721655842192 139749295902455 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
/proc/11110/statm: 3753174 21924 3022 1 0 3715579 0
[pid=11110/tid=11111] ppid=11107 vsize=15012696 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/11110/task/11111/stat : 11111 (java) R 11107 11107 5595 0 -1 4202560 10060 0 0 0 27 3 0 0 20 0 15 0 405776451 15373000704 21924 33554432000 4194304 4196468 140721655859648 139749267732528 139749279982942 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11112] ppid=11107 vsize=15012696 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11112/stat : 11112 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 21924 33554432000 4194304 4196468 140721655859648 139749300144528 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11113] ppid=11107 vsize=15012696 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11113/stat : 11113 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 21924 33554432000 4194304 4196468 140721655859648 139749114300688 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11114] ppid=11107 vsize=15012696 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11114/stat : 11114 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 21924 33554432000 4194304 4196468 140721655859648 139749113248400 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11115] ppid=11107 vsize=15012696 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11115/stat : 11115 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15373000704 21924 33554432000 4194304 4196468 140721655859648 139749112195600 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11116] ppid=11107 vsize=15012696 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11116/stat : 11116 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776454 15373000704 21924 33554432000 4194304 4196468 140721655859648 139748265888368 139749295913602 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11117] ppid=11107 vsize=15012696 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11117/stat : 11117 (java) S 11107 11107 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405776455 15373000704 21924 33554432000 4194304 4196468 140721655859648 139747901039904 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11118] ppid=11107 vsize=15012696 memory=8982046290584177472 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11118/stat : 11118 (java) S 11107 11107 5595 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405776455 15373000704 21924 33554432000 4194304 4196468 140721655859648 139747766818416 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11119] ppid=11107 vsize=15012696 memory=8325818968683490714 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11119/stat : 11119 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776457 15373000704 21924 33554432000 4194304 4196468 140721655859648 139747392313936 139749295921051 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11120] ppid=11107 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11110/task/11120/stat : 11120 (java) S 11107 11107 5595 0 -1 1077944384 445 0 0 0 2 0 0 0 20 0 15 0 405776457 15373000704 21924 33554432000 4194304 4196468 140721655859648 139748264835184 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11121] ppid=11107 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11110/task/11121/stat : 11121 (java) S 11107 11107 5595 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 15 0 405776457 15373000704 21924 33554432000 4194304 4196468 140721655859648 139748263782384 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11122] ppid=11107 vsize=15012696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11110/task/11122/stat : 11122 (java) S 11107 11107 5595 0 -1 1077944384 512 0 0 0 7 0 0 0 20 0 15 0 405776457 15373000704 21924 33554432000 4194304 4196468 140721655859648 139748262730096 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11123] ppid=11107 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11123/stat : 11123 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776458 15373000704 21924 33554432000 4194304 4196468 140721655859648 139746894408160 139749295912661 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11124] ppid=11107 vsize=15012696 memory=3688791358118573104 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11124/stat : 11124 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776458 15373000704 21924 33554432000 4194304 4196468 140721655859648 139748261678000 139749295913602 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 89088 KiB

[startup+0.700805 s]
/proc/loadavg: 2.14 2.22 2.18 3/234 11124
/proc/meminfo: memFree=14785752/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405776451 115843072 348 33554432000 4194304 5098028 140725372230736 140725372227992 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 348 296 221 0 87 0
[pid=11110] ppid=11107 vsize=15021092 memory=128128 CPUtime=1.03 cores=0,2,4,6
/proc/11110/stat : 11110 (java) S 11107 11107 5595 0 -1 1077944320 20356 0 0 0 97 6 0 0 20 0 15 0 405776451 15381598208 32032 33554432000 4194304 4196468 140721655859648 140721655842192 139749295902455 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
/proc/11110/statm: 3755273 32032 3204 1 0 3716603 0
[pid=11110/tid=11111] ppid=11107 vsize=15021092 memory=-7816663703405220396 CPUtime=0.68 cores=0,2,4,6
/proc/11110/task/11111/stat : 11111 (java) R 11107 11107 5595 0 -1 4202560 17311 0 0 0 63 5 0 0 20 0 15 0 405776451 15381598208 32032 33554432000 4194304 4196468 140721655859648 139749267734192 139749279982942 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11112] ppid=11107 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11112/stat : 11112 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15381598208 32032 33554432000 4194304 4196468 140721655859648 139749300144528 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11113] ppid=11107 vsize=15021092 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11113/stat : 11113 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15381598208 32032 33554432000 4194304 4196468 140721655859648 139749114300688 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11114] ppid=11107 vsize=15021092 memory=37496 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11114/stat : 11114 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15381598208 32032 33554432000 4194304 4196468 140721655859648 139749113248400 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11115] ppid=11107 vsize=15021092 memory=988 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11115/stat : 11115 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15381598208 32032 33554432000 4194304 4196468 140721655859648 139749112195600 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11116] ppid=11107 vsize=15021092 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11116/stat : 11116 (java) S 11107 11107 5595 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405776454 15381598208 32032 33554432000 4194304 4196468 140721655859648 139748265888368 139749295913602 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11117] ppid=11107 vsize=15021092 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11117/stat : 11117 (java) S 11107 11107 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405776455 15381598208 32032 33554432000 4194304 4196468 140721655859648 139747901039904 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11118] ppid=11107 vsize=15021092 memory=580 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11118/stat : 11118 (java) S 11107 11107 5595 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405776455 15381598208 32032 33554432000 4194304 4196468 140721655859648 139747766818416 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11119] ppid=11107 vsize=15021092 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11119/stat : 11119 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776457 15381598208 32032 33554432000 4194304 4196468 140721655859648 139747392313936 139749295921051 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11120] ppid=11107 vsize=15021092 memory=10604 CPUtime=0.08 cores=0,2,4,6
/proc/11110/task/11120/stat : 11120 (java) S 11107 11107 5595 0 -1 1077944384 628 0 0 0 8 0 0 0 20 0 15 0 405776457 15381598208 32032 33554432000 4194304 4196468 140721655859648 139748264835184 139749295913602 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11121] ppid=11107 vsize=15021092 memory=3360 CPUtime=0.1 cores=0,2,4,6
/proc/11110/task/11121/stat : 11121 (java) S 11107 11107 5595 0 -1 1077944384 418 0 0 0 10 0 0 0 20 0 15 0 405776457 15381598208 32032 33554432000 4194304 4196468 140721655859648 139748263782384 139749295913602 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11122] ppid=11107 vsize=15021092 memory=776 CPUtime=0.16 cores=0,2,4,6
/proc/11110/task/11122/stat : 11122 (java) S 11107 11107 5595 0 -1 1077944384 646 0 0 0 16 0 0 0 20 0 15 0 405776457 15381598208 32032 33554432000 4194304 4196468 140721655859648 139748262730096 139749295913602 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11123] ppid=11107 vsize=15021092 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11123/stat : 11123 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776458 15381598208 32032 33554432000 4194304 4196468 140721655859648 139746894408160 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11124] ppid=11107 vsize=15021092 memory=5960 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11124/stat : 11124 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776458 15381598208 32032 33554432000 4194304 4196468 140721655859648 139748261678000 139749295913602 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 129520 KiB

[startup+1.50239 s]
/proc/loadavg: 2.14 2.22 2.18 6/234 11124
/proc/meminfo: memFree=14754548/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405776451 115843072 348 33554432000 4194304 5098028 140725372230736 140725372227992 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 348 296 221 0 87 0
[pid=11110] ppid=11107 vsize=15023140 memory=179648 CPUtime=3.07 cores=0,2,4,6
/proc/11110/stat : 11110 (java) S 11107 11107 5595 0 -1 1077944320 23567 0 0 0 299 8 0 0 20 0 15 0 405776451 15383695360 44912 33554432000 4194304 4196468 140721655859648 140721655842192 139749295902455 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
/proc/11110/statm: 3755785 44912 3247 1 0 3717115 0
[pid=11110/tid=11111] ppid=11107 vsize=15023140 memory=-7816663703405220396 CPUtime=1.47 cores=0,2,4,6
/proc/11110/task/11111/stat : 11111 (java) R 11107 11107 5595 0 -1 4202560 18508 0 0 0 142 5 0 0 20 0 15 0 405776451 15383695360 44912 33554432000 4194304 4196468 140721655859648 139749267739536 139749276741941 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11112] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11112/stat : 11112 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15383695360 44912 33554432000 4194304 4196468 140721655859648 139749300144528 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11113] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11113/stat : 11113 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15383695360 44912 33554432000 4194304 4196468 140721655859648 139749114300688 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11114] ppid=11107 vsize=15023140 memory=1966185 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11114/stat : 11114 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776453 15383695360 44912 33554432000 4194304 4196468 140721655859648 139749113248400 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11115] ppid=11107 vsize=15023140 memory=1967567 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11115/stat : 11115 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405776453 15383695360 44912 33554432000 4194304 4196468 140721655859648 139749112195600 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11116] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11116/stat : 11116 (java) S 11107 11107 5595 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405776454 15383695360 44912 33554432000 4194304 4196468 140721655859648 139748265888368 139749295913602 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11117] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11117/stat : 11117 (java) S 11107 11107 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405776455 15383695360 44912 33554432000 4194304 4196468 140721655859648 139747901039904 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11118] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11118/stat : 11118 (java) S 11107 11107 5595 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405776455 15383695360 44912 33554432000 4194304 4196468 140721655859648 139747766818416 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11119] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11119/stat : 11119 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776457 15383695360 44912 33554432000 4194304 4196468 140721655859648 139747392313936 139749295921051 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11120] ppid=11107 vsize=15023140 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/11110/task/11120/stat : 11120 (java) R 11107 11107 5595 0 -1 1077944384 1002 0 0 0 45 0 0 0 20 0 15 0 405776457 15383695360 44912 33554432000 4194304 4196468 140721655859648 139748264821968 139749295912661 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11121] ppid=11107 vsize=15023140 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/11110/task/11121/stat : 11121 (java) R 11107 11107 5595 0 -1 4202560 633 0 0 0 42 0 0 0 20 0 15 0 405776457 15383695360 44912 33554432000 4194304 4196468 140721655859648 139748263782512 139749275335541 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11122] ppid=11107 vsize=15023140 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/11110/task/11122/stat : 11122 (java) R 11107 11107 5595 0 -1 4202560 2070 0 0 0 68 0 0 0 20 0 15 0 405776457 15383695360 44912 33554432000 4194304 4196468 140721655859648 139748262730096 139749274041793 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11123] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11123/stat : 11123 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405776458 15383695360 44912 33554432000 4194304 4196468 140721655859648 139746894408160 139749295912661 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
[pid=11110/tid=11124] ppid=11107 vsize=15023140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11110/task/11124/stat : 11124 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405776458 15383695360 44912 33554432000 4194304 4196468 140721655859648 139748261678000 139749295913602 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20975616 140721655866153 140721655866522 140721655866522 140721655869391 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 15136268 KiB
Current children cumulated memory: 181040 KiB

[startup+3.1107 s]
/proc/loadavg: 2.29 2.25 2.19 3/239 11145
/proc/meminfo: memFree=14775308/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1472 CPUtime=4.69 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 582 26282 0 0 0 0 458 11 20 0 1 0 405776451 115843072 368 33554432000 4194304 5098028 140725372230736 140725372227480 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 368 311 221 0 87 0
[pid=11125] ppid=11107 vsize=8068440 memory=117256 CPUtime=1.13 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11107 11107 5595 0 -1 1077944320 19281 0 0 0 107 6 0 0 20 0 19 0 405776658 8262082560 29314 33554432000 4194304 4196468 140731029532448 140731029514992 139682121883383 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
/proc/11125/statm: 2017110 29314 3202 1 0 1978454 0
[pid=11140] ppid=11125 vsize=31980 memory=8188 CPUtime=0.31 cores=0,2,4,6
/proc/11140/stat : 11140 (cryptominisat5) R 11125 11107 5595 0 -1 4202496 2276 0 0 0 31 0 0 0 20 0 1 0 405776729 32747520 2047 33554432000 4194304 4451008 140722580262480 140722580258408 140498335982470 0 4 0 2 0 0 0 17 4 0 0 0 0 0 6549032 6559120 23511040 140722580267964 140722580268096 140722580268096 140722580271046 0
/proc/11140/statm: 7995 2047 638 63 0 1722 0
[pid=11125/tid=11126] ppid=11107 vsize=8068440 memory=1392 CPUtime=0.74 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) S 11107 11107 5595 0 -1 1077944384 16347 0 0 0 69 5 0 0 20 0 19 0 405776658 8262082560 29314 33554432000 4194304 4196468 140731029532448 139682093723552 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11127] ppid=11107 vsize=8068440 memory=132432 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11127/stat : 11127 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405776659 8262082560 29314 33554432000 4194304 4196468 140731029532448 139682126125584 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11128] ppid=11107 vsize=8068440 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405776659 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681934686864 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11129] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11107 11107 5595 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405776659 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681605867792 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11130] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405776659 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681604815248 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11131] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11107 11107 5595 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405776661 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681500965616 139682121894530 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11132] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11107 11107 5595 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405776661 8262082560 29314 33554432000 4194304 4196468 140731029532448 139680993502880 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11133] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405776662 8262082560 29314 33554432000 4194304 4196468 140731029532448 139680725066992 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11134] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405776664 8262082560 29314 33554432000 4194304 4196468 140731029532448 139680350558672 139682121901979 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11135] ppid=11107 vsize=8068440 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11107 11107 5595 0 -1 1077944384 592 0 0 0 10 0 0 0 20 0 19 0 405776664 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681499912432 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11136] ppid=11107 vsize=8068440 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11107 11107 5595 0 -1 1077944384 453 0 0 0 8 0 0 0 20 0 19 0 405776664 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681498859888 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11137] ppid=11107 vsize=8068440 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) S 11107 11107 5595 0 -1 1077944384 482 0 0 0 18 0 0 0 20 0 19 0 405776664 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681497806832 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11138] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11107 11107 5595 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405776665 8262082560 29314 33554432000 4194304 4196468 140731029532448 139679852652896 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11139] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11107 11107 5595 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405776665 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681496755248 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11141] ppid=11107 vsize=8068440 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11107 11107 5595 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405776730 8262082560 29314 33554432000 4194304 4196468 140731029532448 139681488721728 139682121907993 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11143] ppid=11107 vsize=8068440 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11143/stat : 11143 (java) S 11107 11107 5595 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 405776730 8262082560 29314 33554432000 4194304 4196468 140731029532448 139679315767184 139682121905309 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11144] ppid=11107 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11144/stat : 11144 (java) S 11107 11107 5595 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405776730 8262082560 29314 33554432000 4194304 4196468 140731029532448 139679449988624 139682121905309 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11145] ppid=11107 vsize=8068440 memory=3472468000239571472 CPUtime=0 cores=0,2,4,6
/proc/11125/task/11145/stat : 11145 (java) S 11107 11107 5595 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 405776733 8262082560 29314 33554432000 4194304 4196468 140731029532448 139679047343408 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 8213548 KiB
Current children cumulated memory: 126916 KiB

[startup+3.29294 s]
# the end of solver process 11107 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.29474 s, system=0.208466 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20321 s]
/proc/loadavg: 2.29 2.25 2.19 3/239 11145
/proc/meminfo: memFree=14775308/32770624 swapFree=66959212/67108860
[pid=11107] ppid=11104 vsize=113128 memory=1472 CPUtime=4.69 cores=0,2,4,6
/proc/11107/stat : 11107 (scop.sh) S 11104 11107 5595 0 -1 4202496 582 26282 0 0 0 0 458 11 20 0 1 0 405776451 115843072 368 33554432000 4194304 5098028 140725372230736 140725372227480 139959017108092 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8101888 140725372232547 140725372232816 140725372232816 140725372235725 0
/proc/11107/statm: 28282 368 311 221 0 87 0
[pid=11125] ppid=11107 vsize=7937364 memory=120380 CPUtime=1.63 cores=0,2,4,6
/proc/11125/stat : 11125 (java) S 11107 11107 5595 0 -1 1077944320 20033 2399 0 0 121 7 35 0 20 0 17 0 405776658 8127860736 30095 33554432000 4194304 4196468 140731029532448 140731029514992 139682121883383 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
/proc/11125/statm: 1984341 30095 3213 1 0 1945685 0
[pid=11125/tid=11126] ppid=11107 vsize=7937364 memory=279408023699696 CPUtime=1.09 cores=0,2,4,6
/proc/11125/task/11126/stat : 11126 (java) R 11107 11107 5595 0 -1 4202560 16384 2399 0 0 69 5 35 0 20 0 17 0 405776658 8127860736 30095 33554432000 4194304 4196468 140731029532448 139682093693032 139682105963870 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11127] ppid=11107 vsize=7937364 memory=139704164045265 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11127/stat : 11127 (java) S 11107 11107 5595 0 -1 1077944384 2 2399 0 0 0 0 35 0 20 0 17 0 405776659 8127860736 30095 33554432000 4194304 4196468 140731029532448 139682126125584 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11128] ppid=11107 vsize=7937364 memory=-2897801490638248215 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11128/stat : 11128 (java) S 11107 11107 5595 0 -1 1077944384 1 2399 0 0 0 0 35 0 20 0 17 0 405776659 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681934686864 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11129] ppid=11107 vsize=7937364 memory=6944656592387989600 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11129/stat : 11129 (java) S 11107 11107 5595 0 -1 1077944384 2 2399 0 0 0 0 35 0 20 0 17 0 405776659 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681605867792 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11130] ppid=11107 vsize=7937364 memory=6944656592455359580 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11130/stat : 11130 (java) S 11107 11107 5595 0 -1 1077944384 1 2399 0 0 0 0 35 0 20 0 17 0 405776659 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681604815248 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11131] ppid=11107 vsize=7937364 memory=6944656592455359580 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11131/stat : 11131 (java) S 11107 11107 5595 0 -1 1077944384 5 2399 0 0 0 0 35 0 20 0 17 0 405776661 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681500965616 139682121894530 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11132] ppid=11107 vsize=7937364 memory=7681407940103534239 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11132/stat : 11132 (java) S 11107 11107 5595 0 -1 1077944384 13 2399 0 0 0 0 35 0 20 0 17 0 405776661 8127860736 30095 33554432000 4194304 4196468 140731029532448 139680993502880 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11133] ppid=11107 vsize=7937364 memory=3539882316492519633 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11133/stat : 11133 (java) S 11107 11107 5595 0 -1 1077944384 1 2399 0 0 0 0 35 0 20 0 17 0 405776662 8127860736 30095 33554432000 4194304 4196468 140731029532448 139680725066992 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11134] ppid=11107 vsize=7937364 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11134/stat : 11134 (java) S 11107 11107 5595 0 -1 1077944384 3 2399 0 0 0 0 35 0 20 0 17 0 405776664 8127860736 30095 33554432000 4194304 4196468 140731029532448 139680350558672 139682121901979 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11135] ppid=11107 vsize=7937364 memory=15029 CPUtime=0.46 cores=0,2,4,6
/proc/11125/task/11135/stat : 11135 (java) S 11107 11107 5595 0 -1 1077944384 604 2399 0 0 11 0 35 0 20 0 17 0 405776664 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681499912432 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11136] ppid=11107 vsize=7937364 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/11125/task/11136/stat : 11136 (java) S 11107 11107 5595 0 -1 1077944384 472 2399 0 0 11 0 35 0 20 0 17 0 405776664 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681498859888 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11137] ppid=11107 vsize=7937364 memory=279408024121424 CPUtime=0.57 cores=0,2,4,6
/proc/11125/task/11137/stat : 11137 (java) R 11107 11107 5595 0 -1 4202560 612 2399 0 0 22 0 35 0 20 0 17 0 405776664 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681497803768 139682100425825 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11138] ppid=11107 vsize=7937364 memory=3546223266001339475 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11138/stat : 11138 (java) S 11107 11107 5595 0 -1 1077944384 3 2399 0 0 0 0 35 0 20 0 17 0 405776665 8127860736 30095 33554432000 4194304 4196468 140731029532448 139679852652896 139682121893589 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11139] ppid=11107 vsize=7937364 memory=7517468091571005796 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11139/stat : 11139 (java) S 11107 11107 5595 0 -1 1077944384 1 2399 0 0 0 0 35 0 20 0 17 0 405776665 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681496755248 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11141] ppid=11107 vsize=7937364 memory=7308611369583338862 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11141/stat : 11141 (java) S 11107 11107 5595 0 -1 1077944384 26 2399 0 0 0 0 35 0 20 0 17 0 405776730 8127860736 30095 33554432000 4194304 4196468 140731029532448 139681488720912 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
[pid=11125/tid=11145] ppid=11107 vsize=7937364 memory=2241 CPUtime=0.35 cores=0,2,4,6
/proc/11125/task/11145/stat : 11145 (java) S 11107 11107 5595 0 -1 1077944384 9 2399 0 0 0 0 35 0 20 0 17 0 405776733 8127860736 30095 33554432000 4194304 4196468 140731029532448 139679047345200 139682121894530 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36462592 140731029533691 140731029533850 140731029533850 140731029536719 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 121852 KiB

Child status: 0
Real time (s): 3.293
CPU time (s): 6.5032
CPU user time (s): 6.29474
CPU system time (s): 0.208466
CPU usage (%): 197.486
Max. virtual memory (cumulated for all children) (KiB): 15140452
Max. memory (cumulated for all children) (KiB): 295904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.29474
system time used= 0.208466
maximum resident set size= 299832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5463
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 11107
#   total CPU time (s): 6.5032
#   total CPU user time (s): 6.29474
#   total CPU system time (s): 0.208466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051581 second user time and 0.075223 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-12 16:25:23
IDJOB=4388422
IDBENCH=141704
IDSOLVER=2826
FILE ID=node124/4388422-1568298363
RUNJOBID= node124-1568286434-6491
PBS_JOBID= 21701080
Free space on /tmp= 52476 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-20-054.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4388422-1568298363/watcher-4388422-1568298363 -o /tmp/evaluation-result-4388422-1568298363/solver-4388422-1568298363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568286434-6491 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4388422-1568298363.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3ff211d871d85a956d1d429dedc73eaa
RANDOM SEED=1038582436

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14887232 kB
MemAvailable:   29694284 kB
Buffers:          142876 kB
Cached:         14750736 kB
SwapCached:        45868 kB
Active:          3771588 kB
Inactive:       13291824 kB
Active(anon):    2124268 kB
Inactive(anon):    86928 kB
Active(file):    1647320 kB
Inactive(file): 13204896 kB
Unevictable:      108340 kB
Mlocked:          108340 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             20536 kB
Writeback:             0 kB
AnonPages:       2188424 kB
Mapped:            55440 kB
Shmem:             32744 kB
Slab:             412588 kB
SReclaimable:     383296 kB
SUnreclaim:        29292 kB
KernelStack:        4096 kB
PageTables:        10316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8173060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    800768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 52452 MiB
End job on node124 at 2019-09-12 16:25:26