Trace number 4402448

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
Concrete 3.12.3UNSAT 24.7375 18.7251

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.85/2.48	c Concrete v3.12.3.1568965526260 running
24.37/18.70	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402448-1568967638/watcher-4402448-1568967638 -o /var/tmp/evaluation-result-4402448-1568967638/solver-4402448-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19973 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402448-1568967638.xml 

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

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

solver pid=20004, runsolver pid=19995

[startup+0.100188 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 20011
/proc/meminfo: memFree=1576032/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20004/stat : 20004 (bash) S 19995 20004 19941 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473022767 115974144 363 33554432000 4194304 5098028 140722616799472 140722616797112 140174166666240 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20004/statm: 28314 363 290 221 0 119 0
[pid=20007] ppid=20004 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (bash) S 20004 20004 19941 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473022775 115974144 177 33554432000 4194304 5098028 140722616799472 140722616795640 140174166491772 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20007/statm: 28314 177 101 221 0 119 0
[pid=20009] ppid=20007 vsize=113256 memory=716 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (bash) S 20007 20004 19941 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 473022775 115974144 179 33554432000 4194304 5098028 140722616799472 140722616792648 140174166666240 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20009/statm: 28314 179 103 221 0 119 0
[pid=20011] ppid=20009 vsize=113256 memory=496 CPUtime=0 cores=1,3,5,7
/proc/20011/stat : 20011 (bash) D 20009 20004 19941 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 1 0 473022775 115974144 124 33554432000 4194304 5098028 140722616799472 140722616791704 140174166664565 0 0 4096 65538 18446744072101613092 0 0 17 5 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20011/statm: 28314 124 48 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3372 KiB

[startup+0.209785 s]*
/proc/loadavg: 0.31 0.08 0.07 2/207 20013
/proc/meminfo: memFree=1576032/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20004/stat : 20004 (bash) S 19995 20004 19941 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473022767 115974144 363 33554432000 4194304 5098028 140722616799472 140722616797112 140174166666240 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20004/statm: 28314 363 290 221 0 119 0
[pid=20007] ppid=20004 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (bash) S 20004 20004 19941 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473022775 115974144 177 33554432000 4194304 5098028 140722616799472 140722616795640 140174166491772 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20007/statm: 28314 177 101 221 0 119 0
[pid=20009] ppid=20007 vsize=113256 memory=888 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (bash) S 20007 20004 19941 0 -1 4202560 210 427 0 0 0 0 0 0 20 0 1 0 473022775 115974144 222 33554432000 4194304 5098028 140722616799472 140722616792936 140174166666240 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20009/statm: 28314 222 146 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 339768 KiB
Current children cumulated memory: 3048 KiB

[startup+0.309616 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 20015
/proc/meminfo: memFree=1576032/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20004/stat : 20004 (bash) S 19995 20004 19941 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473022767 115974144 363 33554432000 4194304 5098028 140722616799472 140722616797112 140174166666240 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20004/statm: 28314 363 290 221 0 119 0
[pid=20007] ppid=20004 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (bash) S 20004 20004 19941 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473022775 115974144 177 33554432000 4194304 5098028 140722616799472 140722616795640 140174166491772 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20007/statm: 28314 177 101 221 0 119 0
[pid=20009] ppid=20007 vsize=113256 memory=888 CPUtime=0 cores=1,3,5,7
/proc/20009/stat : 20009 (bash) S 20007 20004 19941 0 -1 4202560 210 427 0 0 0 0 0 0 20 0 1 0 473022775 115974144 222 33554432000 4194304 5098028 140722616799472 140722616792936 140174166666240 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20009/statm: 28314 222 146 221 0 119 0
[pid=20015] ppid=20009 vsize=113256 memory=492 CPUtime=0 cores=1,3,5,7
/proc/20015/stat : 20015 (bash) D 20009 20004 19941 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 1 0 473022789 115974144 123 33554432000 4194304 5098028 140722616799472 140722616791992 140174166664565 0 0 4096 65538 18446744071585676691 0 0 17 5 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20015/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3540 KiB

[startup+0.700529 s]
/proc/loadavg: 0.31 0.08 0.07 2/205 20061
/proc/meminfo: memFree=1574588/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/20004/stat : 20004 (bash) S 19995 20004 19941 0 -1 4202496 888 5675 0 0 0 0 0 1 20 0 1 0 473022767 115974144 404 33554432000 4194304 5098028 140722616799472 140722616793480 140174166666240 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20004/statm: 28314 404 320 221 0 119 0
[pid=20056] ppid=20004 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/20056/stat : 20056 (bash) S 20004 20004 19941 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473022805 115974144 178 33554432000 4194304 5098028 140722616799472 140722616792152 140174166491772 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17182720 140722616808448 140722616808577 140722616808577 140722616811502 0
/proc/20056/statm: 28314 178 94 221 0 119 0
[pid=20058] ppid=20056 vsize=30188 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20058/stat : 20058 (java) D 20056 20004 19941 0 -1 4202496 358 0 1 0 0 0 0 0 20 0 1 0 473022805 30912512 199 33554432000 4194304 4196468 140729977253760 140729977235240 139980266411657 0 0 4096 0 18446744071580431491 0 0 17 5 0 0 1 0 0 6293624 6294260 15503360 140729977259132 140729977259146 140729977259146 140729977262031 0
/proc/20058/statm: 7547 199 161 1 0 159 0
[pid=20059] ppid=20056 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/20059/stat : 20059 (awk) S 20056 20004 19941 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473022805 116211712 243 33554432000 4194304 4609284 140722323299456 140722323298632 140301821946880 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 13156352 140722323305644 140722323305674 140722323305674 140722323308527 0
/proc/20059/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4096 KiB

[startup+1.50055 s]
/proc/loadavg: 0.31 0.08 0.07 2/207 20063
/proc/meminfo: memFree=1568184/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=2588 memory=184 CPUtime=0.09 cores=1,3,5,7
/proc/20004/stat : 20004 (java) D 19995 20004 19941 0 -1 1077936128 1076 13534 0 3 0 0 5 4 20 0 1 0 473022767 2650112 46 33554432000 4194304 4196468 140736065304752 140736065301976 140559605094087 0 0 4096 0 18446744072101613092 0 0 17 7 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 647 46 36 1 0 43 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2588 KiB
Current children cumulated memory: 184 KiB

[startup+3.10981 s]
/proc/loadavg: 0.31 0.08 0.07 2/227 20135
/proc/meminfo: memFree=1448672/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10822316 memory=76620 CPUtime=0.95 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 14374 13534 0 3 80 6 5 4 20 0 15 0 473022767 11082051584 19155 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2705579 19155 3486 1 0 2667661 0
[pid=20004/tid=20108] ppid=19995 vsize=10822316 memory=280527399851008 CPUtime=0.59 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) D 19995 20004 19941 0 -1 4202560 9821 13534 0 3 46 4 5 4 20 0 15 0 473022923 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559574640000 140559602840733 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 89 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10822316 memory=70676 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20110/stat : 20110 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559607061136 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20111] ppid=19995 vsize=10822316 memory=7222466038942181523 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20111/stat : 20111 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559521880592 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20112] ppid=19995 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20112/stat : 20112 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559520827792 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20113] ppid=19995 vsize=10822316 memory=6944656592455360604 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20113/stat : 20113 (java) S 19995 20004 19941 0 -1 1077944384 2 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559519774992 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20118] ppid=19995 vsize=10822316 memory=3624 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20118/stat : 20118 (java) S 19995 20004 19941 0 -1 1077944384 5 13534 0 3 0 0 5 4 20 0 15 0 473022926 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559129496432 140559602829954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20119] ppid=19995 vsize=10822316 memory=42788 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20119/stat : 20119 (java) S 19995 20004 19941 0 -1 1077944384 13 13534 0 3 0 0 5 4 20 0 15 0 473022926 11082051584 19155 33554432000 4194304 4196468 140736065304752 140558509008416 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20121] ppid=19995 vsize=10822316 memory=1404 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20121/stat : 20121 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022926 11082051584 19155 33554432000 4194304 4196468 140736065304752 140558374790512 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20124] ppid=19995 vsize=10822316 memory=2372 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20124/stat : 20124 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11082051584 19155 33554432000 4194304 4196468 140736065304752 140558134499664 140559602837403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20125] ppid=19995 vsize=10822316 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/20004/task/20125/stat : 20125 (java) S 19995 20004 19941 0 -1 1077944384 801 13534 0 3 8 0 5 4 20 0 15 0 473022930 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559128443248 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20126] ppid=19995 vsize=10822316 memory=2276 CPUtime=0.18 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) S 19995 20004 19941 0 -1 1077944384 747 13534 0 3 9 0 5 4 20 0 15 0 473022930 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559127390448 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10822316 memory=6655300316396806240 CPUtime=0.24 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) S 19995 20004 19941 0 -1 1077944384 771 13534 0 3 15 0 5 4 20 0 15 0 473022930 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559126337648 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10822316 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11082051584 19155 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20134] ppid=19995 vsize=10822316 memory=2016 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20134/stat : 20134 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022937 11082051584 19155 33554432000 4194304 4196468 140736065304752 140559125286064 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76620 KiB
heavy processes:

[startup+6.30068 s]
/proc/loadavg: 0.45 0.11 0.08 2/226 20136
/proc/meminfo: memFree=1409180/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10822316 memory=78364 CPUtime=1.07 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 14817 13534 0 3 91 7 5 4 20 0 15 0 473022767 11082051584 19591 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2705579 19591 3495 1 0 2667661 0
[pid=20004/tid=20108] ppid=19995 vsize=10822316 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) D 19995 20004 19941 0 -1 4202560 10198 13534 0 3 50 5 5 4 20 0 15 0 473022923 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559574645200 140559602840733 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 350 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10822316 memory=7552 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20110/stat : 20110 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559607061136 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20111] ppid=19995 vsize=10822316 memory=3608 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20111/stat : 20111 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559521880592 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20112] ppid=19995 vsize=10822316 memory=616 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20112/stat : 20112 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559520827792 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20113] ppid=19995 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20113/stat : 20113 (java) S 19995 20004 19941 0 -1 1077944384 2 13534 0 3 0 0 5 4 20 0 15 0 473022924 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559519774992 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20118] ppid=19995 vsize=10822316 memory=77564 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20118/stat : 20118 (java) S 19995 20004 19941 0 -1 1077944384 5 13534 0 3 0 0 5 4 20 0 15 0 473022926 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559129496432 140559602829954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20119] ppid=19995 vsize=10822316 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20119/stat : 20119 (java) S 19995 20004 19941 0 -1 1077944384 13 13534 0 3 0 0 5 4 20 0 15 0 473022926 11082051584 19591 33554432000 4194304 4196468 140736065304752 140558509008416 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20121] ppid=19995 vsize=10822316 memory=280527399855808 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20121/stat : 20121 (java) S 19995 20004 19941 0 -1 1077944384 1 13534 0 3 0 0 5 4 20 0 15 0 473022926 11082051584 19591 33554432000 4194304 4196468 140736065304752 140558374790512 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20124] ppid=19995 vsize=10822316 memory=-8412633560358294372 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20124/stat : 20124 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11082051584 19591 33554432000 4194304 4196468 140736065304752 140558134499664 140559602837403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20125] ppid=19995 vsize=10822316 memory=24516 CPUtime=0.2 cores=1,3,5,7
/proc/20004/task/20125/stat : 20125 (java) S 19995 20004 19941 0 -1 1077944384 823 13534 0 3 11 0 5 4 20 0 15 0 473022930 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559128443248 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20126] ppid=19995 vsize=10822316 memory=6040 CPUtime=0.21 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) S 19995 20004 19941 0 -1 1077944384 763 13534 0 3 12 0 5 4 20 0 15 0 473022930 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559127390448 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10822316 memory=784 CPUtime=0.25 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) S 19995 20004 19941 0 -1 1077944384 797 13534 0 3 16 0 5 4 20 0 15 0 473022930 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559126337648 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10822316 memory=3624 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11082051584 19591 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20134] ppid=19995 vsize=10822316 memory=42788 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20134/stat : 20134 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022937 11082051584 19591 33554432000 4194304 4196468 140736065304752 140559125286064 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78364 KiB
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.57 0.14 0.09 7/226 20136
/proc/meminfo: memFree=740768/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10842892 memory=510900 CPUtime=12.4 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 40882 13534 0 3 1196 35 5 4 20 0 15 0 473022767 11103121408 127725 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2710723 127725 3627 1 0 2672781 0
[pid=20004/tid=20108] ppid=19995 vsize=10842892 memory=0 CPUtime=5.02 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) R 19995 20004 19941 0 -1 4202560 19876 13534 0 3 483 10 5 4 20 0 15 0 473022923 11103121408 127725 33554432000 4194304 4196468 140736065304752 140559574649968 140559208359122 0 4 0 16800975 0 0 0 -1 5 0 0 512 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10842892 memory=172881023638842 CPUtime=0.37 cores=1,3,5,7

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

[pid=20004/tid=20126] ppid=19995 vsize=10842892 memory=111632 CPUtime=2.98 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) R 19995 20004 19941 0 -1 4202560 4497 13534 0 3 287 2 5 4 20 0 15 0 473022930 11103121408 287532 33554432000 4194304 4196468 140736065304752 140559127390448 140559586313043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10842892 memory=804 CPUtime=1.37 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) R 19995 20004 19941 0 -1 1077944384 4442 13534 0 3 127 1 5 4 20 0 15 0 473022930 11103121408 287532 33554432000 4194304 4196468 140736065304752 140559126337648 140559602829954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10842892 memory=4096 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11103121408 287532 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20134] ppid=19995 vsize=10842892 memory=1804 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20134/stat : 20134 (java) S 19995 20004 19941 0 -1 1077944384 21 13534 0 3 0 0 5 4 20 0 15 0 473022937 11103121408 287532 33554432000 4194304 4196468 140736065304752 140559125286064 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 17.29 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 1150128 KiB

[startup+17.6011 s]
/proc/loadavg: 0.68 0.17 0.10 4/226 20136
/proc/meminfo: memFree=197248/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10844940 memory=1294752 CPUtime=21.37 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 98891 13534 0 3 2022 106 5 4 20 0 15 0 473022767 11105218560 323688 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2711235 323688 3635 1 0 2673293 0
[pid=20004/tid=20108] ppid=19995 vsize=10844940 memory=3624 CPUtime=9.3 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) S 19995 20004 19941 0 -1 1077944384 40262 13534 0 3 880 41 5 4 20 0 15 0 473022923 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559574646496 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 512 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10844940 memory=42788 CPUtime=0.97 cores=1,3,5,7
/proc/20004/task/20110/stat : 20110 (java) R 19995 20004 19941 0 -1 4202560 10202 13534 0 3 74 14 5 4 20 0 15 0 473022924 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559607061136 140559587519464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20111] ppid=19995 vsize=10844940 memory=984 CPUtime=0.96 cores=1,3,5,7
/proc/20004/task/20111/stat : 20111 (java) R 19995 20004 19941 0 -1 4202560 8992 13534 0 3 73 14 5 4 20 0 15 0 473022924 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559521880592 140559587518635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20112] ppid=19995 vsize=10844940 memory=6791534058613427641 CPUtime=0.95 cores=1,3,5,7
/proc/20004/task/20112/stat : 20112 (java) R 19995 20004 19941 0 -1 4202560 9268 13534 0 3 72 14 5 4 20 0 15 0 473022924 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559520827792 140559587816872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20113] ppid=19995 vsize=10844940 memory=7740374192664044864 CPUtime=0.97 cores=1,3,5,7
/proc/20004/task/20113/stat : 20113 (java) R 19995 20004 19941 0 -1 4202560 9601 13534 0 3 75 13 5 4 20 0 15 0 473022924 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559519775192 140559587519454 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20118] ppid=19995 vsize=10844940 memory=6296683629851791713 CPUtime=0.15 cores=1,3,5,7
/proc/20004/task/20118/stat : 20118 (java) S 19995 20004 19941 0 -1 1077944384 3374 13534 0 3 6 0 5 4 20 0 15 0 473022926 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559129494944 140559602829013 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20119] ppid=19995 vsize=10844940 memory=7302135314614015849 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20119/stat : 20119 (java) S 19995 20004 19941 0 -1 1077944384 15 13534 0 3 0 0 5 4 20 0 15 0 473022926 11105218560 323688 33554432000 4194304 4196468 140736065304752 140558509008480 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20121] ppid=19995 vsize=10844940 memory=4639098309541127012 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20121/stat : 20121 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022926 11105218560 323688 33554432000 4194304 4196468 140736065304752 140558374790528 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20124] ppid=19995 vsize=10844940 memory=7305496453090207296 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20124/stat : 20124 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11105218560 323688 33554432000 4194304 4196468 140736065304752 140558134499664 140559602837403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20125] ppid=19995 vsize=10844940 memory=6297835844906604903 CPUtime=3.49 cores=1,3,5,7
/proc/20004/task/20125/stat : 20125 (java) S 19995 20004 19941 0 -1 1077944384 5748 13534 0 3 338 2 5 4 20 0 15 0 473022930 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559128443248 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20126] ppid=19995 vsize=10844940 memory=1060 CPUtime=3.8 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) S 19995 20004 19941 0 -1 1077944384 4688 13534 0 3 369 2 5 4 20 0 15 0 473022930 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559127390448 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10844940 memory=14012 CPUtime=1.42 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) S 19995 20004 19941 0 -1 1077944384 4508 13534 0 3 131 2 5 4 20 0 15 0 473022930 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559126333232 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10844940 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11105218560 323688 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20134] ppid=19995 vsize=10844940 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20134/stat : 20134 (java) S 19995 20004 19941 0 -1 1077944384 21 13534 0 3 0 0 5 4 20 0 15 0 473022937 11105218560 323688 33554432000 4194304 4196468 140736065304752 140559125286064 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 21.37 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1294752 KiB

[startup+18.4036 s]
/proc/loadavg: 0.68 0.17 0.10 6/226 20136
/proc/meminfo: memFree=267604/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10847584 memory=1314684 CPUtime=23.76 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 104474 13534 0 3 2259 108 5 4 20 0 15 0 473022767 11107926016 328671 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2711896 328671 3637 1 0 2673954 0
[pid=20004/tid=20108] ppid=19995 vsize=10847584 memory=280527400243152 CPUtime=9.95 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) R 19995 20004 19941 0 -1 4202560 40696 13534 0 3 945 41 5 4 20 0 15 0 473022923 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559574652848 140559200849422 0 4 0 16800975 0 0 0 -1 3 0 0 512 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10847584 memory=5787495302022849088 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20110/stat : 20110 (java) S 19995 20004 19941 0 -1 1077944384 10202 13534 0 3 85 14 5 4 20 0 15 0 473022924 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559607061136 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20111] ppid=19995 vsize=10847584 memory=7308024225793726295 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20111/stat : 20111 (java) S 19995 20004 19941 0 -1 1077944384 8992 13534 0 3 85 14 5 4 20 0 15 0 473022924 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559521880592 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20112] ppid=19995 vsize=10847584 memory=7228949557068976464 CPUtime=1.06 cores=1,3,5,7
/proc/20004/task/20112/stat : 20112 (java) S 19995 20004 19941 0 -1 1077944384 9268 13534 0 3 83 14 5 4 20 0 15 0 473022924 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559520827792 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20113] ppid=19995 vsize=10847584 memory=1295912 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20113/stat : 20113 (java) S 19995 20004 19941 0 -1 1077944384 9601 13534 0 3 86 13 5 4 20 0 15 0 473022924 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559519774992 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20118] ppid=19995 vsize=10847584 memory=9 CPUtime=0.19 cores=1,3,5,7
/proc/20004/task/20118/stat : 20118 (java) S 19995 20004 19941 0 -1 1077944384 3488 13534 0 3 10 0 5 4 20 0 15 0 473022926 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559129496432 140559602829954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20119] ppid=19995 vsize=10847584 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20119/stat : 20119 (java) S 19995 20004 19941 0 -1 1077944384 15 13534 0 3 0 0 5 4 20 0 15 0 473022926 11107926016 328671 33554432000 4194304 4196468 140736065304752 140558509008480 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20121] ppid=19995 vsize=10847584 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20121/stat : 20121 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022926 11107926016 328671 33554432000 4194304 4196468 140736065304752 140558374790528 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20124] ppid=19995 vsize=10847584 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20124/stat : 20124 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11107926016 328671 33554432000 4194304 4196468 140736065304752 140558134499664 140559602837403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20125] ppid=19995 vsize=10847584 memory=9 CPUtime=3.97 cores=1,3,5,7
/proc/20004/task/20125/stat : 20125 (java) R 19995 20004 19941 0 -1 4202560 6237 13534 0 3 386 2 5 4 20 0 15 0 473022930 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559128443376 140559602830742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20126] ppid=19995 vsize=10847584 memory=6791534058613427641 CPUtime=4.36 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) R 19995 20004 19941 0 -1 4202560 8895 13534 0 3 424 3 5 4 20 0 15 0 473022930 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559127371464 140559580413824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10847584 memory=42788 CPUtime=1.61 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) R 19995 20004 19941 0 -1 1077944384 4847 13534 0 3 150 2 5 4 20 0 15 0 473022930 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559126337776 140559602829013 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10847584 memory=984 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11107926016 328671 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20134] ppid=19995 vsize=10847584 memory=2016 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20134/stat : 20134 (java) S 19995 20004 19941 0 -1 1077944384 21 13534 0 3 0 0 5 4 20 0 15 0 473022937 11107926016 328671 33554432000 4194304 4196468 140736065304752 140559125286064 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 23.76 s
Current children cumulated vsize: 10847584 KiB
Current children cumulated memory: 1314684 KiB

[startup+18.6022 s]
/proc/loadavg: 0.68 0.17 0.10 6/226 20136
/proc/meminfo: memFree=267604/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10844940 memory=1321792 CPUtime=24.37 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 107636 13534 0 3 2320 108 5 4 20 0 15 0 473022767 11105218560 330448 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2711235 330448 3637 1 0 2673293 0
[pid=20004/tid=20108] ppid=19995 vsize=10844940 memory=1548 CPUtime=10.14 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) R 19995 20004 19941 0 -1 4202560 40711 13534 0 3 964 41 5 4 20 0 15 0 473022923 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559574650256 140559602830742 0 4 0 16800975 0 0 0 -1 3 0 0 512 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10844940 memory=7552 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20110/stat : 20110 (java) S 19995 20004 19941 0 -1 1077944384 10202 13534 0 3 85 14 5 4 20 0 15 0 473022924 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559607061136 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20111] ppid=19995 vsize=10844940 memory=3608 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20111/stat : 20111 (java) S 19995 20004 19941 0 -1 1077944384 8992 13534 0 3 85 14 5 4 20 0 15 0 473022924 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559521880592 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20112] ppid=19995 vsize=10844940 memory=616 CPUtime=1.06 cores=1,3,5,7
/proc/20004/task/20112/stat : 20112 (java) S 19995 20004 19941 0 -1 1077944384 9268 13534 0 3 83 14 5 4 20 0 15 0 473022924 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559520827792 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20113] ppid=19995 vsize=10844940 memory=507700 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20113/stat : 20113 (java) S 19995 20004 19941 0 -1 1077944384 9601 13534 0 3 86 13 5 4 20 0 15 0 473022924 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559519774992 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20118] ppid=19995 vsize=10844940 memory=6944656592455097440 CPUtime=0.19 cores=1,3,5,7
/proc/20004/task/20118/stat : 20118 (java) S 19995 20004 19941 0 -1 1077944384 3488 13534 0 3 10 0 5 4 20 0 15 0 473022926 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559129496432 140559602829954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20119] ppid=19995 vsize=10844940 memory=-4866526891258710369 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20119/stat : 20119 (java) S 19995 20004 19941 0 -1 1077944384 15 13534 0 3 0 0 5 4 20 0 15 0 473022926 11105218560 330448 33554432000 4194304 4196468 140736065304752 140558509008480 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20121] ppid=19995 vsize=10844940 memory=-8990767739849514928 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20121/stat : 20121 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022926 11105218560 330448 33554432000 4194304 4196468 140736065304752 140558374790528 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20124] ppid=19995 vsize=10844940 memory=-7966001967256141664 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20124/stat : 20124 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11105218560 330448 33554432000 4194304 4196468 140736065304752 140558134499664 140559602837403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20125] ppid=19995 vsize=10844940 memory=7681905605394137875 CPUtime=4.16 cores=1,3,5,7
/proc/20004/task/20125/stat : 20125 (java) R 19995 20004 19941 0 -1 4202560 7399 13534 0 3 405 2 5 4 20 0 15 0 473022930 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559128443248 140559584345688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20126] ppid=19995 vsize=10844940 memory=8508281403248445325 CPUtime=4.55 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) R 19995 20004 19941 0 -1 4202560 10701 13534 0 3 443 3 5 4 20 0 15 0 473022930 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559127376472 140559584339659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10844940 memory=-8253362664378451622 CPUtime=1.64 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) R 19995 20004 19941 0 -1 1077944384 5026 13534 0 3 153 2 5 4 20 0 15 0 473022930 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559126337648 140559602829954 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10844940 memory=-8757415993616479323 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 15 0 473022930 11105218560 330448 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20134] ppid=19995 vsize=10844940 memory=383552 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20134/stat : 20134 (java) S 19995 20004 19941 0 -1 1077944384 21 13534 0 3 0 0 5 4 20 0 15 0 473022937 11105218560 330448 33554432000 4194304 4196468 140736065304752 140559125286064 140559602829954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 24.37 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1321792 KiB

[startup+18.7007 s]
/proc/loadavg: 0.68 0.17 0.10 6/226 20136
/proc/meminfo: memFree=267604/32770624 swapFree=66955172/67108860
[pid=20004] ppid=19995 vsize=10943248 memory=1322660 CPUtime=24.69 cores=1,3,5,7
/proc/20004/stat : 20004 (java) S 19995 20004 19941 0 -1 1077944320 107858 13534 0 3 2352 108 5 4 20 0 14 0 473022767 11205885952 330665 33554432000 4194304 4196468 140736065304752 140736065287296 140559602818807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
/proc/20004/statm: 2735812 330665 3639 1 0 2697870 0
[pid=20004/tid=20108] ppid=19995 vsize=10943248 memory=1146596 CPUtime=10.24 cores=1,3,5,7
/proc/20004/task/20108/stat : 20108 (java) S 19995 20004 19941 0 -1 1077944384 40754 13534 0 3 974 41 5 4 20 0 14 0 473022923 11205885952 330665 33554432000 4194304 4196468 140736065304752 140559574662288 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 512 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20110] ppid=19995 vsize=10943248 memory=1246716 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20110/stat : 20110 (java) S 19995 20004 19941 0 -1 1077944384 10202 13534 0 3 85 14 5 4 20 0 14 0 473022924 11205885952 330665 33554432000 4194304 4196468 140736065304752 140559607061136 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20111] ppid=19995 vsize=10943248 memory=1321080 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20111/stat : 20111 (java) S 19995 20004 19941 0 -1 1077944384 8992 13534 0 3 85 14 5 4 20 0 13 0 473022924 11205885952 330666 33554432000 4194304 4196468 140736065304752 140559521880592 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20112] ppid=19995 vsize=10943248 memory=1049196 CPUtime=1.06 cores=1,3,5,7
/proc/20004/task/20112/stat : 20112 (java) S 19995 20004 19941 0 -1 1077944384 9268 13534 0 3 83 14 5 4 20 0 13 0 473022924 11205885952 330666 33554432000 4194304 4196468 140736065304752 140559520827792 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20113] ppid=19995 vsize=10943248 memory=42788 CPUtime=1.08 cores=1,3,5,7
/proc/20004/task/20113/stat : 20113 (java) S 19995 20004 19941 0 -1 1077944384 9601 13534 0 3 86 13 5 4 20 0 13 0 473022924 11205885952 330633 33554432000 4194304 4196468 140736065304752 140559519774992 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20119] ppid=19995 vsize=10910476 memory=402664 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20119/stat : 20119 (java) S 19995 20004 19941 0 -1 1077944384 15 13534 0 3 0 0 5 4 20 0 12 0 473022926 11172327424 330649 33554432000 4194304 4196468 140736065304752 140558509008480 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20121] ppid=19995 vsize=10910476 memory=280527399640832 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20121/stat : 20121 (java) S 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 12 0 473022926 11172327424 330649 33554432000 4194304 4196468 140736065304752 140558374790528 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20124] ppid=19995 vsize=10910476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20124/stat : 20124 (java) S 19995 20004 19941 0 -1 1077944384 5 13534 0 3 0 0 5 4 20 0 12 0 473022930 11172327424 330649 33554432000 4194304 4196468 140736065304752 140558134499312 140559602829013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20125] ppid=19995 vsize=10910476 memory=0 CPUtime=4.26 cores=1,3,5,7
/proc/20004/task/20125/stat : 20125 (java) R 19995 20004 19941 0 -1 1077944384 7455 13534 0 3 415 2 5 4 20 0 12 0 473022930 11172327424 330669 33554432000 4194304 4196468 140736065304752 140559128435984 140559602829013 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20126] ppid=19995 vsize=10910476 memory=9 CPUtime=4.65 cores=1,3,5,7
/proc/20004/task/20126/stat : 20126 (java) R 19995 20004 19941 0 -1 1077944384 10758 13534 0 3 453 3 5 4 20 0 11 0 473022930 11172327424 330737 33554432000 4194304 4196468 140736065304752 140559127390448 140559602829954 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20127] ppid=19995 vsize=10910476 memory=0 CPUtime=1.67 cores=1,3,5,7
/proc/20004/task/20127/stat : 20127 (java) R 19995 20004 19941 0 -1 1077944384 5063 13534 0 3 156 2 5 4 20 0 11 0 473022930 11172327424 330737 33554432000 4194304 4196468 140736065304752 140559126337648 140559602829954 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
[pid=20004/tid=20128] ppid=19995 vsize=10910476 memory=3624 CPUtime=0.09 cores=1,3,5,7
/proc/20004/task/20128/stat : 20128 (java) R 19995 20004 19941 0 -1 1077944384 3 13534 0 3 0 0 5 4 20 0 11 0 473022930 11172327424 330737 33554432000 4194304 4196468 140736065304752 140558100941024 140559602829013 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140736065309283 140736065311925 140736065311925 140736065314767 0
Current children cumulated CPU time: 24.69 s
Current children cumulated vsize: 10943248 KiB
Current children cumulated memory: 1322660 KiB

Child status: 0
Real time (s): 18.7251
CPU time (s): 24.7375
CPU user time (s): 23.5818
CPU system time (s): 1.15574
CPU usage (%): 132.109
Max. virtual memory (cumulated for all children) (KiB): 10943248
Max. memory (cumulated for all children) (KiB): 1322660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5818
system time used= 1.15574
maximum resident set size= 1323528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121417
page faults= 3
swaps= 0
block input operations= 47072
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7743
involuntary context switches= 500


# summary of solver processes directly reported to runsolver:
#   pid: 20004
#   total CPU time (s): 24.7375
#   total CPU user time (s): 23.5818
#   total CPU system time (s): 1.15574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.155159 second user time and 0.200146 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 09:19:00
IDJOB=4402448
IDBENCH=119345
IDSOLVER=2861
FILE ID=node105/4402448-1568967638
RUNJOBID= node105-1568963940-19973
PBS_JOBID= 21704633
Free space on /var/tmp= 13176 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402448-1568967638/watcher-4402448-1568967638 -o /var/tmp/evaluation-result-4402448-1568967638/solver-4402448-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19973 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402448-1568967638.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=1159292332

node105.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.00
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.00
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.00
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.00
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:         1578296 kB
MemAvailable:   31809328 kB
Buffers:          127492 kB
Cached:         29990972 kB
SwapCached:        49608 kB
Active:         15061100 kB
Inactive:       15106904 kB
Active(anon):       3396 kB
Inactive(anon):    91452 kB
Active(file):   15057704 kB
Inactive(file): 15015452 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       66955172 kB
Dirty:             13036 kB
Writeback:             0 kB
AnonPages:        112372 kB
Mapped:            48052 kB
Shmem:             36524 kB
Slab:             615100 kB
SReclaimable:     586336 kB
SUnreclaim:        28764 kB
KernelStack:        3392 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501588 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13104 MiB
End job on node105 at 2019-09-20 09:19:28