Trace number 4257701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11OPT2 58.084 56.214699

DiagnosticValue
WRONG_DECISIONS3260834

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-15.xml
MD5SUM4870bb42219503db6b08817d9224dcd4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.2839198
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints455
Number of domains1
Minimum domain size105
Maximum domain size105
Distribution of domain sizes[{"size":105,"count":105}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":120},{"degree":14,"count":105}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":455}]
Number of extensional constraints0
Number of intensional constraints455
Distribution of constraint types[{"type":"intension","count":455}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.22/0.37	
0.22/0.37	AbsCon 2 
0.22/0.37	
0.83/0.65	  Solving XCSP3-instance-4257701-1501997463 as a COP in -infty..+infty
0.83/0.65	  Loading variables...
1.08/0.71	  Loading constraints...
1.45/0.89	  Solver SolverBacktrack being built...
1.45/0.89	
1.74/0.92	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
1.74/0.92	
1.74/0.97	o 13
1.74/0.99	o 12
2.09/1.01	o 11
2.09/1.01	o 10
2.09/1.02	o 9
2.09/1.03	o 8
2.09/1.03	o 7
2.09/1.04	o 5
2.09/1.05	o 4
2.09/1.05	o 3
57.70/55.90	o 2
58.06/56.20	
58.06/56.20	v <instantiation id='sol11' type='solution' cost='2'>  <list> x[][] </list>  <values> * 1 2 0 0 1 2 0 1 0 2 2 0 1 1 * * 2 1 0 0 2 2 2 1 1 0 0 2 0 * * * 1 2 2 1 0 1 2 1 0 0 0 1 * * * * 2 1 2 1 2 2 0 0 1 0 0 * * * * * 1 0 2 1 1 1 2 1 0 2 * * * * * * 1 0 2 0 0 1 2 0 2 * * * * * * * 0 0 1 0 0 2 1 2 * * * * * * * * 1 1 2 1 2 1 0 * * * * * * * * * 0 2 2 0 0 0 * * * * * * * * * * 2 0 2 2 1 * * * * * * * * * * * 1 0 1 2 * * * * * * * * * * * * 2 2 1 * * * * * * * * * * * * * 1 1 * * * * * * * * * * * * * * 2 * * * * * * * * * * * * * * * </values>  </instantiation>
58.06/56.20	s OPTIMUM FOUND
58.06/56.20	
58.06/56.20	d WRONG_DECISIONS 3260834

Verifier Data

OK	2

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-4257701-1501997463/watcher-4257701-1501997463 -o /tmp/evaluation-result-4257701-1501997463/solver-4257701-1501997463 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node126-1501991020-11006 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257701-1501997463.xml 

pid=17882
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 1.89 1.98 2.07 3/195 17885
/proc/meminfo: memFree=31703972/32770624 swapFree=0/302276
[pid=17885] ppid=17882 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17885/stat : 17885 (runsolver) D 17882 17885 2453 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 1942126 24240128 106 18446744073709551615 4194304 4338465 140736718493472 140736718491112 140105039909591 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 16748544 140736718495912 140736718496335 140736718496335 140736718499786 0
/proc/17885/statm: 5918 106 53 36 0 2156 0

[startup+0.100106 s]
/proc/loadavg: 1.89 1.98 2.07 3/195 17885
/proc/meminfo: memFree=31703972/32770624 swapFree=0/302276
[pid=17885] ppid=17882 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17885/stat : 17885 (runsolver) D 17882 17885 2453 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 1942126 24240128 106 18446744073709551615 4194304 4338465 140736718493472 140736718491112 140105039909591 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 16748544 140736718495912 140736718496335 140736718496335 140736718499786 0
/proc/17885/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200274 s]
/proc/loadavg: 1.89 1.98 2.07 3/195 17885
/proc/meminfo: memFree=31703972/32770624 swapFree=0/302276
[pid=17885] ppid=17882 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 4798 0 0 0 5 0 0 0 20 0 14 0 1942126 10736119808 5840 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2621123 5840 2581 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.30028 s]
/proc/loadavg: 1.89 1.98 2.07 3/195 17885
/proc/meminfo: memFree=31703972/32770624 swapFree=0/302276
[pid=17885] ppid=17882 vsize=10551180 CPUtime=0.22 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 8666 0 0 0 20 2 0 0 20 0 15 0 1942126 10804408320 8976 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2637795 8976 2893 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551180

[startup+0.700651 s]
/proc/loadavg: 1.89 1.98 2.07 3/195 17885
/proc/meminfo: memFree=31703972/32770624 swapFree=0/302276
[pid=17885] ppid=17882 vsize=10621952 CPUtime=1.08 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 12969 0 0 0 104 4 0 0 20 0 16 0 1942126 10876878848 18620 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2655488 18620 3066 1 0 2644414 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10621952

[startup+1.50057 s]
/proc/loadavg: 1.89 1.98 2.07 5/211 17901
/proc/meminfo: memFree=31593544/32770624 swapFree=0/302316
[pid=17885] ppid=17882 vsize=10624000 CPUtime=3.04 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 18521 0 0 0 297 7 0 0 20 0 16 0 1942126 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 31476 3108 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.57 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 1888 0 0 0 57 0 0 0 20 0 16 0 1942142 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 940 0 0 0 59 0 0 0 20 0 16 0 1942142 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.51 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 2419 0 0 0 51 0 0 0 20 0 16 0 1942142 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=1.12 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 5717 0 0 0 109 3 0 0 20 0 16 0 1942163 10878976000 31476 18446744073709551615 4194304 4196468 140734446879104 139892229002912 139892810973190 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10624000

[startup+3.10057 s]
/proc/loadavg: 1.89 1.98 2.07 3/211 17901
/proc/meminfo: memFree=31582736/32770624 swapFree=0/302316
[pid=17885] ppid=17882 vsize=10624000 CPUtime=4.71 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 20618 0 0 0 464 7 0 0 20 0 16 0 1942126 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 34608 3109 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 2429 0 0 0 62 0 0 0 20 0 16 0 1942142 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1154 0 0 0 61 0 0 0 20 0 16 0 1942142 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 3491 0 0 0 52 1 0 0 20 0 16 0 1942142 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=2.72 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 5940 0 0 0 269 3 0 0 20 0 16 0 1942163 10878976000 34608 18446744073709551615 4194304 4196468 140734446879104 139892229016904 139892811734069 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 10624000

[startup+6.30058 s]
/proc/loadavg: 1.90 1.98 2.07 3/211 17901
/proc/meminfo: memFree=31559840/32770624 swapFree=0/302328
[pid=17885] ppid=17882 vsize=10624000 CPUtime=7.93 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 22104 0 0 0 785 8 0 0 20 0 16 0 1942126 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 40256 3113 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1942138 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 2432 0 0 0 62 0 0 0 20 0 16 0 1942142 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1157 0 0 0 61 0 0 0 20 0 16 0 1942142 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 3659 0 0 0 52 1 0 0 20 0 16 0 1942142 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=5.92 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 6542 0 0 0 589 3 0 0 20 0 16 0 1942163 10878976000 40256 18446744073709551615 4194304 4196468 140734446879104 139892229014912 139892811109153 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.91 1.98 2.07 3/211 17901
/proc/meminfo: memFree=31508020/32770624 swapFree=0/302332
[pid=17885] ppid=17882 vsize=10624000 CPUtime=14.38 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 25263 0 0 0 1429 9 0 0 20 0 16 0 1942126 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 51587 3134 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 16 0 1942138 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 16 0 1942138 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 626 0 0 0 1 0 0 0 20 0 16 0 1942138 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 16 0 1942138 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 568 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 51587 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0

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

/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1248 0 0 0 61 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.54 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 5327 0 0 0 53 1 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=50.76 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 8299 0 0 0 5072 4 0 0 20 0 16 0 1942163 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892229017208 139892810958976 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 53
Current children cumulated vsize (KiB) 10624000

[startup+54.4006 s]
/proc/loadavg: 1.96 1.99 2.06 3/211 17902
/proc/meminfo: memFree=31484748/32770624 swapFree=0/302356
[pid=17885] ppid=17882 vsize=10624000 CPUtime=56.2 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 30794 0 0 0 5608 12 0 0 20 0 16 0 1942126 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 56758 3142 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1246 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 910 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 1019 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 3269 0 0 0 64 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1248 0 0 0 61 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.54 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 5455 0 0 0 53 1 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=53.96 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 8444 0 0 0 5392 4 0 0 20 0 16 0 1942163 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892229017576 139892811109231 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 56.2
Current children cumulated vsize (KiB) 10624000

[startup+55.2006 s]
/proc/loadavg: 1.96 1.99 2.06 3/211 17902
/proc/meminfo: memFree=31484748/32770624 swapFree=0/302364
[pid=17885] ppid=17882 vsize=10624000 CPUtime=57 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 30800 0 0 0 5688 12 0 0 20 0 16 0 1942126 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 56758 3142 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1246 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 910 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 1019 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 3269 0 0 0 64 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1248 0 0 0 61 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.54 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 5455 0 0 0 53 1 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=54.76 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 8450 0 0 0 5472 4 0 0 20 0 16 0 1942163 10878976000 56758 18446744073709551615 4194304 4196468 140734446879104 139892229017576 139892811683131 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 57
Current children cumulated vsize (KiB) 10624000

[startup+56.0005 s]
/proc/loadavg: 1.96 1.99 2.06 3/211 17902
/proc/meminfo: memFree=31484748/32770624 swapFree=0/302364
[pid=17885] ppid=17882 vsize=10624000 CPUtime=57.8 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 31370 0 0 0 5768 12 0 0 20 0 16 0 1942126 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 56767 3142 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1246 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 910 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 1019 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 3269 0 0 0 64 0 0 0 20 0 16 0 1942142 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1248 0 0 0 61 0 0 0 20 0 16 0 1942142 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 5783 0 0 0 54 1 0 0 20 0 16 0 1942142 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=55.56 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 8692 0 0 0 5552 4 0 0 20 0 16 0 1942163 10878976000 56767 18446744073709551615 4194304 4196468 140734446879104 139892229017576 139892811107581 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 57.8
Current children cumulated vsize (KiB) 10624000

[startup+56.2063 s]
/proc/loadavg: 1.96 1.99 2.06 3/211 17902
/proc/meminfo: memFree=31484748/32770624 swapFree=0/302364
[pid=17885] ppid=17882 vsize=10624000 CPUtime=58.06 cores=1,3,5,7
/proc/17885/stat : 17885 (java) S 17882 17885 2453 0 -1 1077944320 32441 0 0 0 5794 12 0 0 20 0 16 0 1942126 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 140734446861648 139893200867063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
/proc/17885/statm: 2656000 56779 3142 1 0 2644926 0
[pid=17885/tid=17887] ppid=17882 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/17885/task/17887/stat : 17887 (java) S 17882 17885 2453 0 -1 1077944384 6187 0 0 0 19 1 0 0 20 0 16 0 1942137 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139893205109936 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17888] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17888/stat : 17888 (java) S 17882 17885 2453 0 -1 1077944384 1246 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139893131287056 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17889] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17889/stat : 17889 (java) S 17882 17885 2453 0 -1 1077944384 910 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139893130234512 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17890] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17890/stat : 17890 (java) S 17882 17885 2453 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139893129181456 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17891] ppid=17882 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17885/task/17891/stat : 17891 (java) S 17882 17885 2453 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 16 0 1942138 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139893128128912 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17892] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17892/stat : 17892 (java) S 17882 17885 2453 0 -1 1077944384 1035 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892240628464 139893200878210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17893] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17893/stat : 17893 (java) S 17882 17885 2453 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 1942139 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892239574688 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17894] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17894/stat : 17894 (java) S 17882 17885 2453 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 1942140 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892238521584 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17895] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17895/stat : 17895 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892237470160 139893200885659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17896] ppid=17882 vsize=10624000 CPUtime=0.67 cores=1,3,5,7
/proc/17885/task/17896/stat : 17896 (java) S 17882 17885 2453 0 -1 1077944384 3722 0 0 0 67 0 0 0 20 0 16 0 1942142 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892236417264 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17897] ppid=17882 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/17885/task/17897/stat : 17897 (java) S 17882 17885 2453 0 -1 1077944384 1786 0 0 0 63 0 0 0 20 0 16 0 1942142 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892235364720 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17898] ppid=17882 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/17885/task/17898/stat : 17898 (java) S 17882 17885 2453 0 -1 1077944384 5819 0 0 0 54 1 0 0 20 0 16 0 1942142 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892234311664 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17899] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17899/stat : 17899 (java) S 17882 17885 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1942142 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892233259360 139893200877269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17900] ppid=17882 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17885/task/17900/stat : 17900 (java) S 17882 17885 2453 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 16 0 1942147 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892232207408 139893200878210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
[pid=17885/tid=17901] ppid=17882 vsize=10624000 CPUtime=55.76 cores=1,3,5,7
/proc/17885/task/17901/stat : 17901 (java) R 17882 17885 2453 0 -1 4202560 8720 0 0 0 5572 4 0 0 20 0 16 0 1942163 10878976000 56779 18446744073709551615 4194304 4196468 140734446879104 139892229014752 139892810958983 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140734446883283 140734446883412 140734446883412 140734446886863 0
Current children cumulated CPU time (s) 58.06
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 56.2147
CPU time (s): 58.084
CPU user time (s): 57.9519
CPU system time (s): 0.132134
CPU usage (%): 103.325
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.9519
system time used= 0.132134
maximum resident set size= 227120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3532
involuntary context switches= 62

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.214294 second user time and 0.346693 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-06 07:17:06
IDJOB=4257701
IDBENCH=140560
IDSOLVER=2642
FILE ID=node126/4257701-1501997463
RUNJOBID= node126-1501991020-11006
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257701-1501997463/watcher-4257701-1501997463 -o /tmp/evaluation-result-4257701-1501997463/solver-4257701-1501997463 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node126-1501991020-11006 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257701-1501997463.xml

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

MD5SUM BENCH= 4870bb42219503db6b08817d9224dcd4
RANDOM SEED=414616563

node126.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.81
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.81
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.81
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.81
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:        31703712 kB
MemAvailable:   31936684 kB
Buffers:          107384 kB
Cached:           407112 kB
SwapCached:            0 kB
Active:           351484 kB
Inactive:         310808 kB
Active(anon):     147740 kB
Inactive(anon):     8532 kB
Active(file):     203744 kB
Inactive(file):   302276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8008 kB
Writeback:             4 kB
AnonPages:        147356 kB
Mapped:            40028 kB
Shmem:              8868 kB
Slab:             110264 kB
SReclaimable:      85572 kB
SUnreclaim:        24692 kB
KernelStack:        3440 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-06 07:18:02