Trace number 4257702

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-11SAT (TO)3 243.024 240.01199

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-18.xml
MD5SUM3a3404c97a3d7cefcffb7ea6a332e0fb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark243.024
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints816
Number of domains1
Minimum domain size153
Maximum domain size153
Distribution of domain sizes[{"size":153,"count":153}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":171},{"degree":17,"count":153}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":816}]
Number of extensional constraints0
Number of intensional constraints816
Distribution of constraint types[{"type":"intension","count":816}]
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.32/0.32	
0.32/0.32	AbsCon 2 
0.32/0.32	
0.98/0.63	  Solving XCSP3-instance-4257702-1501997521 as a COP in -infty..+infty
0.98/0.63	  Loading variables...
1.32/0.70	  Loading constraints...
2.02/0.96	  Solver SolverBacktrack being built...
2.02/0.96	
2.02/0.99	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
2.02/0.99	
2.39/1.09	o 16
2.71/1.12	o 15
2.71/1.15	o 14
2.71/1.16	o 13
2.71/1.18	o 12
2.71/1.19	o 11
3.04/1.20	o 10
3.04/1.21	o 9
3.04/1.22	o 8
3.04/1.23	o 7
3.04/1.25	o 5
3.04/1.26	o 4
3.04/1.28	o 3
243.00/240.00	
243.00/240.00	v <instantiation id='sol13' type='solution' cost='3'>  <list> x[][] </list>  <values> * 0 0 0 1 0 1 2 2 2 0 1 2 3 2 3 1 2 * * 1 1 0 3 2 2 0 0 1 1 1 2 2 0 0 1 * * * 2 0 1 1 0 1 2 3 0 2 2 1 0 1 2 * * * * 2 2 1 3 2 1 2 3 0 0 0 1 0 3 * * * * * 1 2 2 1 2 0 3 0 2 0 1 2 1 * * * * * * 2 1 0 1 1 2 0 0 2 2 0 0 * * * * * * * 1 2 3 0 0 2 1 0 0 0 2 * * * * * * * * 3 0 2 1 1 0 0 1 0 1 * * * * * * * * * 1 0 0 1 2 0 2 2 3 * * * * * * * * * * 3 0 0 1 1 2 1 0 * * * * * * * * * * * 2 3 0 1 2 1 0 * * * * * * * * * * * * 2 0 1 3 2 2 * * * * * * * * * * * * * 1 1 0 1 3 * * * * * * * * * * * * * * 3 0 3 1 * * * * * * * * * * * * * * * 1 2 0 * * * * * * * * * * * * * * * * 1 0 * * * * * * * * * * * * * * * * * 1 * * * * * * * * * * * * * * * * * * </values>  </instantiation>
243.00/240.00	s SATISFIABLE

Verifier Data

OK	3

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

pid=17961
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.96 1.99 2.06 2/195 17964
/proc/meminfo: memFree=31701856/32770624 swapFree=0/302368
[pid=17964] ppid=17961 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17964/stat : 17964 (runsolver) D 17961 17964 2453 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 1947906 24240128 106 18446744073709551615 4194304 4338465 140722175313344 140722175310984 139837795660503 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 34402304 140722175320232 140722175320655 140722175320655 140722175324106 0
/proc/17964/statm: 5918 106 53 36 0 2156 0

[startup+0.100113 s]
/proc/loadavg: 1.96 1.99 2.06 2/195 17964
/proc/meminfo: memFree=31701856/32770624 swapFree=0/302368
[pid=17964] ppid=17961 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 3874 0 0 0 3 0 0 0 20 0 9 0 1947906 10395312128 5012 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2537918 5012 2109 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200357 s]
/proc/loadavg: 1.96 1.99 2.06 2/195 17964
/proc/meminfo: memFree=31701856/32770624 swapFree=0/302368
[pid=17964] ppid=17961 vsize=10551180 CPUtime=0.13 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 5409 0 0 0 12 1 0 0 20 0 15 0 1947906 10804408320 6851 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2637795 6851 2774 1 0 2627261 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551180

[startup+0.300226 s]
/proc/loadavg: 1.96 1.99 2.06 2/195 17964
/proc/meminfo: memFree=31701856/32770624 swapFree=0/302368
[pid=17964] ppid=17961 vsize=10553264 CPUtime=0.32 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 8946 0 0 0 30 2 0 0 20 0 15 0 1947906 10806542336 10251 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2638316 10251 2927 1 0 2627261 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10553264

[startup+0.703312 s]
/proc/loadavg: 1.96 1.99 2.06 2/195 17964
/proc/meminfo: memFree=31701856/32770624 swapFree=0/302368
[pid=17964] ppid=17961 vsize=10621952 CPUtime=1.32 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 14187 0 0 0 128 4 0 0 20 0 16 0 1947906 10876878848 20911 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2655488 20911 3082 1 0 2644414 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10621952

[startup+1.50066 s]
/proc/loadavg: 1.96 1.99 2.06 5/211 17980
/proc/meminfo: memFree=31560228/32770624 swapFree=0/302400
[pid=17964] ppid=17961 vsize=10624000 CPUtime=3.94 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 24903 0 0 0 387 7 0 0 20 0 16 0 1947906 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 40644 3112 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) R 17961 17964 2453 0 -1 4202560 4122 0 0 0 95 0 0 0 20 0 16 0 1947917 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884181233808 139884669180893 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) R 17961 17964 2453 0 -1 4202560 4011 0 0 0 95 0 0 0 20 0 16 0 1947917 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884180182080 139884673567975 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 3365 0 0 0 62 0 0 0 20 0 16 0 1947917 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 1947921 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=1.17 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 5871 0 0 0 114 3 0 0 20 0 16 0 1947938 10878976000 40644 18446744073709551615 4194304 4196468 140730866750560 139884173835808 139884289838467 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 10624000

[startup+3.10055 s]
/proc/loadavg: 1.96 1.99 2.06 3/211 17980
/proc/meminfo: memFree=31545216/32770624 swapFree=0/302400
[pid=17964] ppid=17961 vsize=10624000 CPUtime=5.67 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 25779 0 0 0 559 8 0 0 20 0 16 0 1947906 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 43239 3112 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=0.99 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) S 17961 17964 2453 0 -1 1077944384 4152 0 0 0 99 0 0 0 20 0 16 0 1947917 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884181248368 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=1.01 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) S 17961 17964 2453 0 -1 1077944384 4029 0 0 0 101 0 0 0 20 0 16 0 1947917 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884180195568 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 3892 0 0 0 63 0 0 0 20 0 16 0 1947917 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 1947921 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=2.76 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 6116 0 0 0 273 3 0 0 20 0 16 0 1947938 10878976000 43239 18446744073709551615 4194304 4196468 140730866750560 139884173845184 139884290054322 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 10624000

[startup+6.30057 s]
/proc/loadavg: 1.96 1.99 2.06 3/211 17980
/proc/meminfo: memFree=31524612/32770624 swapFree=0/302412
[pid=17964] ppid=17961 vsize=10624000 CPUtime=8.88 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 26645 0 0 0 880 8 0 0 20 0 16 0 1947906 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 48365 3116 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 1947913 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=0.99 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) S 17961 17964 2453 0 -1 1077944384 4152 0 0 0 99 0 0 0 20 0 16 0 1947917 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884181248368 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) S 17961 17964 2453 0 -1 1077944384 4029 0 0 0 102 0 0 0 20 0 16 0 1947917 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884180195568 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 3913 0 0 0 64 0 0 0 20 0 16 0 1947917 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 16 0 1947921 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=5.97 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 6715 0 0 0 593 4 0 0 20 0 16 0 1947938 10878976000 48365 18446744073709551615 4194304 4196468 140730866750560 139884173848312 139884289797368 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.97 1.99 2.06 3/211 17980
/proc/meminfo: memFree=31485576/32770624 swapFree=0/302412
[pid=17964] ppid=17961 vsize=10624000 CPUtime=15.36 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 29611 0 0 0 1525 11 0 0 20 0 16 0 1947906 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 56649 3138 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 16 0 1947913 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 16 0 1947913 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 16 0 1947913 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 875 0 0 0 1 0 0 0 20 0 16 0 1947913 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 56649 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0

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

/proc/meminfo: memFree=31453956/32770624 swapFree=0/302480
[pid=17964] ppid=17961 vsize=10624000 CPUtime=105.18 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 39249 0 0 0 10504 14 0 0 20 0 16 0 1947906 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 60540 3145 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 166 0 0 0 5 1 0 0 20 0 16 0 1947913 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 851 0 0 0 6 1 0 0 20 0 16 0 1947913 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 1903 0 0 0 6 1 0 0 20 0 16 0 1947913 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2039 0 0 0 6 1 0 0 20 0 16 0 1947913 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 1184 0 0 0 1 0 0 0 20 0 16 0 1947915 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) S 17961 17964 2453 0 -1 1077944384 5110 0 0 0 103 0 0 0 20 0 16 0 1947917 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884181248368 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) S 17961 17964 2453 0 -1 1077944384 4526 0 0 0 102 0 0 0 20 0 16 0 1947917 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884180195568 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 6107 0 0 0 65 1 0 0 20 0 16 0 1947917 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 320 0 0 0 0 1 0 0 20 0 16 0 1947921 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=101.88 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 9438 0 0 0 10184 4 0 0 20 0 16 0 1947938 10878976000 60540 18446744073709551615 4194304 4196468 140730866750560 139884173848496 139884289572832 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 105.18
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 2.07 1.99 2.05 3/214 18080
/proc/meminfo: memFree=31282672/32770624 swapFree=0/302652
[pid=17964] ppid=17961 vsize=10624000 CPUtime=165.25 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 41585 0 0 0 16508 17 0 0 20 0 16 0 1947906 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 65156 3145 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 245 0 0 0 7 2 0 0 20 0 16 0 1947913 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 1616 0 0 0 8 1 0 0 20 0 16 0 1947913 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 2300 0 0 0 7 1 0 0 20 0 16 0 1947913 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2063 0 0 0 8 1 0 0 20 0 16 0 1947913 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 1432 0 0 0 1 0 0 0 20 0 16 0 1947915 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) S 17961 17964 2453 0 -1 1077944384 5117 0 0 0 103 0 0 0 20 0 16 0 1947917 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884181248368 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) S 17961 17964 2453 0 -1 1077944384 4529 0 0 0 102 0 0 0 20 0 16 0 1947917 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884180195568 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 6110 0 0 0 65 1 0 0 20 0 16 0 1947917 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 360 0 0 0 1 2 0 0 20 0 16 0 1947921 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=161.84 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 10208 0 0 0 16180 4 0 0 20 0 16 0 1947938 10878976000 65156 18446744073709551615 4194304 4196468 140730866750560 139884173848496 139884289007331 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 165.25
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 2.04 3/212 18082
/proc/meminfo: memFree=31139032/32770624 swapFree=0/302724
[pid=17964] ppid=17961 vsize=10624000 CPUtime=225.3 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 43279 0 0 0 22512 18 0 0 20 0 16 0 1947906 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 64001 3145 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 327 0 0 0 8 2 0 0 20 0 16 0 1947913 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 2035 0 0 0 8 1 0 0 20 0 16 0 1947913 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 2308 0 0 0 8 2 0 0 20 0 16 0 1947913 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2069 0 0 0 8 1 0 0 20 0 16 0 1947913 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 1674 0 0 0 1 0 0 0 20 0 16 0 1947915 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) S 17961 17964 2453 0 -1 1077944384 5125 0 0 0 103 0 0 0 20 0 16 0 1947917 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884181248368 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) S 17961 17964 2453 0 -1 1077944384 4532 0 0 0 102 0 0 0 20 0 16 0 1947917 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884180195568 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 6383 0 0 0 65 1 0 0 20 0 16 0 1947917 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 399 0 0 0 1 2 0 0 20 0 16 0 1947921 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=221.83 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 10822 0 0 0 22179 4 0 0 20 0 16 0 1947938 10878976000 64001 18446744073709551615 4194304 4196468 140730866750560 139884173848496 139884289007360 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 225.3
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.99 1.98 2.04 3/211 18083
/proc/meminfo: memFree=31164408/32770624 swapFree=0/302732
[pid=17964] ppid=17961 vsize=10624000 CPUtime=243 cores=1,3,5,7
/proc/17964/stat : 17964 (java) S 17961 17964 2453 0 -1 1077944320 43297 0 0 0 24282 18 0 0 20 0 16 0 1947906 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 140730866733104 139884690009847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
/proc/17964/statm: 2656000 62975 3145 1 0 2644926 0
[pid=17964/tid=17966] ppid=17961 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17964/task/17966/stat : 17966 (java) S 17961 17964 2453 0 -1 1077944384 6158 0 0 0 20 1 0 0 20 0 16 0 1947912 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884694252720 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17967] ppid=17961 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/17964/task/17967/stat : 17967 (java) S 17961 17964 2453 0 -1 1077944384 329 0 0 0 8 2 0 0 20 0 16 0 1947913 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884620429968 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17968] ppid=17961 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/17964/task/17968/stat : 17968 (java) S 17961 17964 2453 0 -1 1077944384 2035 0 0 0 9 1 0 0 20 0 16 0 1947913 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884619377168 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17969] ppid=17961 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/17964/task/17969/stat : 17969 (java) S 17961 17964 2453 0 -1 1077944384 2308 0 0 0 8 2 0 0 20 0 16 0 1947913 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884618324368 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17970] ppid=17961 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/17964/task/17970/stat : 17970 (java) S 17961 17964 2453 0 -1 1077944384 2069 0 0 0 9 1 0 0 20 0 16 0 1947913 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884617271568 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17971] ppid=17961 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/17964/task/17971/stat : 17971 (java) S 17961 17964 2453 0 -1 1077944384 1677 0 0 0 2 0 0 0 20 0 16 0 1947915 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884185459568 139884690020994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17972] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17972/stat : 17972 (java) S 17961 17964 2453 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884184405536 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17973] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17973/stat : 17973 (java) S 17961 17964 2453 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 1947915 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884183352688 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17974] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17974/stat : 17974 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947917 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884182301008 139884690028443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17975] ppid=17961 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/17964/task/17975/stat : 17975 (java) S 17961 17964 2453 0 -1 1077944384 5125 0 0 0 103 0 0 0 20 0 16 0 1947917 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884181248368 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17976] ppid=17961 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/17964/task/17976/stat : 17976 (java) S 17961 17964 2453 0 -1 1077944384 4532 0 0 0 102 0 0 0 20 0 16 0 1947917 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884180195568 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17977] ppid=17961 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/17964/task/17977/stat : 17977 (java) S 17961 17964 2453 0 -1 1077944384 6383 0 0 0 65 1 0 0 20 0 16 0 1947917 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884179142768 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17978] ppid=17961 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17964/task/17978/stat : 17978 (java) S 17961 17964 2453 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 1947918 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884178090208 139884690020053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17979] ppid=17961 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/17964/task/17979/stat : 17979 (java) S 17961 17964 2453 0 -1 1077944384 399 0 0 0 1 3 0 0 20 0 16 0 1947921 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884177038512 139884690020994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
[pid=17964/tid=17980] ppid=17961 vsize=10624000 CPUtime=239.52 cores=1,3,5,7
/proc/17964/task/17980/stat : 17980 (java) R 17961 17964 2453 0 -1 4202560 10835 0 0 0 23948 4 0 0 20 0 16 0 1947938 10878976000 62975 18446744073709551615 4194304 4196468 140730866750560 139884173848496 139884289008199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13291520 140730866754003 140730866754132 140730866754132 140730866757583 0
Current children cumulated CPU time (s) 243
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17964 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.012
CPU time (s): 243.024
CPU user time (s): 242.83
CPU system time (s): 0.194066
CPU usage (%): 101.255
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.83
system time used= 0.194066
maximum resident set size= 262676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7604
involuntary context switches= 117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.978898 second user time and 1.33833 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-06 07:18:03
IDJOB=4257702
IDBENCH=140563
IDSOLVER=2642
FILE ID=node126/4257702-1501997521
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-18.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257702-1501997521/watcher-4257702-1501997521 -o /tmp/evaluation-result-4257702-1501997521/solver-4257702-1501997521 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node126-1501991020-11006 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257702-1501997521.xml

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

MD5SUM BENCH= 3a3404c97a3d7cefcffb7ea6a332e0fb
RANDOM SEED=1239524410

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:        31701596 kB
MemAvailable:   31934532 kB
Buffers:          107468 kB
Cached:           407256 kB
SwapCached:            0 kB
Active:           354088 kB
Inactive:         310900 kB
Active(anon):     150472 kB
Inactive(anon):     8532 kB
Active(file):     203616 kB
Inactive(file):   302368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             4 kB
AnonPages:        149916 kB
Mapped:            40028 kB
Shmem:              8868 kB
Slab:             110380 kB
SReclaimable:      85572 kB
SUnreclaim:        24808 kB
KernelStack:        3488 kB
PageTables:         5484 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:     63488 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:22:04