Trace number 4305412

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)SAT 7.90248 3.70587

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-09_c18.xml
MD5SUMb58d4382db4adda0890386c316fa0f74
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 benchmark0.028306
Satisfiable
(Un)Satisfiability was proved
Number of variables162
Number of constraints146
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":153}]
Minimum variable degree0
Maximum variable degree19
Distribution of variable degrees[{"degree":0,"count":9},{"degree":2,"count":72},{"degree":18,"count":9},{"degree":19,"count":72}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":1},{"arity":11,"count":144},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":144}]
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-4326-serial-file.bin HOME/instance-4305412-1534129828.xml
0.54/0.51	
0.54/0.51	scop order+minisat_release (2018-07-31)
0.54/0.51	(Encoding Process)
0.54/0.51	
0.65/0.54	c BEGIN-Prog: Mon Aug 13 05:10:29 CEST 2018
0.65/0.54	c PID: 4329
0.65/0.54	c IP: 172.20.3.106
0.65/0.54	c HOST: node106.alineos.net
0.65/0.55	c (0,0) Parsing Begin
1.41/0.95	c (0,0) Parsing End
1.41/0.95	c (0,0) CSP: 153 int (0 aux), 0 bool (0 aux), 146 ctr, max domain size 9
1.41/0.95	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.41/0.95	c (0,0) Constraint Name Generate Begin
1.41/0.96	c (0,0) Ctr:HOME/instance-4305412-1534129828.xml,AllDifferentMatrix:Element:Instantiation:IntVar
1.41/0.96	c (0,0) Constraint Name Generate End
1.41/0.96	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.41/0.96	c (0,0) CSP to CSPinCNF Begin
2.35/1.35	c (0,0) translated 15 (10%) constraints
2.35/1.38	c (0,0) translated 30 (20%) constraints
2.35/1.39	c (0,0) translated 44 (30%) constraints
2.64/1.41	c (0,0) translated 59 (40%) constraints
2.64/1.42	c (0,0) translated 73 (50%) constraints
2.64/1.44	c (0,0) translated 88 (60%) constraints
2.64/1.45	c (0,0) translated 103 (70%) constraints
2.64/1.46	c (0,0) translated 117 (80%) constraints
2.64/1.47	c (0,0) translated 132 (90%) constraints
2.64/1.49	c (0,0) translated 146 (100%) constraints
2.92/1.56	c (1,1) STATISTICS1:HOME/instance-4305412-1534129828.xml,AllDifferentMatrix:Element:Instantiation:IntVar,153,1989,9,9,9,2,9:2808;1:432,9:5184;1:333,9:36;3:1296;2:648;1:9,2:3240;1:1638,
2.92/1.56	c (1,1) ==========================================
2.92/1.56	c (1,1) Order
2.92/1.56	c (1,1) ==========================================
2.92/1.59	c (1,1) translated 199 (10%) constraints
3.23/1.61	c (1,1) translated 398 (20%) constraints
3.23/1.62	c (1,1) translated 597 (30%) constraints
3.23/1.67	c (1,1) translated 796 (40%) constraints
3.58/1.72	c (1,1) translated 995 (50%) constraints
3.58/1.77	c (1,1) translated 1194 (60%) constraints
3.92/1.81	c (1,1) translated 1393 (70%) constraints
3.92/1.85	c (1,1) translated 1592 (80%) constraints
3.92/1.88	c (1,1) translated 1791 (90%) constraints
4.26/1.91	c (1,1) translated 1989 (100%) constraints
4.26/1.92	c (1,1) CSP to CSPinCNF End
4.26/1.92	c (1,1) CSP: 153 int (0 aux), 1224 bool (1224 aux), 4590 ctr, max domain size 9
4.26/1.92	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.26/1.92	c (1,1) CSPinCNF Propagation Begin
4.61/2.01	c (1,1) 2 values, 492 unsatisfiable literals, and 162 valid clauses are removed
4.61/2.01	c (1,1) CSPinCNF Propagation End
4.61/2.02	c (1,1) CSP: 153 int (0 aux), 1224 bool (1224 aux), 4428 ctr, max domain size 9
4.61/2.02	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.61/2.02	c (1,1) Simplify CSPinCNF Begin
4.61/2.08	c (1,1) Simplify CSPinCNF End
4.61/2.08	c (1,1) CSP: 153 int (0 aux), 2448 bool (2448 aux), 5652 ctr, max domain size 9
4.61/2.08	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.61/2.08	c (1,1) Calculate Precise Domain Begin
4.61/2.08	c (1,1) 0 values are removed by re-calculation
4.61/2.08	c (1,1) Calculate Precise Domain End
4.61/2.08	c (1,1) CSP: 153 int (0 aux), 2448 bool (2448 aux), 5652 ctr, max domain size 9
4.61/2.08	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.61/2.08	c (1,1) CSPinCNF to SatSolver Begin
5.28/2.20	c (1,1) 566 (10 %) CSP clauses are encoded (3564 SAT variables, 3743 SAT clauses)
5.28/2.23	c (1,1) 1131 (20 %) CSP clauses are encoded (3564 SAT variables, 6526 SAT clauses)
5.28/2.26	c (1,1) 1696 (30 %) CSP clauses are encoded (3564 SAT variables, 9261 SAT clauses)
5.28/2.29	c (1,1) 2261 (40 %) CSP clauses are encoded (3564 SAT variables, 12138 SAT clauses)
5.59/2.32	c (1,1) 2826 (50 %) CSP clauses are encoded (3564 SAT variables, 14997 SAT clauses)
5.59/2.34	c (1,1) 3392 (60 %) CSP clauses are encoded (3564 SAT variables, 17842 SAT clauses)
5.59/2.36	c (1,1) 3957 (70 %) CSP clauses are encoded (3564 SAT variables, 20748 SAT clauses)
5.59/2.38	c (1,1) 4522 (80 %) CSP clauses are encoded (3564 SAT variables, 23625 SAT clauses)
5.90/2.40	c (1,1) 5087 (90 %) CSP clauses are encoded (3564 SAT variables, 26521 SAT clauses)
5.90/2.42	c (1,1) 5652 (100 %) CSP clauses are encoded (3564 SAT variables, 29391 SAT clauses)
5.90/2.42	c (1,1) Launch Command will be: minisat_release
5.90/2.42	c (1,1) CSPinCNF to SatSolver End
5.90/2.42	c (1,1) Heap : 394 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
5.90/2.47	c (1,1) STATISTICS2:HOME/instance-4305412-1534129828.xml,AllDifferentMatrix:Element:Instantiation:IntVar,2601,5652,9,9,7,2,9:1764;8:1196;7:352;1:472,9:6760;8:2208;7:512;2:6232;1:472,7:32;3:936;2:4684,2:3784;1:8616,
5.90/2.47	c (1,1) 3564 bool, 29392 clause
5.90/2.47	c (1,1) Export Begin
6.23/2.56	c (2,2) Export to HOME/scop-4326-serial-file.bin
6.23/2.56	c (2,2) Export End
6.23/2.57	c (2,2) Export File Size: 0.03 MB
6.23/2.57	c (2,2) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
6.23/2.57	c END-Prog: Mon Aug 13 05:10:31 CEST 2018
6.23/2.59	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-4326-serial-file.bin
6.99/3.08	c (0,0) Read Serial File Begin
7.08/3.26	c (0,0) HOME/scop-4326-serial-file.bin
7.30/3.43	c (0,0) Read Serial File End
7.30/3.44	
7.30/3.44	scop order+minisat_release (2018-07-31)
7.30/3.44	(Solving Process)
7.30/3.44	
7.30/3.47	c BEGIN-Prog: Mon Aug 13 05:10:32 CEST 2018
7.30/3.47	c PID: 4385
7.30/3.47	c IP: 172.20.3.106
7.30/3.47	c HOST: node106.alineos.net
7.30/3.47	c (0,0) SatSolver.solve Begin
7.30/3.47	c (0,0) 0 bool, 0 clause
7.30/3.47	c (0,0) minisat_release HOME/instance-4305412-1534129828.xml-scop-4329.cnf
7.48/3.59	c (0,0) c This is COMiniSatPS.
7.48/3.59	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
7.48/3.59	c (0,0) c ============================[ Problem Statistics ]=============================
7.48/3.59	c (0,0) c |                                                                             |
7.48/3.59	c (0,0) c |  Number of variables:          3564                                         |
7.48/3.59	c (0,0) c |  Number of clauses:           29392                                         |
7.48/3.59	c (0,0) c |  Parse time:                   0.01 s                                       |
7.48/3.59	c (0,0) c |  Eliminated clauses:           0.04 Mb                                      |
7.48/3.59	c (0,0) c Reduced to 1588 vars, 24318 cls (grow=0)
7.48/3.59	c (0,0) c No iterative elimination performed. (vars=1588, c/v ratio=15.3)
7.48/3.59	c (0,0) c |  Simplification time:          0.03 s                                       |
7.48/3.59	c (0,0) c |                                                                             |
7.48/3.59	c (0,0) c ============================[ Search Statistics ]==============================
7.48/3.59	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.48/3.59	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.48/3.59	c (0,0) c ===============================================================================
7.48/3.59	c (0,0) c ===============================================================================
7.48/3.59	c (0,0) c restarts              : 12
7.48/3.59	c (0,0) c conflicts             : 1490           (16223 /sec)
7.48/3.59	c (0,0) c decisions             : 3048           (0.00 % random) (33187 /sec)
7.48/3.59	c (0,0) c propagations          : 232093         (2527035 /sec)
7.48/3.59	c (0,0) c conflict literals     : 18730          (21.34 % deleted)
7.48/3.59	c (0,0) c CPU time              : 0.091844 s
7.48/3.59	c (0,0) 
7.48/3.59	c (0,0) s SATISFIABLE
7.68/3.61	c (0,0) SatSolver.solve End
7.68/3.61	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
7.68/3.61	c (0,0) Show results Begin
7.68/3.68	s SATISFIABLE
7.68/3.69	v <instantiation>
7.68/3.69	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][0] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][0] y[2][1] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][0] y[3][1] y[3][2] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][0] y[4][1] y[4][2] y[4][3] y[4][5] y[4][6] y[4][7] y[4][8] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][6] y[5][7] y[5][8] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][7] y[6][8] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][8] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7]</list>
7.68/3.69	v     <values>0 7 3 4 5 8 2 6 1 2 1 4 6 7 0 8 3 5 5 3 2 8 6 1 7 0 4 8 5 6 3 1 2 0 4 7 1 6 0 2 4 7 5 8 3 7 4 8 0 3 5 1 2 6 4 0 5 7 8 3 6 1 2 3 8 1 5 2 6 4 7 0 6 2 7 1 0 4 3 5 8 3 8 1 7 6 5 4 2 3 6 0 8 7 2 5 4 8 6 7 5 4 1 3 0 1 0 7 6 8 4 2 5 7 8 5 6 2 3 0 1 6 7 4 8 2 0 1 3 5 2 1 4 3 0 8 7 4 5 3 2 0 1 8 6 2 4 0 5 1 3 7 6</values>
7.68/3.69	v </instantiation>
7.68/3.69	c (0,0) Show results End
7.68/3.69	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
7.68/3.69	c (0,0) 0,0,STOP-AFTER(ALL)
7.68/3.69	c END-Prog: Mon Aug 13 05:10:32 CEST 2018

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305412-1534129828/watcher-4305412-1534129828 -o /tmp/evaluation-result-4305412-1534129828/solver-4305412-1534129828 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534129828-4306 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305412-1534129828.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=4326, runsolver pid=4323

[startup+0.100118 s]*
/proc/loadavg: 0.80 1.27 1.56 3/217 4368
/proc/meminfo: memFree=23613328/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230545673 115843072 349 33554432000 4194304 5098028 140737386334848 140737386332104 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 349 296 221 0 87 0
[pid=4329] ppid=4326 vsize=15012476 memory=73544 CPUtime=0.11 cores=0,2,4,6
/proc/4329/stat : 4329 (java) S 4326 4326 4275 0 -1 1077944320 5983 0 0 0 9 2 0 0 20 0 15 0 230545673 15372775424 18386 33554432000 4194304 4196468 140734191525488 140734191508032 140695031344887 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
/proc/4329/statm: 3753119 18386 2770 1 0 3715579 0
[pid=4329/tid=4330] ppid=4326 vsize=15012476 memory=-8744992942775910339 CPUtime=0.08 cores=0,2,4,6
/proc/4329/task/4330/stat : 4330 (java) R 4326 4326 4275 0 -1 4202560 4374 0 0 0 7 1 0 0 20 0 15 0 230545673 15372775424 18716 33554432000 4194304 4196468 140734191525488 140695003156872 140695011620701 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4335] ppid=4326 vsize=15012476 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4335/stat : 4335 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 18716 33554432000 4194304 4196468 140734191525488 140695035587600 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4336] ppid=4326 vsize=15012476 memory=140357844559488 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4336/stat : 4336 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 18716 33554432000 4194304 4196468 140734191525488 140694811290768 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4337] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4337/stat : 4337 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 18716 33554432000 4194304 4196468 140734191525488 140694810237712 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4338] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4338/stat : 4338 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 18716 33554432000 4194304 4196468 140734191525488 140694809185168 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4348] ppid=4326 vsize=15012476 memory=140357844559488 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4348/stat : 4348 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545676 15372775424 18716 33554432000 4194304 4196468 140734191525488 140694370863344 140695031356034 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4349] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4349/stat : 4349 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545677 15372775424 18716 33554432000 4194304 4196468 140734191525488 140693666260128 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4350] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4350/stat : 4350 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545677 15372775424 18716 33554432000 4194304 4196468 140734191525488 140693397824240 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4356] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4356/stat : 4356 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 18716 33554432000 4194304 4196468 140734191525488 140693023315920 140695031363483 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4357] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4357/stat : 4357 (java) S 4326 4326 4275 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 18716 33554432000 4194304 4196468 140734191525488 140694369811184 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4358] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4358/stat : 4358 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 18716 33554432000 4194304 4196468 140734191525488 140694368758640 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4359] ppid=4326 vsize=15012476 memory=140357844559488 CPUtime=0.01 cores=0,2,4,6
/proc/4329/task/4359/stat : 4359 (java) S 4326 4326 4275 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 230545679 15372775424 18782 33554432000 4194304 4196468 140734191525488 140694367705584 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4360] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4360/stat : 4360 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545680 15372775424 18782 33554432000 4194304 4196468 140734191525488 140692525411168 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4361] ppid=4326 vsize=15012476 memory=140357844559488 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4361/stat : 4361 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545680 15372775424 18782 33554432000 4194304 4196468 140734191525488 140694366652976 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74940 KiB

[startup+0.210621 s]*
/proc/loadavg: 0.80 1.27 1.56 5/218 4369
/proc/meminfo: memFree=23579852/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230545673 115843072 349 33554432000 4194304 5098028 140737386334848 140737386332104 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 349 296 221 0 87 0
[pid=4329] ppid=4326 vsize=15012476 memory=86632 CPUtime=0.25 cores=0,2,4,6
/proc/4329/stat : 4329 (java) S 4326 4326 4275 0 -1 1077944320 9496 0 0 0 22 3 0 0 20 0 15 0 230545673 15372775424 21658 33554432000 4194304 4196468 140734191525488 140734191508032 140695031344887 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
/proc/4329/statm: 3753119 21658 2905 1 0 3715579 0
[pid=4329/tid=4330] ppid=4326 vsize=15012476 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4329/task/4330/stat : 4330 (java) R 4326 4326 4275 0 -1 4202560 7406 0 0 0 18 2 0 0 20 0 15 0 230545673 15372775424 21658 33554432000 4194304 4196468 140734191525488 140695003170544 140695023582014 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4335] ppid=4326 vsize=15012476 memory=12630 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4335/stat : 4335 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 21658 33554432000 4194304 4196468 140734191525488 140695035587600 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4336] ppid=4326 vsize=15012476 memory=140357844572322 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4336/stat : 4336 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694811290768 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4337] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4337/stat : 4337 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694810237712 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4338] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4338/stat : 4338 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694809185168 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4348] ppid=4326 vsize=15012476 memory=140357844559488 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4348/stat : 4348 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545676 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694370863344 140695031356034 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4349] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4349/stat : 4349 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545677 15372775424 21658 33554432000 4194304 4196468 140734191525488 140693666260128 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4350] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4350/stat : 4350 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545677 15372775424 21658 33554432000 4194304 4196468 140734191525488 140693397824240 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4356] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4356/stat : 4356 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 21658 33554432000 4194304 4196468 140734191525488 140693023315920 140695031363483 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4357] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4357/stat : 4357 (java) R 4326 4326 4275 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694369811184 140695031356034 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4358] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4358/stat : 4358 (java) R 4326 4326 4275 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694368750288 140695010592544 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4359] ppid=4326 vsize=15012476 memory=140357844559488 CPUtime=0.03 cores=0,2,4,6
/proc/4329/task/4359/stat : 4359 (java) S 4326 4326 4275 0 -1 1077944384 283 0 0 0 3 0 0 0 20 0 15 0 230545679 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694367705584 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4360] ppid=4326 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4360/stat : 4360 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545680 15372775424 21658 33554432000 4194304 4196468 140734191525488 140692525411168 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4361] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4361/stat : 4361 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545680 15372775424 21658 33554432000 4194304 4196468 140734191525488 140694366652976 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88028 KiB

[startup+0.310665 s]*
/proc/loadavg: 0.80 1.27 1.56 4/218 4369
/proc/meminfo: memFree=23572780/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230545673 115843072 349 33554432000 4194304 5098028 140737386334848 140737386332104 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 349 296 221 0 87 0
[pid=4329] ppid=4326 vsize=15012476 memory=90428 CPUtime=0.42 cores=0,2,4,6
/proc/4329/stat : 4329 (java) S 4326 4326 4275 0 -1 1077944320 10038 0 0 0 39 3 0 0 20 0 15 0 230545673 15372775424 22607 33554432000 4194304 4196468 140734191525488 140734191508032 140695031344887 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
/proc/4329/statm: 3753119 22607 3012 1 0 3715579 0
[pid=4329/tid=4330] ppid=4326 vsize=15012476 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/4329/task/4330/stat : 4330 (java) R 4326 4326 4275 0 -1 4202560 7784 0 0 0 27 2 0 0 20 0 15 0 230545673 15372775424 22607 33554432000 4194304 4196468 140734191525488 140695003139888 140695012908416 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4335] ppid=4326 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4335/stat : 4335 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 22607 33554432000 4194304 4196468 140734191525488 140695035587600 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4336] ppid=4326 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4336/stat : 4336 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694811290768 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4337] ppid=4326 vsize=15012476 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4337/stat : 4337 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694810237712 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4338] ppid=4326 vsize=15012476 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4338/stat : 4338 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694809185168 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4348] ppid=4326 vsize=15012476 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4348/stat : 4348 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545676 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694370863344 140695031356034 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4349] ppid=4326 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4349/stat : 4349 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545677 15372775424 22607 33554432000 4194304 4196468 140734191525488 140693666260128 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4350] ppid=4326 vsize=15012476 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4350/stat : 4350 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545677 15372775424 22607 33554432000 4194304 4196468 140734191525488 140693397824240 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4356] ppid=4326 vsize=15012476 memory=7089317150647820184 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4356/stat : 4356 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545679 15372775424 22607 33554432000 4194304 4196468 140734191525488 140693023315920 140695031363483 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4357] ppid=4326 vsize=15012476 memory=6944657691966988345 CPUtime=0.02 cores=0,2,4,6
/proc/4329/task/4357/stat : 4357 (java) S 4326 4326 4275 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 15 0 230545679 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694369811184 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4358] ppid=4326 vsize=15012476 memory=4196912344889787449 CPUtime=0.02 cores=0,2,4,6
/proc/4329/task/4358/stat : 4358 (java) R 4326 4326 4275 0 -1 4202560 221 0 0 0 2 0 0 0 20 0 15 0 230545679 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694368758640 140695023634336 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4359] ppid=4326 vsize=15012476 memory=3047711566422646390 CPUtime=0.07 cores=0,2,4,6
/proc/4329/task/4359/stat : 4359 (java) S 4326 4326 4275 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 15 0 230545679 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694367705584 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4360] ppid=4326 vsize=15012476 memory=-6516833586042938556 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4360/stat : 4360 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545680 15372775424 22607 33554432000 4194304 4196468 140734191525488 140692525411168 140695031355093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4361] ppid=4326 vsize=15012476 memory=8325818968683490714 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4361/stat : 4361 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545680 15372775424 22607 33554432000 4194304 4196468 140734191525488 140694366652976 140695031356034 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91824 KiB

[startup+0.705817 s]
/proc/loadavg: 0.80 1.27 1.56 4/218 4369
/proc/meminfo: memFree=23524288/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230545673 115843072 349 33554432000 4194304 5098028 140737386334848 140737386332104 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 349 296 221 0 87 0
[pid=4329] ppid=4326 vsize=15020872 memory=129936 CPUtime=1.01 cores=0,2,4,6
/proc/4329/stat : 4329 (java) S 4326 4326 4275 0 -1 1077944320 17104 0 0 0 96 5 0 0 20 0 15 0 230545673 15381372928 32484 33554432000 4194304 4196468 140734191525488 140734191508032 140695031344887 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
/proc/4329/statm: 3755218 32484 3167 1 0 3716603 0
[pid=4329/tid=4330] ppid=4326 vsize=15020872 memory=56 CPUtime=0.68 cores=0,2,4,6
/proc/4329/task/4330/stat : 4330 (java) R 4326 4326 4275 0 -1 4202560 14377 0 0 0 64 4 0 0 20 0 15 0 230545673 15381372928 32484 33554432000 4194304 4196468 140734191525488 140695003157088 140695015425374 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4335] ppid=4326 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4335/stat : 4335 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15381372928 32484 33554432000 4194304 4196468 140734191525488 140695035587600 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4336] ppid=4326 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4336/stat : 4336 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694811290768 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4337] ppid=4326 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4337/stat : 4337 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694810237712 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4338] ppid=4326 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4338/stat : 4338 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694809185168 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4348] ppid=4326 vsize=15020872 memory=748 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4348/stat : 4348 (java) S 4326 4326 4275 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230545676 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694370863344 140695031356034 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4349] ppid=4326 vsize=15020872 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4349/stat : 4349 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545677 15381372928 32484 33554432000 4194304 4196468 140734191525488 140693666260128 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4350] ppid=4326 vsize=15020872 memory=6580 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4350/stat : 4350 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545677 15381372928 32484 33554432000 4194304 4196468 140734191525488 140693397824240 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4356] ppid=4326 vsize=15020872 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4356/stat : 4356 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545679 15381372928 32484 33554432000 4194304 4196468 140734191525488 140693023315920 140695031363483 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4357] ppid=4326 vsize=15020872 memory=4452 CPUtime=0.06 cores=0,2,4,6
/proc/4329/task/4357/stat : 4357 (java) R 4326 4326 4275 0 -1 4202560 479 0 0 0 6 0 0 0 20 0 15 0 230545679 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694369797280 140695009761269 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4358] ppid=4326 vsize=15020872 memory=3732 CPUtime=0.09 cores=0,2,4,6
/proc/4329/task/4358/stat : 4358 (java) R 4326 4326 4275 0 -1 4202560 463 0 0 0 9 0 0 0 20 0 15 0 230545679 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694368749024 140695012889071 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4359] ppid=4326 vsize=15020872 memory=12668 CPUtime=0.16 cores=0,2,4,6
/proc/4329/task/4359/stat : 4359 (java) S 4326 4326 4275 0 -1 1077944384 450 0 0 0 16 0 0 0 20 0 15 0 230545679 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694367705584 140695031356034 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4360] ppid=4326 vsize=15020872 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4360/stat : 4360 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545680 15381372928 32484 33554432000 4194304 4196468 140734191525488 140692525411168 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4361] ppid=4326 vsize=15020872 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4361/stat : 4361 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545680 15381372928 32484 33554432000 4194304 4196468 140734191525488 140694366652976 140695031356034 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131332 KiB

[startup+1.50073 s]
/proc/loadavg: 0.80 1.27 1.56 6/218 4369
/proc/meminfo: memFree=23471060/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 230545673 115843072 349 33554432000 4194304 5098028 140737386334848 140737386332104 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 349 296 221 0 87 0
[pid=4329] ppid=4326 vsize=15022920 memory=183872 CPUtime=2.92 cores=0,2,4,6
/proc/4329/stat : 4329 (java) S 4326 4326 4275 0 -1 1077944320 20836 0 0 0 283 9 0 0 20 0 15 0 230545673 15383470080 45968 33554432000 4194304 4196468 140734191525488 140734191508032 140695031344887 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
/proc/4329/statm: 3755730 45968 3191 1 0 3717115 0
[pid=4329/tid=4330] ppid=4326 vsize=15022920 memory=3868 CPUtime=1.46 cores=0,2,4,6
/proc/4329/task/4330/stat : 4330 (java) R 4326 4326 4275 0 -1 4202560 15430 0 0 0 141 5 0 0 20 0 15 0 230545673 15383470080 45968 33554432000 4194304 4196468 140734191525488 140695003172016 140694488382762 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4335] ppid=4326 vsize=15022920 memory=62672 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4335/stat : 4335 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15383470080 45968 33554432000 4194304 4196468 140734191525488 140695035587600 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4336] ppid=4326 vsize=15022920 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4336/stat : 4336 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545675 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694811290768 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4337] ppid=4326 vsize=15022920 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4337/stat : 4337 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694810237712 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4338] ppid=4326 vsize=15022920 memory=4638778406922702160 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4338/stat : 4338 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545675 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694809185168 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4348] ppid=4326 vsize=15022920 memory=7085121449339871592 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4348/stat : 4348 (java) S 4326 4326 4275 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230545676 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694370863344 140695031356034 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4349] ppid=4326 vsize=15022920 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4349/stat : 4349 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545677 15383470080 45968 33554432000 4194304 4196468 140734191525488 140693666260128 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4350] ppid=4326 vsize=15022920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4350/stat : 4350 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545677 15383470080 45968 33554432000 4194304 4196468 140734191525488 140693397824240 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4356] ppid=4326 vsize=15022920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4356/stat : 4356 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545679 15383470080 45968 33554432000 4194304 4196468 140734191525488 140693023315920 140695031363483 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4357] ppid=4326 vsize=15022920 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/4329/task/4357/stat : 4357 (java) R 4326 4326 4275 0 -1 4202560 814 0 0 0 36 1 0 0 20 0 15 0 230545679 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694369802160 140695012929394 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4358] ppid=4326 vsize=15022920 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/4329/task/4358/stat : 4358 (java) R 4326 4326 4275 0 -1 4202560 773 0 0 0 40 1 0 0 20 0 15 0 230545679 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694368758640 140695009236848 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4359] ppid=4326 vsize=15022920 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/4329/task/4359/stat : 4359 (java) S 4326 4326 4275 0 -1 1077944384 2484 0 0 0 64 1 0 0 20 0 15 0 230545679 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694367705584 140695031356034 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4360] ppid=4326 vsize=15022920 memory=2 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4360/stat : 4360 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545680 15383470080 45968 33554432000 4194304 4196468 140734191525488 140692525411168 140695031355093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
[pid=4329/tid=4361] ppid=4326 vsize=15022920 memory=2 CPUtime=0 cores=0,2,4,6
/proc/4329/task/4361/stat : 4361 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545680 15383470080 45968 33554432000 4194304 4196468 140734191525488 140694366652976 140695031356034 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17981440 140734191526919 140734191527217 140734191527217 140734191529935 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 15136048 KiB
Current children cumulated memory: 185268 KiB

[startup+3.11016 s]
/proc/loadavg: 0.80 1.27 1.56 2/198 4413
/proc/meminfo: memFree=23663600/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1472 CPUtime=6.44 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 591 25753 0 0 0 0 629 15 20 0 1 0 230545673 115843072 368 33554432000 4194304 5098028 140737386334848 140737386331592 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 368 311 221 0 87 0
[pid=4385] ppid=4326 vsize=7406364 memory=87832 CPUtime=0.64 cores=0,2,4,6
/proc/4385/stat : 4385 (java) S 4326 4326 4275 0 -1 1077944320 15764 0 0 0 60 4 0 0 20 0 15 0 230545932 7584116736 21958 33554432000 4194304 4196468 140722729207376 140722729189920 139896027410167 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
/proc/4385/statm: 1851591 21958 2986 1 0 1813530 0
[pid=4385/tid=4386] ppid=4326 vsize=7406364 memory=1396 CPUtime=0.47 cores=0,2,4,6
/proc/4385/task/4386/stat : 4386 (java) D 4326 4326 4275 0 -1 4202560 13419 0 0 0 44 3 0 0 20 0 15 0 230545932 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895999242992 139896027432093 0 4 2 25189581 18446744072100093061 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4387] ppid=4326 vsize=7406364 memory=133556 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4387/stat : 4387 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545933 7584116736 21958 33554432000 4194304 4196468 140722729207376 139896031652880 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4388] ppid=4326 vsize=7406364 memory=35412 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4388/stat : 4388 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545933 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895831821456 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4389] ppid=4326 vsize=7406364 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4389/stat : 4389 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545933 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895830768400 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4390] ppid=4326 vsize=7406364 memory=496 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4390/stat : 4390 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545933 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895829715856 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4391] ppid=4326 vsize=7406364 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4391/stat : 4391 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545935 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895406323952 139896027421314 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4392] ppid=4326 vsize=7406364 memory=62672 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4392/stat : 4392 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545935 7584116736 21958 33554432000 4194304 4196468 140722729207376 139894869451936 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4393] ppid=4326 vsize=7406364 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4393/stat : 4393 (java) S 4326 4326 4275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230545936 7584116736 21958 33554432000 4194304 4196468 140722729207376 139894735229680 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4394] ppid=4326 vsize=7406364 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4394/stat : 4394 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545938 7584116736 21958 33554432000 4194304 4196468 140722729207376 139894360725456 139896027428763 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4395] ppid=4326 vsize=7406364 memory=1752 CPUtime=0.03 cores=0,2,4,6
/proc/4385/task/4395/stat : 4395 (java) S 4326 4326 4275 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 230545938 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895405271792 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4396] ppid=4326 vsize=7406364 memory=868 CPUtime=0.02 cores=0,2,4,6
/proc/4385/task/4396/stat : 4396 (java) S 4326 4326 4275 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 230545938 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895404219248 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4397] ppid=4326 vsize=7406364 memory=1808 CPUtime=0.1 cores=0,2,4,6
/proc/4385/task/4397/stat : 4397 (java) S 4326 4326 4275 0 -1 1077944384 352 0 0 0 10 0 0 0 20 0 15 0 230545938 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895403166192 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4398] ppid=4326 vsize=7406364 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4398/stat : 4398 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545938 7584116736 21958 33554432000 4194304 4196468 140722729207376 139893862820704 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4399] ppid=4326 vsize=7406364 memory=748 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4399/stat : 4399 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545938 7584116736 21958 33554432000 4194304 4196468 140722729207376 139895402113584 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
Current children cumulated CPU time: 7.08 s
Current children cumulated vsize: 7519492 KiB
Current children cumulated memory: 89304 KiB

[startup+3.70582 s]
# the end of solver process 4326 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.65971 s, system=0.242764 s

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

[startup+3.35907 s]
/proc/loadavg: 0.80 1.27 1.56 2/198 4413
/proc/meminfo: memFree=23663600/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1472 CPUtime=6.44 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) S 4323 4326 4275 0 -1 4202496 591 25753 0 0 0 0 629 15 20 0 1 0 230545673 115843072 368 33554432000 4194304 5098028 140737386334848 140737386331592 140666237850236 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 368 311 221 0 87 0
[pid=4385] ppid=4326 vsize=7406384 memory=92384 CPUtime=0.77 cores=0,2,4,6
/proc/4385/stat : 4385 (java) S 4326 4326 4275 0 -1 1077944320 16394 0 0 0 73 4 0 0 20 0 15 0 230545932 7584137216 23096 33554432000 4194304 4196468 140722729207376 140722729189920 139896027410167 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
/proc/4385/statm: 1851596 23096 3034 1 0 1813530 0
[pid=4385/tid=4386] ppid=4326 vsize=7406384 memory=2241 CPUtime=0.56 cores=0,2,4,6
/proc/4385/task/4386/stat : 4386 (java) R 4326 4326 4275 0 -1 4202560 14006 0 0 0 53 3 0 0 20 0 15 0 230545932 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895999187744 139896007685954 0 4 2 25189581 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4387] ppid=4326 vsize=7406384 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4387/stat : 4387 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545933 7584137216 23096 33554432000 4194304 4196468 140722729207376 139896031652880 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4388] ppid=4326 vsize=7406384 memory=9511540623105 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4388/stat : 4388 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545933 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895831821456 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4389] ppid=4326 vsize=7406384 memory=280715438637248 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4389/stat : 4389 (java) S 4326 4326 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230545933 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895830768400 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4390] ppid=4326 vsize=7406384 memory=140357719323120 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4390/stat : 4390 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545933 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895829715856 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4391] ppid=4326 vsize=7406384 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4391/stat : 4391 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545935 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895406323952 139896027421314 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4392] ppid=4326 vsize=7406384 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4392/stat : 4392 (java) S 4326 4326 4275 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230545935 7584137216 23096 33554432000 4194304 4196468 140722729207376 139894869451936 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4393] ppid=4326 vsize=7406384 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4393/stat : 4393 (java) S 4326 4326 4275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230545936 7584137216 23096 33554432000 4194304 4196468 140722729207376 139894735229680 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4394] ppid=4326 vsize=7406384 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4394/stat : 4394 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545938 7584137216 23096 33554432000 4194304 4196468 140722729207376 139894360725456 139896027428763 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4395] ppid=4326 vsize=7406384 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4385/task/4395/stat : 4395 (java) S 4326 4326 4275 0 -1 1077944384 533 0 0 0 4 0 0 0 20 0 15 0 230545938 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895405271792 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4396] ppid=4326 vsize=7406384 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/4385/task/4396/stat : 4396 (java) S 4326 4326 4275 0 -1 1077944384 114 0 0 0 3 0 0 0 20 0 15 0 230545938 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895404219248 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4397] ppid=4326 vsize=7406384 memory=8 CPUtime=0.12 cores=0,2,4,6
/proc/4385/task/4397/stat : 4397 (java) S 4326 4326 4275 0 -1 1077944384 387 0 0 0 12 0 0 0 20 0 15 0 230545938 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895403166192 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4398] ppid=4326 vsize=7406384 memory=10 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4398/stat : 4398 (java) S 4326 4326 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230545938 7584137216 23096 33554432000 4194304 4196468 140722729207376 139893862820704 139896027420373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
[pid=4385/tid=4399] ppid=4326 vsize=7406384 memory=21 CPUtime=0 cores=0,2,4,6
/proc/4385/task/4399/stat : 4399 (java) S 4326 4326 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230545938 7584137216 23096 33554432000 4194304 4196468 140722729207376 139895402113584 139896027421314 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13623296 140722729211062 140722729211185 140722729211185 140722729213903 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 7519512 KiB
Current children cumulated memory: 93856 KiB

[startup+3.70556 s]
/proc/loadavg: 0.80 1.27 1.56 2/198 4413
/proc/meminfo: memFree=23663600/32770624 swapFree=67108688/67108860
[pid=4326] ppid=4323 vsize=113128 memory=1472 CPUtime=7.89 cores=0,2,4,6
/proc/4326/stat : 4326 (scop.sh) R 4323 4326 4275 0 -1 4202496 592 46196 0 0 0 0 765 24 20 0 1 0 230545673 115843072 368 33554432000 4194304 5098028 140737386334848 140737386331592 140666237552521 0 0 4100 81923 0 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737386337344 140737386337543 140737386337543 140737386340301 0
/proc/4326/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

Child status: 0
Real time (s): 3.70587
CPU time (s): 7.90248
CPU user time (s): 7.65971
CPU system time (s): 0.242764
CPU usage (%): 213.242
Max. virtual memory (cumulated for all children) (KiB): 15140232
Max. memory (cumulated for all children) (KiB): 404288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.65971
system time used= 0.242764
maximum resident set size= 408868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5725
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 4326
#   total CPU time (s): 7.90248
#   total CPU user time (s): 7.65971
#   total CPU system time (s): 0.242764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049853 second user time and 0.076897 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-13 05:10:28
IDJOB=4305412
IDBENCH=141609
IDSOLVER=2782
FILE ID=node106/4305412-1534129828
RUNJOBID= node106-1534129828-4306
PBS_JOBID= 21037011
Free space on /tmp= 39912 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-09_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-4305412-1534129828/watcher-4305412-1534129828 -o /tmp/evaluation-result-4305412-1534129828/solver-4305412-1534129828 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534129828-4306 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305412-1534129828.xml

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

MD5SUM BENCH= b58d4382db4adda0890386c316fa0f74
RANDOM SEED=502970842

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23737072 kB
MemAvailable:   31900248 kB
Buffers:          152240 kB
Cached:          8202724 kB
SwapCached:            0 kB
Active:          4193812 kB
Inactive:        4218196 kB
Active(anon):       4160 kB
Inactive(anon):   105400 kB
Active(file):    4189652 kB
Inactive(file):  4112796 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              7972 kB
Writeback:             0 kB
AnonPages:         63232 kB
Mapped:            52316 kB
Shmem:             49632 kB
Slab:             317236 kB
SReclaimable:     289188 kB
SUnreclaim:        28048 kB
KernelStack:        3104 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39896 MiB
End job on node106 at 2018-08-13 05:10:32