Trace number 4387566

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+GlueMiniSat (2019-06-15)UNSAT 20.234 11.7036

General information on the benchmark

NameMaxCSP/MaxCSP-maxclique-s1/
MaxCSP-brock-800-2.xml
MD5SUMd3fd8a9b2a45f8a480e4f2dd6498e338
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 benchmark1.22127
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112234
Number of domains2
Minimum domain size1
Maximum domain size2
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":800}]
Minimum variable degree234
Maximum variable degree800
Distribution of variable degrees[{"degree":234,"count":1},{"degree":246,"count":3},{"degree":248,"count":2},{"degree":249,"count":1},{"degree":250,"count":6},{"degree":251,"count":1},{"degree":252,"count":1},{"degree":253,"count":6},{"degree":254,"count":8},{"degree":255,"count":5},{"degree":256,"count":1},{"degree":257,"count":6},{"degree":258,"count":11},{"degree":259,"count":11},{"degree":260,"count":7},{"degree":261,"count":15},{"degree":262,"count":9},{"degree":263,"count":14},{"degree":264,"count":8},{"degree":265,"count":11},{"degree":266,"count":9},{"degree":267,"count":11},{"degree":268,"count":12},{"degree":269,"count":15},{"degree":270,"count":15},"...",{"degree":294,"count":8}, {"degree":295,"count":8}, {"degree":296,"count":14}, {"degree":297,"count":12}, {"degree":298,"count":8}, {"degree":299,"count":14}, {"degree":300,"count":7}, {"degree":301,"count":5}, {"degree":302,"count":10}, {"degree":303,"count":4}, {"degree":304,"count":7}, {"degree":305,"count":7}, {"degree":306,"count":3}, {"degree":307,"count":3}, {"degree":308,"count":1}, {"degree":309,"count":1}, {"degree":310,"count":2}, {"degree":311,"count":3}, {"degree":312,"count":2}, {"degree":313,"count":1}, {"degree":314,"count":1}, {"degree":315,"count":1}, {"degree":316,"count":1}, {"degree":328,"count":1}, {"degree":800,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112234}]
Number of extensional constraints112234
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112234}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/glueminisat-simp-2.2.10-193oa-n-release -solverOption -model:-verb=3:-elim-cl=5000000:-native-oa -tmp HOME -serialFile HOME/scop-6450-serial-file.bin HOME/instance-4387566-1568285985.xml
0.66/0.54	
0.66/0.54	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.66/0.54	
0.66/0.60	c BEGIN-Prog: Thu Sep 12 12:59:00 CEST 2019
0.66/0.60	c PID: 6454
0.66/0.60	c IP: 172.20.3.102
0.66/0.60	c HOST: node102.alineos.net
0.73/0.61	c (0,0) Parsing Begin
7.94/3.59	c (3,2) Parsing End
7.94/3.60	c (3,2) CSP: 1 int (0 aux), 800 bool (0 aux), 112234 ctr, max domain size 2
7.94/3.60	c (3,2) Heap : 1239 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
8.10/3.60	c (3,2) Constraint Name Generate Begin
8.35/3.75	c (3,3) Ctr:HOME/instance-4387566-1568285985.xml,ExtensionConflict:ExtensionSupport:Var
8.35/3.75	c (3,3) Constraint Name Generate End
8.35/3.75	c (3,3) Heap : 1239 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
8.35/3.75	c (3,3) CSP to CSPinCNF Begin
11.43/4.99	c (4,4) translated 11224 (10%) constraints
12.13/5.50	c (4,4) translated 22447 (20%) constraints
12.68/6.00	c (5,5) translated 33671 (30%) constraints
13.29/6.52	c (5,5) translated 44894 (40%) constraints
13.83/7.03	c (6,6) translated 56117 (50%) constraints
14.33/7.53	c (6,6) translated 67341 (60%) constraints
14.83/8.02	c (7,7) translated 78564 (70%) constraints
15.32/8.52	c (7,7) translated 89788 (80%) constraints
16.24/9.16	c (8,8) translated 101011 (90%) constraints
17.57/9.89	c (9,9) translated 112234 (100%) constraints
17.57/9.89	c (9,9) ===========================================
17.57/9.89	c (9,9) Order
17.57/9.89	c (9,9) ===========================================
18.40/10.12	c (9,9) translated 11384 (10%) constraints
18.54/10.29	c (9,9) translated 22767 (20%) constraints
18.78/10.46	c (9,9) translated 34151 (30%) constraints
18.99/10.63	c (10,9) translated 45534 (40%) constraints
19.19/10.80	c (10,9) translated 56917 (50%) constraints
19.29/10.97	c (10,10) translated 68301 (60%) constraints
19.50/11.13	c (10,10) translated 79684 (70%) constraints
19.69/11.30	c (10,10) translated 91068 (80%) constraints
19.79/11.47	c (10,10) translated 102451 (90%) constraints
19.99/11.67	c (11,10) translated 113834 (100%) constraints
19.99/11.67	c (11,10) CSP to CSPinCNF End
19.99/11.67	c (11,10) CSP: 1 int (0 aux), 801 bool (1 aux), 113834 ctr, max domain size 2
19.99/11.67	c (11,10) Heap : 1069 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.99/11.67	c (11,10) CSPinCNF Propagation Begin
19.99/11.67	c (11,10) ===========================================
19.99/11.67	c (11,10) Empty clause is detected while propagation.
19.99/11.67	c (11,10) ===========================================
19.99/11.67	c (11,10) 3,3,11,---,---,---,---,---,---,STOP-AFTER(CSPInCNF)
19.99/11.67	s UNSATISFIABLE
19.99/11.67	c END-Prog: Thu Sep 12 12:59:11 CEST 2019
0.00/11.70	c (scop.sh) HOME/scop-6450-serial-file.bin does not exist. End.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387566-1568285985/watcher-4387566-1568285985 -o /tmp/evaluation-result-4387566-1568285985/solver-4387566-1568285985 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6431 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387566-1568285985.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
solver pid=6450, runsolver pid=6447
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.88 2.03 2.03 5/229 6493
/proc/meminfo: memFree=31729604/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15012696 memory=72108 CPUtime=0.11 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 6785 0 0 0 9 2 0 0 20 0 15 0 404849946 15373000704 18027 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3753174 18027 2927 1 0 3715579 0
[pid=6454/tid=6458] ppid=6450 vsize=15012696 memory=7100839861464433778 CPUtime=0.08 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) R 6450 6450 5522 0 -1 4202560 4677 0 0 0 7 1 0 0 20 0 15 0 404849946 15373000704 18092 33554432000 4194304 4196468 140736936268768 140252522238328 140252534498654 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15012696 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 18092 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15012696 memory=139694282278528 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 18092 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 18092 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 18092 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15012696 memory=139694282278528 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849949 15373000704 18092 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15373000704 18092 33554432000 4194304 4196468 140736936268768 140251150411040 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849950 15373000704 18092 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 18092 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 18158 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 18158 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15012696 memory=139694282278528 CPUtime=0.01 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) R 6450 6450 5522 0 -1 4202560 412 0 0 0 1 0 0 0 20 0 15 0 404849953 15373000704 18158 33554432000 4194304 4196468 140736936268768 140251517361272 140252529343866 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 18158 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15012696 memory=139694282278528 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 18158 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 73504 KiB

[startup+0.210808 s]*
/proc/loadavg: 1.88 2.03 2.03 4/229 6493
/proc/meminfo: memFree=31692964/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15012696 memory=88012 CPUtime=0.24 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 12059 0 0 0 21 3 0 0 20 0 15 0 404849946 15373000704 22003 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3753174 22003 2942 1 0 3715579 0
[pid=6454/tid=6458] ppid=6450 vsize=15012696 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) R 6450 6450 5522 0 -1 4202560 9819 0 0 0 17 3 0 0 20 0 15 0 404849946 15373000704 22003 33554432000 4194304 4196468 140736936268768 140252522217552 140252550440093 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15012696 memory=2809255 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 22003 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15012696 memory=2820719 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 22003 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 22003 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 22003 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849949 15373000704 22003 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15373000704 22003 33554432000 4194304 4196468 140736936268768 140251150411040 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15012696 memory=139694282278528 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849950 15373000704 22003 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 22003 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 22003 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 22003 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 404849953 15373000704 22003 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 22003 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 22003 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 89408 KiB

[startup+0.311411 s]*
/proc/loadavg: 1.88 2.03 2.03 4/229 6493
/proc/meminfo: memFree=31686416/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15012696 memory=92216 CPUtime=0.42 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 12566 0 0 0 39 3 0 0 20 0 15 0 404849946 15373000704 23054 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3753174 23054 3075 1 0 3715579 0
[pid=6454/tid=6458] ppid=6450 vsize=15012696 memory=655370 CPUtime=0.29 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) R 6450 6450 5522 0 -1 4202560 10104 0 0 0 26 3 0 0 20 0 15 0 404849946 15373000704 23054 33554432000 4194304 4196468 140736936268768 140252522208816 140252531981742 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15012696 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 23054 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15012696 memory=139694282334240 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 23054 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15012696 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 23054 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15012696 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849948 15373000704 23054 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15012696 memory=139694282341152 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849949 15373000704 23054 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15012696 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15373000704 23054 33554432000 4194304 4196468 140736936268768 140251150411040 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15012696 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849950 15373000704 23054 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15012696 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 23054 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 404849953 15373000704 23054 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15012696 memory=139694146974159 CPUtime=0.03 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 283 0 0 0 3 0 0 0 20 0 15 0 404849953 15373000704 23054 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15012696 memory=139694282284959 CPUtime=0.07 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 486 0 0 0 7 0 0 0 20 0 15 0 404849953 15373000704 23054 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15012696 memory=139694146964943 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 23054 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15012696 memory=279388429252736 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15373000704 23054 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 93612 KiB

[startup+0.70074 s]
/proc/loadavg: 1.88 2.03 2.03 5/229 6493
/proc/meminfo: memFree=31641024/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15018968 memory=126100 CPUtime=0.91 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 19777 0 0 0 86 5 0 0 20 0 15 0 404849946 15379423232 31525 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3754742 31525 3179 1 0 3716091 0
[pid=6454/tid=6458] ppid=6450 vsize=15018968 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) D 6450 6450 5522 0 -1 4202560 16846 0 0 0 59 4 0 0 20 0 15 0 404849946 15379423232 31525 33554432000 4194304 4196468 140736936268768 140252522253408 140252550440093 0 4 2 25189581 18446744071580419588 0 0 -1 1 0 0 4 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15018968 memory=8320808402720077365 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849948 15379423232 31525 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15018968 memory=5787521775934394720 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15379423232 31525 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15018968 memory=4639059877604708710 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849948 15379423232 31525 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15018968 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404849948 15379423232 31525 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15018968 memory=3440 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404849949 15379423232 31525 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15018968 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15379423232 31525 33554432000 4194304 4196468 140736936268768 140251150411040 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15018968 memory=5896 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849950 15379423232 31525 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15018968 memory=664 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15379423232 31525 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15018968 memory=1156 CPUtime=0.06 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 544 0 0 0 6 0 0 0 20 0 15 0 404849953 15379423232 31525 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15018968 memory=1000 CPUtime=0.07 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 481 0 0 0 7 0 0 0 20 0 15 0 404849953 15379423232 31525 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15018968 memory=14008 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 569 0 0 0 13 0 0 0 20 0 15 0 404849953 15379423232 31525 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15018968 memory=4768 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15379423232 31525 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15018968 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15379423232 31525 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 127496 KiB

[startup+1.50141 s]
/proc/loadavg: 1.88 2.03 2.03 5/229 6493
/proc/meminfo: memFree=31567396/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0

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

/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 57 0 0 0 9 4 0 0 20 0 15 0 404849948 15385792512 764822 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15025188 memory=-7595718148000617580 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 64 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 764822 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15025188 memory=8112282956445269571 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 107 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 764822 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15025188 memory=1976784 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 404849949 15385792512 764822 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15025188 memory=279388293974184 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 764822 33554432000 4194304 4196468 140736936268768 140251150411104 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15025188 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 764822 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15025188 memory=279388294131712 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 764822 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15025188 memory=6656426216303648864 CPUtime=3.07 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 1993 0 0 0 306 1 0 0 20 0 15 0 404849953 15385792512 764822 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15025188 memory=-7088493578405499438 CPUtime=3.1 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 2376 0 0 0 308 2 0 0 20 0 15 0 404849953 15385792512 764822 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15025188 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 2426 0 0 0 88 1 0 0 20 0 15 0 404849953 15385792512 764822 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15025188 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 764822 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15025188 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 764822 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 16.9 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3060684 KiB

[startup+10.4008 s]
/proc/loadavg: 1.89 2.03 2.03 4/229 6668
/proc/meminfo: memFree=26969764/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15025188 memory=3069664 CPUtime=18.78 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 33227 0 0 0 1807 71 0 0 20 0 15 0 404849946 15385792512 767416 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3756297 767416 3274 1 0 3717627 0
[pid=6454/tid=6458] ppid=6450 vsize=15025188 memory=2705900 CPUtime=10.03 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) R 6450 6450 5522 0 -1 4202560 21957 0 0 0 953 50 0 0 20 0 15 0 404849946 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252522255224 140252050390175 0 4 2 25189581 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15025188 memory=6933690296315519121 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 396 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15025188 memory=-6876588461455810464 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 57 0 0 0 9 4 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15025188 memory=6944613755361064352 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 64 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15025188 memory=6944613755361064352 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 107 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15025188 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 404849949 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15025188 memory=7680491646476186387 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251150411104 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15025188 memory=7300704776836114776 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 767416 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15025188 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15025188 memory=279388294013024 CPUtime=3.52 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) R 6450 6450 5522 0 -1 4202560 2435 0 0 0 351 1 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251519469680 140252528306688 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15025188 memory=3184097920075968785 CPUtime=3.55 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 3438 0 0 0 353 2 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15025188 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 3421 0 0 0 106 2 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15025188 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15025188 memory=2973044 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 18.78 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3071060 KiB

[startup+11.2008 s]
/proc/loadavg: 1.98 2.04 2.04 6/229 6668
/proc/meminfo: memFree=26380896/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15025188 memory=3069664 CPUtime=19.59 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 33394 0 0 0 1888 71 0 0 20 0 15 0 404849946 15385792512 767416 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3756297 767416 3274 1 0 3717627 0
[pid=6454/tid=6458] ppid=6450 vsize=15025188 memory=307 CPUtime=10.82 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) R 6450 6450 5522 0 -1 4202560 22119 0 0 0 1032 50 0 0 20 0 15 0 404849946 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252522255344 140252039743136 0 4 2 25189581 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15025188 memory=306 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 396 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15025188 memory=88 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 57 0 0 0 9 4 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15025188 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 64 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15025188 memory=8112282956445269571 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 107 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 767416 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15025188 memory=2339308 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 404849949 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15025188 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251150411104 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15025188 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 767416 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15025188 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15025188 memory=2385 CPUtime=3.54 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 2439 0 0 0 353 1 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15025188 memory=1151 CPUtime=3.55 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 3438 0 0 0 353 2 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15025188 memory=242 CPUtime=1.08 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 3422 0 0 0 106 2 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15025188 memory=654 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15025188 memory=2 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 767416 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 19.59 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3071060 KiB

[startup+11.6008 s]
/proc/loadavg: 1.98 2.04 2.04 6/229 6668
/proc/meminfo: memFree=26380896/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
[pid=6454] ppid=6450 vsize=15025188 memory=3124960 CPUtime=19.99 cores=1,3,5,7
/proc/6454/stat : 6454 (java) S 6450 6450 5522 0 -1 1077944320 33423 0 0 0 1928 71 0 0 20 0 15 0 404849946 15385792512 781240 33554432000 4194304 4196468 140736936268768 140736936251312 140252550418167 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
/proc/6454/statm: 3756297 781240 3274 1 0 3717627 0
[pid=6454/tid=6458] ppid=6450 vsize=15025188 memory=8112282956445269571 CPUtime=11.22 cores=1,3,5,7
/proc/6454/task/6458/stat : 6458 (java) R 6450 6450 5522 0 -1 4202560 22148 0 0 0 1072 50 0 0 20 0 15 0 404849946 15385792512 781240 33554432000 4194304 4196468 140736936268768 140252522255344 140252039687392 0 4 2 25189581 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6461] ppid=6450 vsize=15025188 memory=1384 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6461/stat : 6461 (java) S 6450 6450 5522 0 -1 1077944384 396 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 781240 33554432000 4194304 4196468 140736936268768 140252554660240 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6462] ppid=6450 vsize=15025188 memory=776 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6462/stat : 6462 (java) S 6450 6450 5522 0 -1 1077944384 57 0 0 0 9 4 0 0 20 0 15 0 404849948 15385792512 781240 33554432000 4194304 4196468 140736936268768 140252368816400 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6463] ppid=6450 vsize=15025188 memory=1564 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6463/stat : 6463 (java) S 6450 6450 5522 0 -1 1077944384 64 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 781240 33554432000 4194304 4196468 140736936268768 140252367764112 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6464] ppid=6450 vsize=15025188 memory=8556 CPUtime=0.13 cores=1,3,5,7
/proc/6454/task/6464/stat : 6464 (java) S 6450 6450 5522 0 -1 1077944384 107 0 0 0 10 3 0 0 20 0 15 0 404849948 15385792512 781240 33554432000 4194304 4196468 140736936268768 140252366711312 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6472] ppid=6450 vsize=15025188 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6472/stat : 6472 (java) S 6450 6450 5522 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 404849949 15385792512 781240 33554432000 4194304 4196468 140736936268768 140251520522864 140252550429314 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6473] ppid=6450 vsize=15025188 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6473/stat : 6473 (java) S 6450 6450 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 781240 33554432000 4194304 4196468 140736936268768 140251150411104 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6474] ppid=6450 vsize=15025188 memory=3440 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6474/stat : 6474 (java) S 6450 6450 5522 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 404849950 15385792512 781240 33554432000 4194304 4196468 140736936268768 140250881975920 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6482] ppid=6450 vsize=15025188 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6482/stat : 6482 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 781240 33554432000 4194304 4196468 140736936268768 140250507467344 140252550436763 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6483] ppid=6450 vsize=15025188 memory=5896 CPUtime=3.54 cores=1,3,5,7
/proc/6454/task/6483/stat : 6483 (java) S 6450 6450 5522 0 -1 1077944384 2439 0 0 0 353 1 0 0 20 0 15 0 404849953 15385792512 781240 33554432000 4194304 4196468 140736936268768 140251519469680 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6484] ppid=6450 vsize=15025188 memory=664 CPUtime=3.55 cores=1,3,5,7
/proc/6454/task/6484/stat : 6484 (java) S 6450 6450 5522 0 -1 1077944384 3438 0 0 0 353 2 0 0 20 0 15 0 404849953 15385792512 781240 33554432000 4194304 4196468 140736936268768 140251518416880 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6485] ppid=6450 vsize=15025188 memory=1156 CPUtime=1.08 cores=1,3,5,7
/proc/6454/task/6485/stat : 6485 (java) S 6450 6450 5522 0 -1 1077944384 3422 0 0 0 106 2 0 0 20 0 15 0 404849953 15385792512 781240 33554432000 4194304 4196468 140736936268768 140251517364592 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6486] ppid=6450 vsize=15025188 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6486/stat : 6486 (java) S 6450 6450 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 781240 33554432000 4194304 4196468 140736936268768 140250009561568 140252550428373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
[pid=6454/tid=6487] ppid=6450 vsize=15025188 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/6454/task/6487/stat : 6487 (java) S 6450 6450 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404849953 15385792512 781240 33554432000 4194304 4196468 140736936268768 140251516312496 140252550429314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29491200 140736936276719 140736936277146 140736936277146 140736936280015 0
Current children cumulated CPU time: 19.99 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3126356 KiB

[startup+11.7008 s]
/proc/loadavg: 1.98 2.04 2.04 6/229 6668
/proc/meminfo: memFree=26380896/32770624 swapFree=66992636/67108860
[pid=6450] ppid=6447 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6450/stat : 6450 (scop.sh) S 6447 6450 5522 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 404849946 115843072 349 33554432000 4194304 5098028 140730820245872 140730820243128 139727000752764 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38662144 140730820248360 140730820248688 140730820248688 140730820251597 0
/proc/6450/statm: 28282 349 296 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1396 KiB

Child status: 0
Real time (s): 11.7036
CPU time (s): 20.234
CPU user time (s): 19.5026
CPU system time (s): 0.731384
CPU usage (%): 172.887
Max. virtual memory (cumulated for all children) (KiB): 15138316
Max. memory (cumulated for all children) (KiB): 3126356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.5026
system time used= 0.731384
maximum resident set size= 3125588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34364
page faults= 0
swaps= 0
block input operations= 25104
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4389
involuntary context switches= 1871


# summary of solver processes directly reported to runsolver:
#   pid: 6450
#   total CPU time (s): 20.234
#   total CPU user time (s): 19.5026
#   total CPU system time (s): 0.731384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.11402 second user time and 0.146891 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-12 12:59:00
IDJOB=4387566
IDBENCH=119345
IDSOLVER=2825
FILE ID=node102/4387566-1568285985
RUNJOBID= node102-1568285939-6431
PBS_JOBID= 21701092
Free space on /tmp= 54656 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -order DIR/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387566-1568285985/watcher-4387566-1568285985 -o /tmp/evaluation-result-4387566-1568285985/solver-4387566-1568285985 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6431 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387566-1568285985.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=1986278753

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31847280 kB
MemAvailable:   31927516 kB
Buffers:           86748 kB
Cached:           286424 kB
SwapCached:        11968 kB
Active:           203064 kB
Inactive:         182504 kB
Active(anon):       8132 kB
Inactive(anon):    33212 kB
Active(file):     194932 kB
Inactive(file):   149292 kB
Unevictable:      110488 kB
Mlocked:          110488 kB
SwapTotal:      67108860 kB
SwapFree:       66992636 kB
Dirty:             44792 kB
Writeback:             0 kB
AnonPages:        122068 kB
Mapped:            30516 kB
Shmem:             19700 kB
Slab:             131916 kB
SReclaimable:     103696 kB
SUnreclaim:        28220 kB
KernelStack:        3648 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54596 MiB
End job on node102 at 2019-09-12 12:59:12