Trace number 4285558

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-08-22SAT 11.8479 5.7715902

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-066_X2.xml
MD5SUM09321018be6bfcc628ddab34eddf7071
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 benchmark0.089063004
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":121,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.34/0.44	c version: 2017-08-22
0.34/0.44	c seed: 1893784911
0.34/0.44	c timeout: 20160
0.34/0.44	c memlimit: 22000
0.34/0.44	c nbcore: 8
0.34/0.46	c Parsing instance...
1.27/0.86	c Parsing done, starting search...
11.40/5.55	s SATISFIABLE
11.40/5.55	v <instantiation>
11.40/5.55	v 	<list>
11.40/5.55	v 		w3 w4 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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23]
11.40/5.55	v 	</list>
11.40/5.55	v 	<values>
11.40/5.55	v 		120 0 5 6 7 20 22 12 24 14 17 21 23 2 18 16 10 19 3 13 9 15 8 1 25 4 11 9 1 1 12 0 13 25 3 1 1 4 2 1 5 2 1 3 0 4 0 6 4 5 11 6 10 11 23 23 36 61 64 65 66 70 72 73 78 80 81 84 84 88 88 94 98 103 114 120 
11.40/5.55	v 	</values>
11.40/5.55	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 (14717 MiB free)
  memory of node 1: 16384 MiB (15235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285558-1503449383/watcher-4285558-1503449383 -o /tmp/evaluation-result-4285558-1503449383/solver-4285558-1503449383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1893784911 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285558-1503449383.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
solver pid=17293, runsolver pid=17290
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 4.16 7.44 8.28 2/185 17306
/proc/meminfo: memFree=30663576/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=25527784 memory=17364 CPUtime=0.02 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 4248 0 0 0 2 0 0 0 20 0 13 0 147159859 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6381946 4341 2108 1 0 6371443 0
[pid=17293/tid=17295] ppid=17290 vsize=25527784 memory=0 CPUtime=0.02 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) R 17290 17293 10109 0 -1 4202560 2876 0 0 0 2 0 0 0 20 0 13 0 147159866 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696541733064 139696520697376 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=25527784 memory=139975592366545 CPUtime=0 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=25527784 memory=139975592359552 CPUtime=0 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=25527784 memory=-1 CPUtime=0 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 147159867 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17304] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 147159868 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139695217424624 139696537508482 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 147159869 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139695216370848 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=25527784 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 147159869 26140450816 4341 18446744073709551615 4194304 4196468 140721101839824 139695215317808 139696537507541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 25527784 KiB
Current children cumulated memory: 17364 KiB

[startup+0.209543 s]*
/proc/loadavg: 4.16 7.44 8.28 1/191 17312
/proc/meminfo: memFree=30660348/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=25927168 memory=22296 CPUtime=0.06 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 5068 0 0 0 5 1 0 0 20 0 19 0 147159859 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6481792 5574 2568 1 0 6471289 0
[pid=17293/tid=17295] ppid=17290 vsize=25927168 memory=4026532046 CPUtime=0.04 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) D 17290 17293 10109 0 -1 4202560 3157 0 0 0 4 0 0 0 20 0 19 0 147159866 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696541734816 139696537519357 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=25927168 memory=12918 CPUtime=0 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=25927168 memory=139975592376501 CPUtime=0 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 147159867 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17304] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 147159868 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695217424624 139696537508482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 147159869 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695216370848 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 147159869 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695215317744 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 147159871 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695214266320 139696537515931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 10109 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 19 0 147159871 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695213214448 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 147159871 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695212161904 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 147159871 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695211108848 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 10109 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 19 0 147159871 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695210056304 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 147159872 26549420032 5574 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 22296 KiB

[startup+0.317998 s]*
/proc/loadavg: 4.16 7.44 8.28 3/192 17313
/proc/meminfo: memFree=30648532/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=25996608 memory=35680 CPUtime=0.19 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 10094 0 0 0 16 3 0 0 20 0 20 0 147159859 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6499152 8920 3514 1 0 6487930 0
[pid=17293/tid=17295] ppid=17290 vsize=25996608 memory=-8774313645642428999 CPUtime=0.13 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) R 17290 17293 10109 0 -1 4202560 7835 0 0 0 11 2 0 0 20 0 20 0 147159866 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696541658704 139696521540965 0 4 1 16800974 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=25996608 memory=11210019468133 CPUtime=0 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=25996608 memory=4206186544037388384 CPUtime=0 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=25996608 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147159867 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17304] ppid=17290 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159868 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695217424624 139696537508482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=25996608 memory=7893295687695687954 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147159869 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695216370848 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147159869 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695215317744 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159871 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695214266320 139696537515931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 10109 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 20 0 147159871 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695213214448 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 10109 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 147159871 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695212161904 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 10109 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 20 0 147159871 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695211108848 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=25996608 memory=0 CPUtime=0.03 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 10109 0 -1 1077944384 371 0 0 0 3 0 0 0 20 0 20 0 147159871 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695210056304 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147159872 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17313] ppid=17290 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159883 26620526592 8920 18446744073709551615 4194304 4196468 140721101839824 139695207951024 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 35680 KiB

[startup+0.709963 s]
/proc/loadavg: 4.16 7.44 8.28 3/192 17313
/proc/meminfo: memFree=30637084/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=25998676 memory=62424 CPUtime=0.89 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 13861 0 0 0 83 6 0 0 20 0 20 0 147159859 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6499669 15606 3718 1 0 6488442 0
[pid=17293/tid=17295] ppid=17290 vsize=25998676 memory=12848 CPUtime=0.51 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) R 17290 17293 10109 0 -1 4202560 10488 0 0 0 47 4 0 0 20 0 20 0 147159866 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696541732752 139696176982688 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=25998676 memory=279950934933792 CPUtime=0 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=25998676 memory=279950934938384 CPUtime=0 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147159867 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17304] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 147159868 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695217424624 139696537508482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147159869 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695216370848 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147159869 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695215317744 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159871 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695214266320 139696537515931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=25998676 memory=10180 CPUtime=0.05 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) R 17290 17293 10109 0 -1 4202560 611 0 0 0 5 0 0 0 20 0 20 0 147159871 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695213214448 139696516686785 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=25998676 memory=1468 CPUtime=0.05 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 10109 0 -1 1077944384 279 0 0 0 5 0 0 0 20 0 20 0 147159871 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695212161904 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=25998676 memory=2000 CPUtime=0.05 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 10109 0 -1 1077944384 320 0 0 0 5 0 0 0 20 0 20 0 147159871 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695211108848 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=25998676 memory=11396 CPUtime=0.19 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) R 17290 17293 10109 0 -1 4202560 774 0 0 0 19 0 0 0 20 0 20 0 147159871 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695210053240 139696176889977 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=25998676 memory=1200 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147159872 26622644224 15606 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0

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

[pid=17293/tid=17305] ppid=17290 vsize=26002772 memory=214232968759068 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 147159869 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695216370912 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=26002772 memory=214232968759069 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 147159869 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695215317760 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=26002772 memory=214232968759070 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147159871 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695214266320 139696537515931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=26002772 memory=214232968759071 CPUtime=0.83 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 10109 0 -1 1077944384 4689 0 0 0 82 1 0 0 20 0 20 0 147159871 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695213214448 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=26002772 memory=214232968759072 CPUtime=0.99 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 10109 0 -1 1077944384 4918 0 0 0 98 1 0 0 20 0 20 0 147159871 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695212161904 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=26002772 memory=279950934915744 CPUtime=0.83 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 10109 0 -1 1077944384 4713 0 0 0 82 1 0 0 20 0 20 0 147159871 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695211108848 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=26002772 memory=2 CPUtime=0.62 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 10109 0 -1 1077944384 6983 0 0 0 61 1 0 0 20 0 20 0 147159871 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695210056304 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147159872 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17313] ppid=17290 vsize=26002772 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 10109 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 147159883 26626838528 60367 18446744073709551615 4194304 4196468 140721101839824 139695207951024 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 26002772 KiB
Current children cumulated memory: 241468 KiB

[startup+5.20096 s]
/proc/loadavg: 4.07 7.37 8.25 4/193 17315
/proc/meminfo: memFree=30440832/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=26805636 memory=251016 CPUtime=9.27 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 42926 0 0 0 908 19 0 0 20 0 32 0 147159859 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6701409 62754 3806 1 0 6690182 0
[pid=17293/tid=17295] ppid=17290 vsize=26805636 memory=15536310592997909 CPUtime=4.94 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) S 17290 17293 10109 0 -1 1077944384 17165 0 0 0 485 9 0 0 20 0 32 0 147159866 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696541734720 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=26805636 memory=1240 CPUtime=0 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=26805636 memory=2248 CPUtime=0 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=26805636 memory=4304 CPUtime=0 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=26805636 memory=1624 CPUtime=0 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=26805636 memory=928 CPUtime=0 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=26805636 memory=7593439925358322521 CPUtime=0 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 648 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=26805636 memory=7379267090742011736 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=26805636 memory=7954308369104728431 CPUtime=0 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 32 0 147159867 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17304] ppid=17290 vsize=26805636 memory=5933603990731511913 CPUtime=0 cores=0-7
/proc/17293/task/17304/stat : 17304 (java) S 17290 17293 10109 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 32 0 147159868 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695217424624 139696537508482 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=26805636 memory=7810486823278634346 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 32 0 147159869 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695216370912 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=26805636 memory=-9001728533042062950 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 32 0 147159869 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695215317760 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=26805636 memory=56 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 147159871 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695214266320 139696537515931 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=26805636 memory=8242264893896616293 CPUtime=1.12 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) R 17290 17293 10109 0 -1 4202560 4775 0 0 0 110 2 0 0 20 0 32 0 147159871 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695213205280 139696522622424 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=26805636 memory=7733613299959944289 CPUtime=1.18 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) R 17290 17293 10109 0 -1 1077944384 5338 0 0 0 117 1 0 0 20 0 32 0 147159871 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695212145856 139696537507541 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=26805636 memory=7158297138891346256 CPUtime=1.03 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) R 17290 17293 10109 0 -1 4202560 4847 0 0 0 101 2 0 0 20 0 32 0 147159871 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695211108944 139696518197950 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=26805636 memory=6003668156883685970 CPUtime=0.71 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) R 17290 17293 10109 0 -1 4202560 7283 0 0 0 70 1 0 0 20 0 32 0 147159871 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695210052736 139696516017777 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=26805636 memory=7018649326740324456 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 147159872 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17313] ppid=17290 vsize=26805636 memory=7156877733537071204 CPUtime=0 cores=0-7
/proc/17293/task/17313/stat : 17313 (java) S 17290 17293 10109 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 32 0 147159883 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695207951024 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17315] ppid=17290 vsize=26805636 memory=5860699717038657616 CPUtime=0 cores=0-7
/proc/17293/task/17315/stat : 17315 (java) S 17290 17293 10109 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 32 0 147160351 27448971264 62754 18446744073709551615 4194304 4196468 140721101839824 139695197659648 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 9.27 s
Current children cumulated vsize: 26805636 KiB
Current children cumulated memory: 251016 KiB

[startup+5.60085 s]
/proc/loadavg: 4.07 7.37 8.25 4/193 17315
/proc/meminfo: memFree=30440832/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=27473360 memory=285648 CPUtime=11.83 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 45139 0 0 0 1155 28 0 0 20 0 18 0 147159859 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6868340 71412 3817 1 0 6856592 0
[pid=17293/tid=17295] ppid=17290 vsize=27473360 memory=0 CPUtime=4.94 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) D 17290 17293 10109 0 -1 4202560 17193 0 0 0 485 9 0 0 20 0 18 0 147159866 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696541740344 139696530182967 0 0 1 16800974 18446744072100686981 0 0 -1 5 0 0 10 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=27473360 memory=-8774313645642428999 CPUtime=0.01 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=27473360 memory=288230617509003574 CPUtime=0.02 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 96 0 0 0 1 1 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=27473360 memory=214412 CPUtime=0.01 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=27473360 memory=0 CPUtime=0.02 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 82 0 0 0 2 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=27473360 memory=0 CPUtime=0.02 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 132 0 0 0 1 1 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=27473360 memory=6656426216303648864 CPUtime=0.02 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 663 0 0 0 1 1 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=27473360 memory=241468 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=27473360 memory=0 CPUtime=0.01 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=27473360 memory=78084 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 18 0 147159869 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695216370912 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=27473360 memory=1292 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 18 0 147159869 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695215317760 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=27473360 memory=2316 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695214265968 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=27473360 memory=1836 CPUtime=1.3 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 10109 0 -1 1077944384 4865 0 0 0 128 2 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695213199520 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=27473360 memory=1228 CPUtime=1.35 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 10109 0 -1 1077944384 5476 0 0 0 134 1 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695212141168 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=27473360 memory=796 CPUtime=1.24 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 10109 0 -1 1077944384 4958 0 0 0 122 2 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695211100128 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=27473360 memory=5788 CPUtime=0.84 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 10109 0 -1 1077944384 7760 0 0 0 82 2 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695210056304 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=27473360 memory=1720 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 147159872 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 11.83 s
Current children cumulated vsize: 27473360 KiB
Current children cumulated memory: 285648 KiB

[startup+5.70082 s]
/proc/loadavg: 4.07 7.37 8.25 4/193 17315
/proc/meminfo: memFree=30440832/32770624 swapFree=67108860/67108860
[pid=17293] ppid=17290 vsize=27473360 memory=285648 CPUtime=11.83 cores=0-7
/proc/17293/stat : 17293 (java) S 17290 17293 10109 0 -1 1077944320 45139 0 0 0 1155 28 0 0 20 0 18 0 147159859 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 140721101822368 139696537497335 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
/proc/17293/statm: 6868340 71412 3817 1 0 6856592 0
[pid=17293/tid=17295] ppid=17290 vsize=27473360 memory=267816 CPUtime=4.94 cores=0-7
/proc/17293/task/17295/stat : 17295 (java) D 17290 17293 10109 0 -1 4202560 17193 0 0 0 485 9 0 0 20 0 18 0 147159866 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696541740344 139696530182967 0 0 1 16800974 18446744072100686981 0 0 -1 5 0 0 10 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17296] ppid=17290 vsize=27473360 memory=283088 CPUtime=0.01 cores=0-7
/proc/17293/task/17296/stat : 17296 (java) S 17290 17293 10109 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696498395664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17297] ppid=17290 vsize=27473360 memory=2062 CPUtime=0.02 cores=0-7
/proc/17293/task/17297/stat : 17297 (java) S 17290 17293 10109 0 -1 1077944384 96 0 0 0 1 1 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696497343120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17298] ppid=17290 vsize=27473360 memory=241384 CPUtime=0.01 cores=0-7
/proc/17293/task/17298/stat : 17298 (java) S 17290 17293 10109 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696097851664 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17299] ppid=17290 vsize=27473360 memory=12848 CPUtime=0.02 cores=0-7
/proc/17293/task/17299/stat : 17299 (java) S 17290 17293 10109 0 -1 1077944384 82 0 0 0 2 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696096799120 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17300] ppid=17290 vsize=27473360 memory=0 CPUtime=0.02 cores=0-7
/proc/17293/task/17300/stat : 17300 (java) S 17290 17293 10109 0 -1 1077944384 132 0 0 0 1 1 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696095747088 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17301] ppid=17290 vsize=27473360 memory=7584172172082901604 CPUtime=0.02 cores=0-7
/proc/17293/task/17301/stat : 17301 (java) S 17290 17293 10109 0 -1 1077944384 663 0 0 0 1 1 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696094694544 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17302] ppid=17290 vsize=27473360 memory=7584172172082901604 CPUtime=0 cores=0-7
/proc/17293/task/17302/stat : 17302 (java) S 17290 17293 10109 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696093641488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17303] ppid=17290 vsize=27473360 memory=7584172172082901604 CPUtime=0.01 cores=0-7
/proc/17293/task/17303/stat : 17303 (java) S 17290 17293 10109 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 18 0 147159867 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139696092588944 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17305] ppid=17290 vsize=27473360 memory=7739838807859553384 CPUtime=0 cores=0-7
/proc/17293/task/17305/stat : 17305 (java) S 17290 17293 10109 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 18 0 147159869 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695216370912 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17306] ppid=17290 vsize=27473360 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17306/stat : 17306 (java) S 17290 17293 10109 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 18 0 147159869 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695215317760 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17307] ppid=17290 vsize=27473360 memory=0 CPUtime=0 cores=0-7
/proc/17293/task/17307/stat : 17307 (java) S 17290 17293 10109 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695214265968 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17308] ppid=17290 vsize=27473360 memory=0 CPUtime=1.3 cores=0-7
/proc/17293/task/17308/stat : 17308 (java) S 17290 17293 10109 0 -1 1077944384 4865 0 0 0 128 2 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695213199520 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17309] ppid=17290 vsize=27473360 memory=0 CPUtime=1.35 cores=0-7
/proc/17293/task/17309/stat : 17309 (java) S 17290 17293 10109 0 -1 1077944384 5476 0 0 0 134 1 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695212141168 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17310] ppid=17290 vsize=27473360 memory=0 CPUtime=1.24 cores=0-7
/proc/17293/task/17310/stat : 17310 (java) S 17290 17293 10109 0 -1 1077944384 4958 0 0 0 122 2 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695211100128 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17311] ppid=17290 vsize=27473360 memory=279950934697248 CPUtime=0.84 cores=0-7
/proc/17293/task/17311/stat : 17311 (java) S 17290 17293 10109 0 -1 1077944384 7760 0 0 0 82 2 0 0 20 0 18 0 147159871 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695210056304 139696537508482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
[pid=17293/tid=17312] ppid=17290 vsize=27473360 memory=214232968759074 CPUtime=0 cores=0-7
/proc/17293/task/17312/stat : 17312 (java) S 17290 17293 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 147159872 28132720640 71412 18446744073709551615 4194304 4196468 140721101839824 139695209003488 139696537507541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31559680 140721101844843 140721101845029 140721101845029 140721101848527 0
Current children cumulated CPU time: 11.83 s
Current children cumulated vsize: 27473360 KiB
Current children cumulated memory: 285648 KiB

Child status: 0
Real time (s): 5.77159
CPU time (s): 11.8479
CPU user time (s): 11.5539
CPU system time (s): 0.293957
CPU usage (%): 205.28
Max. virtual memory (cumulated for all children) (KiB): 27473360
Max. memory (cumulated for all children) (KiB): 285648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5539
system time used= 0.293957
maximum resident set size= 286420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5687
involuntary context switches= 119


# summary of solver processes directly reported to runsolver:
#   pid: 17293
#   total CPU time (s): 11.8479
#   total CPU user time (s): 11.5539
#   total CPU system time (s): 0.293957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051052 second user time and 0.101142 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-23 02:35:46
IDJOB=4285558
IDBENCH=135705
IDSOLVER=2681
FILE ID=node125/4285558-1503449383
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-066_X2.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285558-1503449383/watcher-4285558-1503449383 -o /tmp/evaluation-result-4285558-1503449383/solver-4285558-1503449383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1893784911 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285558-1503449383.xml

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

MD5SUM BENCH= 09321018be6bfcc628ddab34eddf7071
RANDOM SEED=1893784911

node125.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.07
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.07
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.07
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.07
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:        30672420 kB
MemAvailable:   31955632 kB
Buffers:          339412 kB
Cached:          1256892 kB
SwapCached:            0 kB
Active:           945872 kB
Inactive:         706416 kB
Active(anon):      56576 kB
Inactive(anon):    57676 kB
Active(file):     889296 kB
Inactive(file):   648740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42320 kB
Writeback:             4 kB
AnonPages:         56488 kB
Mapped:            69260 kB
Shmem:             58020 kB
Slab:             148224 kB
SReclaimable:     122020 kB
SUnreclaim:        26204 kB
KernelStack:        3056 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 61988 MiB
End job on node125 at 2017-08-23 02:35:52