Trace number 4387567

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)UNSAT 20.5897 11.5545

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 -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-4213-serial-file.bin HOME/instance-4387567-1568285990.xml
0.67/0.52	
0.67/0.52	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.67/0.52	
0.67/0.55	c BEGIN-Prog: Thu Sep 12 12:59:12 CEST 2019
0.67/0.55	c PID: 4216
0.67/0.55	c IP: 172.20.3.119
0.67/0.55	c HOST: node119.alineos.net
0.67/0.56	c (0,0) Parsing Begin
8.32/3.48	c (2,2) Parsing End
8.32/3.49	c (2,2) CSP: 1 int (0 aux), 800 bool (0 aux), 112234 ctr, max domain size 2
8.32/3.49	c (2,2) Heap : 1239 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
8.32/3.49	c (2,2) Constraint Name Generate Begin
8.66/3.64	c (3,3) Ctr:HOME/instance-4387567-1568285990.xml,ExtensionConflict:ExtensionSupport:Var
8.66/3.64	c (3,3) Constraint Name Generate End
8.66/3.64	c (3,3) Heap : 1239 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
8.66/3.64	c (3,3) CSP to CSPinCNF Begin
11.87/4.84	c (4,4) translated 11224 (10%) constraints
12.46/5.34	c (4,4) translated 22447 (20%) constraints
12.96/5.83	c (5,5) translated 33671 (30%) constraints
13.46/6.32	c (5,5) translated 44894 (40%) constraints
13.99/6.81	c (6,6) translated 56117 (50%) constraints
14.39/7.29	c (6,6) translated 67341 (60%) constraints
14.89/7.77	c (7,7) translated 78564 (70%) constraints
15.39/8.25	c (7,7) translated 89788 (80%) constraints
15.90/8.74	c (8,8) translated 101011 (90%) constraints
17.68/9.59	c (9,8) translated 112234 (100%) constraints
17.68/9.59	c (9,8) ===========================================
17.97/9.63	c (9,8) Hybrid: #OE=802, #LE=0
17.97/9.63	c (9,8) Hybrid
17.97/9.63	c (9,8) ===========================================
18.55/9.88	c (9,9) translated 11384 (10%) constraints
18.85/10.06	c (9,9) translated 22767 (20%) constraints
19.09/10.24	c (9,9) translated 34151 (30%) constraints
19.28/10.42	c (9,9) translated 45534 (40%) constraints
19.48/10.60	c (10,9) translated 56917 (50%) constraints
19.58/10.78	c (10,10) translated 68301 (60%) constraints
19.78/10.95	c (10,10) translated 79684 (70%) constraints
19.99/11.13	c (10,10) translated 91068 (80%) constraints
20.18/11.31	c (10,10) translated 102451 (90%) constraints
20.47/11.52	c (10,10) translated 113834 (100%) constraints
20.47/11.52	c (10,10) CSP to CSPinCNF End
20.47/11.52	c (10,10) CSP: 1 int (0 aux), 801 bool (1 aux), 113834 ctr, max domain size 2
20.47/11.52	c (10,10) Heap : 1124 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
20.47/11.52	c (10,10) CSPinCNF Propagation Begin
20.47/11.52	c (10,10) ===========================================
20.47/11.52	c (10,10) Empty clause is detected while propagation.
20.47/11.52	c (10,10) ===========================================
20.47/11.52	c (10,10) 2,3,10,---,---,---,---,---,---,STOP-AFTER(CSPInCNF)
20.47/11.52	s UNSATISFIABLE
20.47/11.52	c END-Prog: Thu Sep 12 12:59:23 CEST 2019
20.47/11.55	c (scop.sh) HOME/scop-4213-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 (5217 MiB free)
  memory of node 1: 16384 MiB (9021 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387567-1568285990/watcher-4387567-1568285990 -o /tmp/evaluation-result-4387567-1568285990/solver-4387567-1568285990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568285951-4194 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387567-1568285990.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=4213, runsolver pid=4210
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 1.61 1.92 2.01 3/224 4250
/proc/meminfo: memFree=14466696/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15012696 memory=72704 CPUtime=0.11 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 6903 0 0 0 10 1 0 0 20 0 15 0 404513990 15373000704 18176 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3753174 18176 2928 1 0 3715579 0
[pid=4216/tid=4217] ppid=4213 vsize=15014680 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 5029 0 0 0 8 1 0 0 20 0 15 0 404513990 15375032320 18571 33554432000 4194304 4196468 140727901508032 140522971854128 140522992380459 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15014680 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15375032320 18571 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15014680 memory=140647911487104 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15375032320 18571 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15014680 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15375032320 18637 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15014680 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513992 15375032320 18637 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15014680 memory=140647911487104 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513993 15375032320 18637 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15014680 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404513994 15375032320 18637 33554432000 4194304 4196468 140727901508032 140521565578272 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15014680 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513994 15375032320 18703 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15014680 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15375032320 18703 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15014680 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) S 4213 4213 3344 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 404513996 15375032320 18703 33554432000 4194304 4196468 140727901508032 140522405784432 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15014680 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15375032320 18703 33554432000 4194304 4196468 140727901508032 140522337331952 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15014680 memory=140647911487104 CPUtime=0.01 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 15 0 404513996 15375032320 18703 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15014680 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15375032320 18703 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15016308 memory=140647911487104 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513997 15376699392 18703 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 74096 KiB

[startup+0.210798 s]*
/proc/loadavg: 1.61 1.92 2.01 3/230 4256
/proc/meminfo: memFree=14424884/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15012696 memory=85676 CPUtime=0.25 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 11481 0 0 0 22 3 0 0 20 0 15 0 404513990 15373000704 21419 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3753174 21419 2933 1 0 3715579 0
[pid=4216/tid=4217] ppid=4213 vsize=15012696 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 9239 0 0 0 18 2 0 0 20 0 15 0 404513990 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522971885120 140522984150366 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15012696 memory=11077 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 21485 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15012696 memory=288230376153220841 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513993 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404513994 15373000704 21485 33554432000 4194304 4196468 140727901508032 140521565578272 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15012696 memory=140647911487104 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513994 15373000704 21485 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15373000704 21485 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) S 4213 4213 3344 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 15 0 404513996 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522405784432 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) S 4213 4213 3344 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 404513996 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522337331952 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15012696 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 485 0 0 0 3 0 0 0 20 0 15 0 404513996 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15373000704 21485 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513997 15373000704 21485 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 87068 KiB

[startup+0.310683 s]*
/proc/loadavg: 1.61 1.92 2.01 5/230 4256
/proc/meminfo: memFree=14419296/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15012696 memory=89716 CPUtime=0.44 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 12535 0 0 0 40 4 0 0 20 0 15 0 404513990 15373000704 22429 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3753174 22429 3038 1 0 3715579 0
[pid=4216/tid=4217] ppid=4213 vsize=15012696 memory=667680 CPUtime=0.3 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 10060 0 0 0 27 3 0 0 20 0 15 0 404513990 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522971899952 140522984150366 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15012696 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 22429 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15012696 memory=140647911542816 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15012696 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15012696 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513992 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15012696 memory=140647911549728 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513993 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15012696 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404513994 15373000704 22429 33554432000 4194304 4196468 140727901508032 140521565578272 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15012696 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513994 15373000704 22429 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15012696 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15373000704 22429 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) S 4213 4213 3344 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 15 0 404513996 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522405784432 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15012696 memory=140647763931599 CPUtime=0.02 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) S 4213 4213 3344 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 404513996 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522337331952 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15012696 memory=140647911491298 CPUtime=0.07 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 528 0 0 0 7 0 0 0 20 0 15 0 404513996 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15012696 memory=140647763922383 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15373000704 22429 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15012696 memory=281295675418752 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513997 15373000704 22429 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 91108 KiB

[startup+0.707228 s]
/proc/loadavg: 1.61 1.92 2.01 3/230 4256
/proc/meminfo: memFree=14375604/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15018968 memory=131724 CPUtime=1.07 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 20096 0 0 0 101 6 0 0 20 0 15 0 404513990 15379423232 32931 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3754742 32931 3194 1 0 3716091 0
[pid=4216/tid=4217] ppid=4213 vsize=15018968 memory=42 CPUtime=0.68 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 17121 0 0 0 64 4 0 0 20 0 15 0 404513990 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522971905552 140522488482800 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15018968 memory=8320808402719749941 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15379423232 32931 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15018968 memory=5788357421951243108 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15018968 memory=4639059895069856102 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513992 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15018968 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513992 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15018968 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404513993 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15018968 memory=776 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404513994 15379423232 32931 33554432000 4194304 4196468 140727901508032 140521565578272 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15018968 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513994 15379423232 32931 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15018968 memory=668 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15379423232 32931 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15018968 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) R 4213 4213 3344 0 -1 4202560 571 0 0 0 8 0 0 0 20 0 15 0 404513996 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522405771000 140522981592855 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15018968 memory=1064 CPUtime=0.1 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) R 4213 4213 3344 0 -1 4202560 355 0 0 0 10 0 0 0 20 0 15 0 404513996 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522337323904 140522984979820 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15018968 memory=14008 CPUtime=0.18 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) R 4213 4213 3344 0 -1 4202560 716 0 0 0 18 0 0 0 20 0 15 0 404513996 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522336276944 140522985235534 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15018968 memory=20524 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15379423232 32931 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15018968 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404513997 15379423232 32931 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 133116 KiB

[startup+1.5009 s]
/proc/loadavg: 1.61 1.92 2.01 7/230 4256
/proc/meminfo: memFree=14279832/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0

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

/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15025188 memory=3071844 CPUtime=19.28 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 34587 0 0 0 1863 65 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3756297 767961 3276 1 0 3717627 0
[pid=4216/tid=4217] ppid=4213 vsize=15025188 memory=1392 CPUtime=10.22 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 22002 0 0 0 975 47 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522971900448 140522497159414 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15025188 memory=2802040 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 408 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15025188 memory=281295527957088 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 57 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15025188 memory=-9001734043636558696 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 101 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15025188 memory=7679937539659563834 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 73 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15025188 memory=6944613755328037012 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 404513993 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15025188 memory=1399094042734925955 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521565578336 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15025188 memory=1399094042734925955 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15025188 memory=-9181546051567709026 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15025188 memory=1392 CPUtime=3.8 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) S 4213 4213 3344 0 -1 1077944384 3907 0 0 0 379 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522405784432 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15025188 memory=3071460 CPUtime=3.61 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) S 4213 4213 3344 0 -1 1077944384 3245 0 0 0 360 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522337331952 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15025188 memory=-8171376296011865461 CPUtime=1.06 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 3441 0 0 0 105 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15025188 memory=-8035107114841901037 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15025188 memory=-5082702989052053089 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 19.28 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3073236 KiB

[startup+11.2008 s]
/proc/loadavg: 1.89 1.97 2.03 6/229 4431
/proc/meminfo: memFree=8929456/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15025188 memory=3071844 CPUtime=20.08 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 34696 0 0 0 1943 65 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3756297 767961 3276 1 0 3717627 0
[pid=4216/tid=4217] ppid=4213 vsize=15025188 memory=281295528457568 CPUtime=11.02 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 22111 0 0 0 1055 47 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522971907056 140522493901724 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15025188 memory=158741991264373 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 408 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15025188 memory=3504 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 57 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15025188 memory=37088 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 101 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15025188 memory=988 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 73 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15025188 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 404513993 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15025188 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521565578336 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15025188 memory=4164 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15025188 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15025188 memory=1608 CPUtime=3.8 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) S 4213 4213 3344 0 -1 1077944384 3907 0 0 0 379 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522405784432 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15025188 memory=7980 CPUtime=3.61 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) S 4213 4213 3344 0 -1 1077944384 3245 0 0 0 360 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522337331952 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15025188 memory=9580 CPUtime=1.06 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 3441 0 0 0 105 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15025188 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15025188 memory=776 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 20.08 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3073236 KiB

[startup+11.4008 s]
/proc/loadavg: 1.89 1.97 2.03 6/229 4431
/proc/meminfo: memFree=8929456/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15025188 memory=3071844 CPUtime=20.28 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 34696 0 0 0 1963 65 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3756297 767961 3276 1 0 3717627 0
[pid=4216/tid=4217] ppid=4213 vsize=15025188 memory=1232 CPUtime=11.22 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 22111 0 0 0 1075 47 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522971907056 140522501733350 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15025188 memory=1064 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 408 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15025188 memory=14008 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 57 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15025188 memory=20524 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 101 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15025188 memory=14056 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 73 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15025188 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 404513993 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15025188 memory=520 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521565578336 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15025188 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15025188 memory=924 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15025188 memory=3688 CPUtime=3.8 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) S 4213 4213 3344 0 -1 1077944384 3907 0 0 0 379 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522405784432 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15025188 memory=1984 CPUtime=3.61 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) S 4213 4213 3344 0 -1 1077944384 3245 0 0 0 360 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522337331952 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15025188 memory=1440 CPUtime=1.06 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 3441 0 0 0 105 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15025188 memory=804 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15025188 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 20.28 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3073236 KiB

[startup+11.5013 s]
/proc/loadavg: 1.89 1.97 2.03 6/229 4431
/proc/meminfo: memFree=8929456/32770624 swapFree=66939824/67108860
[pid=4213] ppid=4210 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4213/stat : 4213 (scop.sh) S 4210 4213 3344 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 404513990 115843072 348 33554432000 4194304 5098028 140736545029136 140736545026392 140123193881212 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27766784 140736545031011 140736545031280 140736545031280 140736545034189 0
/proc/4213/statm: 28282 348 296 221 0 87 0
[pid=4216] ppid=4213 vsize=15025188 memory=3071844 CPUtime=20.47 cores=1,3,5,7
/proc/4216/stat : 4216 (java) S 4213 4213 3344 0 -1 1077944320 34696 0 0 0 1982 65 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140727901490576 140523000069879 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
/proc/4216/statm: 3756297 767961 3276 1 0 3717627 0
[pid=4216/tid=4217] ppid=4213 vsize=15025188 memory=3071844 CPUtime=11.32 cores=1,3,5,7
/proc/4216/task/4217/stat : 4217 (java) R 4213 4213 3344 0 -1 4202560 22111 0 0 0 1085 47 0 0 20 0 15 0 404513990 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522971905648 140523000081814 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4222] ppid=4213 vsize=15025188 memory=-6368199152461293614 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4222/stat : 4222 (java) S 4213 4213 3344 0 -1 1077944384 408 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140523004312720 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4223] ppid=4213 vsize=15025188 memory=55 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4223/stat : 4223 (java) S 4213 4213 3344 0 -1 1077944384 57 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522818468880 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4224] ppid=4213 vsize=15025188 memory=288230583166042426 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4224/stat : 4224 (java) S 4213 4213 3344 0 -1 1077944384 101 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522817416080 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4225] ppid=4213 vsize=15025188 memory=3071636 CPUtime=0.13 cores=1,3,5,7
/proc/4216/task/4225/stat : 4225 (java) S 4213 4213 3344 0 -1 1077944384 73 0 0 0 10 3 0 0 20 0 15 0 404513992 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522816363280 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4233] ppid=4213 vsize=15025188 memory=2689400 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4233/stat : 4233 (java) S 4213 4213 3344 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 404513993 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522406836592 140523000081026 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4236] ppid=4213 vsize=15025188 memory=3071844 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4236/stat : 4236 (java) S 4213 4213 3344 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521565578336 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4237] ppid=4213 vsize=15025188 memory=281295528084560 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4237/stat : 4237 (java) S 4213 4213 3344 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404513994 15385792512 767961 33554432000 4194304 4196468 140727901508032 140521330697072 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4242] ppid=4213 vsize=15025188 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4242/stat : 4242 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520956188496 140523000088475 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4243] ppid=4213 vsize=15025188 memory=1392 CPUtime=3.84 cores=1,3,5,7
/proc/4216/task/4243/stat : 4243 (java) R 4213 4213 3344 0 -1 4202560 3907 0 0 0 383 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522405784240 140522983492262 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4244] ppid=4213 vsize=15025188 memory=2128248 CPUtime=3.65 cores=1,3,5,7
/proc/4216/task/4244/stat : 4244 (java) R 4213 4213 3344 0 -1 4202560 3245 0 0 0 364 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522337321312 140522981589564 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4245] ppid=4213 vsize=15025188 memory=1392 CPUtime=1.06 cores=1,3,5,7
/proc/4216/task/4245/stat : 4245 (java) S 4213 4213 3344 0 -1 1077944384 3441 0 0 0 105 1 0 0 20 0 15 0 404513996 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522336279152 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4246] ppid=4213 vsize=15025188 memory=2903268 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4246/stat : 4246 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140520458283744 140523000080085 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
[pid=4216/tid=4248] ppid=4213 vsize=15025188 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4216/task/4248/stat : 4248 (java) S 4213 4213 3344 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404513997 15385792512 767961 33554432000 4194304 4196468 140727901508032 140522335226544 140523000081026 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33734656 140727901516586 140727901516954 140727901516954 140727901519823 0
Current children cumulated CPU time: 20.47 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 3073236 KiB

Child status: 0
Real time (s): 11.5545
CPU time (s): 20.5897
CPU user time (s): 19.9127
CPU system time (s): 0.676946
CPU usage (%): 178.196
Max. virtual memory (cumulated for all children) (KiB): 15138316
Max. memory (cumulated for all children) (KiB): 3073236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.9127
system time used= 0.676946
maximum resident set size= 3072328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4537
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 4213
#   total CPU time (s): 20.5897
#   total CPU user time (s): 19.9127
#   total CPU system time (s): 0.676946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097899 second user time and 0.158597 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 12:59:11
IDJOB=4387567
IDBENCH=119345
IDSOLVER=2826
FILE ID=node119/4387567-1568285990
RUNJOBID= node119-1568285951-4194
PBS_JOBID= 21701084
Free space on /tmp= 52892 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387567-1568285990/watcher-4387567-1568285990 -o /tmp/evaluation-result-4387567-1568285990/solver-4387567-1568285990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568285951-4194 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387567-1568285990.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=481382711

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14581196 kB
MemAvailable:   31803420 kB
Buffers:          184844 kB
Cached:         17118600 kB
SwapCached:        61084 kB
Active:          2365448 kB
Inactive:       15002352 kB
Active(anon):       8612 kB
Inactive(anon):    98052 kB
Active(file):    2356836 kB
Inactive(file): 14904300 kB
Unevictable:      106656 kB
Mlocked:          106656 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             44776 kB
Writeback:             0 kB
AnonPages:        112544 kB
Mapped:            42716 kB
Shmem:             32808 kB
Slab:             418028 kB
SReclaimable:     389548 kB
SUnreclaim:        28480 kB
KernelStack:        3408 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 52832 MiB
End job on node119 at 2019-09-12 12:59:23