Trace number 4280994

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
choco-solver 4.0.5 par (2017-08-18)SAT 128.505 16.7103

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-35.xml
MD5SUMa2d920503104dc914fda533712712f08
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.70538
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree16
Maximum variable degree26
Distribution of variable degrees[{"degree":16,"count":2},{"degree":17,"count":5},{"degree":18,"count":2},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":21,"count":9},{"degree":22,"count":4},{"degree":23,"count":9},{"degree":24,"count":2},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280994-1503124157.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280994-1503124157.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
2.96/0.94	c solve instance...
128.48/16.70	s SATISFIABLE
128.48/16.70	v <instantiation>
128.48/16.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
128.48/16.70	v 	<values>0 1 4 10 0 10 8 4 1 5 10 4 8 4 5 10 3 2 7 2 8 0 4 1 0 0 0 1 7 1 8 2 0 7 8 4 2 3 8 5 </values>
128.48/16.70	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13005 MiB free)
  memory of node 1: 16384 MiB (13426 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280994-1503124157/watcher-4280994-1503124157 -o /tmp/evaluation-result-4280994-1503124157/solver-4280994-1503124157 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503115583-12381 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 172633863 HOME/instance-4280994-1503124157.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

Starting watchdog thread
solver pid=16485, runsolver pid=16482

[startup+0.100064 s]*
/proc/loadavg: 3.74 6.30 7.56 2/200 16506
/proc/meminfo: memFree=27050308/32770624 swapFree=67108860/67108860
[pid=16485] ppid=16482 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16485/stat : 16485 (xcsp3-exec) S 16482 16485 12354 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 145503589 9740288 346 33554432000 4194304 5098028 140730921735280 140730921733384 140138795758204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32571392 140730921743461 140730921743671 140730921743671 140730921746411 0
/proc/16485/statm: 2378 346 289 221 0 87 0
[pid=16487] ppid=16485 vsize=25999808 memory=26572 CPUtime=0.12 cores=0-7
/proc/16487/stat : 16487 (java) S 16485 16485 12354 0 -1 1077944320 5502 0 0 0 11 1 0 0 20 0 20 0 145503590 26623803392 6643 33554432000 4194304 4196468 140732243784560 140732243767104 140672904199927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
/proc/16487/statm: 6499952 6643 2862 1 0 6488269 0
[pid=16487/tid=16488] ppid=16485 vsize=25999808 memory=7969852298701480095 CPUtime=0.08 cores=0-7
/proc/16487/task/16488/stat : 16488 (java) R 16485 16485 12354 0 -1 4202560 3500 0 0 0 8 0 0 0 20 0 20 0 145503590 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672908432256 140672904211862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16489] ppid=16485 vsize=25999808 memory=732370675771784165 CPUtime=0 cores=0-7
/proc/16487/task/16489/stat : 16489 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672462506256 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16490] ppid=16485 vsize=25999808 memory=140537434330752 CPUtime=0 cores=0-7
/proc/16487/task/16490/stat : 16490 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672461453712 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16491] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16491/stat : 16491 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672460401168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16492] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16492/stat : 16492 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672459348624 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16493] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16493/stat : 16493 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672458296080 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16494] ppid=16485 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16487/task/16494/stat : 16494 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672457243536 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16495] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16495/stat : 16495 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672456190992 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16496] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16496/stat : 16496 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672455138448 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16497] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16497/stat : 16497 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503592 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672031672304 140672904211074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16498] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16498/stat : 16498 (java) S 16485 16485 12354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145503593 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672030618528 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16499] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16499/stat : 16499 (java) S 16485 16485 12354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145503593 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672029565936 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16500] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16500/stat : 16500 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503595 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672028514512 140672904218523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16501] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16501/stat : 16501 (java) S 16485 16485 12354 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 145503595 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672027462128 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16502] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16502/stat : 16502 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503595 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672026409584 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16503] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16503/stat : 16503 (java) S 16485 16485 12354 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 145503595 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672025357040 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16504] ppid=16485 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16487/task/16504/stat : 16504 (java) R 16485 16485 12354 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 20 0 145503595 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672024304496 140672882327938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16505] ppid=16485 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16505/stat : 16505 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503595 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672023251168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16506] ppid=16485 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16487/task/16506/stat : 16506 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503596 26623803392 6643 33554432000 4194304 4196468 140732243784560 140672022198704 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27956 KiB

[startup+0.210265 s]*
/proc/loadavg: 3.74 6.30 7.56 2/200 16506
/proc/meminfo: memFree=27038440/32770624 swapFree=67108860/67108860
[pid=16485] ppid=16482 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16485/stat : 16485 (xcsp3-exec) S 16482 16485 12354 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 145503589 9740288 346 33554432000 4194304 5098028 140730921735280 140730921733384 140138795758204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32571392 140730921743461 140730921743671 140730921743671 140730921746411 0
/proc/16485/statm: 2378 346 289 221 0 87 0
[pid=16487] ppid=16485 vsize=26004064 memory=38920 CPUtime=0.33 cores=0-7
/proc/16487/stat : 16487 (java) S 16485 16485 12354 0 -1 1077944320 8326 0 0 0 31 2 0 0 20 0 20 0 145503590 26628161536 9730 33554432000 4194304 4196468 140732243784560 140732243767104 140672904199927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
/proc/16487/statm: 6501016 9730 3044 1 0 6488269 0
[pid=16487/tid=16488] ppid=16485 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/16487/task/16488/stat : 16488 (java) R 16485 16485 12354 0 -1 4202560 5413 0 0 0 18 1 0 0 20 0 20 0 145503590 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672908436768 140672896877941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16489] ppid=16485 vsize=26004064 memory=732370675771784165 CPUtime=0 cores=0-7
/proc/16487/task/16489/stat : 16489 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672462506256 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16490] ppid=16485 vsize=26004064 memory=140537434330752 CPUtime=0 cores=0-7
/proc/16487/task/16490/stat : 16490 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672461453712 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16491] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16491/stat : 16491 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672460401168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16492] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16492/stat : 16492 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672459348624 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16493] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16493/stat : 16493 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672458296080 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16494] ppid=16485 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16487/task/16494/stat : 16494 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672457243536 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16495] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16495/stat : 16495 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672456190992 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16496] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16496/stat : 16496 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672455138448 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16497] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16497/stat : 16497 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503592 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672031672304 140672904211074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16498] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16498/stat : 16498 (java) S 16485 16485 12354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145503593 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672030618528 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16499] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16499/stat : 16499 (java) S 16485 16485 12354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145503593 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672029565936 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16500] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16500/stat : 16500 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503595 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672028514512 140672904218523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16501] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16501/stat : 16501 (java) S 16485 16485 12354 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 145503595 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672027462128 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16502] ppid=16485 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16487/task/16502/stat : 16502 (java) S 16485 16485 12354 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 20 0 145503595 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672026409584 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16503] ppid=16485 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/16487/task/16503/stat : 16503 (java) S 16485 16485 12354 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 20 0 145503595 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672025357040 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16504] ppid=16485 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/16487/task/16504/stat : 16504 (java) S 16485 16485 12354 0 -1 1077944384 771 0 0 0 7 0 0 0 20 0 20 0 145503595 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672024304496 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16505] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16505/stat : 16505 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503595 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672023251168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16506] ppid=16485 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16487/task/16506/stat : 16506 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503596 26628161536 9730 33554432000 4194304 4196468 140732243784560 140672022198704 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40304 KiB

[startup+0.309489 s]*
/proc/loadavg: 3.74 6.30 7.56 3/200 16506
/proc/meminfo: memFree=27034492/32770624 swapFree=67108860/67108860
[pid=16485] ppid=16482 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16485/stat : 16485 (xcsp3-exec) S 16482 16485 12354 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 145503589 9740288 346 33554432000 4194304 5098028 140730921735280 140730921733384 140138795758204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32571392 140730921743461 140730921743671 140730921743671 140730921746411 0
/proc/16485/statm: 2378 346 289 221 0 87 0
[pid=16487] ppid=16485 vsize=26004064 memory=44356 CPUtime=0.5 cores=0-7
/proc/16487/stat : 16487 (java) S 16485 16485 12354 0 -1 1077944320 9308 0 0 0 47 3 0 0 20 0 20 0 145503590 26628161536 11089 33554432000 4194304 4196468 140732243784560 140732243767104 140672904199927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
/proc/16487/statm: 6501016 11089 3122 1 0 6488269 0
[pid=16487/tid=16488] ppid=16485 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16487/task/16488/stat : 16488 (java) R 16485 16485 12354 0 -1 4202560 6095 0 0 0 27 2 0 0 20 0 20 0 145503590 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672908439264 140672541679867 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16489] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16489/stat : 16489 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672462506256 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16490] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16490/stat : 16490 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672461453712 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16491] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16491/stat : 16491 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672460401168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16492] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16492/stat : 16492 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672459348624 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16493] ppid=16485 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16487/task/16493/stat : 16493 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672458296080 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16494] ppid=16485 vsize=26004064 memory=140537302709167 CPUtime=0 cores=0-7
/proc/16487/task/16494/stat : 16494 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672457243536 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16495] ppid=16485 vsize=26004064 memory=140537302711472 CPUtime=0 cores=0-7
/proc/16487/task/16495/stat : 16495 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672456190992 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16496] ppid=16485 vsize=26004064 memory=140537302713776 CPUtime=0 cores=0-7
/proc/16487/task/16496/stat : 16496 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672455138448 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16497] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16497/stat : 16497 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503592 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672031672304 140672904211074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16498] ppid=16485 vsize=26004064 memory=281074605434512 CPUtime=0 cores=0-7
/proc/16487/task/16498/stat : 16498 (java) S 16485 16485 12354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145503593 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672030618528 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16499] ppid=16485 vsize=26004064 memory=281074605441424 CPUtime=0 cores=0-7
/proc/16487/task/16499/stat : 16499 (java) S 16485 16485 12354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145503593 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672029565936 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16500] ppid=16485 vsize=26004064 memory=281074605382704 CPUtime=0 cores=0-7
/proc/16487/task/16500/stat : 16500 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503595 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672028514512 140672904218523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16501] ppid=16485 vsize=26004064 memory=281074605455248 CPUtime=0.01 cores=0-7
/proc/16487/task/16501/stat : 16501 (java) S 16485 16485 12354 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 145503595 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672027462128 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16502] ppid=16485 vsize=26004064 memory=281074605462160 CPUtime=0.02 cores=0-7
/proc/16487/task/16502/stat : 16502 (java) R 16485 16485 12354 0 -1 4202560 278 0 0 0 2 0 0 0 20 0 20 0 145503595 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672026400840 140672884900224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16503] ppid=16485 vsize=26004064 memory=281074605459856 CPUtime=0.03 cores=0-7
/proc/16487/task/16503/stat : 16503 (java) S 16485 16485 12354 0 -1 1077944384 365 0 0 0 3 0 0 0 20 0 20 0 145503595 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672025357040 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16504] ppid=16485 vsize=26004064 memory=281074605476016 CPUtime=0.12 cores=0-7
/proc/16487/task/16504/stat : 16504 (java) R 16485 16485 12354 0 -1 4202560 900 0 0 0 12 0 0 0 20 0 20 0 145503595 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672024300648 140672888280414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16505] ppid=16485 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16505/stat : 16505 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503595 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672023251168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16506] ppid=16485 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16487/task/16506/stat : 16506 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503596 26628161536 11089 33554432000 4194304 4196468 140732243784560 140672022198704 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45740 KiB

[startup+0.700914 s]
/proc/loadavg: 3.74 6.30 7.56 6/200 16506
/proc/meminfo: memFree=27003460/32770624 swapFree=67108860/67108860
[pid=16485] ppid=16482 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16485/stat : 16485 (xcsp3-exec) S 16482 16485 12354 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 145503589 9740288 346 33554432000 4194304 5098028 140730921735280 140730921733384 140138795758204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32571392 140730921743461 140730921743671 140730921743671 140730921746411 0
/proc/16485/statm: 2378 346 289 221 0 87 0
[pid=16487] ppid=16485 vsize=26006188 memory=117900 CPUtime=2.1 cores=0-7
/proc/16487/stat : 16487 (java) S 16485 16485 12354 0 -1 1077944320 14359 0 0 0 205 5 0 0 20 0 20 0 145503590 26630336512 29475 33554432000 4194304 4196468 140732243784560 140732243767104 140672904199927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
/proc/16487/statm: 6501547 29475 3203 1 0 6488781 0
[pid=16487/tid=16488] ppid=16485 vsize=26006188 memory=281074605770944 CPUtime=0.67 cores=0-7
/proc/16487/task/16488/stat : 16488 (java) R 16485 16485 12354 0 -1 4202560 6599 0 0 0 64 3 0 0 20 0 20 0 145503590 26630336512 29475 33554432000 4194304 4196468 140732243784560 140672908437408 140672545004804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16489] ppid=16485 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/16487/task/16489/stat : 16489 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26630336512 29475 33554432000 4194304 4196468 140732243784560 140672462506256 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16490] ppid=16485 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/16487/task/16490/stat : 16490 (java) S 16485 16485 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503591 26630336512 29475 33554432000 4194304 4196468 140732243784560 140672461453712 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16491] ppid=16485 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/16487/task/16491/stat : 16491 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503591 26630336512 29475 33554432000 4194304 4196468 140732243784560 140672460401168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0

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

[pid=16487/tid=16496] ppid=16485 vsize=26538700 memory=72986056985322 CPUtime=0.04 cores=0-7
/proc/16487/task/16496/stat : 16496 (java) S 16485 16485 12354 0 -1 1077944384 368 0 0 0 2 2 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672455138448 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16497] ppid=16485 vsize=26538700 memory=1384 CPUtime=0.01 cores=0-7
/proc/16487/task/16497/stat : 16497 (java) S 16485 16485 12354 0 -1 1077944384 646 0 0 0 1 0 0 0 20 0 28 0 145503592 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672031672304 140672904211074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16498] ppid=16485 vsize=26538700 memory=236960 CPUtime=0 cores=0-7
/proc/16487/task/16498/stat : 16498 (java) S 16485 16485 12354 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 145503593 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672030618592 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16499] ppid=16485 vsize=26538700 memory=2240 CPUtime=0 cores=0-7
/proc/16487/task/16499/stat : 16499 (java) S 16485 16485 12354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 145503593 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672029565952 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16500] ppid=16485 vsize=26538700 memory=4128 CPUtime=0 cores=0-7
/proc/16487/task/16500/stat : 16500 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672028514512 140672904218523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16501] ppid=16485 vsize=26538700 memory=1572 CPUtime=1.33 cores=0-7
/proc/16487/task/16501/stat : 16501 (java) S 16485 16485 12354 0 -1 1077944384 5109 0 0 0 133 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672027462128 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16502] ppid=16485 vsize=26538700 memory=932 CPUtime=1.12 cores=0-7
/proc/16487/task/16502/stat : 16502 (java) S 16485 16485 12354 0 -1 1077944384 2105 0 0 0 112 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672026409584 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16503] ppid=16485 vsize=26538700 memory=2200 CPUtime=1.29 cores=0-7
/proc/16487/task/16503/stat : 16503 (java) S 16485 16485 12354 0 -1 1077944384 3852 0 0 0 129 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672025357040 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16504] ppid=16485 vsize=26538700 memory=7792 CPUtime=0.59 cores=0-7
/proc/16487/task/16504/stat : 16504 (java) S 16485 16485 12354 0 -1 1077944384 3094 0 0 0 59 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672024304496 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16505] ppid=16485 vsize=26538700 memory=840 CPUtime=0 cores=0-7
/proc/16487/task/16505/stat : 16505 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672023251168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16506] ppid=16485 vsize=26538700 memory=1696 CPUtime=0 cores=0-7
/proc/16487/task/16506/stat : 16506 (java) S 16485 16485 12354 0 -1 1077944384 727 0 0 0 0 0 0 0 20 0 28 0 145503596 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672022198704 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16507] ppid=16485 vsize=26538700 memory=920 CPUtime=14.84 cores=0-7
/proc/16487/task/16507/stat : 16507 (java) R 16485 16485 12354 0 -1 4202560 242 0 0 0 1484 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672014187560 140672547398031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16508] ppid=16485 vsize=26538700 memory=4424 CPUtime=15.01 cores=0-7
/proc/16487/task/16508/stat : 16508 (java) R 16485 16485 12354 0 -1 4202560 150 0 0 0 1501 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672013135800 140672547946733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16509] ppid=16485 vsize=26538700 memory=4104 CPUtime=15.13 cores=0-7
/proc/16487/task/16509/stat : 16509 (java) R 16485 16485 12354 0 -1 4202560 1090 0 0 0 1512 1 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672012085232 140672542570816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16510] ppid=16485 vsize=26538700 memory=1152 CPUtime=15.01 cores=0-7
/proc/16487/task/16510/stat : 16510 (java) R 16485 16485 12354 0 -1 4202560 284 0 0 0 1501 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672011030704 140672547398490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16511] ppid=16485 vsize=26538700 memory=2976 CPUtime=15.15 cores=0-7
/proc/16487/task/16511/stat : 16511 (java) R 16485 16485 12354 0 -1 4202560 475 0 0 0 1515 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672009978904 140672547947313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16512] ppid=16485 vsize=26538700 memory=1384 CPUtime=15 cores=0-7
/proc/16487/task/16512/stat : 16512 (java) R 16485 16485 12354 0 -1 4202560 137 0 0 0 1500 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672008925848 140672547398576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16513] ppid=16485 vsize=26538700 memory=235960 CPUtime=15.15 cores=0-7
/proc/16487/task/16513/stat : 16513 (java) R 16485 16485 12354 0 -1 4202560 94 0 0 0 1515 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672007872040 140672547972403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16514] ppid=16485 vsize=26538700 memory=6791534058613427641 CPUtime=15.07 cores=0-7
/proc/16487/task/16514/stat : 16514 (java) R 16485 16485 12354 0 -1 4202560 544 0 0 0 1507 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672006820264 140672547722056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
Current children cumulated CPU time: 126.1 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238344 KiB

[startup+16.6018 s]
/proc/loadavg: 4.82 6.42 7.58 9/207 16514
/proc/meminfo: memFree=26841316/32770624 swapFree=67108860/67108860
[pid=16485] ppid=16482 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16485/stat : 16485 (xcsp3-exec) S 16482 16485 12354 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 145503589 9740288 346 33554432000 4194304 5098028 140730921735280 140730921733384 140138795758204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32571392 140730921743461 140730921743671 140730921743671 140730921746411 0
/proc/16485/statm: 2378 346 289 221 0 87 0
[pid=16487] ppid=16485 vsize=26538700 memory=236960 CPUtime=127.7 cores=0-7
/proc/16487/stat : 16487 (java) S 16485 16485 12354 0 -1 1077944320 29763 0 0 0 12743 27 0 0 20 0 28 0 145503590 27175628800 59240 33554432000 4194304 4196468 140732243784560 140732243767104 140672904199927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
/proc/16487/statm: 6634675 59240 3260 1 0 6621909 0
[pid=16487/tid=16488] ppid=16485 vsize=26538700 memory=1079 CPUtime=0.91 cores=0-7
/proc/16487/task/16488/stat : 16488 (java) S 16485 16485 12354 0 -1 1077944384 6793 0 0 0 87 4 0 0 20 0 28 0 145503590 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672908440704 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16489] ppid=16485 vsize=26538700 memory=1071 CPUtime=0.04 cores=0-7
/proc/16487/task/16489/stat : 16489 (java) S 16485 16485 12354 0 -1 1077944384 794 0 0 0 2 2 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672462506256 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16490] ppid=16485 vsize=26538700 memory=1079 CPUtime=0.04 cores=0-7
/proc/16487/task/16490/stat : 16490 (java) S 16485 16485 12354 0 -1 1077944384 358 0 0 0 2 2 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672461453712 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16491] ppid=16485 vsize=26538700 memory=1070 CPUtime=0.04 cores=0-7
/proc/16487/task/16491/stat : 16491 (java) S 16485 16485 12354 0 -1 1077944384 890 0 0 0 2 2 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672460401168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16492] ppid=16485 vsize=26538700 memory=0 CPUtime=0.02 cores=0-7
/proc/16487/task/16492/stat : 16492 (java) S 16485 16485 12354 0 -1 1077944384 136 0 0 0 1 1 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672459348624 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16493] ppid=16485 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/16487/task/16493/stat : 16493 (java) S 16485 16485 12354 0 -1 1077944384 150 0 0 0 2 1 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672458296080 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16494] ppid=16485 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/16487/task/16494/stat : 16494 (java) S 16485 16485 12354 0 -1 1077944384 139 0 0 0 2 1 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672457243536 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16495] ppid=16485 vsize=26538700 memory=133 CPUtime=0.03 cores=0-7
/proc/16487/task/16495/stat : 16495 (java) S 16485 16485 12354 0 -1 1077944384 248 0 0 0 2 1 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672456190992 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16496] ppid=16485 vsize=26538700 memory=112 CPUtime=0.04 cores=0-7
/proc/16487/task/16496/stat : 16496 (java) S 16485 16485 12354 0 -1 1077944384 368 0 0 0 2 2 0 0 20 0 28 0 145503591 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672455138448 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16497] ppid=16485 vsize=26538700 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/16487/task/16497/stat : 16497 (java) S 16485 16485 12354 0 -1 1077944384 646 0 0 0 1 0 0 0 20 0 28 0 145503592 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672031672304 140672904211074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16498] ppid=16485 vsize=26538700 memory=59 CPUtime=0 cores=0-7
/proc/16487/task/16498/stat : 16498 (java) S 16485 16485 12354 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 145503593 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672030618592 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16499] ppid=16485 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16499/stat : 16499 (java) S 16485 16485 12354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 145503593 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672029565952 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16500] ppid=16485 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16500/stat : 16500 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672028514512 140672904218523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16501] ppid=16485 vsize=26538700 memory=1165 CPUtime=1.33 cores=0-7
/proc/16487/task/16501/stat : 16501 (java) S 16485 16485 12354 0 -1 1077944384 5109 0 0 0 133 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672027462128 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16502] ppid=16485 vsize=26538700 memory=1182 CPUtime=1.12 cores=0-7
/proc/16487/task/16502/stat : 16502 (java) S 16485 16485 12354 0 -1 1077944384 2105 0 0 0 112 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672026409584 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16503] ppid=16485 vsize=26538700 memory=1194 CPUtime=1.29 cores=0-7
/proc/16487/task/16503/stat : 16503 (java) S 16485 16485 12354 0 -1 1077944384 3852 0 0 0 129 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672025357040 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16504] ppid=16485 vsize=26538700 memory=1182 CPUtime=0.59 cores=0-7
/proc/16487/task/16504/stat : 16504 (java) S 16485 16485 12354 0 -1 1077944384 3094 0 0 0 59 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672024304496 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16505] ppid=16485 vsize=26538700 memory=1197 CPUtime=0 cores=0-7
/proc/16487/task/16505/stat : 16505 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145503595 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672023251168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16506] ppid=16485 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16487/task/16506/stat : 16506 (java) S 16485 16485 12354 0 -1 1077944384 727 0 0 0 0 0 0 0 20 0 28 0 145503596 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672022198704 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16507] ppid=16485 vsize=26538700 memory=4638778398332698720 CPUtime=15.04 cores=0-7
/proc/16487/task/16507/stat : 16507 (java) R 16485 16485 12354 0 -1 4202560 242 0 0 0 1504 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672014187560 140672547776849 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16508] ppid=16485 vsize=26538700 memory=281074607032208 CPUtime=15.21 cores=0-7
/proc/16487/task/16508/stat : 16508 (java) R 16485 16485 12354 0 -1 4202560 150 0 0 0 1521 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672013135800 140672547982098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16509] ppid=16485 vsize=26538700 memory=965 CPUtime=15.33 cores=0-7
/proc/16487/task/16509/stat : 16509 (java) R 16485 16485 12354 0 -1 4202560 1091 0 0 0 1532 1 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672012085232 140672547397989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16510] ppid=16485 vsize=26538700 memory=957 CPUtime=15.21 cores=0-7
/proc/16487/task/16510/stat : 16510 (java) R 16485 16485 12354 0 -1 4202560 285 0 0 0 1521 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672011030704 140672885606202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16511] ppid=16485 vsize=26538700 memory=6944656592455097440 CPUtime=15.35 cores=0-7
/proc/16487/task/16511/stat : 16511 (java) R 16485 16485 12354 0 -1 4202560 477 0 0 0 1535 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672009978904 140672548002784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16512] ppid=16485 vsize=26538700 memory=0 CPUtime=15.2 cores=0-7
/proc/16487/task/16512/stat : 16512 (java) R 16485 16485 12354 0 -1 4202560 137 0 0 0 1520 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672008925848 140672547947025 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16513] ppid=16485 vsize=26538700 memory=968 CPUtime=15.35 cores=0-7
/proc/16487/task/16513/stat : 16513 (java) R 16485 16485 12354 0 -1 4202560 94 0 0 0 1535 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672007872040 140672547398650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16514] ppid=16485 vsize=26538700 memory=959 CPUtime=15.27 cores=0-7
/proc/16487/task/16514/stat : 16514 (java) R 16485 16485 12354 0 -1 4202560 546 0 0 0 1527 0 0 0 20 0 28 0 145503685 27175628800 59240 33554432000 4194304 4196468 140732243784560 140672006820264 140672547398372 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
Current children cumulated CPU time: 127.7 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238344 KiB

[startup+16.701 s]
/proc/loadavg: 4.82 6.42 7.58 9/207 16514
/proc/meminfo: memFree=26841316/32770624 swapFree=67108860/67108860
[pid=16485] ppid=16482 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16485/stat : 16485 (xcsp3-exec) S 16482 16485 12354 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 145503589 9740288 346 33554432000 4194304 5098028 140730921735280 140730921733384 140138795758204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32571392 140730921743461 140730921743671 140730921743671 140730921746411 0
/proc/16485/statm: 2378 346 289 221 0 87 0
[pid=16487] ppid=16485 vsize=26538700 memory=236612 CPUtime=128.48 cores=0-7
/proc/16487/stat : 16487 (java) S 16485 16485 12354 0 -1 1077944320 30916 0 0 0 12821 27 0 0 20 0 20 0 145503590 27175628800 59153 33554432000 4194304 4196468 140732243784560 140732243767104 140672904199927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
/proc/16487/statm: 6634675 59153 3262 1 0 6621909 0
[pid=16487/tid=16488] ppid=16485 vsize=26538700 memory=236960 CPUtime=0.91 cores=0-7
/proc/16487/task/16488/stat : 16488 (java) R 16485 16485 12354 0 -1 4202560 6992 0 0 0 87 4 0 0 20 0 20 0 145503590 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672908439336 140672541621565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16489] ppid=16485 vsize=26538700 memory=6944656592455360604 CPUtime=0.04 cores=0-7
/proc/16487/task/16489/stat : 16489 (java) S 16485 16485 12354 0 -1 1077944384 794 0 0 0 2 2 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672462506256 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16490] ppid=16485 vsize=26538700 memory=1792 CPUtime=0.04 cores=0-7
/proc/16487/task/16490/stat : 16490 (java) S 16485 16485 12354 0 -1 1077944384 358 0 0 0 2 2 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672461453712 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16491] ppid=16485 vsize=26538700 memory=636 CPUtime=0.04 cores=0-7
/proc/16487/task/16491/stat : 16491 (java) S 16485 16485 12354 0 -1 1077944384 890 0 0 0 2 2 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672460401168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16492] ppid=16485 vsize=26538700 memory=956 CPUtime=0.02 cores=0-7
/proc/16487/task/16492/stat : 16492 (java) S 16485 16485 12354 0 -1 1077944384 136 0 0 0 1 1 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672459348624 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16493] ppid=16485 vsize=26538700 memory=1152 CPUtime=0.03 cores=0-7
/proc/16487/task/16493/stat : 16493 (java) S 16485 16485 12354 0 -1 1077944384 150 0 0 0 2 1 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672458296080 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16494] ppid=16485 vsize=26538700 memory=2972 CPUtime=0.03 cores=0-7
/proc/16487/task/16494/stat : 16494 (java) S 16485 16485 12354 0 -1 1077944384 139 0 0 0 2 1 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672457243536 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16495] ppid=16485 vsize=26538700 memory=1384 CPUtime=0.03 cores=0-7
/proc/16487/task/16495/stat : 16495 (java) S 16485 16485 12354 0 -1 1077944384 248 0 0 0 2 1 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672456190992 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16496] ppid=16485 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/16487/task/16496/stat : 16496 (java) S 16485 16485 12354 0 -1 1077944384 368 0 0 0 2 2 0 0 20 0 20 0 145503591 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672455138448 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16497] ppid=16485 vsize=26538700 memory=10377 CPUtime=0.01 cores=0-7
/proc/16487/task/16497/stat : 16497 (java) S 16485 16485 12354 0 -1 1077944384 646 0 0 0 1 0 0 0 20 0 20 0 145503592 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672031672304 140672904211074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16498] ppid=16485 vsize=26538700 memory=91 CPUtime=0 cores=0-7
/proc/16487/task/16498/stat : 16498 (java) S 16485 16485 12354 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 145503593 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672030618592 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16499] ppid=16485 vsize=26538700 memory=2 CPUtime=0 cores=0-7
/proc/16487/task/16499/stat : 16499 (java) S 16485 16485 12354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 145503593 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672029565952 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16500] ppid=16485 vsize=26538700 memory=303430223234596890 CPUtime=0 cores=0-7
/proc/16487/task/16500/stat : 16500 (java) S 16485 16485 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503595 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672028514512 140672904218523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16501] ppid=16485 vsize=26538700 memory=303430266251378998 CPUtime=1.33 cores=0-7
/proc/16487/task/16501/stat : 16501 (java) R 16485 16485 12354 0 -1 4202560 5203 0 0 0 133 0 0 0 20 0 20 0 145503595 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672027455032 140672889875071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16502] ppid=16485 vsize=26538700 memory=15260333174426010 CPUtime=1.12 cores=0-7
/proc/16487/task/16502/stat : 16502 (java) S 16485 16485 12354 0 -1 1077944384 2182 0 0 0 112 0 0 0 20 0 20 0 145503595 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672026409584 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16503] ppid=16485 vsize=26538700 memory=72986056985322 CPUtime=1.29 cores=0-7
/proc/16487/task/16503/stat : 16503 (java) S 16485 16485 12354 0 -1 1077944384 3949 0 0 0 129 0 0 0 20 0 20 0 145503595 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672025357040 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16504] ppid=16485 vsize=26538700 memory=6791534058613427641 CPUtime=0.6 cores=0-7
/proc/16487/task/16504/stat : 16504 (java) R 16485 16485 12354 0 -1 4202560 3410 0 0 0 59 1 0 0 20 0 20 0 145503595 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672024304272 140672883141506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16505] ppid=16485 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/16487/task/16505/stat : 16505 (java) S 16485 16485 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503595 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672023251168 140672904210133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
[pid=16487/tid=16506] ppid=16485 vsize=26538700 memory=223436 CPUtime=0 cores=0-7
/proc/16487/task/16506/stat : 16506 (java) S 16485 16485 12354 0 -1 1077944384 727 0 0 0 0 0 0 0 20 0 20 0 145503596 27175628800 59153 33554432000 4194304 4196468 140732243784560 140672022198704 140672904211074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 26550272 140732243793042 140732243793219 140732243793219 140732243795919 0
Current children cumulated CPU time: 128.48 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 237996 KiB

Child status: 0
Real time (s): 16.7103
CPU time (s): 128.505
CPU user time (s): 128.217
CPU system time (s): 0.288096
CPU usage (%): 769.019
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 238368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.217
system time used= 0.288096
maximum resident set size= 250300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31981
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3760
involuntary context switches= 1650


# summary of solver processes directly reported to runsolver:
#   pid: 16485
#   total CPU time (s): 128.505
#   total CPU user time (s): 128.217
#   total CPU system time (s): 0.288096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.168977 second user time and 0.206374 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-19 08:14:57
IDJOB=4280994
IDBENCH=121919
IDSOLVER=2675
FILE ID=node107/4280994-1503124157
RUNJOBID= node107-1503115583-12381
PBS_JOBID= 20630762
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-35.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280994-1503124157/watcher-4280994-1503124157 -o /tmp/evaluation-result-4280994-1503124157/solver-4280994-1503124157 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503115583-12381 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 172633863 HOME/instance-4280994-1503124157.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a2d920503104dc914fda533712712f08
RANDOM SEED=172633863

node107.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.84
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.84
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.84
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.84
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:        27066180 kB
MemAvailable:   31975432 kB
Buffers:          261488 kB
Cached:          4941648 kB
SwapCached:            0 kB
Active:           824508 kB
Inactive:        4431692 kB
Active(anon):      56000 kB
Inactive(anon):    33136 kB
Active(file):     768508 kB
Inactive(file):  4398556 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7844 kB
Writeback:             4 kB
AnonPages:         54684 kB
Mapped:            50512 kB
Shmem:             33420 kB
Slab:             142560 kB
SReclaimable:     116048 kB
SUnreclaim:        26512 kB
KernelStack:        3328 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61860 MiB
End job on node107 at 2017-08-19 08:15:14