Trace number 4275459

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT 30.996201 4.9633899

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-07.xml
MD5SUM36a2ff8d03acaab45f9eaaf5db6acf0d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.27421
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":28}]
Minimum constraint arity29
Maximum constraint arity30
Distribution of constraint arities[{"arity":29,"count":2},{"arity":30,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1341220453
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
0.65/0.50	c Parsing done, starting search...
30.83/4.93	s SATISFIABLE
30.83/4.93	v <instantiation>
30.83/4.93	v 	<list>
30.83/4.93	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
30.83/4.93	v 	</list>
30.83/4.93	v 	<values>
30.83/4.93	v 		0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 
30.83/4.93	v 	</values>
30.83/4.93	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275459-1502751935/watcher-4275459-1502751935 -o /tmp/evaluation-result-4275459-1502751935/solver-4275459-1502751935 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502745159-7992 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1341220453 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275459-1502751935.xml 

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

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

solver pid=8745, runsolver pid=8742

[startup+0.10089 s]*
/proc/loadavg: 7.62 8.26 8.29 1/199 8765
/proc/meminfo: memFree=27709452/32770624 swapFree=67108860/67108860
[pid=8745] ppid=8742 vsize=14325320 memory=34868 CPUtime=0.12 cores=0-7
/proc/8745/stat : 8745 (java) S 8742 8745 7965 0 -1 1077944320 8113 0 0 0 11 1 0 0 20 0 20 0 108274386 14669127680 8717 33554432000 4194304 4196468 140731672776064 140731672758608 140636796591863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
/proc/8745/statm: 3581330 8717 3410 1 0 3569050 0
[pid=8745/tid=8747] ppid=8742 vsize=14325320 memory=4427491924834939804 CPUtime=0.08 cores=0-7
/proc/8745/task/8747/stat : 8747 (java) R 8742 8745 7965 0 -1 4202560 6063 0 0 0 8 0 0 0 20 0 20 0 108274386 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636800806896 140636780672350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8748] ppid=8742 vsize=14325320 memory=732370052914793445 CPUtime=0 cores=0-7
/proc/8745/task/8748/stat : 8748 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636759698448 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8749] ppid=8742 vsize=14325320 memory=139914577340032 CPUtime=0 cores=0-7
/proc/8745/task/8749/stat : 8749 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636391140496 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8750] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8750/stat : 8750 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636390087440 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8751] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8751/stat : 8751 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636389034896 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8752] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8752/stat : 8752 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636387981840 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8753] ppid=8742 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8745/task/8753/stat : 8753 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636386929296 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8754] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8754/stat : 8754 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636385876240 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8755] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8755/stat : 8755 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 8717 33554432000 4194304 4196468 140731672776064 140636384823696 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8756] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8756/stat : 8756 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274388 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635851877104 140636796603010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8757] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8757/stat : 8757 (java) S 8742 8745 7965 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108274389 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635850823328 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8758] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8758/stat : 8758 (java) S 8742 8745 7965 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108274389 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635849770224 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8759] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8759/stat : 8759 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635848718800 140636796610459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8760] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8760/stat : 8760 (java) S 8742 8745 7965 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635847665904 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8761] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8761/stat : 8761 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635846613360 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8762] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8762/stat : 8762 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635845560304 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8763] ppid=8742 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/8745/task/8763/stat : 8763 (java) S 8742 8745 7965 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 108274391 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635844507760 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8764] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8764/stat : 8764 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635843455968 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8765] ppid=8742 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8745/task/8765/stat : 8765 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274392 14669127680 8717 33554432000 4194304 4196468 140731672776064 140635842403504 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34868 KiB

[startup+0.214528 s]*
/proc/loadavg: 7.62 8.26 8.29 2/199 8765
/proc/meminfo: memFree=27701076/32770624 swapFree=67108860/67108860
[pid=8745] ppid=8742 vsize=14325320 memory=44196 CPUtime=0.3 cores=0-7
/proc/8745/stat : 8745 (java) S 8742 8745 7965 0 -1 1077944320 9141 0 0 0 29 1 0 0 20 0 20 0 108274386 14669127680 11049 33554432000 4194304 4196468 140731672776064 140731672758608 140636796591863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
/proc/8745/statm: 3581330 11049 3598 1 0 3569050 0
[pid=8745/tid=8747] ppid=8742 vsize=14325320 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/8745/task/8747/stat : 8747 (java) R 8742 8745 7965 0 -1 4202560 6727 0 0 0 19 1 0 0 20 0 20 0 108274386 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636800800944 140636782286848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8748] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8748/stat : 8748 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636759698448 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8749] ppid=8742 vsize=14325320 memory=139914578124697 CPUtime=0 cores=0-7
/proc/8745/task/8749/stat : 8749 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636391140496 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8750] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8750/stat : 8750 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636390087440 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8751] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8751/stat : 8751 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636389034896 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8752] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8752/stat : 8752 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636387981840 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8753] ppid=8742 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8745/task/8753/stat : 8753 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636386929296 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8754] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8754/stat : 8754 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636385876240 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8755] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8755/stat : 8755 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669127680 11049 33554432000 4194304 4196468 140731672776064 140636384823696 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8756] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8756/stat : 8756 (java) S 8742 8745 7965 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108274388 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635851877104 140636796603010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8757] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8757/stat : 8757 (java) S 8742 8745 7965 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108274389 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635850823328 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8758] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8758/stat : 8758 (java) S 8742 8745 7965 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108274389 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635849770224 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8759] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8759/stat : 8759 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635848718800 140636796610459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8760] ppid=8742 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8745/task/8760/stat : 8760 (java) S 8742 8745 7965 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 20 0 108274391 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635847665904 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8761] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8761/stat : 8761 (java) S 8742 8745 7965 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635846613360 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8762] ppid=8742 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8745/task/8762/stat : 8762 (java) R 8742 8745 7965 0 -1 4202560 182 0 0 0 1 0 0 0 20 0 20 0 108274391 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635845560304 140636796613210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8763] ppid=8742 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/8745/task/8763/stat : 8763 (java) S 8742 8745 7965 0 -1 1077944384 402 0 0 0 5 0 0 0 20 0 20 0 108274391 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635844507760 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8764] ppid=8742 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8764/stat : 8764 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274391 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635843455968 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8765] ppid=8742 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8745/task/8765/stat : 8765 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274392 14669127680 11049 33554432000 4194304 4196468 140731672776064 140635842403504 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 44196 KiB

[startup+0.310214 s]*
/proc/loadavg: 7.62 8.26 8.29 2/199 8765
/proc/meminfo: memFree=27693600/32770624 swapFree=67108860/67108860
[pid=8745] ppid=8742 vsize=14325340 memory=51416 CPUtime=0.48 cores=0-7
/proc/8745/stat : 8745 (java) S 8742 8745 7965 0 -1 1077944320 10085 0 0 0 46 2 0 0 20 0 20 0 108274386 14669148160 12854 33554432000 4194304 4196468 140731672776064 140731672758608 140636796591863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
/proc/8745/statm: 3581335 12854 3719 1 0 3569050 0
[pid=8745/tid=8747] ppid=8742 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8745/task/8747/stat : 8747 (java) R 8742 8745 7965 0 -1 4202560 7242 0 0 0 28 1 0 0 20 0 20 0 108274386 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636800813712 140636796603798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8748] ppid=8742 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8748/stat : 8748 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636759698448 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8749] ppid=8742 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8749/stat : 8749 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636391140496 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8750] ppid=8742 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8750/stat : 8750 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636390087440 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8751] ppid=8742 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8751/stat : 8751 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636389034896 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8752] ppid=8742 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/8745/task/8752/stat : 8752 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636387981840 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8753] ppid=8742 vsize=14325340 memory=139914465342383 CPUtime=0 cores=0-7
/proc/8745/task/8753/stat : 8753 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636386929296 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8754] ppid=8742 vsize=14325340 memory=139914465344688 CPUtime=0 cores=0-7
/proc/8745/task/8754/stat : 8754 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636385876240 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8755] ppid=8742 vsize=14325340 memory=139914465346992 CPUtime=0 cores=0-7
/proc/8745/task/8755/stat : 8755 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14669148160 12919 33554432000 4194304 4196468 140731672776064 140636384823696 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8756] ppid=8742 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8756/stat : 8756 (java) S 8742 8745 7965 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108274388 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635851877104 140636796603010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8757] ppid=8742 vsize=14325340 memory=279828930700944 CPUtime=0 cores=0-7
/proc/8745/task/8757/stat : 8757 (java) S 8742 8745 7965 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108274389 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635850823328 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8758] ppid=8742 vsize=14325340 memory=279828930707856 CPUtime=0 cores=0-7
/proc/8745/task/8758/stat : 8758 (java) S 8742 8745 7965 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108274389 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635849770224 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8759] ppid=8742 vsize=14325340 memory=279828930649136 CPUtime=0 cores=0-7
/proc/8745/task/8759/stat : 8759 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274391 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635848718800 140636796610459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8760] ppid=8742 vsize=14325340 memory=279828930721680 CPUtime=0.03 cores=0-7
/proc/8745/task/8760/stat : 8760 (java) S 8742 8745 7965 0 -1 1077944384 565 0 0 0 3 0 0 0 20 0 20 0 108274391 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635847665904 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8761] ppid=8742 vsize=14325340 memory=279828930728592 CPUtime=0.04 cores=0-7
/proc/8745/task/8761/stat : 8761 (java) R 8742 8745 7965 0 -1 4202560 274 0 0 0 4 0 0 0 20 0 20 0 108274391 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635846613360 140636796603010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8762] ppid=8742 vsize=14325340 memory=279828930726288 CPUtime=0.01 cores=0-7
/proc/8745/task/8762/stat : 8762 (java) S 8742 8745 7965 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 108274391 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635845560304 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8763] ppid=8742 vsize=14325340 memory=279828930742848 CPUtime=0.08 cores=0-7
/proc/8745/task/8763/stat : 8763 (java) R 8742 8745 7965 0 -1 4202560 422 0 0 0 8 0 0 0 20 0 20 0 108274391 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635844507760 140636432629881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8764] ppid=8742 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8764/stat : 8764 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274391 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635843455968 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8765] ppid=8742 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/8745/task/8765/stat : 8765 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274392 14669148160 12919 33554432000 4194304 4196468 140731672776064 140635842403504 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51416 KiB

[startup+0.70086 s]
/proc/loadavg: 7.62 8.26 8.29 3/199 8765
/proc/meminfo: memFree=27681168/32770624 swapFree=67108860/67108860
[pid=8745] ppid=8742 vsize=14329436 memory=80912 CPUtime=1.06 cores=0-7
/proc/8745/stat : 8745 (java) S 8742 8745 7965 0 -1 1077944320 12481 0 0 0 102 4 0 0 20 0 20 0 108274386 14673342464 20228 33554432000 4194304 4196468 140731672776064 140731672758608 140636796591863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
/proc/8745/statm: 3582359 20228 3740 1 0 3570074 0
[pid=8745/tid=8747] ppid=8742 vsize=14329436 memory=7372503917241328468 CPUtime=0.67 cores=0-7
/proc/8745/task/8747/stat : 8747 (java) R 8742 8745 7965 0 -1 4202560 9171 0 0 0 64 3 0 0 20 0 20 0 108274386 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636800827792 140636796603798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8748] ppid=8742 vsize=14329436 memory=37641093399672 CPUtime=0 cores=0-7
/proc/8745/task/8748/stat : 8748 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636759698448 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8749] ppid=8742 vsize=14329436 memory=139914465353314 CPUtime=0 cores=0-7
/proc/8745/task/8749/stat : 8749 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636391140496 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8750] ppid=8742 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8750/stat : 8750 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636390087440 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8751] ppid=8742 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8751/stat : 8751 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636389034896 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8752] ppid=8742 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8752/stat : 8752 (java) S 8742 8745 7965 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636387981840 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8753] ppid=8742 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8753/stat : 8753 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636386929296 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8754] ppid=8742 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8754/stat : 8754 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636385876240 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8755] ppid=8742 vsize=14329436 memory=1732 CPUtime=0 cores=0-7
/proc/8745/task/8755/stat : 8755 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108274387 14673342464 20228 33554432000 4194304 4196468 140731672776064 140636384823696 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8756] ppid=8742 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/8745/task/8756/stat : 8756 (java) S 8742 8745 7965 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108274388 14673342464 20228 33554432000 4194304 4196468 140731672776064 140635851877104 140636796603010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0

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

[pid=8745/tid=8764] ppid=8742 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8764/stat : 8764 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108274391 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635843455968 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8765] ppid=8742 vsize=16068328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/8745/task/8765/stat : 8765 (java) R 8742 8745 7965 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 46 0 108274392 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635842403504 140636796603010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8766] ppid=8742 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8745/task/8766/stat : 8766 (java) R 8742 8745 7965 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 46 0 108274493 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635832116176 140636796602069 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8767] ppid=8742 vsize=16068328 memory=15252640887999017 CPUtime=0 cores=0-7
/proc/8745/task/8767/stat : 8767 (java) S 8742 8745 7965 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108274505 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635831063760 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8768] ppid=8742 vsize=16068328 memory=0 CPUtime=0.98 cores=0-7
/proc/8745/task/8768/stat : 8768 (java) R 8742 8745 7965 0 -1 4202560 202 0 0 0 98 0 0 0 20 0 46 0 108274515 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635827913872 140731672816800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8769] ppid=8742 vsize=16068328 memory=7014751519667345768 CPUtime=1.69 cores=0-7
/proc/8745/task/8769/stat : 8769 (java) R 8742 8745 7965 0 -1 1077944384 180 0 0 0 168 1 0 0 20 0 46 0 108274516 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635826861328 140636796602069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8770] ppid=8742 vsize=16068328 memory=7740678838670223212 CPUtime=1.3 cores=0-7
/proc/8745/task/8770/stat : 8770 (java) S 8742 8745 7965 0 -1 1077944384 142 0 0 0 130 0 0 0 20 0 46 0 108274516 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635825808112 140636796613053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8771] ppid=8742 vsize=16068328 memory=7738709617625032554 CPUtime=1.36 cores=0-7
/proc/8745/task/8771/stat : 8771 (java) R 8742 8745 7965 0 -1 4202560 276 0 0 0 136 0 0 0 20 0 46 0 108274516 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635824754752 140636440168972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8772] ppid=8742 vsize=16068328 memory=6935654753335332944 CPUtime=1.72 cores=0-7
/proc/8745/task/8772/stat : 8772 (java) R 8742 8745 7965 0 -1 4202560 103 0 0 0 172 0 0 0 20 0 46 0 108274516 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635823701600 140636796613210 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8773] ppid=8742 vsize=16068328 memory=7089632728385279847 CPUtime=0.95 cores=0-7
/proc/8745/task/8773/stat : 8773 (java) R 8742 8745 7965 0 -1 4202560 68 0 0 0 95 0 0 0 20 0 46 0 108274518 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635822650176 140636433757170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8774] ppid=8742 vsize=16068328 memory=-7814691523512926820 CPUtime=1.04 cores=0-7
/proc/8745/task/8774/stat : 8774 (java) R 8742 8745 7965 0 -1 4202560 81 0 0 0 104 0 0 0 20 0 46 0 108274518 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635821597120 140731672817382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8775] ppid=8742 vsize=16068328 memory=6655300316396806240 CPUtime=1.09 cores=0-7
/proc/8745/task/8775/stat : 8775 (java) R 8742 8745 7965 0 -1 1077944384 162 0 0 0 108 1 0 0 20 0 46 0 108274518 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635820545552 140636796602069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8776] ppid=8742 vsize=16068328 memory=6944656592455359580 CPUtime=1.09 cores=0-7
/proc/8745/task/8776/stat : 8776 (java) R 8742 8745 7965 0 -1 4202560 154 0 0 0 108 1 0 0 20 0 46 0 108274519 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635819492336 140636440436110 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8777] ppid=8742 vsize=16068328 memory=6656426216303648864 CPUtime=0.92 cores=0-7
/proc/8745/task/8777/stat : 8777 (java) R 8742 8745 7965 0 -1 1077944384 38 0 0 0 91 1 0 0 20 0 46 0 108274519 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635390862608 140636796602069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8778] ppid=8742 vsize=16068328 memory=6944656592387989600 CPUtime=1 cores=0-7
/proc/8745/task/8778/stat : 8778 (java) R 8742 8745 7965 0 -1 4202560 49 0 0 0 100 0 0 0 20 0 46 0 108274520 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635389809552 140636440215313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8779] ppid=8742 vsize=16068328 memory=56 CPUtime=1.07 cores=0-7
/proc/8745/task/8779/stat : 8779 (java) R 8742 8745 7965 0 -1 4202560 86 0 0 0 107 0 0 0 20 0 46 0 108274520 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635388755016 140636796603798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8780] ppid=8742 vsize=16068328 memory=8443538352883892301 CPUtime=0.78 cores=0-7
/proc/8745/task/8780/stat : 8780 (java) R 8742 8745 7965 0 -1 1077944384 130 0 0 0 77 1 0 0 20 0 46 0 108274522 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635387704976 140636796602069 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8781] ppid=8742 vsize=16068328 memory=0 CPUtime=0.96 cores=0-7
/proc/8745/task/8781/stat : 8781 (java) R 8742 8745 7965 0 -1 1077944384 93 0 0 0 95 1 0 0 20 0 46 0 108274534 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635382421264 140636796602069 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8782] ppid=8742 vsize=16068328 memory=0 CPUtime=1.24 cores=0-7
/proc/8745/task/8782/stat : 8782 (java) R 8742 8745 7965 0 -1 1077944384 74 0 0 0 123 1 0 0 20 0 46 0 108274537 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635381368208 140636796602069 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8783] ppid=8742 vsize=16068328 memory=0 CPUtime=1.32 cores=0-7
/proc/8745/task/8783/stat : 8783 (java) R 8742 8745 7965 0 -1 1077944384 77 0 0 0 132 0 0 0 20 0 46 0 108274538 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635380315664 140636796602069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8784] ppid=8742 vsize=16068328 memory=279828930807744 CPUtime=0.95 cores=0-7
/proc/8745/task/8784/stat : 8784 (java) R 8742 8745 7965 0 -1 4202560 204 0 0 0 95 0 0 0 20 0 46 0 108274552 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635379262608 140731672817384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8785] ppid=8742 vsize=16068328 memory=139914466128912 CPUtime=0.44 cores=0-7
/proc/8745/task/8785/stat : 8785 (java) R 8742 8745 7965 0 -1 1077944384 90 0 0 0 43 1 0 0 20 0 46 0 108274554 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635378210064 140636796602069 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8786] ppid=8742 vsize=16068328 memory=0 CPUtime=1.14 cores=0-7
/proc/8745/task/8786/stat : 8786 (java) R 8742 8745 7965 0 -1 4202560 96 0 0 0 113 1 0 0 20 0 46 0 108274554 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635377156032 140636440832616 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8787] ppid=8742 vsize=16068328 memory=0 CPUtime=0.91 cores=0-7
/proc/8745/task/8787/stat : 8787 (java) R 8742 8745 7965 0 -1 4202560 97 0 0 0 90 1 0 0 20 0 46 0 108274555 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635376103512 140636796603798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8788] ppid=8742 vsize=16068328 memory=7738124686296575847 CPUtime=0.9 cores=0-7
/proc/8745/task/8788/stat : 8788 (java) R 8742 8745 7965 0 -1 1077944384 115 0 0 0 89 1 0 0 20 0 46 0 108274568 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635375052432 140636796602069 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8789] ppid=8742 vsize=16068328 memory=8171615774170441831 CPUtime=0.63 cores=0-7
/proc/8745/task/8789/stat : 8789 (java) S 8742 8745 7965 0 -1 1077944384 78 0 0 0 63 0 0 0 20 0 46 0 108274570 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635373999728 140636796613053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8790] ppid=8742 vsize=16068328 memory=5865190160492225111 CPUtime=0.61 cores=0-7
/proc/8745/task/8790/stat : 8790 (java) R 8742 8745 7965 0 -1 1077944384 115 0 0 0 60 1 0 0 20 0 46 0 108274571 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635372946832 140636796602069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8791] ppid=8742 vsize=16068328 memory=7162812898042336084 CPUtime=0.62 cores=0-7
/proc/8745/task/8791/stat : 8791 (java) R 8742 8745 7965 0 -1 1077944384 72 0 0 0 62 0 0 0 20 0 46 0 108274572 16453967872 285845 33554432000 4194304 4196468 140731672776064 140635371894288 140636796602069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
Current children cumulated CPU time: 30.12 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 1143380 KiB

[startup+4.90156 s]
/proc/loadavg: 7.97 8.32 8.31 22/225 8791
/proc/meminfo: memFree=26600756/32770624 swapFree=67108860/67108860
[pid=8745] ppid=8742 vsize=16068328 memory=1143612 CPUtime=30.83 cores=0-7
/proc/8745/stat : 8745 (java) S 8742 8745 7965 0 -1 1077944320 39641 0 0 0 3039 44 0 0 20 0 46 0 108274386 16453967872 285903 33554432000 4194304 4196468 140731672776064 140731672758608 140636796591863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
/proc/8745/statm: 4017082 285903 3829 1 0 4004276 0
[pid=8745/tid=8747] ppid=8742 vsize=16068328 memory=139918872307327 CPUtime=1.29 cores=0-7
/proc/8745/task/8747/stat : 8747 (java) S 8742 8745 7965 0 -1 1077944384 12096 0 0 0 124 5 0 0 20 0 46 0 108274386 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636800829568 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8748] ppid=8742 vsize=16068328 memory=1141284 CPUtime=0.03 cores=0-7
/proc/8745/task/8748/stat : 8748 (java) S 8742 8745 7965 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636759698448 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8749] ppid=8742 vsize=16068328 memory=3 CPUtime=0.03 cores=0-7
/proc/8745/task/8749/stat : 8749 (java) S 8742 8745 7965 0 -1 1077944384 60 0 0 0 2 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636391140496 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8750] ppid=8742 vsize=16068328 memory=3 CPUtime=0.03 cores=0-7
/proc/8745/task/8750/stat : 8750 (java) S 8742 8745 7965 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636390087440 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8751] ppid=8742 vsize=16068328 memory=3 CPUtime=0.03 cores=0-7
/proc/8745/task/8751/stat : 8751 (java) S 8742 8745 7965 0 -1 1077944384 52 0 0 0 2 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636389034896 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8752] ppid=8742 vsize=16068328 memory=2 CPUtime=0.03 cores=0-7
/proc/8745/task/8752/stat : 8752 (java) S 8742 8745 7965 0 -1 1077944384 62 0 0 0 2 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636387981840 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8753] ppid=8742 vsize=16068328 memory=288230574492221466 CPUtime=0.02 cores=0-7
/proc/8745/task/8753/stat : 8753 (java) S 8742 8745 7965 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636386929296 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8754] ppid=8742 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8745/task/8754/stat : 8754 (java) S 8742 8745 7965 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636385876240 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8755] ppid=8742 vsize=16068328 memory=-7606742951091920751 CPUtime=0.03 cores=0-7
/proc/8745/task/8755/stat : 8755 (java) S 8742 8745 7965 0 -1 1077944384 167 0 0 0 2 1 0 0 20 0 46 0 108274387 16453967872 285903 33554432000 4194304 4196468 140731672776064 140636384823696 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8756] ppid=8742 vsize=16068328 memory=1414298054980309879 CPUtime=0.02 cores=0-7
/proc/8745/task/8756/stat : 8756 (java) S 8742 8745 7965 0 -1 1077944384 854 0 0 0 2 0 0 0 20 0 46 0 108274388 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635851877104 140636796603010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8757] ppid=8742 vsize=16068328 memory=-6876588452865875872 CPUtime=0 cores=0-7
/proc/8745/task/8757/stat : 8757 (java) S 8742 8745 7965 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 108274389 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635850823392 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8758] ppid=8742 vsize=16068328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8745/task/8758/stat : 8758 (java) S 8742 8745 7965 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108274389 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635849770240 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8759] ppid=8742 vsize=16068328 memory=1414355462422710185 CPUtime=0 cores=0-7
/proc/8745/task/8759/stat : 8759 (java) S 8742 8745 7965 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 108274391 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635848718800 140636796610459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8760] ppid=8742 vsize=16068328 memory=-7595754389018307680 CPUtime=0.93 cores=0-7
/proc/8745/task/8760/stat : 8760 (java) R 8742 8745 7965 0 -1 4202560 4578 0 0 0 92 1 0 0 20 0 46 0 108274391 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635847665904 140636782272561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8761] ppid=8742 vsize=16068328 memory=374680 CPUtime=1.01 cores=0-7
/proc/8745/task/8761/stat : 8761 (java) S 8742 8745 7965 0 -1 1077944384 5658 0 0 0 99 2 0 0 20 0 46 0 108274391 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635846613360 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8762] ppid=8742 vsize=16068328 memory=75325136454784 CPUtime=0.87 cores=0-7
/proc/8745/task/8762/stat : 8762 (java) S 8742 8745 7965 0 -1 1077944384 4437 0 0 0 86 1 0 0 20 0 46 0 108274391 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635845560304 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8763] ppid=8742 vsize=16068328 memory=0 CPUtime=0.67 cores=0-7
/proc/8745/task/8763/stat : 8763 (java) S 8742 8745 7965 0 -1 1077944384 6596 0 0 0 66 1 0 0 20 0 46 0 108274391 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635844507760 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8764] ppid=8742 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8764/stat : 8764 (java) S 8742 8745 7965 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108274391 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635843455968 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8765] ppid=8742 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8765/stat : 8765 (java) S 8742 8745 7965 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 46 0 108274392 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635842403504 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8766] ppid=8742 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8745/task/8766/stat : 8766 (java) S 8742 8745 7965 0 -1 1077944384 117 0 0 0 2 0 0 0 20 0 46 0 108274493 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635832116176 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8767] ppid=8742 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8745/task/8767/stat : 8767 (java) S 8742 8745 7965 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108274505 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635831063760 140636796603010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8768] ppid=8742 vsize=16068328 memory=0 CPUtime=1.07 cores=0-7
/proc/8745/task/8768/stat : 8768 (java) S 8742 8745 7965 0 -1 1077944384 205 0 0 0 107 0 0 0 20 0 46 0 108274515 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635827913872 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8769] ppid=8742 vsize=16068328 memory=0 CPUtime=1.69 cores=0-7
/proc/8745/task/8769/stat : 8769 (java) S 8742 8745 7965 0 -1 1077944384 180 0 0 0 168 1 0 0 20 0 46 0 108274516 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635826861328 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8770] ppid=8742 vsize=16068328 memory=0 CPUtime=1.32 cores=0-7
/proc/8745/task/8770/stat : 8770 (java) S 8742 8745 7965 0 -1 1077944384 142 0 0 0 132 0 0 0 20 0 46 0 108274516 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635825808272 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8771] ppid=8742 vsize=16068328 memory=0 CPUtime=1.41 cores=0-7
/proc/8745/task/8771/stat : 8771 (java) S 8742 8745 7965 0 -1 1077944384 276 0 0 0 141 0 0 0 20 0 46 0 108274516 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635824755728 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8772] ppid=8742 vsize=16068328 memory=0 CPUtime=1.72 cores=0-7
/proc/8745/task/8772/stat : 8772 (java) S 8742 8745 7965 0 -1 1077944384 103 0 0 0 172 0 0 0 20 0 46 0 108274516 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635823703696 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8773] ppid=8742 vsize=16068328 memory=139918872307327 CPUtime=0.97 cores=0-7
/proc/8745/task/8773/stat : 8773 (java) S 8742 8745 7965 0 -1 1077944384 76 0 0 0 97 0 0 0 20 0 46 0 108274518 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635822651152 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8774] ppid=8742 vsize=16068328 memory=10 CPUtime=1.08 cores=0-7
/proc/8745/task/8774/stat : 8774 (java) S 8742 8745 7965 0 -1 1077944384 81 0 0 0 108 0 0 0 20 0 46 0 108274518 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635821598096 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8775] ppid=8742 vsize=16068328 memory=0 CPUtime=1.15 cores=0-7
/proc/8745/task/8775/stat : 8775 (java) S 8742 8745 7965 0 -1 1077944384 176 0 0 0 114 1 0 0 20 0 46 0 108274518 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635820545552 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8776] ppid=8742 vsize=16068328 memory=10 CPUtime=1.18 cores=0-7
/proc/8745/task/8776/stat : 8776 (java) S 8742 8745 7965 0 -1 1077944384 598 0 0 0 117 1 0 0 20 0 46 0 108274519 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635819492496 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8777] ppid=8742 vsize=16068328 memory=2867664640030261 CPUtime=0.92 cores=0-7
/proc/8745/task/8777/stat : 8777 (java) S 8742 8745 7965 0 -1 1077944384 38 0 0 0 91 1 0 0 20 0 46 0 108274519 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635390862608 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8778] ppid=8742 vsize=16068328 memory=10 CPUtime=1.08 cores=0-7
/proc/8745/task/8778/stat : 8778 (java) S 8742 8745 7965 0 -1 1077944384 49 0 0 0 108 0 0 0 20 0 46 0 108274520 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635389809552 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8779] ppid=8742 vsize=16068328 memory=667680 CPUtime=1.11 cores=0-7
/proc/8745/task/8779/stat : 8779 (java) S 8742 8745 7965 0 -1 1077944384 95 0 0 0 111 0 0 0 20 0 46 0 108274520 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635388757008 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8780] ppid=8742 vsize=16068328 memory=667680 CPUtime=0.78 cores=0-7
/proc/8745/task/8780/stat : 8780 (java) S 8742 8745 7965 0 -1 1077944384 130 0 0 0 77 1 0 0 20 0 46 0 108274522 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635387704976 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8781] ppid=8742 vsize=16068328 memory=43757090617 CPUtime=0.96 cores=0-7
/proc/8745/task/8781/stat : 8781 (java) S 8742 8745 7965 0 -1 1077944384 93 0 0 0 95 1 0 0 20 0 46 0 108274534 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635382421264 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8782] ppid=8742 vsize=16068328 memory=11201815065392 CPUtime=1.26 cores=0-7
/proc/8745/task/8782/stat : 8782 (java) R 8742 8745 7965 0 -1 4202560 94 0 0 0 125 1 0 0 20 0 46 0 108274537 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635381361632 140636439846448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8783] ppid=8742 vsize=16068328 memory=3472468209884725077 CPUtime=1.32 cores=0-7
/proc/8745/task/8783/stat : 8783 (java) S 8742 8745 7965 0 -1 1077944384 77 0 0 0 132 0 0 0 20 0 46 0 108274538 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635380315664 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8784] ppid=8742 vsize=16068328 memory=-5628408999910123566 CPUtime=0.97 cores=0-7
/proc/8745/task/8784/stat : 8784 (java) S 8742 8745 7965 0 -1 1077944384 204 0 0 0 97 0 0 0 20 0 46 0 108274552 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635379262608 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8785] ppid=8742 vsize=16068328 memory=279828930572576 CPUtime=0.44 cores=0-7
/proc/8745/task/8785/stat : 8785 (java) S 8742 8745 7965 0 -1 1077944384 90 0 0 0 43 1 0 0 20 0 46 0 108274554 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635378210064 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8786] ppid=8742 vsize=16068328 memory=969492 CPUtime=1.21 cores=0-7
/proc/8745/task/8786/stat : 8786 (java) S 8742 8745 7965 0 -1 1077944384 96 0 0 0 120 1 0 0 20 0 46 0 108274554 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635377157008 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8787] ppid=8742 vsize=16068328 memory=0 CPUtime=0.91 cores=0-7
/proc/8745/task/8787/stat : 8787 (java) S 8742 8745 7965 0 -1 1077944384 97 0 0 0 90 1 0 0 20 0 46 0 108274555 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635376104464 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8788] ppid=8742 vsize=16068328 memory=139914466091184 CPUtime=0.9 cores=0-7
/proc/8745/task/8788/stat : 8788 (java) S 8742 8745 7965 0 -1 1077944384 115 0 0 0 89 1 0 0 20 0 46 0 108274568 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635375052432 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8789] ppid=8742 vsize=16068328 memory=0 CPUtime=0.71 cores=0-7
/proc/8745/task/8789/stat : 8789 (java) S 8742 8745 7965 0 -1 1077944384 89 0 0 0 71 0 0 0 20 0 46 0 108274570 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635373999888 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8790] ppid=8742 vsize=16068328 memory=0 CPUtime=0.61 cores=0-7
/proc/8745/task/8790/stat : 8790 (java) S 8742 8745 7965 0 -1 1077944384 115 0 0 0 60 1 0 0 20 0 46 0 108274571 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635372946832 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
[pid=8745/tid=8791] ppid=8742 vsize=16068328 memory=0 CPUtime=0.64 cores=0-7
/proc/8745/task/8791/stat : 8791 (java) S 8742 8745 7965 0 -1 1077944384 72 0 0 0 64 0 0 0 20 0 46 0 108274572 16453967872 285903 33554432000 4194304 4196468 140731672776064 140635371894288 140636796602069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35815424 140731672777825 140731672778011 140731672778011 140731672780751 0
Current children cumulated CPU time: 30.83 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 1143612 KiB

Child status: 0
Real time (s): 4.96339
CPU time (s): 30.9962
CPU user time (s): 30.5222
CPU system time (s): 0.473966
CPU usage (%): 624.496
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 1143612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5222
system time used= 0.473966
maximum resident set size= 1144420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10888
involuntary context switches= 2345


# summary of solver processes directly reported to runsolver:
#   pid: 8745
#   total CPU time (s): 30.9962
#   total CPU user time (s): 30.5222
#   total CPU system time (s): 0.473966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077963 second user time and 0.088944 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 00:51:16
IDJOB=4275459
IDBENCH=133097
IDSOLVER=2668
FILE ID=node149/4275459-1502751935
RUNJOBID= node149-1502745159-7992
PBS_JOBID= 20629068
Free space on /tmp= 61936 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-07.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275459-1502751935/watcher-4275459-1502751935 -o /tmp/evaluation-result-4275459-1502751935/solver-4275459-1502751935 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502745159-7992 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1341220453 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275459-1502751935.xml

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

MD5SUM BENCH= 36a2ff8d03acaab45f9eaaf5db6acf0d
RANDOM SEED=1341220453

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.43
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.43
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.43
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.43
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:        27730520 kB
MemAvailable:   31968072 kB
Buffers:          306288 kB
Cached:          4204016 kB
SwapCached:            0 kB
Active:          1220084 kB
Inactive:        3344212 kB
Active(anon):      57132 kB
Inactive(anon):    24944 kB
Active(file):    1162952 kB
Inactive(file):  3319268 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42508 kB
Writeback:             0 kB
AnonPages:         54288 kB
Mapped:            45248 kB
Shmem:             25224 kB
Slab:             169216 kB
SReclaimable:     142332 kB
SUnreclaim:        26884 kB
KernelStack:        3136 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61892 MiB
End job on node149 at 2017-08-15 00:51:21