Trace number 4305331

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
scop order+MapleCOMSPS (2018-07-31)UNSAT 4.58404 2.51909

General information on the benchmark

NameColouredQueens/
ColouredQueens-06_c18.xml
MD5SUM7b867b166641a9e2c5ffb0d7a40768d4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015727
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints30
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":32}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":14}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-16835-serial-file.bin HOME/instance-4305331-1534060441.xml
0.55/0.51	
0.66/0.52	scop order+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.70/0.61	c BEGIN-Prog: Sun Aug 12 09:54:02 CEST 2018
0.70/0.61	c PID: 16838
0.70/0.61	c IP: 172.20.3.139
0.70/0.61	c HOST: node139.alineos.net
0.70/0.62	c (0,0) Parsing Begin
1.07/0.89	c (0,0) Parsing End
1.26/0.90	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 30 ctr, max domain size 6
1.26/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.26/0.91	c (0,0) Constraint Name Generate Begin
1.26/0.91	c (0,0) Ctr:HOME/instance-4305331-1534060441.xml,AllDifferent:IntVar
1.26/0.91	c (0,0) Constraint Name Generate End
1.26/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.26/0.91	c (0,0) CSP to CSPinCNF Begin
1.42/1.07	c (0,0) translated 3 (10%) constraints
1.42/1.10	c (0,0) translated 6 (20%) constraints
1.62/1.13	c (0,0) translated 9 (30%) constraints
1.62/1.15	c (0,0) translated 12 (40%) constraints
1.62/1.17	c (0,0) translated 15 (50%) constraints
1.62/1.18	c (0,0) translated 18 (60%) constraints
1.62/1.19	c (0,0) translated 21 (70%) constraints
1.62/1.19	c (0,0) translated 24 (80%) constraints
1.96/1.20	c (0,0) translated 27 (90%) constraints
1.96/1.21	c (0,0) translated 30 (100%) constraints
1.96/1.27	c (0,0) STATISTICS1:HOME/instance-4305331-1534060441.xml,AllDifferent:IntVar,36,350,6,6,6,2,6:290,6:860,6:28;5:8;4:8;3:8;2:298,2:290;1:280,
1.96/1.27	c (0,0) ==========================================
1.96/1.27	c (0,0) Order
1.96/1.28	c (0,0) ==========================================
1.96/1.29	c (0,0) translated 35 (10%) constraints
2.21/1.30	c (0,0) translated 70 (20%) constraints
2.21/1.31	c (0,0) translated 105 (30%) constraints
2.21/1.32	c (0,0) translated 140 (40%) constraints
2.21/1.32	c (0,0) translated 175 (50%) constraints
2.21/1.33	c (0,0) translated 210 (60%) constraints
2.21/1.34	c (0,0) translated 245 (70%) constraints
2.21/1.34	c (0,0) translated 280 (80%) constraints
2.21/1.34	c (0,0) translated 315 (90%) constraints
2.21/1.35	c (0,0) translated 350 (100%) constraints
2.21/1.35	c (0,0) CSP to CSPinCNF End
2.21/1.35	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 350 ctr, max domain size 6
2.21/1.35	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.21/1.35	c (0,0) CSPinCNF Propagation Begin
2.21/1.37	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/1.37	c (0,0) CSPinCNF Propagation End
2.21/1.37	c (0,0) CSP: 36 int (0 aux), 0 bool (0 aux), 350 ctr, max domain size 6
2.21/1.37	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.21/1.37	c (0,0) Simplify CSPinCNF Begin
2.47/1.45	c (0,0) Simplify CSPinCNF End
2.47/1.46	c (0,0) CSP: 36 int (0 aux), 580 bool (580 aux), 930 ctr, max domain size 6
2.47/1.46	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.47/1.46	c (0,0) Calculate Precise Domain Begin
2.47/1.46	c (0,0) 0 values are removed by re-calculation
2.47/1.46	c (0,0) Calculate Precise Domain End
2.47/1.46	c (0,0) CSP: 36 int (0 aux), 580 bool (580 aux), 930 ctr, max domain size 6
2.47/1.46	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.47/1.46	c (0,0) CSPinCNF to SatSolver Begin
2.75/1.53	c (0,0) 93 (10 %) CSP clauses are encoded (760 SAT variables, 536 SAT clauses)
2.75/1.54	c (0,0) 186 (20 %) CSP clauses are encoded (760 SAT variables, 924 SAT clauses)
2.75/1.56	c (1,0) 279 (30 %) CSP clauses are encoded (760 SAT variables, 1312 SAT clauses)
2.75/1.57	c (1,0) 372 (40 %) CSP clauses are encoded (760 SAT variables, 1705 SAT clauses)
2.75/1.58	c (1,0) 465 (50 %) CSP clauses are encoded (760 SAT variables, 2093 SAT clauses)
2.75/1.58	c (1,0) 558 (60 %) CSP clauses are encoded (760 SAT variables, 2481 SAT clauses)
2.75/1.59	c (1,0) 651 (70 %) CSP clauses are encoded (760 SAT variables, 2864 SAT clauses)
2.75/1.60	c (1,0) 744 (80 %) CSP clauses are encoded (760 SAT variables, 3227 SAT clauses)
3.08/1.60	c (1,1) 837 (90 %) CSP clauses are encoded (760 SAT variables, 3600 SAT clauses)
3.08/1.61	c (1,1) 930 (100 %) CSP clauses are encoded (760 SAT variables, 3973 SAT clauses)
3.08/1.61	c (1,1) Launch Command will be: minisat_release
3.08/1.61	c (1,1) CSPinCNF to SatSolver End
3.08/1.61	c (1,1) Heap : 168 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.08/1.63	c (1,1) STATISTICS2:HOME/instance-4305331-1534060441.xml,AllDifferent:IntVar,616,930,6,6,6,2,6:580,6:1440;2:1160,6:28;5:8;4:8;3:8;2:878,2:580;1:1440,
3.08/1.63	c (1,1) 760 bool, 3974 clause
3.08/1.63	c (1,1) Export Begin
3.36/1.72	c (1,1) Export to HOME/scop-16835-serial-file.bin
3.36/1.72	c (1,1) Export End
3.36/1.72	c (1,1) Export File Size: 0.01 MB
3.36/1.72	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.36/1.72	c END-Prog: Sun Aug 12 09:54:03 CEST 2018
3.36/1.74	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-16835-serial-file.bin
4.05/2.23	c (0,0) Read Serial File Begin
4.05/2.23	c (0,0) HOME/scop-16835-serial-file.bin
4.19/2.39	c (0,0) Read Serial File End
4.34/2.40	
4.34/2.40	scop order+minisat_release (2018-07-31)
4.34/2.40	(Solving Process)
4.34/2.40	
4.34/2.42	c BEGIN-Prog: Sun Aug 12 09:54:03 CEST 2018
4.34/2.42	c PID: 16866
4.34/2.42	c IP: 172.20.3.139
4.34/2.42	c HOST: node139.alineos.net
4.34/2.43	c (0,0) SatSolver.solve Begin
4.34/2.43	c (0,0) 0 bool, 0 clause
4.34/2.43	c (0,0) minisat_release HOME/instance-4305331-1534060441.xml-scop-16838.cnf
4.34/2.46	c (0,0) c This is COMiniSatPS.
4.34/2.46	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.34/2.46	c (0,0) c ============================[ Problem Statistics ]=============================
4.34/2.46	c (0,0) c |                                                                             |
4.34/2.46	c (0,0) c |  Number of variables:           760                                         |
4.34/2.46	c (0,0) c |  Number of clauses:            3974                                         |
4.34/2.46	c (0,0) c |  Parse time:                   0.00 s                                       |
4.34/2.46	c (0,0) c |  Eliminated clauses:           0.01 Mb                                      |
4.34/2.46	c (0,0) c Reduced to 470 vars, 3684 cls (grow=0)
4.34/2.46	c (0,0) c No iterative elimination performed. (vars=470, c/v ratio=7.8)
4.34/2.46	c (0,0) c |  Simplification time:          0.00 s                                       |
4.34/2.46	c (0,0) c |                                                                             |
4.34/2.47	c (0,0) c ============================[ Search Statistics ]==============================
4.34/2.47	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.34/2.47	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.34/2.47	c (0,0) c ===============================================================================
4.34/2.47	c (0,0) c ===============================================================================
4.34/2.47	c (0,0) c restarts              : 1
4.34/2.47	c (0,0) c conflicts             : 39             (6707 /sec)
4.34/2.47	c (0,0) c decisions             : 51             (0.00 % random) (8770 /sec)
4.34/2.47	c (0,0) c propagations          : 1211           (208255 /sec)
4.34/2.47	c (0,0) c conflict literals     : 216            (6.49 % deleted)
4.34/2.47	c (0,0) c CPU time              : 0.005815 s
4.34/2.47	c (0,0) 
4.34/2.47	c (0,0) s UNSATISFIABLE
4.53/2.50	c (0,0) SatSolver.solve End
4.53/2.50	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.53/2.50	c (0,0) Show results Begin
4.53/2.50	s UNSATISFIABLE
4.53/2.50	c (0,0) Show results End
4.53/2.50	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.53/2.51	c (0,0) 0,0,STOP-AFTER(ALL)
4.53/2.51	c END-Prog: Sun Aug 12 09:54:04 CEST 2018

Verifier Data


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 (4661 MiB free)
  memory of node 1: 16384 MiB (5833 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305331-1534060441/watcher-4305331-1534060441 -o /tmp/evaluation-result-4305331-1534060441/solver-4305331-1534060441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534060441-16802 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305331-1534060441.xml 

running on 4 cores: 1,3,5,7

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=16835, runsolver pid=16832

[startup+0.100157 s]*
/proc/loadavg: 0.78 0.93 1.26 4/219 16865
/proc/meminfo: memFree=10631668/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 223607267 115843072 349 33554432000 4194304 5098028 140722498883568 140722498880824 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 349 296 221 0 87 0
[pid=16838] ppid=16835 vsize=15012476 memory=73236 CPUtime=0.11 cores=1,3,5,7
/proc/16838/stat : 16838 (java) S 16835 16835 16770 0 -1 1077944320 6912 0 0 0 9 2 0 0 20 0 15 0 223607268 15372775424 18309 33554432000 4194304 4196468 140731741488688 140731741471232 140433792114423 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
/proc/16838/statm: 3753119 18309 2770 1 0 3715579 0
[pid=16838/tid=16839] ppid=16835 vsize=15012476 memory=-6601833317647732518 CPUtime=0.08 cores=1,3,5,7
/proc/16838/task/16839/stat : 16839 (java) R 16835 16835 16770 0 -1 4202560 5000 0 0 0 7 1 0 0 20 0 15 0 223607268 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433763940752 140433775301249 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16845] ppid=16835 vsize=15012476 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16845/stat : 16845 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433796356496 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16846] ppid=16835 vsize=15012476 memory=140092234565248 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16846/stat : 16846 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433620998416 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16847] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16847/stat : 16847 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433251707536 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16848] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16848/stat : 16848 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433250654736 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16851] ppid=16835 vsize=15012476 memory=140092234565248 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16851/stat : 16851 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607271 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433131653744 140433792125570 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16852] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16852/stat : 16852 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607272 15372775424 18309 33554432000 4194304 4196468 140731741488688 140432445007136 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16853] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16853/stat : 16853 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607272 15372775424 18309 33554432000 4194304 4196468 140731741488688 140432210126448 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16860] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16860/stat : 16860 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 18309 33554432000 4194304 4196468 140731741488688 140431835617872 140433792133019 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16861] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16861/stat : 16861 (java) S 16835 16835 16770 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433130600560 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16862] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16862/stat : 16862 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433129547760 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16863] ppid=16835 vsize=15012476 memory=140092234565248 CPUtime=0.01 cores=1,3,5,7
/proc/16838/task/16863/stat : 16863 (java) S 16835 16835 16770 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 223607274 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433128495472 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16864] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16864/stat : 16864 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607275 15372775424 18309 33554432000 4194304 4196468 140731741488688 140431337712096 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16865] ppid=16835 vsize=15012476 memory=140092234565248 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16865/stat : 16865 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607275 15372775424 18309 33554432000 4194304 4196468 140731741488688 140433127443376 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74632 KiB

[startup+0.210701 s]*
/proc/loadavg: 0.78 0.93 1.26 5/219 16865
/proc/meminfo: memFree=10607980/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 223607267 115843072 349 33554432000 4194304 5098028 140722498883568 140722498880824 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 349 296 221 0 87 0
[pid=16838] ppid=16835 vsize=15012476 memory=86276 CPUtime=0.25 cores=1,3,5,7
/proc/16838/stat : 16838 (java) S 16835 16835 16770 0 -1 1077944320 10432 0 0 0 22 3 0 0 20 0 15 0 223607268 15372775424 21569 33554432000 4194304 4196468 140731741488688 140731741471232 140433792114423 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
/proc/16838/statm: 3753119 21569 2903 1 0 3715579 0
[pid=16838/tid=16839] ppid=16835 vsize=15012476 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/16838/task/16839/stat : 16839 (java) R 16835 16835 16770 0 -1 4202560 8335 0 0 0 18 2 0 0 20 0 15 0 223607268 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433763942080 140433776194910 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16845] ppid=16835 vsize=15012476 memory=12591 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16845/stat : 16845 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433796356496 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16846] ppid=16835 vsize=15012476 memory=3544814080330335904 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16846/stat : 16846 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433620998416 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16847] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16847/stat : 16847 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433251707536 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16848] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16848/stat : 16848 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433250654736 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16851] ppid=16835 vsize=15012476 memory=140092234565248 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16851/stat : 16851 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607271 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433131653744 140433792125570 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16852] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16852/stat : 16852 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607272 15372775424 21569 33554432000 4194304 4196468 140731741488688 140432445007136 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16853] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16853/stat : 16853 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607272 15372775424 21569 33554432000 4194304 4196468 140731741488688 140432210126448 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16860] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16860/stat : 16860 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 21569 33554432000 4194304 4196468 140731741488688 140431835617872 140433792133019 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16861] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16861/stat : 16861 (java) S 16835 16835 16770 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433130600560 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16862] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16862/stat : 16862 (java) S 16835 16835 16770 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433129547760 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16863] ppid=16835 vsize=15012476 memory=140092234565248 CPUtime=0.03 cores=1,3,5,7
/proc/16838/task/16863/stat : 16863 (java) S 16835 16835 16770 0 -1 1077944384 296 0 0 0 3 0 0 0 20 0 15 0 223607274 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433128495472 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16864] ppid=16835 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16864/stat : 16864 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607275 15372775424 21569 33554432000 4194304 4196468 140731741488688 140431337712096 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16865] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16865/stat : 16865 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607275 15372775424 21569 33554432000 4194304 4196468 140731741488688 140433127443376 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87672 KiB

[startup+0.310539 s]*
/proc/loadavg: 0.78 0.93 1.26 3/219 16865
/proc/meminfo: memFree=10601280/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 223607267 115843072 349 33554432000 4194304 5098028 140722498883568 140722498880824 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 349 296 221 0 87 0
[pid=16838] ppid=16835 vsize=15012476 memory=89808 CPUtime=0.42 cores=1,3,5,7
/proc/16838/stat : 16838 (java) S 16835 16835 16770 0 -1 1077944320 10953 0 0 0 39 3 0 0 20 0 15 0 223607268 15372775424 22452 33554432000 4194304 4196468 140731741488688 140731741471232 140433792114423 0 0 2 16800973 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
/proc/16838/statm: 3753119 22452 2968 1 0 3715579 0
[pid=16838/tid=16839] ppid=16835 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16838/task/16839/stat : 16839 (java) R 16835 16835 16770 0 -1 4202560 8708 0 0 0 27 2 0 0 20 0 15 0 223607268 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433763909424 140433792136349 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16845] ppid=16835 vsize=15012476 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16845/stat : 16845 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433796356496 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16846] ppid=16835 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16846/stat : 16846 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433620998416 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16847] ppid=16835 vsize=15012476 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16847/stat : 16847 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433251707536 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16848] ppid=16835 vsize=15012476 memory=7089274314207166114 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16848/stat : 16848 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433250654736 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16851] ppid=16835 vsize=15012476 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16851/stat : 16851 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607271 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433131653744 140433792125570 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16852] ppid=16835 vsize=15012476 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16852/stat : 16852 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607272 15372775424 22452 33554432000 4194304 4196468 140731741488688 140432445007136 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16853] ppid=16835 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16853/stat : 16853 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607272 15372775424 22452 33554432000 4194304 4196468 140731741488688 140432210126448 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16860] ppid=16835 vsize=15012476 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16860/stat : 16860 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607274 15372775424 22452 33554432000 4194304 4196468 140731741488688 140431835617872 140433792133019 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16861] ppid=16835 vsize=15012476 memory=4426078206164241782 CPUtime=0.03 cores=1,3,5,7
/proc/16838/task/16861/stat : 16861 (java) R 16835 16835 16770 0 -1 4202560 426 0 0 0 3 0 0 0 20 0 15 0 223607274 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433130600560 140433792126358 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16862] ppid=16835 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16838/task/16862/stat : 16862 (java) R 16835 16835 16770 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 15 0 223607274 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433129547760 140433792125570 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16863] ppid=16835 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16838/task/16863/stat : 16863 (java) R 16835 16835 16770 0 -1 4202560 317 0 0 0 7 0 0 0 20 0 15 0 223607274 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433128495472 140433771076083 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16864] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16864/stat : 16864 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607275 15372775424 22452 33554432000 4194304 4196468 140731741488688 140431337712096 140433792124629 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16865] ppid=16835 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16865/stat : 16865 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607275 15372775424 22452 33554432000 4194304 4196468 140731741488688 140433127443376 140433792125570 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91204 KiB

[startup+0.703752 s]
/proc/loadavg: 0.78 0.93 1.26 2/219 16865
/proc/meminfo: memFree=10551664/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 223607267 115843072 349 33554432000 4194304 5098028 140722498883568 140722498880824 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 349 296 221 0 87 0
[pid=16838] ppid=16835 vsize=15018748 memory=124844 CPUtime=0.86 cores=1,3,5,7
/proc/16838/stat : 16838 (java) S 16835 16835 16770 0 -1 1077944320 17329 0 0 0 81 5 0 0 20 0 15 0 223607268 15379197952 31211 33554432000 4194304 4196468 140731741488688 140731741471232 140433792114423 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
/proc/16838/statm: 3754687 31211 3127 1 0 3716091 0
[pid=16838/tid=16839] ppid=16835 vsize=15018748 memory=33 CPUtime=0.6 cores=1,3,5,7
/proc/16838/task/16839/stat : 16839 (java) R 16835 16835 16770 0 -1 4202560 14794 0 0 0 56 4 0 0 20 0 15 0 223607268 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433763950608 140433776158053 0 4 2 25189581 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16845] ppid=16835 vsize=15018748 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16845/stat : 16845 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433796356496 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16846] ppid=16835 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16846/stat : 16846 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433620998416 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16847] ppid=16835 vsize=15018748 memory=60688 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16847/stat : 16847 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433251707536 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16848] ppid=16835 vsize=15018748 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16848/stat : 16848 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433250654736 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16851] ppid=16835 vsize=15018748 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16851/stat : 16851 (java) S 16835 16835 16770 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223607271 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433131653744 140433792125570 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16852] ppid=16835 vsize=15018748 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16852/stat : 16852 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607272 15379197952 31211 33554432000 4194304 4196468 140731741488688 140432445007136 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16853] ppid=16835 vsize=15018748 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16853/stat : 16853 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607272 15379197952 31211 33554432000 4194304 4196468 140731741488688 140432210126448 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16860] ppid=16835 vsize=15018748 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16860/stat : 16860 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607274 15379197952 31211 33554432000 4194304 4196468 140731741488688 140431835617872 140433792133019 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16861] ppid=16835 vsize=15018748 memory=5408 CPUtime=0.08 cores=1,3,5,7
/proc/16838/task/16861/stat : 16861 (java) R 16835 16835 16770 0 -1 4202560 636 0 0 0 8 0 0 0 20 0 15 0 223607274 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433130600560 140433776504528 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16862] ppid=16835 vsize=15018748 memory=876 CPUtime=0.03 cores=1,3,5,7
/proc/16838/task/16862/stat : 16862 (java) R 16835 16835 16770 0 -1 1077944384 210 0 0 0 3 0 0 0 20 0 15 0 223607274 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433129547760 140433792125570 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16863] ppid=16835 vsize=15018748 memory=10096 CPUtime=0.13 cores=1,3,5,7
/proc/16838/task/16863/stat : 16863 (java) R 16835 16835 16770 0 -1 4202560 355 0 0 0 13 0 0 0 20 0 15 0 223607274 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433128495472 140433792126358 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16864] ppid=16835 vsize=15018748 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16864/stat : 16864 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607275 15379197952 31211 33554432000 4194304 4196468 140731741488688 140431337712096 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16865] ppid=16835 vsize=15018748 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16865/stat : 16865 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607275 15379197952 31211 33554432000 4194304 4196468 140731741488688 140433127443376 140433792125570 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 126240 KiB

[startup+1.50078 s]
/proc/loadavg: 0.78 0.93 1.26 5/219 16865
/proc/meminfo: memFree=10502036/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 223607267 115843072 349 33554432000 4194304 5098028 140722498883568 140722498880824 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 349 296 221 0 87 0

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

/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 223607267 115843072 349 33554432000 4194304 5098028 140722498883568 140722498880824 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 349 296 221 0 87 0
[pid=16838] ppid=16835 vsize=15027084 memory=186308 CPUtime=3.08 cores=1,3,5,7
/proc/16838/stat : 16838 (java) S 16835 16835 16770 0 -1 1077944320 22475 0 0 0 299 9 0 0 20 0 15 0 223607268 15387734016 46577 33554432000 4194304 4196468 140731741488688 140731741471232 140433792114423 0 0 2 25189581 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
/proc/16838/statm: 3756771 46577 3207 1 0 3717627 0
[pid=16838/tid=16839] ppid=16835 vsize=15027084 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/16838/task/16839/stat : 16839 (java) R 16835 16835 16770 0 -1 4202560 16769 0 0 0 143 6 0 0 20 0 15 0 223607268 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433763949776 140433792126358 0 4 2 25189581 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16845] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16845/stat : 16845 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433796356496 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16846] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16846/stat : 16846 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433620998416 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16847] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16847/stat : 16847 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607270 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433251707536 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16848] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16848/stat : 16848 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607270 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433250654736 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16851] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16851/stat : 16851 (java) S 16835 16835 16770 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223607271 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433131653744 140433792125570 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16852] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16852/stat : 16852 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607272 15387734016 46577 33554432000 4194304 4196468 140731741488688 140432445007136 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16853] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16853/stat : 16853 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607272 15387734016 46577 33554432000 4194304 4196468 140731741488688 140432210126448 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16860] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16860/stat : 16860 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607274 15387734016 46577 33554432000 4194304 4196468 140731741488688 140431835617872 140433792133019 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16861] ppid=16835 vsize=15027084 memory=4639074098508484691 CPUtime=0.48 cores=1,3,5,7
/proc/16838/task/16861/stat : 16861 (java) R 16835 16835 16770 0 -1 4202560 1017 0 0 0 48 0 0 0 20 0 15 0 223607274 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433130590352 140433792128272 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16862] ppid=16835 vsize=15027084 memory=7162519371319044458 CPUtime=0.37 cores=1,3,5,7
/proc/16838/task/16862/stat : 16862 (java) R 16835 16835 16770 0 -1 4202560 768 0 0 0 36 1 0 0 20 0 15 0 223607274 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433129540952 140433771800302 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16863] ppid=16835 vsize=15027084 memory=280184204927808 CPUtime=0.7 cores=1,3,5,7
/proc/16838/task/16863/stat : 16863 (java) S 16835 16835 16770 0 -1 1077944384 2586 0 0 0 70 0 0 0 20 0 15 0 223607274 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433128495472 140433792125570 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16864] ppid=16835 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16864/stat : 16864 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607275 15387734016 46577 33554432000 4194304 4196468 140731741488688 140431337712096 140433792124629 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
[pid=16838/tid=16865] ppid=16835 vsize=15027084 memory=280184205132384 CPUtime=0 cores=1,3,5,7
/proc/16838/task/16865/stat : 16865 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607275 15387734016 46577 33554432000 4194304 4196468 140731741488688 140433127443376 140433792125570 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39264256 140731741496326 140731741496625 140731741496625 140731741499343 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 187704 KiB

[startup+2.00026 s]*
/proc/loadavg: 0.78 0.93 1.26 5/219 16880
/proc/meminfo: memFree=10434464/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1472 CPUtime=3.45 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 590 23780 0 0 0 0 334 11 20 0 1 0 223607267 115843072 368 33554432000 4194304 5098028 140722498883568 140722498880312 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 368 311 221 0 87 0
[pid=16866] ppid=16835 vsize=7404280 memory=64864 CPUtime=0.37 cores=1,3,5,7
/proc/16866/stat : 16866 (java) S 16835 16835 16770 0 -1 1077944320 10168 0 0 0 34 3 0 0 20 0 15 0 223607442 7581982720 16216 33554432000 4194304 4196468 140729286401488 140729286384032 140643375116023 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
/proc/16866/statm: 1851070 16216 3015 1 0 1813530 0
[pid=16866/tid=16867] ppid=16835 vsize=7404280 memory=585529743809642627 CPUtime=0.24 cores=1,3,5,7
/proc/16866/task/16867/stat : 16867 (java) R 16835 16835 16770 0 -1 4202560 7903 0 0 0 22 2 0 0 20 0 15 0 223607442 7581982720 16216 33554432000 4194304 4196468 140729286401488 140643346921136 140643356679598 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16868] ppid=16835 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16868/stat : 16868 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607444 7581982720 16216 33554432000 4194304 4196468 140729286401488 140643379358608 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16869] ppid=16835 vsize=7404280 memory=140092235749606 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16869/stat : 16869 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607444 7581982720 16216 33554432000 4194304 4196468 140729286401488 140643201854224 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16870] ppid=16835 vsize=7404280 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16870/stat : 16870 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607444 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642859302032 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16871] ppid=16835 vsize=7404280 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16871/stat : 16871 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607444 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642858249232 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16872] ppid=16835 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16872/stat : 16872 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607445 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642821531760 140643375127170 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16873] ppid=16835 vsize=7404280 memory=3472328295574038117 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16873/stat : 16873 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607445 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642193761056 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16874] ppid=16835 vsize=7404280 memory=-6876588628788210059 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16874/stat : 16874 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607446 7581982720 16216 33554432000 4194304 4196468 140729286401488 140641925325936 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16875] ppid=16835 vsize=7404280 memory=-7595754389018307680 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16875/stat : 16875 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607448 7581982720 16216 33554432000 4194304 4196468 140729286401488 140641550817360 140643375134619 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16876] ppid=16835 vsize=7404280 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16866/task/16876/stat : 16876 (java) S 16835 16835 16770 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 15 0 223607448 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642820479600 140643375127170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16877] ppid=16835 vsize=7404280 memory=3467830232828882975 CPUtime=0.02 cores=1,3,5,7
/proc/16866/task/16877/stat : 16877 (java) S 16835 16835 16770 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 223607448 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642819426800 140643375127170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16878] ppid=16835 vsize=7404280 memory=4211126069002234835 CPUtime=0.06 cores=1,3,5,7
/proc/16866/task/16878/stat : 16878 (java) S 16835 16835 16770 0 -1 1077944384 311 0 0 0 6 0 0 0 20 0 15 0 223607448 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642818374512 140643375127170 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16879] ppid=16835 vsize=7404280 memory=3467831297997549599 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16879/stat : 16879 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607448 7581982720 16216 33554432000 4194304 4196468 140729286401488 140641052912608 140643375126229 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16880] ppid=16835 vsize=7404280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16880/stat : 16880 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607449 7581982720 16216 33554432000 4194304 4196468 140729286401488 140642817321392 140643375127170 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
Current children cumulated CPU time: 3.82 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 66336 KiB

[startup+2.40071 s]
/proc/loadavg: 0.78 0.93 1.26 5/219 16880
/proc/meminfo: memFree=10434464/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1472 CPUtime=3.45 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 590 23780 0 0 0 0 334 11 20 0 1 0 223607267 115843072 368 33554432000 4194304 5098028 140722498883568 140722498880312 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 368 311 221 0 87 0
[pid=16866] ppid=16835 vsize=7408432 memory=99796 CPUtime=0.89 cores=1,3,5,7
/proc/16866/stat : 16866 (java) S 16835 16835 16770 0 -1 1077944320 16662 0 0 0 84 5 0 0 20 0 15 0 223607442 7586234368 24949 33554432000 4194304 4196468 140729286401488 140729286384032 140643375116023 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
/proc/16866/statm: 1852108 24949 3050 1 0 1814042 0
[pid=16866/tid=16867] ppid=16835 vsize=7408432 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/16866/task/16867/stat : 16867 (java) R 16835 16835 16770 0 -1 4202560 14298 0 0 0 59 4 0 0 20 0 15 0 223607442 7586234368 24949 33554432000 4194304 4196468 140729286401488 140643346951440 140643367794197 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16868] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16868/stat : 16868 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607444 7586234368 24949 33554432000 4194304 4196468 140729286401488 140643379358608 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16869] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16869/stat : 16869 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607444 7586234368 24949 33554432000 4194304 4196468 140729286401488 140643201854224 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16870] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16870/stat : 16870 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607444 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642859302032 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16871] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16871/stat : 16871 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607444 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642858249232 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16872] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16872/stat : 16872 (java) S 16835 16835 16770 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223607445 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642821531760 140643375127170 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16873] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16873/stat : 16873 (java) S 16835 16835 16770 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 223607445 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642193761056 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16874] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16874/stat : 16874 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607446 7586234368 24949 33554432000 4194304 4196468 140729286401488 140641925325936 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16875] ppid=16835 vsize=7408432 memory=4124841323908130416 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16875/stat : 16875 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607448 7586234368 24949 33554432000 4194304 4196468 140729286401488 140641550817360 140643375134619 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16876] ppid=16835 vsize=7408432 memory=7234030490512222553 CPUtime=0.05 cores=1,3,5,7
/proc/16866/task/16876/stat : 16876 (java) S 16835 16835 16770 0 -1 1077944384 413 0 0 0 5 0 0 0 20 0 15 0 223607448 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642820479600 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16877] ppid=16835 vsize=7408432 memory=7452728842579373158 CPUtime=0.04 cores=1,3,5,7
/proc/16866/task/16877/stat : 16877 (java) S 16835 16835 16770 0 -1 1077944384 232 0 0 0 4 0 0 0 20 0 15 0 223607448 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642819426800 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16878] ppid=16835 vsize=7408432 memory=33 CPUtime=0.14 cores=1,3,5,7
/proc/16866/task/16878/stat : 16878 (java) R 16835 16835 16770 0 -1 4202560 388 0 0 0 14 0 0 0 20 0 15 0 223607448 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642818374512 140643359196510 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16879] ppid=16835 vsize=7408432 memory=6019413147677657491 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16879/stat : 16879 (java) S 16835 16835 16770 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223607448 7586234368 24949 33554432000 4194304 4196468 140729286401488 140641052912608 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16880] ppid=16835 vsize=7408432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16880/stat : 16880 (java) S 16835 16835 16770 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223607449 7586234368 24949 33554432000 4194304 4196468 140729286401488 140642817321392 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 101268 KiB

[startup+2.50074 s]
/proc/loadavg: 0.78 0.93 1.26 5/219 16880
/proc/meminfo: memFree=10434464/32770624 swapFree=67108860/67108860
[pid=16835] ppid=16832 vsize=113128 memory=1472 CPUtime=3.45 cores=1,3,5,7
/proc/16835/stat : 16835 (scop.sh) S 16832 16835 16770 0 -1 4202496 590 23780 0 0 0 0 334 11 20 0 1 0 223607267 115843072 368 33554432000 4194304 5098028 140722498883568 140722498880312 139810003735164 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24662016 140722498888768 140722498888967 140722498888967 140722498891725 0
/proc/16835/statm: 28282 368 311 221 0 87 0
[pid=16866] ppid=16835 vsize=7740532 memory=116012 CPUtime=1.08 cores=1,3,5,7
/proc/16866/stat : 16866 (java) S 16835 16835 16770 0 -1 1077944320 17820 619 0 0 102 6 0 0 20 0 17 0 223607442 7926304768 29003 33554432000 4194304 4196468 140729286401488 140729286384032 140643375116023 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
/proc/16866/statm: 1935133 29003 3150 1 0 1896532 0
[pid=16866/tid=16867] ppid=16835 vsize=7740532 memory=93900 CPUtime=0.72 cores=1,3,5,7
/proc/16866/task/16867/stat : 16867 (java) R 16835 16835 16770 0 -1 4202560 14962 619 0 0 67 5 0 0 20 0 17 0 223607442 7926304768 29003 33554432000 4194304 4196468 140729286401488 140643346954816 140643359196510 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16868] ppid=16835 vsize=7740532 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16868/stat : 16868 (java) S 16835 16835 16770 0 -1 1077944384 1 619 0 0 0 0 0 0 20 0 17 0 223607444 7926304768 29003 33554432000 4194304 4196468 140729286401488 140643379358608 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16869] ppid=16835 vsize=7740532 memory=4641619721062620317 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16869/stat : 16869 (java) S 16835 16835 16770 0 -1 1077944384 1 619 0 0 0 0 0 0 20 0 17 0 223607444 7926304768 29003 33554432000 4194304 4196468 140729286401488 140643201854224 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16870] ppid=16835 vsize=7740532 memory=68700 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16870/stat : 16870 (java) S 16835 16835 16770 0 -1 1077944384 1 619 0 0 0 0 0 0 20 0 17 0 223607444 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642859302032 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16871] ppid=16835 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16871/stat : 16871 (java) S 16835 16835 16770 0 -1 1077944384 2 619 0 0 0 0 0 0 20 0 17 0 223607444 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642858249232 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16872] ppid=16835 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16872/stat : 16872 (java) S 16835 16835 16770 0 -1 1077944384 5 619 0 0 0 0 0 0 20 0 17 0 223607445 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642821531760 140643375127170 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16873] ppid=16835 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16873/stat : 16873 (java) S 16835 16835 16770 0 -1 1077944384 13 619 0 0 0 0 0 0 20 0 17 0 223607445 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642193761056 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16874] ppid=16835 vsize=7740532 memory=10 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16874/stat : 16874 (java) S 16835 16835 16770 0 -1 1077944384 1 619 0 0 0 0 0 0 20 0 17 0 223607446 7926304768 29003 33554432000 4194304 4196468 140729286401488 140641925325936 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16875] ppid=16835 vsize=7740532 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16875/stat : 16875 (java) S 16835 16835 16770 0 -1 1077944384 3 619 0 0 0 0 0 0 20 0 17 0 223607448 7926304768 29003 33554432000 4194304 4196468 140729286401488 140641550817360 140643375134619 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16876] ppid=16835 vsize=7740532 memory=7164495180829650284 CPUtime=0.08 cores=1,3,5,7
/proc/16866/task/16876/stat : 16876 (java) S 16835 16835 16770 0 -1 1077944384 625 619 0 0 8 0 0 0 20 0 17 0 223607448 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642820479600 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16877] ppid=16835 vsize=7740532 memory=5938372564037490275 CPUtime=0.07 cores=1,3,5,7
/proc/16866/task/16877/stat : 16877 (java) S 16835 16835 16770 0 -1 1077944384 323 619 0 0 7 0 0 0 20 0 17 0 223607448 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642819426800 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16878] ppid=16835 vsize=7740532 memory=15596382692 CPUtime=0.17 cores=1,3,5,7
/proc/16866/task/16878/stat : 16878 (java) S 16835 16835 16770 0 -1 1077944384 465 619 0 0 17 0 0 0 20 0 17 0 223607448 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642818374512 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16879] ppid=16835 vsize=7740532 memory=140092102705350 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16879/stat : 16879 (java) S 16835 16835 16770 0 -1 1077944384 3 619 0 0 0 0 0 0 20 0 17 0 223607448 7926304768 29003 33554432000 4194304 4196468 140729286401488 140641052912608 140643375126229 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
[pid=16866/tid=16880] ppid=16835 vsize=7740532 memory=280184205095008 CPUtime=0 cores=1,3,5,7
/proc/16866/task/16880/stat : 16880 (java) S 16835 16835 16770 0 -1 1077944384 1 619 0 0 0 0 0 0 20 0 17 0 223607449 7926304768 29003 33554432000 4194304 4196468 140729286401488 140642817321392 140643375127170 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140729286403253 140729286403377 140729286403377 140729286406095 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 7853660 KiB
Current children cumulated memory: 117484 KiB

Child status: 0
Real time (s): 2.51909
CPU time (s): 4.58404
CPU user time (s): 4.39674
CPU system time (s): 0.187294
CPU usage (%): 181.972
Max. virtual memory (cumulated for all children) (KiB): 15140232
Max. memory (cumulated for all children) (KiB): 196772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.39674
system time used= 0.187294
maximum resident set size= 200696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42859
page faults= 0
swaps= 0
block input operations= 1360
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4583
involuntary context switches= 137


# summary of solver processes directly reported to runsolver:
#   pid: 16835
#   total CPU time (s): 4.58404
#   total CPU user time (s): 4.39674
#   total CPU system time (s): 0.187294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04472 second user time and 0.065047 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-12 09:54:01
IDJOB=4305331
IDBENCH=141017
IDSOLVER=2782
FILE ID=node139/4305331-1534060441
RUNJOBID= node139-1534060441-16802
PBS_JOBID= 21036974
Free space on /tmp= 28216 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-06_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305331-1534060441/watcher-4305331-1534060441 -o /tmp/evaluation-result-4305331-1534060441/solver-4305331-1534060441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534060441-16802 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305331-1534060441.xml

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

MD5SUM BENCH= 7b867b166641a9e2c5ffb0d7a40768d4
RANDOM SEED=1810562844

node139.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.80
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.80
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.80
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.80
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:        10757564 kB
MemAvailable:   31908624 kB
Buffers:          219068 kB
Cached:         20854864 kB
SwapCached:            0 kB
Active:          8104456 kB
Inactive:       13019184 kB
Active(anon):       3940 kB
Inactive(anon):    98692 kB
Active(file):    8100516 kB
Inactive(file): 12920492 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15560 kB
Writeback:             0 kB
AnonPages:         56768 kB
Mapped:            61152 kB
Shmem:             49804 kB
Slab:             586256 kB
SReclaimable:     558512 kB
SUnreclaim:        27744 kB
KernelStack:        3152 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 28208 MiB
End job on node139 at 2018-08-12 09:54:04