Trace number 4258260

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 2017-07-05? (TO) 255.187 86.204903

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-7.xml
MD5SUMecccf1fc77215d60d30343c091882466
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints1070
Number of domains1
Minimum domain size2884
Maximum domain size2884
Distribution of domain sizes[{"size":2884,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

254.98/86.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
254.98/86.09	c This is free software under the dual EPL/GNU LGPL licenses.
254.98/86.09	c See www.sat4j.org for details.
254.98/86.09	c That software uses the Rhino library from the Mozilla project.
254.98/86.09	c version CUSTOM.v20170705
254.98/86.09	c java.runtime.name	Java(TM) SE Runtime Environment
254.98/86.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
254.98/86.09	c java.vm.version	25.131-b11
254.98/86.09	c java.vm.vendor	Oracle Corporation
254.98/86.09	c sun.arch.data.model	64
254.98/86.09	c java.version		1.8.0_131
254.98/86.09	c os.name		Linux
254.98/86.09	c os.version		3.10.0-514.16.1.el7.x86_64
254.98/86.09	c os.arch		amd64
254.98/86.09	c Free memory 		499604488
254.98/86.09	c Max memory 		7247757312
254.98/86.09	c Total memory 		504889344
254.98/86.09	c Number of processors 	4
254.98/86.09	c c --- Begin Solver configuration ---
254.98/86.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
254.98/86.09	c Learn all clauses as in MiniSAT
254.98/86.09	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
254.98/86.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
254.98/86.09	c No reason simplification
254.98/86.09	c Glucose 2.1 dynamic restart strategy
254.98/86.09	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
254.98/86.09	c timeout=2147483s
254.98/86.09	c DB Simplification allowed=false
254.98/86.09	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
254.98/86.09	c --- End Solver configuration ---
254.98/86.09	c starts		: 0
254.98/86.09	c conflicts		: 0
254.98/86.09	c decisions		: 0
254.98/86.09	c propagations		: 0
254.98/86.09	c inspects		: 0
254.98/86.09	c shortcuts		: 0
254.98/86.09	c learnt literals	: 0
254.98/86.09	c learnt binary clauses	: 0
254.98/86.09	c learnt ternary clauses	: 0
254.98/86.09	c learnt constraints	: 0
254.98/86.09	c ignored constraints	: 0
254.98/86.09	c root simplifications	: 0
254.98/86.09	c removed literals (reason simplification)	: 0
254.98/86.09	c reason swapping (by a shorter reason)	: 0
254.98/86.09	c Calls to reduceDB	: 0
254.98/86.09	c Number of update (reduction) of LBD	: 0
254.98/86.09	c Imported unit clauses	: 0
254.98/86.09	c number of reductions to clauses (during analyze)	: 0
254.98/86.09	c number of learned constraints concerned by reduction	: 0
254.98/86.09	c number of learning phase by resolution	: 0
254.98/86.09	c number of learning phase by cutting planes	: 0
254.98/86.09	c number of rounding to 1 operations	: 0
254.98/86.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
254.98/86.09	c number of reductions of the coefficients by power 2 	: 0
254.98/86.09	c number of right shift for reduction by power 2 	: 0
254.98/86.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
254.98/86.09	c speed (assignments/second)	: 0.0
254.98/86.09	c non guided choices	0
254.98/86.09	c learnt constraints type 
254.98/86.09	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 (6050 MiB free)
  memory of node 1: 16384 MiB (14254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258260-1502638643/watcher-4258260-1502638643 -o /tmp/evaluation-result-4258260-1502638643/solver-4258260-1502638643 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502637430-15761 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258260-1502638643.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=16346, runsolver pid=16343

[startup+0.100079 s]*
/proc/loadavg: 5.64 4.71 3.58 7/216 16361
/proc/meminfo: memFree=20771580/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555400 memory=31332 CPUtime=0.12 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 6373 0 0 0 11 1 0 0 20 0 15 0 96945369 10808729600 7833 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638850 7833 2822 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555400 memory=-7254954386087372155 CPUtime=0.08 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 6338 0 -1 4202560 4225 0 0 0 8 0 0 0 20 0 15 0 96945369 10808729600 7833 33554432000 4194304 4196468 140722544610544 140346198808496 140346178700668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555400 memory=5793855305810061753 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 7833 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 7833 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 7833 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 7833 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96945371 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345685780592 140346194631298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96945372 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345684726560 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96945372 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345683674224 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345682622544 140346194638747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 96945374 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345681570416 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945374 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345680517616 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 96945374 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345679465328 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945375 10808729600 7833 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31332 KiB

[startup+0.218246 s]*
/proc/loadavg: 5.59 4.72 3.59 7/216 16361
/proc/meminfo: memFree=20763764/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555400 memory=40120 CPUtime=0.34 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 7590 0 0 0 32 2 0 0 20 0 15 0 96945369 10808729600 10030 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638850 10030 2965 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 6338 0 -1 4202560 4639 0 0 0 19 1 0 0 20 0 15 0 96945369 10808729600 10030 33554432000 4194304 4196468 140722544610544 140346198847776 140346178700638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555400 memory=4211973781004959114 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 10030 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 10030 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 10030 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96945370 10808729600 10030 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96945371 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345685780592 140346194631298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96945372 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345684726560 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96945372 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345683674224 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345682622544 140346194638747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 96945374 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345681570416 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 15 0 96945374 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345680517616 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 808 0 0 0 7 0 0 0 20 0 15 0 96945374 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345679465328 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555400 memory=140054800168576 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945375 10808729600 10030 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40120 KiB

[startup+0.310479 s]*
/proc/loadavg: 5.59 4.72 3.59 7/216 16361
/proc/meminfo: memFree=20756940/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555476 memory=46676 CPUtime=0.54 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 8231 0 0 0 51 3 0 0 20 0 15 0 96945369 10808807424 11669 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638869 11669 3042 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 6338 0 -1 4202560 5019 0 0 0 28 2 0 0 20 0 15 0 96945369 10808807424 11669 33554432000 4194304 4196468 140722544610544 140346198854576 140346173065680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555476 memory=4211973781004959114 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808807424 11669 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555476 memory=140054800170933 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808807424 11669 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555476 memory=140054655779538 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945370 10808807424 11669 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555476 memory=140054655782351 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96945370 10808807424 11669 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555476 memory=140054800174941 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96945371 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345685780592 140346194631298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555476 memory=140054655791535 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345684726560 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555476 memory=280109311573904 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345683674224 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555476 memory=280109311571600 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345682622544 140346194638747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 628 0 0 0 3 0 0 0 20 0 15 0 96945374 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345681570416 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 274 0 0 0 4 0 0 0 20 0 15 0 96945374 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345680517616 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555476 memory=140054800168576 CPUtime=0.14 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 940 0 0 0 14 0 0 0 20 0 15 0 96945374 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345679465328 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555476 memory=140054800168576 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945375 10808807424 11669 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46676 KiB

[startup+0.7008 s]
/proc/loadavg: 5.59 4.72 3.59 8/216 16361
/proc/meminfo: memFree=20714004/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555476 memory=256796 CPUtime=1.73 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 11351 0 0 0 160 13 0 0 20 0 15 0 96945369 10808807424 64199 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638869 64199 3095 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555476 memory=1952 CPUtime=0.59 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 6338 0 -1 4202560 5208 0 0 0 55 4 0 0 20 0 15 0 96945369 10808807424 64199 33554432000 4194304 4196468 140722544610544 140346198856912 140345794010368 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555476 memory=5796 CPUtime=0.05 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 15 0 96945370 10808807424 64199 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555476 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 138 0 0 0 5 2 0 0 20 0 15 0 96945370 10808807424 64199 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555476 memory=7523356985603351872 CPUtime=0.04 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 121 0 0 0 3 1 0 0 20 0 15 0 96945370 10808807424 64199 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555476 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 136 0 0 0 5 2 0 0 20 0 15 0 96945370 10808807424 64199 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555476 memory=6935663622157783120 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96945371 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345685780592 140346194631298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345684726560 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345683674224 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345682622544 140346194638747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555476 memory=72 CPUtime=0.29 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) R 16343 16346 6338 0 -1 4202560 1526 0 0 0 29 0 0 0 20 0 15 0 96945374 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345681550560 140346178007481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555476 memory=3 CPUtime=0.28 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 1232 0 0 0 28 0 0 0 20 0 15 0 96945374 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345680517616 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555476 memory=6070 CPUtime=0.26 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 1501 0 0 0 26 0 0 0 20 0 15 0 96945374 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345679465328 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555476 memory=280109311757808 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96945375 10808807424 64199 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 256796 KiB

[startup+1.50125 s]
/proc/loadavg: 5.59 4.72 3.59 6/216 16361
/proc/meminfo: memFree=20152796/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555476 memory=1338172 CPUtime=3.38 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 14201 0 0 0 287 51 0 0 20 0 15 0 96945369 10808807424 334543 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638869 334543 3102 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555476 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) S 16343 16346 6338 0 -1 1077944384 6133 0 0 0 95 16 0 0 20 0 15 0 96945369 10808807424 334543 33554432000 4194304 4196468 140722544610544 140346198857040 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555476 memory=-6292470442678707556 CPUtime=0.33 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) R 16343 16346 6338 0 -1 4202560 824 0 0 0 26 7 0 0 20 0 15 0 96945370 10808807424 334543 33554432000 4194304 4196468 140722544610544 140346120694056 140346179647570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555476 memory=-5935602824819121961 CPUtime=0.35 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) R 16343 16346 6338 0 -1 4202560 499 0 0 0 26 9 0 0 20 0 15 0 96945370 10808807424 334543 33554432000 4194304 4196468 140722544610544 140346119642072 140346179647570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555476 memory=-1161699032755887712 CPUtime=0.31 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) R 16343 16346 6338 0 -1 4202560 250 0 0 0 24 7 0 0 20 0 15 0 96945370 10808807424 334543 33554432000 4194304 4196468 140722544610544 140346118589584 140346179647570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555476 memory=-6305713888769566080 CPUtime=0.35 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) R 16343 16346 6338 0 -1 4202560 337 0 0 0 26 9 0 0 20 0 15 0 96945370 10808807424 334543 33554432000 4194304 4196468 140722544610544 140346117536672 140346179647570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555476 memory=-6305718282386367616 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 15 0 96945371 10808807424 334543 33554432000 4194304 4196468 140722544610544 140345685779104 140346194630357 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0

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

[pid=16346/tid=16352] ppid=16343 vsize=10555476 memory=5220 CPUtime=56.11 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) R 16343 16346 6338 0 -1 4202560 347986 0 0 0 5469 142 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346117536672 140346179320856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555476 memory=108 CPUtime=10.34 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 27365 0 0 0 1032 2 0 0 20 0 15 0 96945371 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345685779136 140346194630357 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555476 memory=282 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345684726624 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345683674240 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555476 memory=3174 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345682622544 140346194638747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555476 memory=947 CPUtime=0.55 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 3721 0 0 0 55 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345681570464 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555476 memory=48 CPUtime=0.51 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 2564 0 0 0 51 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345680517664 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555476 memory=34 CPUtime=0.31 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 1957 0 0 0 31 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345679465088 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555476 memory=229 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555476 memory=132 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 625 0 0 0 1 2 0 0 20 0 15 0 96945375 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 252.19 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8298008 KiB

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

[startup+86.2048 s]
# the end of solver process 16346 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.378 s, system=5.80953 s

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

[startup+84.8007 s]
/proc/loadavg: 4.51 4.60 3.64 9/216 16437
/proc/meminfo: memFree=12280188/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555476 memory=8298008 CPUtime=253.77 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 1671173 0 0 0 24807 570 0 0 20 0 15 0 96945369 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638869 2074502 3136 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555476 memory=4096 CPUtime=17.25 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) S 16343 16346 6338 0 -1 1077944384 20434 0 0 0 1692 33 0 0 20 0 15 0 96945369 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346198855520 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555476 memory=2536 CPUtime=56.28 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 473181 0 0 0 5497 131 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555476 memory=2536 CPUtime=56.06 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 422477 0 0 0 5470 136 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555476 memory=8298008 CPUtime=55.83 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 369393 0 0 0 5463 120 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555476 memory=0 CPUtime=56.51 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 347986 0 0 0 5509 142 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555476 memory=103 CPUtime=10.34 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) R 16343 16346 6338 0 -1 4202560 27365 0 0 0 1032 2 0 0 20 0 15 0 96945371 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345685779136 140346179616644 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555476 memory=18297 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345684726624 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345683674240 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555476 memory=3054156605268465310 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345682622192 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555476 memory=-8412652177879177843 CPUtime=0.55 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 3721 0 0 0 55 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345681570464 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555476 memory=-8707038579349950309 CPUtime=0.51 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 2564 0 0 0 51 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345680517664 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555476 memory=8298008 CPUtime=0.31 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 1957 0 0 0 31 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345679465088 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555476 memory=280109244710469 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 625 0 0 0 1 2 0 0 20 0 15 0 96945375 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 253.77 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8298008 KiB

[startup+85.6007 s]
/proc/loadavg: 4.51 4.60 3.64 6/216 16437
/proc/meminfo: memFree=12280188/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10555476 memory=8298008 CPUtime=254.57 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 1671173 0 0 0 24887 570 0 0 20 0 15 0 96945369 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2638869 2074502 3136 1 0 2627263 0
[pid=16346/tid=16348] ppid=16343 vsize=10555476 memory=28496 CPUtime=17.25 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) S 16343 16346 6338 0 -1 1077944384 20434 0 0 0 1692 33 0 0 20 0 15 0 96945369 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346198855520 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10555476 memory=2428 CPUtime=56.28 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 473181 0 0 0 5497 131 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10555476 memory=1292 CPUtime=56.06 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 422477 0 0 0 5470 136 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10555476 memory=6791534058613427641 CPUtime=55.83 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 369393 0 0 0 5463 120 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10555476 memory=23820 CPUtime=56.51 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 347986 0 0 0 5509 142 0 0 20 0 15 0 96945370 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10555476 memory=1725 CPUtime=11.14 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) R 16343 16346 6338 0 -1 4202560 27365 0 0 0 1112 2 0 0 20 0 15 0 96945371 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345685779136 140346179320736 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10555476 memory=5241 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345684726624 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10555476 memory=5220 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 96945372 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345683674240 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10555476 memory=108 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345682622192 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10555476 memory=282 CPUtime=0.55 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 3721 0 0 0 55 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345681570464 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10555476 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 2564 0 0 0 51 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345680517664 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10555476 memory=3174 CPUtime=0.31 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 1957 0 0 0 31 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345679465088 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10555476 memory=947 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96945374 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10555476 memory=48 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 625 0 0 0 1 2 0 0 20 0 15 0 96945375 10808807424 2074502 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 254.57 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8298008 KiB

[startup+86.0008 s]*
/proc/loadavg: 4.55 4.60 3.65 3/218 16440
/proc/meminfo: memFree=12279924/32770624 swapFree=67108860/67108860
[pid=16346] ppid=16343 vsize=10755168 memory=8298040 CPUtime=254.98 cores=1,3,5,7
/proc/16346/stat : 16346 (java) S 16343 16346 6338 0 -1 1077944320 1671378 0 0 0 24928 570 0 0 20 0 17 0 96945369 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140722544593088 140346194620151 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
/proc/16346/statm: 2688792 2074510 3138 1 0 2677186 0
[pid=16346/tid=16348] ppid=16343 vsize=10755168 memory=-4116735710718344508 CPUtime=17.37 cores=1,3,5,7
/proc/16346/task/16348/stat : 16348 (java) R 16343 16346 6338 0 -1 4202560 20434 0 0 0 1704 33 0 0 20 0 17 0 96945369 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140346198855520 140345794124105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16349] ppid=16343 vsize=10755168 memory=4211973781004959114 CPUtime=56.28 cores=1,3,5,7
/proc/16346/task/16349/stat : 16349 (java) S 16343 16346 6338 0 -1 1077944384 473181 0 0 0 5497 131 0 0 20 0 17 0 96945370 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140346120694672 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16350] ppid=16343 vsize=10755168 memory=3833044397643149232 CPUtime=56.06 cores=1,3,5,7
/proc/16346/task/16350/stat : 16350 (java) S 16343 16346 6338 0 -1 1077944384 422477 0 0 0 5470 136 0 0 20 0 17 0 96945370 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140346119641872 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16351] ppid=16343 vsize=10755168 memory=7164226869942838368 CPUtime=55.83 cores=1,3,5,7
/proc/16346/task/16351/stat : 16351 (java) S 16343 16346 6338 0 -1 1077944384 369393 0 0 0 5463 120 0 0 20 0 17 0 96945370 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140346118589584 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16352] ppid=16343 vsize=10755168 memory=3611944291313071409 CPUtime=56.51 cores=1,3,5,7
/proc/16346/task/16352/stat : 16352 (java) S 16343 16346 6338 0 -1 1077944384 347986 0 0 0 5509 142 0 0 20 0 17 0 96945370 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140346117536784 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16353] ppid=16343 vsize=10755168 memory=3762394178539169718 CPUtime=11.44 cores=1,3,5,7
/proc/16346/task/16353/stat : 16353 (java) S 16343 16346 6338 0 -1 1077944384 27450 0 0 0 1142 2 0 0 20 0 17 0 96945371 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345685780592 140346194631298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16354] ppid=16343 vsize=10755168 memory=3907212654363090991 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16354/stat : 16354 (java) S 16343 16346 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 96945372 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345684726624 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16355] ppid=16343 vsize=10755168 memory=7589216632561951296 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16355/stat : 16355 (java) S 16343 16346 6338 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 96945372 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345683674240 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16356] ppid=16343 vsize=10755168 memory=7589216632629060160 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16356/stat : 16356 (java) S 16343 16346 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 96945374 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345682622544 140346194638747 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16357] ppid=16343 vsize=10755168 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/16346/task/16357/stat : 16357 (java) S 16343 16346 6338 0 -1 1077944384 3721 0 0 0 55 0 0 0 20 0 17 0 96945374 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345681570416 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16358] ppid=16343 vsize=10755168 memory=3618413826336109105 CPUtime=0.51 cores=1,3,5,7
/proc/16346/task/16358/stat : 16358 (java) S 16343 16346 6338 0 -1 1077944384 2564 0 0 0 51 0 0 0 20 0 17 0 96945374 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345680517616 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16359] ppid=16343 vsize=10755168 memory=3467965872403720374 CPUtime=0.32 cores=1,3,5,7
/proc/16346/task/16359/stat : 16359 (java) S 16343 16346 6338 0 -1 1077944384 1960 0 0 0 32 0 0 0 20 0 17 0 96945374 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345679465328 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16360] ppid=16343 vsize=10755168 memory=3760822563877564984 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16360/stat : 16360 (java) S 16343 16346 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96945374 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345678412768 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16361] ppid=16343 vsize=10755168 memory=3690613657002060469 CPUtime=0.03 cores=1,3,5,7
/proc/16346/task/16361/stat : 16361 (java) S 16343 16346 6338 0 -1 1077944384 625 0 0 0 1 2 0 0 20 0 17 0 96945375 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345677359536 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16438] ppid=16343 vsize=10755168 memory=3474864891128657711 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16438/stat : 16438 (java) S 16343 16346 6338 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 96953958 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345676304368 140346194630357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
[pid=16346/tid=16439] ppid=16343 vsize=10755168 memory=280109456748544 CPUtime=0 cores=1,3,5,7
/proc/16346/task/16439/stat : 16439 (java) S 16343 16346 6338 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96953959 11013292032 2074510 33554432000 4194304 4196468 140722544610544 140345675253008 140346194631298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140722544616587 140722544616740 140722544616740 140722544619471 0
Current children cumulated CPU time: 254.98 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8298040 KiB

[startup+86.1104 s]*
/proc/loadavg: 4.55 4.60 3.65 3/203 16440
/proc/meminfo: memFree=13378620/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 86.2049
CPU time (s): 255.187
CPU user time (s): 249.378
CPU system time (s): 5.80953
CPU usage (%): 296.024
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 8298040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.378
system time used= 5.80953
maximum resident set size= 8298548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1671421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11162
involuntary context switches= 5623


# summary of solver processes directly reported to runsolver:
#   pid: 16346
#   total CPU time (s): 255.187
#   total CPU user time (s): 249.378
#   total CPU system time (s): 5.80953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.586232 second user time and 0.857207 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 17:23:05
IDJOB=4258260
IDBENCH=115738
IDSOLVER=2643
FILE ID=node148/4258260-1502638643
RUNJOBID= node148-1502637430-15761
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258260-1502638643/watcher-4258260-1502638643 -o /tmp/evaluation-result-4258260-1502638643/solver-4258260-1502638643 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502637430-15761 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258260-1502638643.xml

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

MD5SUM BENCH= ecccf1fc77215d60d30343c091882466
RANDOM SEED=2039851631

node148.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.19
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.19
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.19
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.19
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:        20791608 kB
MemAvailable:   23888756 kB
Buffers:          203752 kB
Cached:          3181984 kB
SwapCached:            0 kB
Active:          8832536 kB
Inactive:        2697000 kB
Active(anon):    8094156 kB
Inactive(anon):    76916 kB
Active(file):     738380 kB
Inactive(file):  2620084 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       8206576 kB
Mapped:            55552 kB
Shmem:             25224 kB
Slab:             135944 kB
SReclaimable:     109040 kB
SUnreclaim:        26904 kB
KernelStack:        3824 kB
PageTables:        21192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7974912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 17:24:31