Trace number 4291893

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
Sat4j-CSP 2018-07-11? (TO) 2400.38 2386.44

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-04-opt_c18.xml
MD5SUM61d46f07ed59020314d5adfe9107f362
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark394
Best CPU time to get the best result obtained on this benchmark3.89223
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2244
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":32},{"size":24,"count":14},{"size":36,"count":90},{"size":42,"count":152},{"size":44,"count":112}]
Minimum variable degree5
Maximum variable degree21
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":13},{"degree":7,"count":13},{"degree":8,"count":28},{"degree":9,"count":47},{"degree":10,"count":60},{"degree":11,"count":36},{"degree":12,"count":37},{"degree":13,"count":22},{"degree":14,"count":21},{"degree":15,"count":19},{"degree":16,"count":31},{"degree":17,"count":42},{"degree":18,"count":12},{"degree":19,"count":11},{"degree":20,"count":4},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2244}]
Number of extensional constraints0
Number of intensional constraints2244
Distribution of constraint types[{"type":"intension","count":2244}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

9.28/3.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
9.28/3.19	c This is free software under the dual EPL/GNU LGPL licenses.
9.28/3.19	c See www.sat4j.org for details.
9.28/3.19	c That software uses the Rhino library from the Mozilla project.
9.28/3.19	c version 2.3.6-SNAPSHOT
9.28/3.19	c java.runtime.name	Java(TM) SE Runtime Environment
9.28/3.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
9.28/3.19	c java.vm.version	25.131-b11
9.28/3.19	c java.vm.vendor	Oracle Corporation
9.28/3.19	c sun.arch.data.model	64
9.28/3.19	c java.version		1.8.0_131
9.28/3.19	c os.name		Linux
9.28/3.19	c os.version		3.10.0-514.16.1.el7.x86_64
9.28/3.19	c os.arch		amd64
9.28/3.19	c Free memory 		499604488
9.28/3.19	c Max memory 		7247757312
9.28/3.19	c Total memory 		504889344
9.28/3.19	c Number of processors 	4
9.28/3.19	c c --- Begin Solver configuration ---
9.28/3.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
9.28/3.19	c Learn all clauses as in MiniSAT
9.28/3.19	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
9.28/3.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
9.28/3.19	c No reason simplification
9.28/3.19	c Glucose 2.1 dynamic restart strategy
9.28/3.19	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
9.28/3.19	c timeout=2147483s
9.28/3.19	c DB Simplification allowed=false
9.28/3.19	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
9.28/3.19	c --- End Solver configuration ---
9.28/3.19	c constraints type 
9.28/3.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
9.28/3.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 181882
9.28/3.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4116579
9.28/3.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 4488
9.28/3.19	c 4303749 constraints processed.
28.83/21.29	o 792
2400.31/2386.40	c starts		: 24438
2400.31/2386.40	c conflicts		: 4522046
2400.31/2386.40	c decisions		: 93272475
2400.31/2386.40	c propagations		: 1780762147
2400.31/2386.40	c inspects		: 25961993072
2400.31/2386.40	c shortcuts		: 0
2400.31/2386.40	c learnt literals	: 997
2400.31/2386.40	c learnt binary clauses	: 6565
2400.31/2386.40	c learnt ternary clauses	: 13490
2400.31/2386.40	c learnt constraints	: 4521049
2400.31/2386.40	c ignored constraints	: 0
2400.31/2386.40	c root simplifications	: 0
2400.31/2386.40	c removed literals (reason simplification)	: 0
2400.31/2386.40	c reason swapping (by a shorter reason)	: 0
2400.31/2386.40	c Calls to reduceDB	: 101
2400.31/2386.40	c Number of update (reduction) of LBD	: 3067434
2400.31/2386.40	c Imported unit clauses	: 0
2400.31/2386.40	c number of reductions to clauses (during analyze)	: 0
2400.31/2386.40	c number of learned constraints concerned by reduction	: 0
2400.31/2386.40	c number of learning phase by resolution	: 0
2400.31/2386.40	c number of learning phase by cutting planes	: 0
2400.31/2386.40	c number of rounding to 1 operations	: 0
2400.31/2386.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.31/2386.40	c number of reductions of the coefficients by power 2 	: 0
2400.31/2386.40	c number of right shift for reduction by power 2 	: 0
2400.31/2386.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.31/2386.40	c number of ending skipping 	: 0
2400.31/2386.40	c number of internal skipping 	: 0
2400.31/2386.40	c number of derivation steps 	: 0
2400.31/2386.40	c number of skipped derivation steps 	: 0
2400.31/2386.40	c number of remaining unassigned 	: 0
2400.31/2386.40	c number of remaining assigned 	: 0
2400.31/2386.40	c speed (assignments/second)	: 747229.1538859847
2400.31/2386.40	c non guided choices	: 6688634
2400.31/2386.42	Exception in thread "Thread-0" java.lang.NullPointerException
2400.31/2386.42		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.31/2386.42		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.31/2386.42		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.31/2386.42		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.31/2386.42		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.31/2386.42		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.31/2386.42		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.31/2386.42		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (8764 MiB free)
  memory of node 1: 16384 MiB (11011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291893-1532262664/watcher-4291893-1532262664 -o /tmp/evaluation-result-4291893-1532262664/solver-4291893-1532262664 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291893-1532262664.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=513, runsolver pid=509
Current StackSize limit: 8192 KiB


[startup+0.100576 s]*
/proc/loadavg: 2.07 2.15 1.99 2/217 530
/proc/meminfo: memFree=20234332/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10659012 memory=30092 CPUtime=0.12 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 6586 0 0 0 10 2 0 0 20 0 15 0 43829600 10914828288 7523 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2664753 7523 2847 1 0 2627263 0
[pid=513/tid=515] ppid=509 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 4428 0 0 0 8 1 0 0 20 0 15 0 43829601 10914828288 7523 33554432000 4194304 4196468 140729458979808 140201365200688 140201360999581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 7523 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10659012 memory=139626333157340 CPUtime=0 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 7523 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 7523 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 7523 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10659012 memory=139626333128320 CPUtime=0 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43829603 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43829603 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200394900640 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43829603 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) S 509 513 32641 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200391744240 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) S 509 513 32641 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10659012 memory=139626333128320 CPUtime=0.02 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) S 509 513 32641 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 43829606 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200389638640 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10659012 memory=139626333128320 CPUtime=0 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 7523 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30092 KiB

[startup+0.210567 s]*
/proc/loadavg: 2.07 2.15 1.99 4/217 530
/proc/meminfo: memFree=20224028/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10659012 memory=42056 CPUtime=0.32 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 8112 0 0 0 30 2 0 0 20 0 15 0 43829600 10914828288 10514 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2664753 10514 3007 1 0 2627263 0
[pid=513/tid=515] ppid=509 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 5003 0 0 0 19 1 0 0 20 0 15 0 43829601 10914828288 10514 33554432000 4194304 4196468 140729458979808 140201365208272 140201339396784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 10514 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10659012 memory=139626333157340 CPUtime=0 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 10514 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 10514 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914828288 10514 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10659012 memory=139626333128320 CPUtime=0 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43829603 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43829603 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200394900640 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43829603 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) S 509 513 32641 0 -1 1077944384 509 0 0 0 2 0 0 0 20 0 15 0 43829606 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200391744240 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) S 509 513 32641 0 -1 1077944384 545 0 0 0 2 0 0 0 20 0 15 0 43829606 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10659012 memory=139626333128320 CPUtime=0.07 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) R 509 513 32641 0 -1 4202560 713 0 0 0 7 0 0 0 20 0 15 0 43829606 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200389638640 140201353214782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10659012 memory=139626333128320 CPUtime=0 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829606 10914828288 10514 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42056 KiB

[startup+0.310517 s]*
/proc/loadavg: 2.07 2.15 1.99 4/217 530
/proc/meminfo: memFree=20212596/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10659088 memory=52140 CPUtime=0.57 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 9639 0 0 0 54 3 0 0 20 0 15 0 43829600 10914906112 13035 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2664772 13035 3067 1 0 2627263 0
[pid=513/tid=515] ppid=509 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 5570 0 0 0 28 1 0 0 20 0 15 0 43829601 10914906112 13035 33554432000 4194304 4196468 140729458979808 140201365212880 140200969882503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 13035 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10659088 memory=139626333157091 CPUtime=0 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 13035 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 13035 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 13035 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10659088 memory=139626333128320 CPUtime=0 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43829603 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43829603 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200394900640 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43829603 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) R 509 513 32641 0 -1 4202560 1048 0 0 0 7 0 0 0 20 0 15 0 43829606 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200391725464 140201340632592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) R 509 513 32641 0 -1 1077944384 787 0 0 0 6 0 0 0 20 0 15 0 43829606 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10659088 memory=139626333128320 CPUtime=0.13 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) R 509 513 32641 0 -1 4202560 910 0 0 0 13 0 0 0 20 0 15 0 43829606 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200389638640 140201345058142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10659088 memory=139626333128320 CPUtime=0 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829606 10914906112 13035 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52140 KiB

[startup+0.702153 s]
/proc/loadavg: 2.07 2.15 1.99 5/217 530
/proc/meminfo: memFree=20189020/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10659088 memory=154440 CPUtime=1.9 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 12319 0 0 0 186 4 0 0 20 0 15 0 43829600 10914906112 38610 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2664772 38610 3109 1 0 2627263 0
[pid=513/tid=515] ppid=509 vsize=10659088 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 6058 0 0 0 65 3 0 0 20 0 15 0 43829601 10914906112 38610 33554432000 4194304 4196468 140729458979808 140201365214304 140200973492864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10659088 memory=16 CPUtime=0 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 38610 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 38610 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 38610 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829601 10914906112 38610 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10659088 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43829603 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10659088 memory=800 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43829603 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200394900640 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10659088 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43829603 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10659088 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10659088 memory=9284 CPUtime=0.41 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) R 509 513 32641 0 -1 4202560 1510 0 0 0 41 0 0 0 20 0 15 0 43829606 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200391732992 140201345858911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10659088 memory=4008 CPUtime=0.4 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) R 509 513 32641 0 -1 4202560 1546 0 0 0 40 0 0 0 20 0 15 0 43829606 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200390684888 140201342505385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10659088 memory=1796 CPUtime=0.37 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) S 509 513 32641 0 -1 1077944384 1834 0 0 0 37 0 0 0 20 0 15 0 43829606 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200389638640 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43829606 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10659088 memory=956 CPUtime=0 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43829606 10914906112 38610 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 154440 KiB

[startup+1.50075 s]
/proc/loadavg: 2.07 2.15 1.99 6/217 530
/proc/meminfo: memFree=20056160/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10661136 memory=393924 CPUtime=4.48 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 16258 0 0 0 429 19 0 0 20 0 15 0 43829600 10917003264 98481 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2665284 98481 3145 1 0 2627775 0
[pid=513/tid=515] ppid=509 vsize=10661136 memory=225 CPUtime=1.35 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 6154 0 0 0 131 4 0 0 20 0 15 0 43829601 10917003264 98481 33554432000 4194304 4196468 140729458979808 140201365211472 140200970901776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10661136 memory=206768 CPUtime=0.11 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 125 0 0 0 8 3 0 0 20 0 15 0 43829601 10917003264 98481 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10661136 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 107 0 0 0 8 2 0 0 20 0 15 0 43829601 10917003264 98481 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10661136 memory=16 CPUtime=0.09 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 103 0 0 0 7 2 0 0 20 0 15 0 43829601 10917003264 98481 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10661136 memory=1232 CPUtime=0.1 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 145 0 0 0 8 2 0 0 20 0 15 0 43829601 10917003264 98481 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10661136 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 43829603 10917003264 98481 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0

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

/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 3001 0 0 0 212 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.38 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 2963 0 0 0 207 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10727700 memory=1687648 CPUtime=0.91 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 6753 0 0 0 89 2 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10727700 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200394900704 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10727700 memory=1687648 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.31 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) S 509 513 32641 0 -1 1077944384 7483 0 0 0 230 1 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200391744240 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.26 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) S 509 513 32641 0 -1 1077944384 7668 0 0 0 224 2 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10727700 memory=1687648 CPUtime=0.66 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) S 509 513 32641 0 -1 1077944384 7402 0 0 0 64 2 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200389638640 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10727700 memory=1687648 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10727700 memory=1687648 CPUtime=1.47 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1907 0 0 0 69 78 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=531] ppid=509 vsize=10727700 memory=1687648 CPUtime=0 cores=0,2,4,6
/proc/513/task/531/stat : 531 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43829926 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200384382000 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 2336.12 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1687648 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/199 687
/proc/meminfo: memFree=20352004/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10727700 memory=1687648 CPUtime=2396.16 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 90056 0 0 0 239411 205 0 0 20 0 16 0 43829600 10985164800 421912 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2681925 421912 3189 1 0 2644416 0
[pid=513/tid=515] ppid=509 vsize=10727700 memory=1687648 CPUtime=2378.85 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 46131 0 0 0 237872 13 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201365216368 140200976546328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.37 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 3547 0 0 0 206 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.39 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1722 0 0 0 208 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.43 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 3001 0 0 0 212 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10727700 memory=2257 CPUtime=2.38 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 2963 0 0 0 207 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10727700 memory=1687648 CPUtime=0.91 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 6763 0 0 0 89 2 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10727700 memory=1687648 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200394900704 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10727700 memory=1687648 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.31 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) S 509 513 32641 0 -1 1077944384 7488 0 0 0 230 1 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200391744240 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10727700 memory=4140 CPUtime=2.26 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) S 509 513 32641 0 -1 1077944384 7680 0 0 0 224 2 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10727700 memory=1687648 CPUtime=0.66 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) S 509 513 32641 0 -1 1077944384 7405 0 0 0 64 2 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200389638640 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10727700 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10727700 memory=1687648 CPUtime=1.51 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1948 0 0 0 71 80 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=531] ppid=509 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/513/task/531/stat : 531 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43829926 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200384382000 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 2396.16 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1687648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.2 s]
/proc/loadavg: 2.00 2.04 2.06 3/217 734
/proc/meminfo: memFree=19808840/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10727700 memory=1687648 CPUtime=2400.07 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 90062 0 0 0 239801 206 0 0 20 0 16 0 43829600 10985164800 421912 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2681925 421912 3189 1 0 2644416 0
[pid=513/tid=515] ppid=509 vsize=10727700 memory=1296 CPUtime=2382.75 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 46135 0 0 0 238262 13 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201365216368 140200976535191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10727700 memory=1408 CPUtime=2.37 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 3547 0 0 0 206 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10727700 memory=3200 CPUtime=2.39 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1722 0 0 0 208 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10727700 memory=1687648 CPUtime=2.43 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 3001 0 0 0 212 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10727700 memory=4108 CPUtime=2.38 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 2963 0 0 0 207 31 0 0 20 0 16 0 43829601 10985164800 421912 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10727700 memory=1728 CPUtime=0.91 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 6763 0 0 0 89 2 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10727700 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200394900704 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10727700 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 43829603 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10727700 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10727700 memory=288230574492221466 CPUtime=2.31 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) S 509 513 32641 0 -1 1077944384 7488 0 0 0 230 1 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200391744240 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10727700 memory=288230613214036277 CPUtime=2.26 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) S 509 513 32641 0 -1 1077944384 7680 0 0 0 224 2 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10727700 memory=15257030327797065 CPUtime=0.66 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) S 509 513 32641 0 -1 1077944384 7405 0 0 0 64 2 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200389638640 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10727700 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10727700 memory=2640 CPUtime=1.51 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1950 0 0 0 71 80 0 0 20 0 16 0 43829606 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=531] ppid=509 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/513/task/531/stat : 531 (java) S 509 513 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43829926 10985164800 421912 33554432000 4194304 4196468 140729458979808 140200384382000 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1687648 KiB

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

[startup+2386.44 s]
# the end of solver process 513 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.31 s, system=2.07141 s

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

[startup+2386.4 s]
/proc/loadavg: 2.00 2.04 2.06 3/217 734
/proc/meminfo: memFree=19808840/32770624 swapFree=67108860/67108860
[pid=513] ppid=509 vsize=10927392 memory=1687960 CPUtime=2400.31 cores=0,2,4,6
/proc/513/stat : 513 (java) S 509 513 32641 0 -1 1077944320 92127 0 0 0 239825 206 0 0 20 0 17 0 43829600 11189649408 421990 33554432000 4194304 4196468 140729458979808 140729458962352 140201360977655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
/proc/513/statm: 2731848 421990 3191 1 0 2694339 0
[pid=513/tid=515] ppid=509 vsize=10927392 memory=1687648 CPUtime=2382.95 cores=0,2,4,6
/proc/513/task/515/stat : 515 (java) R 509 513 32641 0 -1 4202560 46400 0 0 0 238282 13 0 0 20 0 17 0 43829601 11189649408 421990 33554432000 4194304 4196468 140729458979808 140201365216368 140200977446895 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=516] ppid=509 vsize=10927392 memory=1296 CPUtime=2.37 cores=0,2,4,6
/proc/513/task/516/stat : 516 (java) S 509 513 32641 0 -1 1077944384 3547 0 0 0 206 31 0 0 20 0 17 0 43829601 11189649408 421990 33554432000 4194304 4196468 140729458979808 140201297669136 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=517] ppid=509 vsize=10927392 memory=1408 CPUtime=2.39 cores=0,2,4,6
/proc/513/task/517/stat : 517 (java) S 509 513 32641 0 -1 1077944384 1722 0 0 0 208 31 0 0 20 0 17 0 43829601 11189649408 421990 33554432000 4194304 4196468 140729458979808 140201296616592 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=518] ppid=509 vsize=10927392 memory=3200 CPUtime=2.43 cores=0,2,4,6
/proc/513/task/518/stat : 518 (java) S 509 513 32641 0 -1 1077944384 3001 0 0 0 212 31 0 0 20 0 17 0 43829601 11189649408 421990 33554432000 4194304 4196468 140729458979808 140201295563536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=519] ppid=509 vsize=10927392 memory=6947385649911455296 CPUtime=2.38 cores=0,2,4,6
/proc/513/task/519/stat : 519 (java) S 509 513 32641 0 -1 1077944384 2963 0 0 0 207 31 0 0 20 0 17 0 43829601 11189649408 421990 33554432000 4194304 4196468 140729458979808 140201294510992 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=520] ppid=509 vsize=10927392 memory=14880 CPUtime=0.91 cores=0,2,4,6
/proc/513/task/520/stat : 520 (java) S 509 513 32641 0 -1 1077944384 6763 0 0 0 89 2 0 0 20 0 17 0 43829603 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200395954416 140201360988802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=521] ppid=509 vsize=10927392 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/513/task/521/stat : 521 (java) S 509 513 32641 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 43829603 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200394900704 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=522] ppid=509 vsize=10927392 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/513/task/522/stat : 522 (java) S 509 513 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 43829603 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200393847536 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=523] ppid=509 vsize=10927392 memory=1687648 CPUtime=0 cores=0,2,4,6
/proc/513/task/523/stat : 523 (java) S 509 513 32641 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 17 0 43829606 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200392796112 140201360996251 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=524] ppid=509 vsize=10927392 memory=6947385649911455296 CPUtime=2.32 cores=0,2,4,6
/proc/513/task/524/stat : 524 (java) S 509 513 32641 0 -1 1077944384 7594 0 0 0 231 1 0 0 20 0 17 0 43829606 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200391744240 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=525] ppid=509 vsize=10927392 memory=3848 CPUtime=2.28 cores=0,2,4,6
/proc/513/task/525/stat : 525 (java) S 509 513 32641 0 -1 1077944384 8480 0 0 0 226 2 0 0 20 0 17 0 43829606 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200390691696 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=526] ppid=509 vsize=10927392 memory=2640 CPUtime=0.66 cores=0,2,4,6
/proc/513/task/526/stat : 526 (java) S 509 513 32641 0 -1 1077944384 7681 0 0 0 64 2 0 0 20 0 17 0 43829606 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200389638640 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=527] ppid=509 vsize=10927392 memory=2664 CPUtime=0 cores=0,2,4,6
/proc/513/task/527/stat : 527 (java) S 509 513 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43829606 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200388586336 140201360987861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
[pid=513/tid=530] ppid=509 vsize=10927392 memory=1687648 CPUtime=1.51 cores=0,2,4,6
/proc/513/task/530/stat : 530 (java) S 509 513 32641 0 -1 1077944384 1950 0 0 0 71 80 0 0 20 0 17 0 43829606 11189649408 421990 33554432000 4194304 4196468 140729458979808 140200387533360 140201360988802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31535104 140729458984049 140729458984201 140729458984201 140729458986959 0
Current children cumulated CPU time: 2400.31 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1687960 KiB

Child status: 143
Real time (s): 2386.44
CPU time (s): 2400.38
CPU user time (s): 2398.31
CPU system time (s): 2.07141
CPU usage (%): 100.584
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1687960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.31
system time used= 2.07142
maximum resident set size= 1688208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54996
involuntary context switches= 3098


# summary of solver processes directly reported to runsolver:
#   pid: 513
#   total CPU time (s): 2400.38
#   total CPU user time (s): 2398.31
#   total CPU system time (s): 2.07141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9281 second user time and 23.3872 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 14:31:04
IDJOB=4291893
IDBENCH=141196
IDSOLVER=2742
FILE ID=node136/4291893-1532262664
RUNJOBID= node136-1532260283-32672
PBS_JOBID= 21018966
Free space on /tmp= 57108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-04-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291893-1532262664/watcher-4291893-1532262664 -o /tmp/evaluation-result-4291893-1532262664/solver-4291893-1532262664 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291893-1532262664.xml

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

MD5SUM BENCH= 61d46f07ed59020314d5adfe9107f362
RANDOM SEED=100406209

node136.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.50
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.50
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.50
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.50
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:        20251328 kB
MemAvailable:   30159984 kB
Buffers:          241860 kB
Cached:          9872760 kB
SwapCached:            0 kB
Active:          2896976 kB
Inactive:        9050500 kB
Active(anon):    1835052 kB
Inactive(anon):    16916 kB
Active(file):    1061924 kB
Inactive(file):  9033584 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2612 kB
Writeback:             0 kB
AnonPages:       1941720 kB
Mapped:            47652 kB
Shmem:             17036 kB
Slab:             268644 kB
SReclaimable:     241608 kB
SUnreclaim:        27036 kB
KernelStack:        3824 kB
PageTables:         8996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3740784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1808384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57108 MiB
End job on node136 at 2018-07-22 15:10:51