Trace number 4246493

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
R1: AbsCon-basic 2017-06-11SAT 54.974 19.3842

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-85-85.xml
MD5SUMba1c49fa80fd17c1a348725aa5db0d15
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 benchmark10.8889
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":85}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints3570
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.24	
0.28/0.24	AbsCon 2 
0.28/0.24	
32.33/13.52	  Solving XCSP3-instance-4246493-1500709079 as a CSP
32.33/13.52	  Loading variables...
32.33/13.57	  Loading constraints...
37.98/17.10	  Solver SolverBacktrack being built...
37.98/17.10	
38.13/17.15	  Preprocessing : gac=true, ccks=0, filters=245, revisions=7982 (useless=7737), AC=3689, removals=3689, inconsistent=false
38.13/17.15	
38.13/17.18	
38.13/17.18	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>  </instantiation>
38.13/17.18	s SATISFIABLE
38.13/17.18	
38.13/17.18	d WRONG_DECISIONS 0

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246493-1500709079/watcher-4246493-1500709079 -o /tmp/evaluation-result-4246493-1500709079/solver-4246493-1500709079 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500696962-13208 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4246493-1500709079.xml 

pid=16327
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.54 2.15 2.02 3/262 16330
/proc/meminfo: memFree=31366552/32770624 swapFree=5880/146636
[pid=16330] ppid=16327 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 6177662 369864704 1935 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 90299 1935 1082 1 0 79210 0
[pid=16330/tid=16331] ppid=16327 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 6177662 369864704 1935 33554432000 4194304 4196468 140725282881712 140577862908320 140577858677378 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0

[startup+0.100096 s]
/proc/loadavg: 2.54 2.15 2.02 3/262 16330
/proc/meminfo: memFree=31366552/32770624 swapFree=5880/146636
[pid=16330] ppid=16327 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 4902 0 0 0 8 2 0 0 20 0 20 0 6177662 11162193920 6980 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2725145 6980 2705 1 0 2713552 0
[pid=16330/tid=16331] ppid=16327 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) R 16327 16330 15667 0 -1 4202560 2971 0 0 0 7 1 0 0 20 0 20 0 6177662 11162193920 6980 33554432000 4194304 4196468 140725282881712 140577862893744 140577858688157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200305 s]
/proc/loadavg: 2.54 2.15 2.02 3/262 16330
/proc/meminfo: memFree=31366552/32770624 swapFree=5880/146636
[pid=16330] ppid=16327 vsize=10902664 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 7418 0 0 0 25 3 0 0 20 0 20 0 6177662 11164327936 9789 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2725666 9789 2924 1 0 2713552 0
[pid=16330/tid=16331] ppid=16327 vsize=10902664 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) R 16327 16330 15667 0 -1 4202560 4601 0 0 0 15 2 0 0 20 0 20 0 6177662 11164327936 9789 33554432000 4194304 4196468 140725282881712 140577862887456 140577451971636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10902664

[startup+0.300401 s]
/proc/loadavg: 2.54 2.15 2.02 3/262 16330
/proc/meminfo: memFree=31366552/32770624 swapFree=5880/146636
[pid=16330] ppid=16327 vsize=10969228 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 8038 0 0 0 44 4 0 0 20 0 21 0 6177662 11232489472 13364 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2742307 13364 3007 1 0 2730193 0
[pid=16330/tid=16331] ppid=16327 vsize=10969228 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4699 0 0 0 19 3 0 0 20 0 21 0 6177662 11232489472 13364 33554432000 4194304 4196468 140725282881712 140577862909104 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10969228

[startup+0.700265 s]
/proc/loadavg: 2.54 2.15 2.02 3/262 16330
/proc/meminfo: memFree=31366552/32770624 swapFree=5880/146636
[pid=16330] ppid=16327 vsize=10969228 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 12324 0 0 0 137 38 0 0 20 0 21 0 6177662 11232489472 58806 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2742307 58806 3065 1 0 2730193 0
[pid=16330/tid=16331] ppid=16327 vsize=10969228 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4699 0 0 0 19 3 0 0 20 0 21 0 6177662 11232489472 59318 33554432000 4194304 4196468 140725282881712 140577862909104 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 10969228

[startup+1.50219 s]
/proc/loadavg: 3.22 2.29 2.07 10/283 16351
/proc/meminfo: memFree=31030144/32770624 swapFree=5880/146952
[pid=16330] ppid=16327 vsize=10971352 CPUtime=4.7 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 14677 0 0 0 346 124 0 0 20 0 21 0 6177662 11234664448 130160 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2742838 130160 3140 1 0 2730705 0
[pid=16330/tid=16331] ppid=16327 vsize=10971352 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4699 0 0 0 19 3 0 0 20 0 21 0 6177662 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577862909104 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16333] ppid=16327 vsize=10971352 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16333/stat : 16333 (java) S 16327 16330 15667 0 -1 1077944384 146 0 0 0 5 15 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577784740752 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16334] ppid=16327 vsize=10971352 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16334/stat : 16334 (java) S 16327 16330 15667 0 -1 1077944384 142 0 0 0 10 10 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577783687952 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16335] ppid=16327 vsize=10971352 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16335/stat : 16335 (java) S 16327 16330 15667 0 -1 1077944384 129 0 0 0 6 14 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577782635664 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16336] ppid=16327 vsize=10971352 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16336/stat : 16336 (java) S 16327 16330 15667 0 -1 1077944384 158 0 0 0 6 16 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577781582864 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16337] ppid=16327 vsize=10971352 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16337/stat : 16337 (java) S 16327 16330 15667 0 -1 1077944384 108 0 0 0 4 12 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577780529552 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16338] ppid=16327 vsize=10971352 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16338/stat : 16338 (java) S 16327 16330 15667 0 -1 1077944384 139 0 0 0 6 15 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577779476752 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16339] ppid=16327 vsize=10971352 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) S 16327 16330 15667 0 -1 1077944384 114 0 0 0 4 10 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577778424464 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10971352 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) S 16327 16330 15667 0 -1 1077944384 121 0 0 0 6 15 0 0 20 0 21 0 6177663 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577777371664 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) S 16327 16330 15667 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 21 0 6177665 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577332947568 140577858677378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16342/stat : 16342 (java) S 16327 16330 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6177666 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577331893600 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16343] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16343/stat : 16343 (java) S 16327 16330 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 6177666 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577330841216 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16344] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16344/stat : 16344 (java) S 16327 16330 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577329789520 140577858684827 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16345] ppid=16327 vsize=10971352 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16345/stat : 16345 (java) S 16327 16330 15667 0 -1 1077944384 1669 0 0 0 37 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577328736368 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16346] ppid=16327 vsize=10971352 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16346/stat : 16346 (java) S 16327 16330 15667 0 -1 1077944384 1547 0 0 0 60 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577327683568 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16347] ppid=16327 vsize=10971352 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16347/stat : 16347 (java) S 16327 16330 15667 0 -1 1077944384 1101 0 0 0 46 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577326631280 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16348] ppid=16327 vsize=10971352 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16348/stat : 16348 (java) S 16327 16330 15667 0 -1 1077944384 1466 0 0 0 35 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577325578480 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16349] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16349/stat : 16349 (java) S 16327 16330 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577324526432 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16350] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16350/stat : 16350 (java) S 16327 16330 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6177669 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577323473712 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16351] ppid=16327 vsize=10971352 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16351/stat : 16351 (java) R 16327 16330 15667 0 -1 4202560 1561 0 0 0 95 6 0 0 20 0 21 0 6177686 11234664448 130160 33554432000 4194304 4196468 140725282881712 140577320282072 140577858678166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 10971352

[startup+3.10084 s]
/proc/loadavg: 3.22 2.29 2.07 3/283 16351
/proc/meminfo: memFree=30565300/32770624 swapFree=5880/146956
[pid=16330] ppid=16327 vsize=10971352 CPUtime=7.39 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 17967 0 0 0 545 194 0 0 20 0 21 0 6177662 11234664448 294224 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2742838 294224 3142 1 0 2730705 0
[pid=16330/tid=16331] ppid=16327 vsize=10971352 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4699 0 0 0 19 3 0 0 20 0 21 0 6177662 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577862909104 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16333] ppid=16327 vsize=10971352 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16333/stat : 16333 (java) S 16327 16330 15667 0 -1 1077944384 224 0 0 0 11 23 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577784740752 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16334] ppid=16327 vsize=10971352 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16334/stat : 16334 (java) S 16327 16330 15667 0 -1 1077944384 209 0 0 0 15 17 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577783687952 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16335] ppid=16327 vsize=10971352 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16335/stat : 16335 (java) S 16327 16330 15667 0 -1 1077944384 207 0 0 0 12 22 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577782635664 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16336] ppid=16327 vsize=10971352 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16336/stat : 16336 (java) S 16327 16330 15667 0 -1 1077944384 322 0 0 0 11 24 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577781582864 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16337] ppid=16327 vsize=10971352 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16337/stat : 16337 (java) S 16327 16330 15667 0 -1 1077944384 231 0 0 0 9 21 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577780529552 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16338] ppid=16327 vsize=10971352 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16338/stat : 16338 (java) S 16327 16330 15667 0 -1 1077944384 255 0 0 0 10 22 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577779476752 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16339] ppid=16327 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) S 16327 16330 15667 0 -1 1077944384 216 0 0 0 9 16 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577778424464 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10971352 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) S 16327 16330 15667 0 -1 1077944384 198 0 0 0 12 22 0 0 20 0 21 0 6177663 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577777371664 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) S 16327 16330 15667 0 -1 1077944384 561 0 0 0 0 0 0 0 20 0 21 0 6177665 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577332947568 140577858677378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16342/stat : 16342 (java) S 16327 16330 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6177666 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577331893600 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16343] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16343/stat : 16343 (java) S 16327 16330 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 6177666 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577330841216 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16344] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16344/stat : 16344 (java) S 16327 16330 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577329789520 140577858684827 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16345] ppid=16327 vsize=10971352 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16345/stat : 16345 (java) S 16327 16330 15667 0 -1 1077944384 1672 0 0 0 38 1 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577328736368 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16346] ppid=16327 vsize=10971352 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16346/stat : 16346 (java) S 16327 16330 15667 0 -1 1077944384 1552 0 0 0 61 0 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577327683568 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16347] ppid=16327 vsize=10971352 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16347/stat : 16347 (java) R 16327 16330 15667 0 -1 4202560 1384 0 0 0 55 0 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577326617304 140577843590578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16348] ppid=16327 vsize=10971352 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16348/stat : 16348 (java) S 16327 16330 15667 0 -1 1077944384 1755 0 0 0 44 0 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577325578480 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16349] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16349/stat : 16349 (java) S 16327 16330 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577324526432 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16350] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16350/stat : 16350 (java) S 16327 16330 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6177669 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577323473712 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16351] ppid=16327 vsize=10971352 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16351/stat : 16351 (java) R 16327 16330 15667 0 -1 4202560 3114 0 0 0 233 14 0 0 20 0 21 0 6177686 11234664448 294224 33554432000 4194304 4196468 140725282881712 140577320280552 140577454192251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10971352

[startup+6.30347 s]
/proc/loadavg: 3.22 2.29 2.07 3/283 16351
/proc/meminfo: memFree=29114536/32770624 swapFree=5880/146956
[pid=16330] ppid=16327 vsize=10971352 CPUtime=16.8 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 27376 0 0 0 1245 435 0 0 20 0 21 0 6177662 11234664448 681175 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2742838 681175 3157 1 0 2730705 0
[pid=16330/tid=16331] ppid=16327 vsize=10971352 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4699 0 0 0 19 3 0 0 20 0 21 0 6177662 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577862909104 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16333] ppid=16327 vsize=10971352 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16333/stat : 16333 (java) R 16327 16330 15667 0 -1 4202560 1442 0 0 0 69 52 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577784740952 140577843366839 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16334] ppid=16327 vsize=10971352 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16334/stat : 16334 (java) R 16327 16330 15667 0 -1 4202560 650 0 0 0 72 46 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577783687840 140577843366864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16335] ppid=16327 vsize=10971352 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16335/stat : 16335 (java) R 16327 16330 15667 0 -1 4202560 685 0 0 0 70 51 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577782635864 140577843366867 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16336] ppid=16327 vsize=10971352 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16336/stat : 16336 (java) R 16327 16330 15667 0 -1 4202560 1086 0 0 0 69 53 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577781583064 140577843123829 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16337] ppid=16327 vsize=10971352 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16337/stat : 16337 (java) R 16327 16330 15667 0 -1 4202560 502 0 0 0 68 46 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577780529752 140577843655775 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16338] ppid=16327 vsize=10971352 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16338/stat : 16338 (java) R 16327 16330 15667 0 -1 4202560 581 0 0 0 69 49 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577779476952 140577843655845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16339] ppid=16327 vsize=10971352 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) R 16327 16330 15667 0 -1 4202560 528 0 0 0 67 45 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577778424664 140577843655838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10971352 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) R 16327 16330 15667 0 -1 4202560 862 0 0 0 72 50 0 0 20 0 21 0 6177663 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577777371864 140577843366888 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) S 16327 16330 15667 0 -1 1077944384 3400 0 0 0 1 0 0 0 20 0 21 0 6177665 11234664448 681175 33554432000 4194304 4196468 140725282881712 140577332946112 140577858676437 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=16330/tid=16339] ppid=16327 vsize=10973400 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) R 16327 16330 15667 0 -1 4202560 1600 0 0 0 278 89 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577778424664 140577843366816 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10973400 CPUtime=3.75 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) R 16327 16330 15667 0 -1 4202560 1360 0 0 0 285 90 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577777371864 140577843366893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) S 16327 16330 15667 0 -1 1077944384 4284 0 0 0 9 0 0 0 20 0 20 0 6177665 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577332946112 140577858676437 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16342/stat : 16342 (java) S 16327 16330 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577331893600 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16343] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16343/stat : 16343 (java) S 16327 16330 15667 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577330841216 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16344] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16344/stat : 16344 (java) S 16327 16330 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577329789520 140577858684827 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16345] ppid=16327 vsize=10973400 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16345/stat : 16345 (java) S 16327 16330 15667 0 -1 1077944384 3678 0 0 0 84 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577328727648 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16346] ppid=16327 vsize=10973400 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16346/stat : 16346 (java) S 16327 16330 15667 0 -1 1077944384 3136 0 0 0 96 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577327668560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16347] ppid=16327 vsize=10973400 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16347/stat : 16347 (java) S 16327 16330 15667 0 -1 1077944384 4256 0 0 0 102 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577326622560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16348] ppid=16327 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16348/stat : 16348 (java) S 16327 16330 15667 0 -1 1077944384 3043 0 0 0 71 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577325575984 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16349] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16349/stat : 16349 (java) S 16327 16330 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577324526432 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16350] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16350/stat : 16350 (java) S 16327 16330 15667 0 -1 1077944384 808 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577323473712 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 48.01
Current children cumulated vsize (KiB) 10973400

[startup+18.8123 s]
/proc/loadavg: 3.42 2.39 2.11 10/282 16351
/proc/meminfo: memFree=27746384/32770624 swapFree=5880/146976
[pid=16330] ppid=16327 vsize=10973400 CPUtime=51.28 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 44979 0 0 0 4338 790 0 0 20 0 20 0 6177662 11236761600 906121 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2743350 906121 3178 1 0 2731217 0
[pid=16330/tid=16331] ppid=16327 vsize=10973400 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4722 0 0 0 19 3 0 0 20 0 20 0 6177662 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577862901872 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16333] ppid=16327 vsize=10973400 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16333/stat : 16333 (java) R 16327 16330 15667 0 -1 4202560 2112 0 0 0 319 98 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577784740640 140577843366849 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16334] ppid=16327 vsize=10973400 CPUtime=4.14 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16334/stat : 16334 (java) R 16327 16330 15667 0 -1 4202560 1729 0 0 0 323 91 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577783688152 140577843366864 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16335] ppid=16327 vsize=10973400 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16335/stat : 16335 (java) R 16327 16330 15667 0 -1 4202560 1117 0 0 0 321 95 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577782635864 140577843655827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16336] ppid=16327 vsize=10973400 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16336/stat : 16336 (java) R 16327 16330 15667 0 -1 4202560 1837 0 0 0 318 98 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577781583064 140577843662667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16337] ppid=16327 vsize=10973400 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16337/stat : 16337 (java) R 16327 16330 15667 0 -1 4202560 868 0 0 0 318 90 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577780529752 140577843366915 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16338] ppid=16327 vsize=10973400 CPUtime=4.07 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16338/stat : 16338 (java) R 16327 16330 15667 0 -1 4202560 1083 0 0 0 315 92 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577779476952 140577843366846 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16339] ppid=16327 vsize=10973400 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) R 16327 16330 15667 0 -1 4202560 1600 0 0 0 319 89 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577778424664 140577843366947 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10973400 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) R 16327 16330 15667 0 -1 4202560 1360 0 0 0 327 90 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577777371864 140577843366919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) S 16327 16330 15667 0 -1 1077944384 4284 0 0 0 9 0 0 0 20 0 20 0 6177665 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577332946112 140577858676437 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16342/stat : 16342 (java) S 16327 16330 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577331893600 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16343] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16343/stat : 16343 (java) S 16327 16330 15667 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577330841216 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16344] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16344/stat : 16344 (java) S 16327 16330 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577329789520 140577858684827 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16345] ppid=16327 vsize=10973400 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16345/stat : 16345 (java) S 16327 16330 15667 0 -1 1077944384 3678 0 0 0 84 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577328727648 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16346] ppid=16327 vsize=10973400 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16346/stat : 16346 (java) S 16327 16330 15667 0 -1 1077944384 3136 0 0 0 96 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577327668560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16347] ppid=16327 vsize=10973400 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16347/stat : 16347 (java) S 16327 16330 15667 0 -1 1077944384 4256 0 0 0 102 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577326622560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16348] ppid=16327 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16348/stat : 16348 (java) S 16327 16330 15667 0 -1 1077944384 3043 0 0 0 71 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577325575984 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16349] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16349/stat : 16349 (java) S 16327 16330 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577324526432 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16350] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16350/stat : 16350 (java) S 16327 16330 15667 0 -1 1077944384 808 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577323473712 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 51.28
Current children cumulated vsize (KiB) 10973400

[startup+19.201 s]
/proc/loadavg: 3.42 2.39 2.11 10/282 16351
/proc/meminfo: memFree=27746384/32770624 swapFree=5880/146976
[pid=16330] ppid=16327 vsize=10973400 CPUtime=54.39 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 44988 0 0 0 4649 790 0 0 20 0 20 0 6177662 11236761600 906121 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2743350 906121 3178 1 0 2731217 0
[pid=16330/tid=16331] ppid=16327 vsize=10973400 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4722 0 0 0 19 3 0 0 20 0 20 0 6177662 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577862901872 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16333] ppid=16327 vsize=10973400 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16333/stat : 16333 (java) R 16327 16330 15667 0 -1 4202560 2112 0 0 0 358 98 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577784740640 140577843366881 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16334] ppid=16327 vsize=10973400 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16334/stat : 16334 (java) R 16327 16330 15667 0 -1 4202560 1729 0 0 0 362 91 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577783688152 140577843366881 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16335] ppid=16327 vsize=10973400 CPUtime=4.55 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16335/stat : 16335 (java) R 16327 16330 15667 0 -1 4202560 1117 0 0 0 360 95 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577782635864 140577843366688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16336] ppid=16327 vsize=10973400 CPUtime=4.55 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16336/stat : 16336 (java) R 16327 16330 15667 0 -1 4202560 1837 0 0 0 357 98 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577781583064 140577843366927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16337] ppid=16327 vsize=10973400 CPUtime=4.47 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16337/stat : 16337 (java) R 16327 16330 15667 0 -1 4202560 868 0 0 0 357 90 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577780529752 140577843655709 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16338] ppid=16327 vsize=10973400 CPUtime=4.46 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16338/stat : 16338 (java) R 16327 16330 15667 0 -1 4202560 1083 0 0 0 354 92 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577779476952 140577843366976 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16339] ppid=16327 vsize=10973400 CPUtime=4.47 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) R 16327 16330 15667 0 -1 4202560 1600 0 0 0 358 89 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577778424664 140577843366927 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10973400 CPUtime=4.55 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) R 16327 16330 15667 0 -1 4202560 1369 0 0 0 365 90 0 0 20 0 20 0 6177663 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577777371864 140577843366915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) S 16327 16330 15667 0 -1 1077944384 4284 0 0 0 9 0 0 0 20 0 20 0 6177665 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577332946112 140577858676437 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16342/stat : 16342 (java) S 16327 16330 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577331893600 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16343] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16343/stat : 16343 (java) S 16327 16330 15667 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577330841216 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16344] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16344/stat : 16344 (java) S 16327 16330 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577329789520 140577858684827 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16345] ppid=16327 vsize=10973400 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16345/stat : 16345 (java) S 16327 16330 15667 0 -1 1077944384 3678 0 0 0 84 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577328727648 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16346] ppid=16327 vsize=10973400 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16346/stat : 16346 (java) S 16327 16330 15667 0 -1 1077944384 3136 0 0 0 96 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577327668560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16347] ppid=16327 vsize=10973400 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16347/stat : 16347 (java) S 16327 16330 15667 0 -1 1077944384 4256 0 0 0 102 1 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577326622560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16348] ppid=16327 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16348/stat : 16348 (java) S 16327 16330 15667 0 -1 1077944384 3043 0 0 0 71 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577325575984 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16349] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16349/stat : 16349 (java) S 16327 16330 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577324526432 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16350] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16350/stat : 16350 (java) S 16327 16330 15667 0 -1 1077944384 808 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906121 33554432000 4194304 4196468 140725282881712 140577323473712 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 54.39
Current children cumulated vsize (KiB) 10973400

[startup+19.301 s]
/proc/loadavg: 3.42 2.39 2.11 10/282 16351
/proc/meminfo: memFree=27746384/32770624 swapFree=5880/146976
[pid=16330] ppid=16327 vsize=10973400 CPUtime=54.88 cores=0,2,4,6,8,10,12,14
/proc/16330/stat : 16330 (java) S 16327 16330 15667 0 -1 1077944320 45473 0 0 0 4698 790 0 0 20 0 20 0 6177662 11236761600 906200 33554432000 4194304 4196468 140725282881712 140725282864256 140577858666231 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
/proc/16330/statm: 2743350 906200 3178 1 0 2731217 0
[pid=16330/tid=16331] ppid=16327 vsize=10973400 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16331/stat : 16331 (java) S 16327 16330 15667 0 -1 1077944384 4722 0 0 0 19 3 0 0 20 0 20 0 6177662 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577862901872 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16333] ppid=16327 vsize=10973400 CPUtime=4.62 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16333/stat : 16333 (java) S 16327 16330 15667 0 -1 1077944384 2132 0 0 0 364 98 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577784740752 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16334] ppid=16327 vsize=10973400 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16334/stat : 16334 (java) S 16327 16330 15667 0 -1 1077944384 1761 0 0 0 367 91 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577783687952 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16335] ppid=16327 vsize=10973400 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16335/stat : 16335 (java) S 16327 16330 15667 0 -1 1077944384 1143 0 0 0 366 95 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577782635664 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16336] ppid=16327 vsize=10973400 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16336/stat : 16336 (java) S 16327 16330 15667 0 -1 1077944384 1860 0 0 0 363 98 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577781582864 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16337] ppid=16327 vsize=10973400 CPUtime=4.52 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16337/stat : 16337 (java) S 16327 16330 15667 0 -1 1077944384 903 0 0 0 362 90 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577780529552 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16338] ppid=16327 vsize=10973400 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16338/stat : 16338 (java) S 16327 16330 15667 0 -1 1077944384 1121 0 0 0 359 92 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577779476752 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16339] ppid=16327 vsize=10973400 CPUtime=4.52 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16339/stat : 16339 (java) S 16327 16330 15667 0 -1 1077944384 1625 0 0 0 363 89 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577778424464 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16340] ppid=16327 vsize=10973400 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16340/stat : 16340 (java) S 16327 16330 15667 0 -1 1077944384 1411 0 0 0 371 90 0 0 20 0 20 0 6177663 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577777371664 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16341] ppid=16327 vsize=10973400 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16341/stat : 16341 (java) R 16327 16330 15667 0 -1 4202560 4513 0 0 0 14 0 0 0 20 0 20 0 6177665 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577332946000 140577843366927 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16342] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16342/stat : 16342 (java) S 16327 16330 15667 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577331893600 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16343] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16343/stat : 16343 (java) S 16327 16330 15667 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 6177666 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577330841216 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16344] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16344/stat : 16344 (java) S 16327 16330 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577329789520 140577858684827 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16345] ppid=16327 vsize=10973400 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16345/stat : 16345 (java) S 16327 16330 15667 0 -1 1077944384 3678 0 0 0 84 1 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577328727648 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16346] ppid=16327 vsize=10973400 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16346/stat : 16346 (java) S 16327 16330 15667 0 -1 1077944384 3136 0 0 0 96 1 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577327668560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16347] ppid=16327 vsize=10973400 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16347/stat : 16347 (java) S 16327 16330 15667 0 -1 1077944384 4256 0 0 0 102 1 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577326622560 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16348] ppid=16327 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16348/stat : 16348 (java) S 16327 16330 15667 0 -1 1077944384 3043 0 0 0 71 0 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577325575984 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16349] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16349/stat : 16349 (java) S 16327 16330 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577324526432 140577858676437 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
[pid=16330/tid=16350] ppid=16327 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16330/task/16350/stat : 16350 (java) S 16327 16330 15667 0 -1 1077944384 823 0 0 0 0 0 0 0 20 0 20 0 6177669 11236761600 906200 33554432000 4194304 4196468 140725282881712 140577323473712 140577858677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9510912 140725282886851 140725282886980 140725282886980 140725282889679 0
Current children cumulated CPU time (s) 54.88
Current children cumulated vsize (KiB) 10973400

Child status: 0
Real time (s): 19.3842
CPU time (s): 54.974
CPU user time (s): 47.0451
CPU system time (s): 7.92896
CPU usage (%): 283.602
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0451
system time used= 7.92896
maximum resident set size= 3626544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4773
involuntary context switches= 3499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.173042 second user time and 0.208598 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 09:38:00
IDJOB=4246493
IDBENCH=125603
IDSOLVER=2624
FILE ID=node104/4246493-1500709079
RUNJOBID= node104-1500696962-13208
PBS_JOBID= 20623031
Free space on /tmp= 61924 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-85-85.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246493-1500709079/watcher-4246493-1500709079 -o /tmp/evaluation-result-4246493-1500709079/solver-4246493-1500709079 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500696962-13208 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4246493-1500709079.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= ba1c49fa80fd17c1a348725aa5db0d15
RANDOM SEED=1234307734

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

/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	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31366552 kB
MemAvailable:   31574840 kB
Buffers:          183480 kB
Cached:           287912 kB
SwapCached:          252 kB
Active:           733740 kB
Inactive:         203020 kB
Active(anon):     420256 kB
Inactive(anon):    56384 kB
Active(file):     313484 kB
Inactive(file):   146636 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             92588 kB
Writeback:             0 kB
AnonPages:        623236 kB
Mapped:            42508 kB
Shmem:              8772 kB
Slab:             163080 kB
SReclaimable:     128004 kB
SUnreclaim:        35076 kB
KernelStack:        4976 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1569352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    520192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61916 MiB
End job on node104 at 2017-07-22 09:38:19