Trace number 4298975

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
The dodo solver 2018-04-29? 341.687 116.754

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-03-0300_c18.xml
MD5SUM4cd5aede9cdfae4f3fb25eb1dc6a899d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark470973176
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints4376
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4376}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
341.49/116.67	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
341.62/116.73		at minicp.util.BitSet.<init>(BitSet.java:11)
341.62/116.73		at minicp.engine.constraints.TableCT.<init>(TableCT.java:67)
341.62/116.73		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:151)
341.62/116.73		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
341.62/116.73		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
341.62/116.73		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
341.62/116.73		at xcsp3.XCSP3.<init>(XCSP3.java:80)
341.62/116.73		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
341.62/116.73		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
341.62/116.73	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298975-1532795921/watcher-4298975-1532795921 -o /tmp/evaluation-result-4298975-1532795921/solver-4298975-1532795921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27709 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298975-1532795921.xml --timelimit 2520 

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=29752, runsolver pid=29749

[startup+0.101392 s]*
/proc/loadavg: 1.18 1.32 1.39 4/215 29767
/proc/meminfo: memFree=26917088/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10658972 memory=26788 CPUtime=0.13 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 5095 0 0 0 12 1 0 0 20 0 15 0 97155406 10914787328 6697 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2664743 6697 2881 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10658972 memory=-8341684059578994044 CPUtime=0.09 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) R 29749 29752 27678 0 -1 4202560 2875 0 0 0 8 1 0 0 20 0 15 0 97155406 10914787328 6697 33554432000 4194304 4196468 140737009121920 139849000596624 139848977778269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848968211600 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10658972 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848602455056 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848601402256 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) S 29749 29752 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155407 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848600349456 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10658972 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155408 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848488806768 139848996379266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155409 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848487752736 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155409 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 15 0 97155411 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) R 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155411 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848483543792 139848996379266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10658972 memory=140374303520384 CPUtime=0.02 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) R 29749 29752 27678 0 -1 4202560 376 0 0 0 2 0 0 0 20 0 15 0 97155411 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848482490992 139848975375713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10658972 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155412 10914787328 6697 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 26788 KiB

[startup+0.21046 s]*
/proc/loadavg: 1.18 1.32 1.39 5/215 29767
/proc/meminfo: memFree=26905692/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661056 memory=38828 CPUtime=0.34 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 7783 0 0 0 32 2 0 0 20 0 15 0 97155406 10916921344 9707 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665264 9707 2989 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) R 29749 29752 27678 0 -1 4202560 4699 0 0 0 19 1 0 0 20 0 15 0 97155406 10916921344 9707 33554432000 4194304 4196468 140737009121920 139849000606336 139848996390045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848968211600 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661056 memory=288370750455232128 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848602455056 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848601402256 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) S 29749 29752 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848600349456 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661056 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155408 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848488806768 139848996379266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155409 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848487752736 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155409 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) R 29749 29752 27678 0 -1 4202560 736 0 0 0 3 0 0 0 20 0 15 0 97155411 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848484596592 139848974248272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) R 29749 29752 27678 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 97155411 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848483543792 139848996379266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661056 memory=140374303520384 CPUtime=0.08 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) R 29749 29752 27678 0 -1 4202560 881 0 0 0 8 0 0 0 20 0 15 0 97155411 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848482490992 139848975237408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661056 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155412 10916921344 9707 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38828 KiB

[startup+0.315323 s]*
/proc/loadavg: 1.33 1.34 1.40 5/215 29767
/proc/meminfo: memFree=26852200/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661056 memory=99408 CPUtime=0.59 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 9090 0 0 0 56 3 0 0 20 0 15 0 97155406 10916921344 24852 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665264 24852 3045 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) R 29749 29752 27678 0 -1 4202560 4744 0 0 0 28 2 0 0 20 0 15 0 97155406 10916921344 24852 33554432000 4194304 4196468 140737009121920 139849000606336 139848996390045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661056 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848968211600 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661056 memory=288370750455232128 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848602455056 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848601402256 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) S 29749 29752 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155407 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848600349456 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661056 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97155408 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848488806768 139848996379266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97155409 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848487752736 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155409 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661056 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 1126 0 0 0 9 0 0 0 20 0 15 0 97155411 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661056 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) R 29749 29752 27678 0 -1 4202560 781 0 0 0 7 0 0 0 20 0 15 0 97155411 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848483524808 139848977067740 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661056 memory=140374303520384 CPUtime=0.11 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) S 29749 29752 27678 0 -1 1077944384 1071 0 0 0 11 0 0 0 20 0 15 0 97155411 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848482490992 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661056 memory=140374303520384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155412 10916921344 24852 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 99408 KiB

[startup+0.701294 s]
/proc/loadavg: 1.33 1.34 1.40 3/215 29767
/proc/meminfo: memFree=26653300/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661056 memory=412680 CPUtime=1.58 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 10736 0 0 0 122 36 0 0 20 0 15 0 97155406 10916921344 103170 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665264 103170 3075 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661056 memory=1788 CPUtime=0.54 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) S 29749 29752 27678 0 -1 1077944384 4779 0 0 0 48 6 0 0 20 0 15 0 97155406 10916921344 103170 33554432000 4194304 4196468 140737009121920 139849000607376 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661056 memory=860 CPUtime=0.12 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) R 29749 29752 27678 0 -1 4202560 193 0 0 0 5 7 0 0 20 0 15 0 97155407 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848968211800 139848989471138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661056 memory=12556 CPUtime=0.12 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) R 29749 29752 27678 0 -1 4202560 190 0 0 0 5 7 0 0 20 0 15 0 97155407 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848602455056 139848989471172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661056 memory=756 CPUtime=0.12 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) R 29749 29752 27678 0 -1 4202560 179 0 0 0 5 7 0 0 20 0 15 0 97155407 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848601402256 139848989470836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661056 memory=1616 CPUtime=0.13 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) R 29749 29752 27678 0 -1 4202560 188 0 0 0 6 7 0 0 20 0 15 0 97155407 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848600349656 139848989467819 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661056 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97155408 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848488805280 139848996378325 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661056 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97155409 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848487752736 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661056 memory=6384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97155409 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661056 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661056 memory=7523093115782322283 CPUtime=0.17 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 1434 0 0 0 17 0 0 0 20 0 15 0 97155411 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661056 memory=5787213827063244903 CPUtime=0.19 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) S 29749 29752 27678 0 -1 1077944384 1226 0 0 0 19 0 0 0 20 0 15 0 97155411 10916921344 103170 33554432000 4194304 4196468 140737009121920 139848483543792 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) S 29749 29752 27678 0 -1 1077944384 1103 0 0 0 12 0 0 0 20 0 15 0 97155411 10916921344 103682 33554432000 4194304 4196468 140737009121920 139848482490992 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916921344 103682 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661056 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97155412 10916921344 103682 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 412680 KiB

[startup+1.50133 s]
/proc/loadavg: 1.33 1.34 1.40 3/215 29767
/proc/meminfo: memFree=26412512/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661056 memory=880380 CPUtime=3.56 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 14217 0 0 0 271 85 0 0 20 0 15 0 97155406 10916921344 220095 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665264 220095 3096 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661056 memory=6791534058613427641 CPUtime=1.02 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) R 29749 29752 27678 0 -1 4202560 4837 0 0 0 90 12 0 0 20 0 15 0 97155406 10916921344 220095 33554432000 4194304 4196468 140737009121920 139849000599888 139848996390045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661056 memory=-6951259422114956437 CPUtime=0.43 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) S 29749 29752 27678 0 -1 1077944384 413 0 0 0 25 18 0 0 20 0 15 0 97155407 10916921344 220095 33554432000 4194304 4196468 140737009121920 139848968211600 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661056 memory=-6509546260019855299 CPUtime=0.43 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) S 29749 29752 27678 0 -1 1077944384 664 0 0 0 26 17 0 0 20 0 15 0 97155407 10916921344 220095 33554432000 4194304 4196468 140737009121920 139848602455056 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661056 memory=-7390251449858225344 CPUtime=0.43 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) S 29749 29752 27678 0 -1 1077944384 691 0 0 0 25 18 0 0 20 0 15 0 97155407 10916921344 220095 33554432000 4194304 4196468 140737009121920 139848601402256 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661056 memory=4134692831991786133 CPUtime=0.43 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) S 29749 29752 27678 0 -1 1077944384 677 0 0 0 25 18 0 0 20 0 15 0 97155407 10916921344 220095 33554432000 4194304 4196468 140737009121920 139848600349456 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 898 0 0 0 1 0 0 0 20 0 15 0 97155408 10916921344 220095 33554432000 4194304 4196468 140737009121920 139848488806768 139848996379266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0

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

[pid=29752/tid=29766] ppid=29749 vsize=10661132 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661132 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 441 0 0 0 5 3 0 0 20 0 15 0 97155412 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 336.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8309120 KiB

[startup+116.001 s]*
/proc/loadavg: 3.88 2.14 1.67 6/216 29856
/proc/meminfo: memFree=13199564/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661132 memory=8309120 CPUtime=339.21 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 135797 0 0 0 33126 795 0 0 20 0 15 0 97155406 10916999168 2077280 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665283 2077280 3195 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661132 memory=6791534058613427641 CPUtime=39.3 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) S 29749 29752 27678 0 -1 1077944384 16790 0 0 0 3891 39 0 0 20 0 15 0 97155406 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139849000606592 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661132 memory=4126316290023845779 CPUtime=73.24 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) R 29749 29752 27678 0 -1 4202560 16362 0 0 0 7131 193 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848968211800 139848981364543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661132 memory=2260 CPUtime=73.55 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) R 29749 29752 27678 0 -1 4202560 14620 0 0 0 7165 190 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848602455176 139848988996327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661132 memory=1788 CPUtime=73.24 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) R 29749 29752 27678 0 -1 4202560 14522 0 0 0 7144 180 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848601402064 139848988996327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661132 memory=860 CPUtime=73.39 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) R 29749 29752 27678 0 -1 4202560 14720 0 0 0 7155 184 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848600349576 139848988996327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661132 memory=0 CPUtime=2.74 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 35145 0 0 0 272 2 0 0 20 0 15 0 97155408 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848488805312 139848996378325 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661132 memory=6944656592455088490 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848487752800 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661132 memory=595330781051578158 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661132 memory=288289973990589148 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661132 memory=6655300316396806240 CPUtime=1.51 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 9042 0 0 0 150 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661132 memory=6791534058613427641 CPUtime=1.53 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) S 29749 29752 27678 0 -1 1077944384 7580 0 0 0 152 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848483543792 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661132 memory=4126316290023845779 CPUtime=0.54 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) S 29749 29752 27678 0 -1 1077944384 5186 0 0 0 53 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848482490992 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661132 memory=12556 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661132 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 441 0 0 0 5 3 0 0 20 0 15 0 97155412 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 339.21 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8309120 KiB

[startup+116.401 s]
/proc/loadavg: 3.88 2.14 1.67 6/216 29856
/proc/meminfo: memFree=13199564/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661132 memory=8309120 CPUtime=340.72 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 135947 0 0 0 33277 795 0 0 20 0 15 0 97155406 10916999168 2077280 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665283 2077280 3195 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661132 memory=2588 CPUtime=39.3 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) S 29749 29752 27678 0 -1 1077944384 16790 0 0 0 3891 39 0 0 20 0 15 0 97155406 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139849000606592 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661132 memory=2588 CPUtime=73.64 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) R 29749 29752 27678 0 -1 4202560 16511 0 0 0 7171 193 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848968211800 139848989464816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661132 memory=6791534058613427641 CPUtime=73.92 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) R 29749 29752 27678 0 -1 4202560 14620 0 0 0 7202 190 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848602454864 139848988996327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661132 memory=8309104 CPUtime=73.62 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) R 29749 29752 27678 0 -1 4202560 14522 0 0 0 7182 180 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848601402064 139848988996327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661132 memory=4126316290023845779 CPUtime=73.76 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) R 29749 29752 27678 0 -1 4202560 14720 0 0 0 7192 184 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848600349576 139848988996327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661132 memory=1408 CPUtime=2.74 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 35145 0 0 0 272 2 0 0 20 0 15 0 97155408 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848488805312 139848996378325 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661132 memory=8309096 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848487752800 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661132 memory=12556 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661132 memory=756 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661132 memory=1616 CPUtime=1.51 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 9042 0 0 0 150 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661132 memory=1836 CPUtime=1.53 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) S 29749 29752 27678 0 -1 1077944384 7580 0 0 0 152 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848483543840 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661132 memory=1132 CPUtime=0.54 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) S 29749 29752 27678 0 -1 1077944384 5187 0 0 0 53 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848482490752 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661132 memory=6384 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661132 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 441 0 0 0 5 3 0 0 20 0 15 0 97155412 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 340.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8309120 KiB

[startup+116.601 s]
/proc/loadavg: 3.88 2.14 1.67 6/216 29856
/proc/meminfo: memFree=13199564/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661132 memory=8309120 CPUtime=341.49 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 135989 0 0 0 33354 795 0 0 20 0 15 0 97155406 10916999168 2077280 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665283 2077280 3195 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661132 memory=2336 CPUtime=39.3 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) S 29749 29752 27678 0 -1 1077944384 16790 0 0 0 3891 39 0 0 20 0 15 0 97155406 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139849000606592 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661132 memory=932 CPUtime=73.84 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) R 29749 29752 27678 0 -1 4202560 16553 0 0 0 7191 193 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848968211800 139848981357762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661132 memory=3872 CPUtime=74.11 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) R 29749 29752 27678 0 -1 4202560 14620 0 0 0 7221 190 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848602454864 139848988996327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661132 memory=28040 CPUtime=73.81 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) R 29749 29752 27678 0 -1 4202560 14522 0 0 0 7201 180 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848601402376 139848988996327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661132 memory=56 CPUtime=73.95 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) R 29749 29752 27678 0 -1 4202560 14720 0 0 0 7211 184 0 0 20 0 15 0 97155407 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848600349576 139848988996327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661132 memory=302585815534666022 CPUtime=2.74 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) S 29749 29752 27678 0 -1 1077944384 35145 0 0 0 272 2 0 0 20 0 15 0 97155408 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848488805312 139848996378325 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661132 memory=14979953397597527 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848487752800 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661132 memory=7813865652928602452 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661132 memory=7524512692651257697 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661132 memory=7595440001688102255 CPUtime=1.51 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 9042 0 0 0 150 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661132 memory=-8412658736277716636 CPUtime=1.53 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) S 29749 29752 27678 0 -1 1077944384 7580 0 0 0 152 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848483543840 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661132 memory=-8817073721047302083 CPUtime=0.54 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) S 29749 29752 27678 0 -1 1077944384 5187 0 0 0 53 1 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848482490752 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661132 memory=5450916471341747007 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661132 memory=5782710060355104810 CPUtime=0.08 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 441 0 0 0 5 3 0 0 20 0 15 0 97155412 10916999168 2077280 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8309120 KiB

[startup+116.701 s]
/proc/loadavg: 3.88 2.14 1.67 6/216 29856
/proc/meminfo: memFree=13199564/32770624 swapFree=67108496/67108860
[pid=29752] ppid=29749 vsize=10661132 memory=8309124 CPUtime=341.62 cores=0,2,4,6
/proc/29752/stat : 29752 (java) S 29749 29752 27678 0 -1 1077944320 136085 0 0 0 33367 795 0 0 20 0 15 0 97155406 10916999168 2077281 33554432000 4194304 4196468 140737009121920 140737009104464 139848996368119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
/proc/29752/statm: 2665283 2077281 3196 1 0 2627263 0
[pid=29752/tid=29754] ppid=29749 vsize=10661132 memory=8309096 CPUtime=39.3 cores=0,2,4,6
/proc/29752/task/29754/stat : 29754 (java) S 29749 29752 27678 0 -1 1077944384 16872 0 0 0 3891 39 0 0 20 0 15 0 97155406 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139849000607392 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29755] ppid=29749 vsize=10661132 memory=8309104 CPUtime=73.84 cores=0,2,4,6
/proc/29752/task/29755/stat : 29755 (java) S 29749 29752 27678 0 -1 1077944384 16553 0 0 0 7191 193 0 0 20 0 15 0 97155407 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848968211600 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29756] ppid=29749 vsize=10661132 memory=8309120 CPUtime=74.12 cores=0,2,4,6
/proc/29752/task/29756/stat : 29756 (java) S 29749 29752 27678 0 -1 1077944384 14620 0 0 0 7222 190 0 0 20 0 15 0 97155407 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848602455056 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29757] ppid=29749 vsize=10661132 memory=8309120 CPUtime=73.82 cores=0,2,4,6
/proc/29752/task/29757/stat : 29757 (java) S 29749 29752 27678 0 -1 1077944384 14524 0 0 0 7202 180 0 0 20 0 15 0 97155407 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848601402256 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29758] ppid=29749 vsize=10661132 memory=280748322002944 CPUtime=73.96 cores=0,2,4,6
/proc/29752/task/29758/stat : 29758 (java) S 29749 29752 27678 0 -1 1077944384 14720 0 0 0 7212 184 0 0 20 0 15 0 97155407 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848600349456 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29759] ppid=29749 vsize=10661132 memory=280748322931216 CPUtime=2.83 cores=0,2,4,6
/proc/29752/task/29759/stat : 29759 (java) R 29749 29752 27678 0 -1 4202560 35147 0 0 0 281 2 0 0 20 0 15 0 97155408 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848488805200 139848974738299 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29760] ppid=29749 vsize=10661132 memory=8309048 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29760/stat : 29760 (java) S 29749 29752 27678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848487752800 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29761] ppid=29749 vsize=10661132 memory=8309048 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29761/stat : 29761 (java) S 29749 29752 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97155409 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848486699888 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29762] ppid=29749 vsize=10661132 memory=8309112 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29762/stat : 29762 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848485648208 139848996386715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29763] ppid=29749 vsize=10661132 memory=8309112 CPUtime=1.51 cores=0,2,4,6
/proc/29752/task/29763/stat : 29763 (java) S 29749 29752 27678 0 -1 1077944384 9042 0 0 0 150 1 0 0 20 0 15 0 97155411 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848484596592 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29764] ppid=29749 vsize=10661132 memory=8309092 CPUtime=1.53 cores=0,2,4,6
/proc/29752/task/29764/stat : 29764 (java) S 29749 29752 27678 0 -1 1077944384 7580 0 0 0 152 1 0 0 20 0 15 0 97155411 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848483543792 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29765] ppid=29749 vsize=10661132 memory=1796 CPUtime=0.54 cores=0,2,4,6
/proc/29752/task/29765/stat : 29765 (java) S 29749 29752 27678 0 -1 1077944384 5187 0 0 0 53 1 0 0 20 0 15 0 97155411 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848482490992 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29766] ppid=29749 vsize=10661132 memory=808 CPUtime=0 cores=0,2,4,6
/proc/29752/task/29766/stat : 29766 (java) S 29749 29752 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97155411 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848481438432 139848996378325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
[pid=29752/tid=29767] ppid=29749 vsize=10661132 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/29752/task/29767/stat : 29767 (java) S 29749 29752 27678 0 -1 1077944384 441 0 0 0 5 3 0 0 20 0 15 0 97155412 10916999168 2077281 33554432000 4194304 4196468 140737009121920 139848480385712 139848996379266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37875712 140737009128568 140737009128713 140737009128713 140737009131471 0
Current children cumulated CPU time: 341.62 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8309124 KiB

Child status: 1
Real time (s): 116.754
CPU time (s): 341.687
CPU user time (s): 333.697
CPU system time (s): 7.99024
CPU usage (%): 292.655
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8309124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.697
system time used= 7.99024
maximum resident set size= 8309124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136229
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7341
involuntary context switches= 3362


# summary of solver processes directly reported to runsolver:
#   pid: 29752
#   total CPU time (s): 341.687
#   total CPU user time (s): 333.697
#   total CPU system time (s): 7.99024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.798236 second user time and 1.10106 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 18:38:42
IDJOB=4298975
IDBENCH=141277
IDSOLVER=2768
FILE ID=node149/4298975-1532795921
RUNJOBID= node149-1532775878-27709
PBS_JOBID= 21022467
Free space on /tmp= 42888 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-03-0300_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298975-1532795921/watcher-4298975-1532795921 -o /tmp/evaluation-result-4298975-1532795921/solver-4298975-1532795921 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27709 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298975-1532795921.xml --timelimit 2520

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

MD5SUM BENCH= 4cd5aede9cdfae4f3fb25eb1dc6a899d
RANDOM SEED=1922863673

node149.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.60
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.60
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.60
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.60
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:        26931884 kB
MemAvailable:   31741324 kB
Buffers:          136620 kB
Cached:          4891700 kB
SwapCached:           60 kB
Active:          2116248 kB
Inactive:        3154084 kB
Active(anon):     191836 kB
Inactive(anon):    78000 kB
Active(file):    1924412 kB
Inactive(file):  3076084 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            379232 kB
Writeback:             0 kB
AnonPages:        249840 kB
Mapped:            47168 kB
Shmem:             25040 kB
Slab:             265692 kB
SReclaimable:     237404 kB
SUnreclaim:        28288 kB
KernelStack:        3504 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1134624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 42752 MiB
End job on node149 at 2018-07-28 18:40:39