Trace number 4263357

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1599 2492.0801

General information on the benchmark

NameLangford/Langford-m1-k4/
Langford-4-35.xml
MD5SUMa55c0e76347529fc2e2a84bb664efaa0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.045401
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints106
Number of domains1
Minimum domain size140
Maximum domain size140
Distribution of domain sizes[{"size":140,"count":140}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":70},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity140
Distribution of constraint arities[{"arity":2,"count":105},{"arity":140,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

6.73/3.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
6.73/3.36	c This is free software under the dual EPL/GNU LGPL licenses.
6.73/3.36	c See www.sat4j.org for details.
6.73/3.36	c That software uses the Rhino library from the Mozilla project.
6.73/3.36	c version CUSTOM.v20170705
6.73/3.36	c java.runtime.name	Java(TM) SE Runtime Environment
6.73/3.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
6.73/3.36	c java.vm.version	25.131-b11
6.73/3.36	c java.vm.vendor	Oracle Corporation
6.73/3.36	c sun.arch.data.model	64
6.73/3.36	c java.version		1.8.0_131
6.73/3.36	c os.name		Linux
6.73/3.36	c os.version		3.10.0-514.16.1.el7.x86_64
6.73/3.36	c os.arch		amd64
6.73/3.36	c Free memory 		499604488
6.73/3.36	c Max memory 		7247757312
6.73/3.36	c Total memory 		504889344
6.73/3.36	c Number of processors 	4
6.73/3.36	c c --- Begin Solver configuration ---
6.73/3.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
6.73/3.36	c Learn all clauses as in MiniSAT
6.73/3.36	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
6.73/3.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
6.73/3.36	c No reason simplification
6.73/3.36	c Glucose 2.1 dynamic restart strategy
6.73/3.36	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
6.73/3.36	c timeout=2147483s
6.73/3.36	c DB Simplification allowed=false
6.73/3.36	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
6.73/3.36	c --- End Solver configuration ---
6.73/3.36	c constraints type 
6.73/3.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
6.73/3.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1376900
6.73/3.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2058000
6.73/3.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 210
6.73/3.36	c 3435390 constraints processed.
2520.06/2492.00	c starts		: 31614
2520.06/2492.00	c conflicts		: 9362860
2520.06/2492.00	c decisions		: 81854319
2520.06/2492.00	c propagations		: 2456706896
2520.06/2492.00	c inspects		: 26632566224
2520.06/2492.00	c shortcuts		: 0
2520.06/2492.00	c learnt literals	: 1483
2520.06/2492.00	c learnt binary clauses	: 2597
2520.06/2492.00	c learnt ternary clauses	: 4062
2520.06/2492.00	c learnt constraints	: 9361377
2520.06/2492.00	c ignored constraints	: 0
2520.06/2492.00	c root simplifications	: 0
2520.06/2492.00	c removed literals (reason simplification)	: 0
2520.06/2492.00	c reason swapping (by a shorter reason)	: 0
2520.06/2492.00	c Calls to reduceDB	: 132
2520.06/2492.00	c Number of update (reduction) of LBD	: 8580869
2520.06/2492.00	c Imported unit clauses	: 0
2520.06/2492.00	c number of reductions to clauses (during analyze)	: 0
2520.06/2492.00	c number of learned constraints concerned by reduction	: 0
2520.06/2492.00	c number of learning phase by resolution	: 0
2520.06/2492.00	c number of learning phase by cutting planes	: 0
2520.06/2492.00	c number of rounding to 1 operations	: 0
2520.06/2492.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.06/2492.00	c number of reductions of the coefficients by power 2 	: 0
2520.06/2492.00	c number of right shift for reduction by power 2 	: 0
2520.06/2492.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.06/2492.00	c speed (assignments/second)	: 987171.6252141739
2520.06/2492.00	c non guided choices	3340894
2520.06/2492.04	c learnt constraints type 
2520.06/2492.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2597
2520.06/2492.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 190923
2520.06/2492.04	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263357-1502623710/watcher-4263357-1502623710 -o /tmp/evaluation-result-4263357-1502623710/solver-4263357-1502623710 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263357-1502623710.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22080, runsolver pid=22077
Current StackSize limit: 8192 KiB


[startup+0.100018 s]*
/proc/loadavg: 5.01 4.32 3.28 6/201 22081
/proc/meminfo: memFree=23010496/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=356952 memory=7604 CPUtime=0 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 1743 0 0 0 0 0 0 0 20 0 2 0 110186160 365518848 1901 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 89238 1901 1053 1 0 79208 0
[pid=22080/tid=22082] ppid=22077 vsize=356952 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) S 22077 22080 8289 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 2 0 110186170 365518848 1901 18446744073709551615 4194304 4196468 140727898554608 140295529343392 140295525112450 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7604 KiB

[startup+0.209974 s]*
/proc/loadavg: 5.01 4.32 3.28 4/214 22094
/proc/meminfo: memFree=22998720/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10484492 memory=23740 CPUtime=0.06 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 4888 0 0 0 5 1 0 0 20 0 14 0 110186160 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2621123 5935 2581 1 0 2610620 0
[pid=22080/tid=22082] ppid=22077 vsize=10484492 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) D 22077 22080 8289 0 -1 4202560 3007 0 0 0 4 1 0 0 20 0 14 0 110186170 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295529338784 140295525123325 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10484492 memory=330 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110186171 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10484492 memory=139626705401723 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110186171 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110186171 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110186171 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10484492 memory=139626705249920 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110186172 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 110186173 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295020827680 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 110186173 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295019774832 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110186176 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 110186176 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110186176 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10484492 memory=139626705249920 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 110186176 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110186176 10736119808 5935 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23740 KiB

[startup+0.313249 s]*
/proc/loadavg: 5.01 4.32 3.28 7/215 22095
/proc/meminfo: memFree=22989924/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10551156 memory=33364 CPUtime=0.21 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 8156 0 0 0 18 3 0 0 20 0 15 0 110186160 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2637789 8341 2849 1 0 2627261 0
[pid=22080/tid=22082] ppid=22077 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) R 22077 22080 8289 0 -1 4202560 5878 0 0 0 12 2 0 0 20 0 15 0 110186170 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295529330448 140295509181790 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186171 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110186171 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186171 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186171 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110186172 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110186173 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295020827680 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110186173 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295019774832 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110186176 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 489 0 0 0 0 0 0 0 20 0 15 0 110186176 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 110186176 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10551156 memory=139626705249920 CPUtime=0.03 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 383 0 0 0 3 0 0 0 20 0 15 0 110186176 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110186176 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10551156 memory=139626705249920 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186183 10804383744 8341 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33364 KiB

[startup+0.700674 s]
/proc/loadavg: 5.01 4.32 3.28 8/215 22095
/proc/meminfo: memFree=22976048/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10551232 memory=91476 CPUtime=1.08 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 10825 0 0 0 103 5 0 0 20 0 15 0 110186160 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2637808 22869 3055 1 0 2627261 0
[pid=22080/tid=22082] ppid=22077 vsize=10551232 memory=4612 CPUtime=0.51 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) R 22077 22080 8289 0 -1 4202560 6776 0 0 0 48 3 0 0 20 0 15 0 110186170 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295529338768 140295125913055 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10551232 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186171 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10551232 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110186171 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10551232 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186171 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10551232 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186171 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10551232 memory=32732 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110186172 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10551232 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110186173 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295020827680 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10551232 memory=640 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110186173 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295019774832 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10551232 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110186176 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10551232 memory=956 CPUtime=0.18 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) R 22077 22080 8289 0 -1 4202560 1068 0 0 0 18 0 0 0 20 0 15 0 110186176 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295510210869 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10551232 memory=2248 CPUtime=0.2 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 727 0 0 0 20 0 0 0 20 0 15 0 110186176 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10551232 memory=4288 CPUtime=0.15 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 886 0 0 0 15 0 0 0 20 0 15 0 110186176 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110186176 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10551232 memory=928 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110186183 10804461568 22869 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 91476 KiB

[startup+1.5008 s]
/proc/loadavg: 5.01 4.32 3.28 6/215 22095
/proc/meminfo: memFree=22881672/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10551232 memory=213000 CPUtime=2.06 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 12366 0 0 0 195 11 0 0 20 0 15 0 110186160 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2637808 53250 3088 1 0 2627261 0
[pid=22080/tid=22082] ppid=22077 vsize=10551232 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) R 22077 22080 8289 0 -1 4202560 6916 0 0 0 122 4 0 0 20 0 15 0 110186170 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295529340080 140295126018443 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10551232 memory=7739276948478389867 CPUtime=0.05 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 100 0 0 0 4 1 0 0 20 0 15 0 110186171 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10551232 memory=6082209566964602466 CPUtime=0.05 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 208 0 0 0 4 1 0 0 20 0 15 0 110186171 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10551232 memory=7013346343823632999 CPUtime=0.05 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 268 0 0 0 4 1 0 0 20 0 15 0 110186171 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10551232 memory=7881696724453321575 CPUtime=0.05 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 112 0 0 0 4 1 0 0 20 0 15 0 110186171 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10551232 memory=7453282923478675300 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 110186172 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10551232 memory=5787213827046134113 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 110186173 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295020827680 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 110186173 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295019774832 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110186176 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 1083 0 0 0 19 0 0 0 20 0 15 0 110186176 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10551232 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 729 0 0 0 20 0 0 0 20 0 15 0 110186176 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 1151 0 0 0 15 0 0 0 20 0 15 0 110186176 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110186176 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 110186183 10804461568 53250 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 213000 KiB

[startup+3.11001 s]
/proc/loadavg: 5.01 4.32 3.28 3/215 22095
/proc/meminfo: memFree=22423980/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10551232 memory=600240 CPUtime=6.54 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 18702 0 0 0 614 40 0 0 20 0 15 0 110186160 10804461568 150060 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2637808 150060 3110 1 0 2627261 0
[pid=22080/tid=22082] ppid=22077 vsize=10551232 memory=0 CPUtime=1.9 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) S 22077 22080 8289 0 -1 1077944384 8480 0 0 0 185 5 0 0 20 0 15 0 110186170 10804461568 150060 18446744073709551615 4194304 4196468 140727898554608 140295529338208 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0

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

/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 23406 0 0 0 71 4 0 0 20 0 16 0 110186172 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10617796 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 110186173 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295020827744 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110186173 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295019774848 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10617796 memory=3769008 CPUtime=1.04 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 4690 0 0 0 102 2 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10617796 memory=3769008 CPUtime=1.14 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 4907 0 0 0 113 1 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10617796 memory=4168 CPUtime=0.36 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 4559 0 0 0 34 2 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10617796 memory=53320 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10617796 memory=1296 CPUtime=1.4 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 2168 0 0 0 73 67 0 0 20 0 16 0 110186183 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22096] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22096/stat : 22096 (java) S 22077 22080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110186497 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295012406192 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 2410.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3769008 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 2.05 2.15 3/215 22326
/proc/meminfo: memFree=24376072/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10617796 memory=3769008 CPUtime=2470.13 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 288564 0 0 0 246523 490 0 0 20 0 16 0 110186160 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2654449 942252 3138 1 0 2643902 0
[pid=22080/tid=22082] ppid=22077 vsize=10617796 memory=279253136795328 CPUtime=2433.27 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) R 22077 22080 8289 0 -1 4202560 64307 0 0 0 243310 17 0 0 20 0 16 0 110186170 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295529340256 140295127491061 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10617796 memory=3769008 CPUtime=8.03 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 50038 0 0 0 700 103 0 0 20 0 16 0 110186171 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10617796 memory=1008 CPUtime=7.99 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 42242 0 0 0 699 100 0 0 20 0 16 0 110186171 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10617796 memory=3769008 CPUtime=8.02 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 47804 0 0 0 699 103 0 0 20 0 16 0 110186171 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10617796 memory=3769008 CPUtime=8.01 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 42900 0 0 0 700 101 0 0 20 0 16 0 110186171 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10617796 memory=36 CPUtime=0.75 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 23413 0 0 0 71 4 0 0 20 0 16 0 110186172 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 110186173 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295020827744 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110186173 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295019774848 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10617796 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10617796 memory=3769008 CPUtime=1.04 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 4692 0 0 0 102 2 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10617796 memory=15876 CPUtime=1.14 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 4910 0 0 0 113 1 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0.36 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 4561 0 0 0 34 2 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110186176 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10617796 memory=3769008 CPUtime=1.44 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 2199 0 0 0 75 69 0 0 20 0 16 0 110186183 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22096] ppid=22077 vsize=10617796 memory=3769008 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22096/stat : 22096 (java) S 22077 22080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110186497 10872623104 942252 18446744073709551615 4194304 4196468 140727898554608 140295012406192 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 2470.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3769008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.8 s]
/proc/loadavg: 2.02 2.04 2.14 3/215 22328
/proc/meminfo: memFree=24376744/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10617796 memory=3768860 CPUtime=2520.05 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 295578 0 0 0 251513 492 0 0 20 0 16 0 110186160 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2654449 942215 3138 1 0 2643902 0
[pid=22080/tid=22082] ppid=22077 vsize=10617796 memory=1200 CPUtime=2482.63 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) R 22077 22080 8289 0 -1 4202560 67542 0 0 0 248246 17 0 0 20 0 16 0 110186170 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295529340256 140295125755600 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10617796 memory=15876 CPUtime=8.16 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 51961 0 0 0 713 103 0 0 20 0 16 0 110186171 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10617796 memory=3768860 CPUtime=8.11 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 42922 0 0 0 711 100 0 0 20 0 16 0 110186171 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10617796 memory=32792 CPUtime=8.15 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 48061 0 0 0 712 103 0 0 20 0 16 0 110186171 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10617796 memory=1232 CPUtime=8.13 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 43604 0 0 0 712 101 0 0 20 0 16 0 110186171 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10617796 memory=3768860 CPUtime=0.75 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 23591 0 0 0 71 4 0 0 20 0 16 0 110186172 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10617796 memory=3768860 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 110186173 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295020827744 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10617796 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110186173 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295019774848 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10617796 memory=3220 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110186176 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10617796 memory=3245496 CPUtime=1.04 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 4694 0 0 0 102 2 0 0 20 0 16 0 110186176 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10617796 memory=-8774313645642428999 CPUtime=1.14 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 4913 0 0 0 113 1 0 0 20 0 16 0 110186176 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10617796 memory=4872558044660077418 CPUtime=0.36 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 4563 0 0 0 34 2 0 0 20 0 16 0 110186176 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10617796 memory=-7606742951091920751 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110186176 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10617796 memory=-6876588452865875872 CPUtime=1.48 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 2229 0 0 0 77 71 0 0 20 0 16 0 110186183 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22096] ppid=22077 vsize=10617796 memory=-7595761213635136096 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22096/stat : 22096 (java) S 22077 22080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110186497 10872623104 942215 18446744073709551615 4194304 4196468 140727898554608 140295012406192 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3768860 KiB

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

[startup+2492.08 s]
# the end of solver process 22080 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.2 s, system=4.95364 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2492 s]*
/proc/loadavg: 2.02 2.04 2.14 2/216 22331
/proc/meminfo: memFree=24376752/32770624 swapFree=67108860/67108860
[pid=22080] ppid=22077 vsize=10817488 memory=3769180 CPUtime=2520.06 cores=0,2,4,6
/proc/22080/stat : 22080 (java) S 22077 22080 8289 0 -1 1077944320 296012 0 0 0 251514 492 0 0 20 0 17 0 110186160 11077107712 942295 18446744073709551615 4194304 4196468 140727898554608 140727898537152 140295525101303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
/proc/22080/statm: 2704372 942295 3140 1 0 2693825 0
[pid=22080/tid=22082] ppid=22077 vsize=10817488 memory=-8774313645642428999 CPUtime=2482.64 cores=0,2,4,6
/proc/22080/task/22082/stat : 22082 (java) S 22077 22080 8289 0 -1 1077944384 67562 0 0 0 248247 17 0 0 20 0 17 0 110186170 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295529344176 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22083] ppid=22077 vsize=10817488 memory=4872558044660077418 CPUtime=8.16 cores=0,2,4,6
/proc/22080/task/22083/stat : 22083 (java) S 22077 22080 8289 0 -1 1077944384 51961 0 0 0 713 103 0 0 20 0 17 0 110186171 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295455521936 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22084] ppid=22077 vsize=10817488 memory=1228 CPUtime=8.11 cores=0,2,4,6
/proc/22080/task/22084/stat : 22084 (java) S 22077 22080 8289 0 -1 1077944384 42922 0 0 0 711 100 0 0 20 0 17 0 110186171 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295454469136 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22085] ppid=22077 vsize=10817488 memory=14356 CPUtime=8.15 cores=0,2,4,6
/proc/22080/task/22085/stat : 22085 (java) S 22077 22080 8289 0 -1 1077944384 48061 0 0 0 712 103 0 0 20 0 17 0 110186171 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295453416336 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22086] ppid=22077 vsize=10817488 memory=1008 CPUtime=8.13 cores=0,2,4,6
/proc/22080/task/22086/stat : 22086 (java) S 22077 22080 8289 0 -1 1077944384 43604 0 0 0 712 101 0 0 20 0 17 0 110186171 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295452363536 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22087] ppid=22077 vsize=10817488 memory=2012 CPUtime=0.75 cores=0,2,4,6
/proc/22080/task/22087/stat : 22087 (java) S 22077 22080 8289 0 -1 1077944384 23591 0 0 0 71 4 0 0 20 0 17 0 110186172 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295021881712 140295525112450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22088] ppid=22077 vsize=10817488 memory=11136 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22088/stat : 22088 (java) S 22077 22080 8289 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 110186173 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295020827744 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22089] ppid=22077 vsize=10817488 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22089/stat : 22089 (java) S 22077 22080 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 110186173 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295019774848 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22090] ppid=22077 vsize=10817488 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22090/stat : 22090 (java) S 22077 22080 8289 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 110186176 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295018723152 140295525119899 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22091] ppid=22077 vsize=10817488 memory=1436 CPUtime=1.04 cores=0,2,4,6
/proc/22080/task/22091/stat : 22091 (java) S 22077 22080 8289 0 -1 1077944384 4739 0 0 0 102 2 0 0 20 0 17 0 110186176 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295017671536 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22092] ppid=22077 vsize=10817488 memory=1200 CPUtime=1.14 cores=0,2,4,6
/proc/22080/task/22092/stat : 22092 (java) S 22077 22080 8289 0 -1 1077944384 4913 0 0 0 113 1 0 0 20 0 17 0 110186176 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295016618736 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22093] ppid=22077 vsize=10817488 memory=15876 CPUtime=0.36 cores=0,2,4,6
/proc/22080/task/22093/stat : 22093 (java) S 22077 22080 8289 0 -1 1077944384 4666 0 0 0 34 2 0 0 20 0 17 0 110186176 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295015565936 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22094] ppid=22077 vsize=10817488 memory=33 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22094/stat : 22094 (java) S 22077 22080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110186176 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295014513376 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22095] ppid=22077 vsize=10817488 memory=7163938823585031762 CPUtime=1.48 cores=0,2,4,6
/proc/22080/task/22095/stat : 22095 (java) S 22077 22080 8289 0 -1 1077944384 2229 0 0 0 77 71 0 0 20 0 17 0 110186183 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295013460656 140295525112450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22329] ppid=22077 vsize=10817488 memory=7440067974812100712 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22329/stat : 22329 (java) S 22077 22080 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 110435340 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295011352688 140295525111509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
[pid=22080/tid=22330] ppid=22077 vsize=10817488 memory=7800344859672539730 CPUtime=0 cores=0,2,4,6
/proc/22080/task/22330/stat : 22330 (java) R 22077 22080 8289 0 -1 4202560 97 0 0 0 0 0 0 0 20 0 17 0 110435340 11077107712 942300 18446744073709551615 4194304 4196468 140727898554608 140295010300816 140295123651567 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30126080 140727898558864 140727898559017 140727898559017 140727898562511 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3769180 KiB

Child status: 143
Real time (s): 2492.08
CPU time (s): 2520.16
CPU user time (s): 2515.2
CPU system time (s): 4.95364
CPU usage (%): 101.126
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3769180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.2
system time used= 4.95364
maximum resident set size= 3769264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296249
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57537
involuntary context switches= 2862


# summary of solver processes directly reported to runsolver:
#   pid: 22080
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2515.2
#   total CPU system time (s): 4.95364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6882 second user time and 24.6993 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 13:14:22
IDJOB=4263357
IDBENCH=124301
IDSOLVER=2651
FILE ID=node133/4263357-1502623710
RUNJOBID= node133-1502619490-21334
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m1-k4/Langford-4-35.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263357-1502623710/watcher-4263357-1502623710 -o /tmp/evaluation-result-4263357-1502623710/solver-4263357-1502623710 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263357-1502623710.xml

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

MD5SUM BENCH= a55c0e76347529fc2e2a84bb664efaa0
RANDOM SEED=870170447

node133.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.17
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.17
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.17
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.17
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:        23010380 kB
MemAvailable:   23588308 kB
Buffers:          229968 kB
Cached:           642400 kB
SwapCached:            0 kB
Active:          9122260 kB
Inactive:         172344 kB
Active(anon):    8362896 kB
Inactive(anon):   100840 kB
Active(file):     759364 kB
Inactive(file):    71504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:           212 kB
AnonPages:       8422020 kB
Mapped:            67688 kB
Shmem:             41660 kB
Slab:             153324 kB
SReclaimable:     125792 kB
SUnreclaim:        27532 kB
KernelStack:        3536 kB
PageTables:        21864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8639832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7407616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-13 13:55:54