Trace number 4293270

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2522.07 2507.13

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay200_c18.xml
MD5SUMef8d95b3b89bfc5ccba73a2d09f74d17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1433796
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":190},{"degree":3,"count":378},{"degree":4,"count":330},{"degree":5,"count":258},{"degree":6,"count":209},{"degree":7,"count":129},{"degree":8,"count":125},{"degree":9,"count":75},{"degree":10,"count":68},{"degree":11,"count":60},{"degree":12,"count":43},{"degree":13,"count":29},{"degree":14,"count":28},{"degree":15,"count":14},{"degree":16,"count":7},{"degree":17,"count":8},{"degree":18,"count":9},{"degree":19,"count":8},{"degree":20,"count":14},{"degree":21,"count":8},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":30,"count":1}]
Minimum constraint arity36
Maximum constraint arity75
Distribution of constraint arities[{"arity":36,"count":2},{"arity":37,"count":5},{"arity":38,"count":4},{"arity":39,"count":4},{"arity":40,"count":2},{"arity":41,"count":4},{"arity":42,"count":7},{"arity":43,"count":7},{"arity":44,"count":7},{"arity":45,"count":8},{"arity":46,"count":7},{"arity":47,"count":9},{"arity":48,"count":10},{"arity":49,"count":9},{"arity":50,"count":20},{"arity":51,"count":16},{"arity":52,"count":7},{"arity":53,"count":13},{"arity":54,"count":9},{"arity":55,"count":10},{"arity":56,"count":6},{"arity":57,"count":6},{"arity":58,"count":6},{"arity":59,"count":4},{"arity":60,"count":5},{"arity":61,"count":2},{"arity":62,"count":2},{"arity":63,"count":1},{"arity":64,"count":1},{"arity":65,"count":1},{"arity":67,"count":2},{"arity":68,"count":3},{"arity":75,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":200}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.97/0.74	c Concrete v3.8.1528841891564 running

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293270-1532311136/watcher-4293270-1532311136 -o /tmp/evaluation-result-4293270-1532311136/solver-4293270-1532311136 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=428837050 -superng HOME/instance-4293270-1532311136.xml 

running on 4 cores: 0,2,4,6

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

solver pid=12731, runsolver pid=12728

[startup+0.100095 s]*
/proc/loadavg: 1.15 1.29 1.36 3/206 12788
/proc/meminfo: memFree=16703160/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=9972712 memory=20900 CPUtime=0.08 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 4377 13233 0 0 1 0 5 2 20 0 6 0 48676452 10212057088 5225 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2493178 5225 1934 1 0 2481616 0
[pid=12731/tid=12784] ppid=12728 vsize=9972712 memory=4351193297950770823 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 2191 13233 0 0 1 0 5 2 20 0 6 0 48676461 10212057088 5225 33554432000 4194304 4196468 140732971618496 139859423396432 139859437242197 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 6 0 48676462 10212057088 5225 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=9972712 memory=139711846995584 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 6 0 48676462 10212057088 5225 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 6 0 48676462 10212057088 5225 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 6 0 48676462 10212057088 5225 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 20900 KiB

[startup+0.209736 s]*
/proc/loadavg: 1.15 1.29 1.36 3/215 12797
/proc/meminfo: memFree=16683952/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=10818936 memory=46240 CPUtime=0.25 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 8908 13233 0 0 16 2 5 2 20 0 15 0 48676452 11078590464 11560 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2704734 11560 2968 1 0 2667157 0
[pid=12731/tid=12784] ppid=12728 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 5853 13233 0 0 10 1 5 2 20 0 15 0 48676461 11078590464 11877 33554432000 4194304 4196468 140732971618496 139859423384480 139859444239389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=10818936 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11078590464 11877 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=10818936 memory=288370087998707328 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11078590464 11877 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11078590464 11877 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 48676462 11078590464 11877 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=10818936 memory=139711846995584 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 48676463 11078590464 11877 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 13 13233 0 0 0 0 5 2 20 0 15 0 48676464 11078590464 11877 33554432000 4194304 4196468 140732971618496 139858899100576 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676464 11078590464 11877 33554432000 4194304 4196468 140732971618496 139858295120880 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11078590464 11877 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 495 13233 0 0 1 0 5 2 20 0 15 0 48676467 11078590464 11877 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 88 13233 0 0 1 0 5 2 20 0 15 0 48676467 11078590464 11877 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=10818936 memory=139711846995584 CPUtime=0.1 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) S 12728 12731 9800 0 -1 1077944384 553 13233 0 0 3 0 5 2 20 0 15 0 48676467 11078590464 11877 33554432000 4194304 4196468 140732971618496 139858975087344 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11078590464 11877 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=10818904 memory=139711846995584 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676467 11078557696 11877 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 46240 KiB

[startup+0.310261 s]*
/proc/loadavg: 1.15 1.29 1.36 3/215 12797
/proc/meminfo: memFree=16671176/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=10819352 memory=55384 CPUtime=0.38 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 10408 13233 0 0 28 3 5 2 20 0 15 0 48676452 11079016448 13846 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2704838 13846 3087 1 0 2667149 0
[pid=12731/tid=12784] ppid=12728 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 7046 13233 0 0 19 2 5 2 20 0 15 0 48676461 11079016448 13846 33554432000 4194304 4196468 140732971618496 139859423371680 139859444656515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 13846 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 13846 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 13846 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 13846 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 48676463 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 13 13233 0 0 0 0 5 2 20 0 15 0 48676464 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858899100576 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676464 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858295120880 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11079016448 13846 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 496 13233 0 0 1 0 5 2 20 0 15 0 48676467 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 88 13233 0 0 1 0 5 2 20 0 15 0 48676467 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=10819352 memory=139711846995584 CPUtime=0.12 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) R 12728 12731 9800 0 -1 4202560 564 13233 0 0 5 0 5 2 20 0 15 0 48676467 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858975087344 139859451571606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11079016448 13846 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=10819352 memory=139711846995584 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676467 11079016448 13846 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55384 KiB

[startup+0.700757 s]
/proc/loadavg: 1.15 1.29 1.36 3/215 12797
/proc/meminfo: memFree=16660136/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=10819352 memory=88172 CPUtime=0.97 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 16715 13233 0 0 86 4 5 2 20 0 15 0 48676452 11079016448 22043 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2704838 22043 3237 1 0 2667149 0
[pid=12731/tid=12784] ppid=12728 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 12286 13233 0 0 56 3 5 2 20 0 15 0 48676461 11079016448 22043 33554432000 4194304 4196468 140732971618496 139859423380496 139859436926424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 22043 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 22043 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=10819352 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 22043 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 2 13233 0 0 0 0 5 2 20 0 15 0 48676462 11079016448 22043 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 6 13233 0 0 0 0 5 2 20 0 15 0 48676463 11079016448 22043 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 13 13233 0 0 0 0 5 2 20 0 15 0 48676464 11079016448 22043 33554432000 4194304 4196468 140732971618496 139858899100576 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=10819352 memory=139711729513232 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676464 11079016448 22043 33554432000 4194304 4196468 140732971618496 139858295120880 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=10819352 memory=139715286139473 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11079016448 22043 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=10819352 memory=14004 CPUtime=0.14 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 884 13233 0 0 7 0 5 2 20 0 15 0 48676467 11079016448 22043 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=10819352 memory=4639098309541127269 CPUtime=0.16 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 669 13233 0 0 9 0 5 2 20 0 15 0 48676467 11079016448 22043 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=10819352 memory=7813023418146120529 CPUtime=0.19 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) R 12728 12731 9800 0 -1 4202560 654 13233 0 0 12 0 5 2 20 0 15 0 48676467 11079016448 22043 33554432000 4194304 4196468 140732971618496 139858975087344 139859435640158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=10819352 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11079016448 22107 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676467 11079016448 22107 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88172 KiB

[startup+1.50074 s]
/proc/loadavg: 1.15 1.29 1.36 3/215 12797
/proc/meminfo: memFree=16615044/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=10834252 memory=196860 CPUtime=2.85 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 25181 13233 0 0 268 10 5 2 20 0 15 0 48676452 11094274048 49215 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2708563 49215 3483 1 0 2670221 0
[pid=12731/tid=12784] ppid=12728 vsize=10834252 memory=12848 CPUtime=1.42 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 17226 13233 0 0 129 6 5 2 20 0 15 0 48676461 11094274048 49215 33554432000 4194304 4196468 140732971618496 139859423376992 139859435640158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 88 13233 0 0 1 0 5 2 20 0 15 0 48676462 11094274048 49215 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=10834252 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 131 13233 0 0 1 0 5 2 20 0 15 0 48676462 11094274048 49215 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=10834252 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 17 13233 0 0 1 0 5 2 20 0 15 0 48676462 11094274048 49215 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=10834252 memory=88172 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 31 13233 0 0 1 0 5 2 20 0 15 0 48676462 11094274048 49215 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 63 13233 0 0 1 0 5 2 20 0 15 0 48676463 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 13 13233 0 0 0 0 5 2 20 0 15 0 48676464 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858899100576 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676464 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858295120880 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11094274048 49215 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=10834252 memory=6935649255759568960 CPUtime=0.55 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 2518 13233 0 0 48 0 5 2 20 0 15 0 48676467 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=10834252 memory=279423459302272 CPUtime=0.51 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 1416 13233 0 0 44 0 5 2 20 0 15 0 48676467 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=10834252 memory=6944656592452938395 CPUtime=0.44 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) S 12728 12731 9800 0 -1 1077944384 1480 13233 0 0 37 0 5 2 20 0 15 0 48676467 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858975087344 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=10834252 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 15 0 48676467 11094274048 49215 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=10834252 memory=4206468019014099040 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 1 13233 0 0 0 0 5 2 20 0 15 0 48676467 11094274048 49215 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10834252 KiB

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

[pid=12731/tid=12785] ppid=12728 vsize=11041128 memory=1004 CPUtime=2.77 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 2599 13233 0 0 254 16 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=11041128 memory=1952 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 6796 13233 0 0 255 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=11041128 memory=6791534058613427641 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 4585 13233 0 0 253 19 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=11041128 memory=2408 CPUtime=2.78 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 3667 13233 0 0 254 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=11041128 memory=1724 CPUtime=0.42 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 6494 13233 0 0 32 3 5 2 20 0 17 0 48676463 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=11041128 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 17 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858899100640 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=11041128 memory=18460 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 8 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858295120896 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=11041128 memory=10704 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 313 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=11041128 memory=1788 CPUtime=2.21 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 15583 13233 0 0 213 1 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=11041128 memory=644 CPUtime=2.15 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 17989 13233 0 0 206 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=11041128 memory=952 CPUtime=1.41 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) S 12728 12731 9800 0 -1 1077944384 9273 13233 0 0 132 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858975087344 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=11041128 memory=1079080 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=11041128 memory=2340 CPUtime=1.48 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 2469 13233 0 0 68 73 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13157] ppid=12728 vsize=11041128 memory=1576 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13157/stat : 13157 (java) S 12728 12731 9800 0 -1 1077944384 334 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857556922480 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13158] ppid=12728 vsize=11041128 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13158/stat : 13158 (java) S 12728 12731 9800 0 -1 1077944384 119 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857355597024 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 2521.32 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1083300 KiB

[startup+2506.8 s]
/proc/loadavg: 1.78 1.86 2.04 3/217 13158
/proc/meminfo: memFree=15244544/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=11041128 memory=1083300 CPUtime=2521.72 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 144549 13233 0 0 252013 152 5 2 20 0 17 0 48676452 11306115072 270825 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2760282 270825 3519 1 0 2721935 0
[pid=12731/tid=12784] ppid=12728 vsize=11041128 memory=1774616 CPUtime=2503.43 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 72108 13233 0 0 250319 17 5 2 20 0 17 0 48676461 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859423391864 139859063840800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=11041128 memory=6791534058613427641 CPUtime=2.77 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 2599 13233 0 0 254 16 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=11041128 memory=4872558044660077418 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 6796 13233 0 0 255 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=11041128 memory=1079080 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 4585 13233 0 0 253 19 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=11041128 memory=6791534058613427641 CPUtime=2.78 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 3667 13233 0 0 254 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=11041128 memory=15872 CPUtime=0.42 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 6494 13233 0 0 32 3 5 2 20 0 17 0 48676463 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=11041128 memory=1079080 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 17 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858899100640 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=11041128 memory=18460 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 8 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858295120896 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=11041128 memory=1083300 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 313 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=11041128 memory=1788 CPUtime=2.21 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 15583 13233 0 0 213 1 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=11041128 memory=644 CPUtime=2.15 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 17989 13233 0 0 206 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=11041128 memory=1083300 CPUtime=1.41 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) S 12728 12731 9800 0 -1 1077944384 9273 13233 0 0 132 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858975087344 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=11041128 memory=303430223234596890 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=11041128 memory=288230583166042425 CPUtime=1.48 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 2469 13233 0 0 68 73 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13157] ppid=12728 vsize=11041128 memory=13846365516073407 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13157/stat : 13157 (java) S 12728 12731 9800 0 -1 1077944384 334 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857556922480 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13158] ppid=12728 vsize=11041128 memory=-7023579799431922829 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13158/stat : 13158 (java) S 12728 12731 9800 0 -1 1077944384 119 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857355597024 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 2521.72 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1083300 KiB

[startup+2507 s]*
/proc/loadavg: 1.78 1.86 2.04 3/217 13158
/proc/meminfo: memFree=15244544/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=11041128 memory=1083300 CPUtime=2521.93 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 144549 13233 0 0 252034 152 5 2 20 0 17 0 48676452 11306115072 270825 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2760282 270825 3519 1 0 2721935 0
[pid=12731/tid=12784] ppid=12728 vsize=11041128 memory=4026531863 CPUtime=2503.64 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 72108 13233 0 0 250340 17 5 2 20 0 17 0 48676461 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859423391864 139859063840880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=11041128 memory=12595 CPUtime=2.77 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 2599 13233 0 0 254 16 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=11041128 memory=139711847264092 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 6796 13233 0 0 255 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=11041128 memory=0 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 4585 13233 0 0 253 19 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=11041128 memory=4830786127360503855 CPUtime=2.78 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 3667 13233 0 0 254 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=11041128 memory=3472468008074674864 CPUtime=0.42 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 6494 13233 0 0 32 3 5 2 20 0 17 0 48676463 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=11041128 memory=8751164178631584878 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 17 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858899100640 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=11041128 memory=4194038941210640394 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 8 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858295120896 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=11041128 memory=40804 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 313 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=11041128 memory=0 CPUtime=2.21 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 15583 13233 0 0 213 1 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=11041128 memory=139711730566031 CPUtime=2.15 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 17989 13233 0 0 206 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=11041128 memory=139711846995584 CPUtime=1.41 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) S 12728 12731 9800 0 -1 1077944384 9273 13233 0 0 132 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858975087344 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=11041128 memory=54919746826737 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=11041128 memory=139711846995584 CPUtime=1.48 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 2469 13233 0 0 68 73 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13157] ppid=12728 vsize=11041128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13157/stat : 13157 (java) S 12728 12731 9800 0 -1 1077944384 334 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857556922480 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13158] ppid=12728 vsize=11041128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13158/stat : 13158 (java) S 12728 12731 9800 0 -1 1077944384 119 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857355597024 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 2521.93 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1083300 KiB

[startup+2507.11 s]
/proc/loadavg: 1.78 1.86 2.04 3/217 13158
/proc/meminfo: memFree=15244544/32770624 swapFree=67108860/67108860
[pid=12731] ppid=12728 vsize=11041128 memory=1083300 CPUtime=2522.03 cores=0,2,4,6
/proc/12731/stat : 12731 (java) S 12728 12731 9800 0 -1 1077944320 144549 13233 0 0 252044 152 5 2 20 0 17 0 48676452 11306115072 270825 33554432000 4194304 4196468 140732971618496 140732971601040 139859451559671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
/proc/12731/statm: 2760282 270825 3519 1 0 2721935 0
[pid=12731/tid=12784] ppid=12728 vsize=11041128 memory=1079080 CPUtime=2503.74 cores=0,2,4,6
/proc/12731/task/12784/stat : 12784 (java) R 12728 12731 9800 0 -1 4202560 72108 13233 0 0 250350 17 5 2 20 0 17 0 48676461 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859423391864 139859063840884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12785] ppid=12728 vsize=11041128 memory=1079080 CPUtime=2.77 cores=0,2,4,6
/proc/12731/task/12785/stat : 12785 (java) S 12728 12731 9800 0 -1 1077944384 2599 13233 0 0 254 16 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859455802128 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12786] ppid=12728 vsize=11041128 memory=1079080 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12786/stat : 12786 (java) S 12728 12731 9800 0 -1 1077944384 6796 13233 0 0 255 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859370621840 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12787] ppid=12728 vsize=11041128 memory=1079080 CPUtime=2.79 cores=0,2,4,6
/proc/12731/task/12787/stat : 12787 (java) S 12728 12731 9800 0 -1 1077944384 4585 13233 0 0 253 19 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859023551504 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12788] ppid=12728 vsize=11041128 memory=1079080 CPUtime=2.78 cores=0,2,4,6
/proc/12731/task/12788/stat : 12788 (java) S 12728 12731 9800 0 -1 1077944384 3667 13233 0 0 254 17 5 2 20 0 17 0 48676462 11306115072 270825 33554432000 4194304 4196468 140732971618496 139859022498960 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12789] ppid=12728 vsize=11041128 memory=1083300 CPUtime=0.42 cores=0,2,4,6
/proc/12731/task/12789/stat : 12789 (java) S 12728 12731 9800 0 -1 1077944384 6494 13233 0 0 32 3 5 2 20 0 17 0 48676463 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858978244592 139859451570818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12790] ppid=12728 vsize=11041128 memory=1079080 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12790/stat : 12790 (java) S 12728 12731 9800 0 -1 1077944384 17 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858899100640 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12791] ppid=12728 vsize=11041128 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12791/stat : 12791 (java) S 12728 12731 9800 0 -1 1077944384 8 13233 0 0 0 0 5 2 20 0 17 0 48676464 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858295120896 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12792] ppid=12728 vsize=11041128 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12792/stat : 12792 (java) S 12728 12731 9800 0 -1 1077944384 313 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857987721424 139859451578267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12793] ppid=12728 vsize=11041128 memory=2240 CPUtime=2.21 cores=0,2,4,6
/proc/12731/task/12793/stat : 12793 (java) S 12728 12731 9800 0 -1 1077944384 15583 13233 0 0 213 1 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858977192432 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12794] ppid=12728 vsize=11041128 memory=4140 CPUtime=2.15 cores=0,2,4,6
/proc/12731/task/12794/stat : 12794 (java) S 12728 12731 9800 0 -1 1077944384 17989 13233 0 0 206 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858976139888 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12795] ppid=12728 vsize=11041128 memory=16180 CPUtime=1.41 cores=0,2,4,6
/proc/12731/task/12795/stat : 12795 (java) S 12728 12731 9800 0 -1 1077944384 9273 13233 0 0 132 2 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858975087344 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12796] ppid=12728 vsize=11041128 memory=1079080 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/12796/stat : 12796 (java) S 12728 12731 9800 0 -1 1077944384 3 13233 0 0 0 0 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857954163808 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=12797] ppid=12728 vsize=11041128 memory=1079080 CPUtime=1.48 cores=0,2,4,6
/proc/12731/task/12797/stat : 12797 (java) S 12728 12731 9800 0 -1 1077944384 2469 13233 0 0 68 73 5 2 20 0 17 0 48676467 11306115072 270825 33554432000 4194304 4196468 140732971618496 139858974034224 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13157] ppid=12728 vsize=11041128 memory=1083300 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13157/stat : 13157 (java) S 12728 12731 9800 0 -1 1077944384 334 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857556922480 139859451569877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
[pid=12731/tid=13158] ppid=12728 vsize=11041128 memory=2408 CPUtime=0.07 cores=0,2,4,6
/proc/12731/task/13158/stat : 13158 (java) S 12728 12731 9800 0 -1 1077944384 119 13233 0 0 0 0 5 2 20 0 17 0 48926964 11306115072 270825 33554432000 4194304 4196468 140732971618496 139857355597024 139859451570818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7462912 140732971624620 140732971627868 140732971627868 140732971630543 0
Current children cumulated CPU time: 2522.03 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1083300 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2507.13
CPU time (s): 2522.07
CPU user time (s): 2520.51
CPU system time (s): 1.56392
CPU usage (%): 100.596
Max. virtual memory (cumulated for all children) (KiB): 11041128
Max. memory (cumulated for all children) (KiB): 1083300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.51
system time used= 1.56392
maximum resident set size= 1083468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61034
involuntary context switches= 3322


# summary of solver processes directly reported to runsolver:
#   pid: 12731
#   total CPU time (s): 2522.07
#   total CPU user time (s): 2520.51
#   total CPU system time (s): 1.56392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6618 second user time and 24.0902 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 03:58:56
IDJOB=4293270
IDBENCH=141147
IDSOLVER=2751
FILE ID=node106/4293270-1532311136
RUNJOBID= node106-1532295772-9831
PBS_JOBID= 21018983
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay200_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293270-1532311136/watcher-4293270-1532311136 -o /tmp/evaluation-result-4293270-1532311136/solver-4293270-1532311136 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9831 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=428837050 -superng HOME/instance-4293270-1532311136.xml

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

MD5SUM BENCH= ef8d95b3b89bfc5ccba73a2d09f74d17
RANDOM SEED=428837050

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16713048 kB
MemAvailable:   30563176 kB
Buffers:          256720 kB
Cached:         13681176 kB
SwapCached:            0 kB
Active:          2759160 kB
Inactive:       12608768 kB
Active(anon):    1432892 kB
Inactive(anon):    17092 kB
Active(file):    1326268 kB
Inactive(file): 12591676 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26784 kB
Writeback:             0 kB
AnonPages:       1486256 kB
Mapped:            49824 kB
Shmem:             17036 kB
Slab:             388216 kB
SReclaimable:     360644 kB
SUnreclaim:        27572 kB
KernelStack:        3808 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2612908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52980 MiB
End job on node106 at 2018-07-23 04:40:43