Trace number 4258257

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) 253.55901 83.525597

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-6.xml
MD5SUM38bce9c8c5d0642f93f0794d9598dc6e
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2047
Maximum domain size2047
Distribution of domain sizes[{"size":2047,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

[startup+0.100125 s]*
/proc/loadavg: 4.55 4.60 3.65 4/216 16515
/proc/meminfo: memFree=20563916/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555400 memory=30288 CPUtime=0.13 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 6703 0 0 0 12 1 0 0 20 0 15 0 96954044 10808729600 7572 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638850 7572 2787 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) R 16497 16500 6338 0 -1 4202560 4542 0 0 0 8 1 0 0 20 0 15 0 96954045 10808729600 7572 33554432000 4194304 4196468 140732553097312 139986051835840 139986047636637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555400 memory=5793855598739872185 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954047 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985352665968 139986047625858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96954047 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985351611936 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96954047 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985350559088 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985349507408 139986047633307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985348454768 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985347401968 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0.02 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) R 16497 16500 6338 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 96954050 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985346349168 139986032780256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 7572 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30288 KiB

[startup+0.212386 s]*
/proc/loadavg: 4.55 4.60 3.65 4/216 16515
/proc/meminfo: memFree=20552688/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555400 memory=39648 CPUtime=0.33 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 8210 0 0 0 31 2 0 0 20 0 15 0 96954044 10808729600 9912 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638850 9912 2966 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) R 16497 16500 6338 0 -1 4202560 5267 0 0 0 19 1 0 0 20 0 15 0 96954045 10808729600 9912 33554432000 4194304 4196468 140732553097312 139986051849408 139986031695198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555400 memory=4211974073934769546 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954045 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954047 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985352665968 139986047625858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96954047 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985351611936 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96954047 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985350559088 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985349507408 139986047633307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 422 0 0 0 2 0 0 0 20 0 15 0 96954050 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985348454768 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 324 0 0 0 1 0 0 0 20 0 15 0 96954050 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985347401968 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0.07 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) S 16497 16500 6338 0 -1 1077944384 833 0 0 0 7 0 0 0 20 0 15 0 96954050 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985346349168 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555400 memory=140347729979008 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954050 10808729600 9912 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39648 KiB

[startup+0.31117 s]*
/proc/loadavg: 4.55 4.60 3.65 5/216 16515
/proc/meminfo: memFree=20545988/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555476 memory=46704 CPUtime=0.53 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 8924 0 0 0 50 3 0 0 20 0 15 0 96954044 10808807424 11676 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638869 11676 3032 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) R 16497 16500 6338 0 -1 4202560 5720 0 0 0 28 2 0 0 20 0 15 0 96954045 10808807424 11676 33554432000 4194304 4196468 140732553097312 139986051849712 139985684625461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555476 memory=4211974073934769546 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954045 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555476 memory=140347729981365 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954045 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555476 memory=140347585970898 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954045 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555476 memory=140347585973711 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954045 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555476 memory=140347729985373 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985352665968 139986047625858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555476 memory=140347585982895 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985351611936 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555476 memory=280695171956624 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985350559088 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555476 memory=280695171954320 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985349507408 139986047633307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) R 16497 16500 6338 0 -1 4202560 497 0 0 0 3 0 0 0 20 0 15 0 96954050 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985348454768 139986047626646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) R 16497 16500 6338 0 -1 1077944384 387 0 0 0 4 0 0 0 20 0 15 0 96954050 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985347401968 139986047625858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555476 memory=140347729979008 CPUtime=0.13 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) R 16497 16500 6338 0 -1 4202560 951 0 0 0 13 0 0 0 20 0 15 0 96954050 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985346349168 139986047626646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555476 memory=140347729979008 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 11676 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46704 KiB

[startup+0.701667 s]
/proc/loadavg: 4.55 4.60 3.65 4/216 16515
/proc/meminfo: memFree=20434720/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555476 memory=369644 CPUtime=1.63 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 11204 0 0 0 149 14 0 0 20 0 15 0 96954044 10808807424 92411 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638869 92411 3099 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555476 memory=1952 CPUtime=0.59 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) S 16497 16500 6338 0 -1 1077944384 5925 0 0 0 54 5 0 0 20 0 15 0 96954045 10808807424 92411 33554432000 4194304 4196468 140732553097312 139986051851680 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555476 memory=5796 CPUtime=0.06 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) R 16497 16500 6338 0 -1 4202560 60 0 0 0 5 1 0 0 20 0 15 0 96954045 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985654045328 139986032636786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555476 memory=4616 CPUtime=0.05 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) R 16497 16500 6338 0 -1 4202560 119 0 0 0 4 1 0 0 20 0 15 0 96954045 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985652992728 139986040718133 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555476 memory=7523356985603351872 CPUtime=0.06 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) R 16497 16500 6338 0 -1 4202560 142 0 0 0 5 1 0 0 20 0 15 0 96954045 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985651939728 139986032642576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555476 memory=7881696724453321575 CPUtime=0.06 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) R 16497 16500 6338 0 -1 4202560 126 0 0 0 5 1 0 0 20 0 15 0 96954045 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985650886928 139986032642594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555476 memory=7079778810233638992 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985352664480 139986047624917 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985351612000 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985350559088 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985349507408 139986047633307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555476 memory=72 CPUtime=0.25 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 1185 0 0 0 25 0 0 0 20 0 15 0 96954050 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985348454768 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555476 memory=3 CPUtime=0.21 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 845 0 0 0 21 0 0 0 20 0 15 0 96954050 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985347401968 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555476 memory=6072 CPUtime=0.24 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) S 16497 16500 6338 0 -1 1077944384 1357 0 0 0 24 0 0 0 20 0 15 0 96954050 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985346349168 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555476 memory=280695172140528 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 92411 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 369644 KiB

[startup+1.50083 s]
/proc/loadavg: 4.55 4.60 3.65 6/216 16515
/proc/meminfo: memFree=19878664/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555476 memory=1316216 CPUtime=3.19 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 14548 0 0 0 273 46 0 0 20 0 15 0 96954044 10808807424 329054 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638869 329054 3107 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555476 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) R 16497 16500 6338 0 -1 4202560 6789 0 0 0 99 14 0 0 20 0 15 0 96954045 10808807424 329054 33554432000 4194304 4196468 140732553097312 139986051852112 139986033682830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555476 memory=-6292470442678707811 CPUtime=0.31 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 715 0 0 0 24 7 0 0 20 0 15 0 96954045 10808807424 329054 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555476 memory=-5935602824819121961 CPUtime=0.3 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 466 0 0 0 23 7 0 0 20 0 15 0 96954045 10808807424 329054 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555476 memory=-1161699032755887712 CPUtime=0.32 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 286 0 0 0 25 7 0 0 20 0 15 0 96954045 10808807424 329054 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555476 memory=-6305713888769566080 CPUtime=0.32 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 500 0 0 0 25 7 0 0 20 0 15 0 96954045 10808807424 329054 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555476 memory=-6305718282386367616 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 1017 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 329054 33554432000 4194304 4196468 140732553097312 139985352665968 139986047625858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0

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

[pid=16500/tid=16504] ppid=16497 vsize=10555476 memory=107873 CPUtime=56.4 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) R 16497 16500 6338 0 -1 4202560 320854 0 0 0 5513 127 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985652992728 139986029224494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555476 memory=280695173160448 CPUtime=56.16 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) R 16497 16500 6338 0 -1 4202560 257731 0 0 0 5489 127 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985651939536 139986040242919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555476 memory=280695173321616 CPUtime=56.87 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) R 16497 16500 6338 0 -1 4202560 335144 0 0 0 5552 135 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985650887048 139986040242919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555476 memory=0 CPUtime=10.5 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 27835 0 0 0 1048 2 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985352664512 139986047624917 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985351612000 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555476 memory=-7452431979323206951 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985350559104 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555476 memory=-2895008908443676273 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985349507408 139986047633307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555476 memory=-2245088631185882904 CPUtime=0.53 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 1763 0 0 0 53 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985348454528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555476 memory=6944656592455360604 CPUtime=0.49 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 1588 0 0 0 49 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985347402016 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555476 memory=-7452431979323206951 CPUtime=0.3 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) S 16497 16500 6338 0 -1 1077944384 2158 0 0 0 30 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985346349216 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555476 memory=3834306147187766325 CPUtime=0.03 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 432 0 0 0 1 2 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8305520 KiB

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

[startup+83.5256 s]
# the end of solver process 16500 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.881 s, system=5.67849 s

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

[startup+82.4007 s]
/proc/loadavg: 4.82 4.60 3.72 9/215 16592
/proc/meminfo: memFree=12274700/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555476 memory=8305520 CPUtime=252.42 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 1349339 0 0 0 24683 559 0 0 20 0 15 0 96954044 10808807424 2076380 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638869 2076380 3132 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555476 memory=4080 CPUtime=14.16 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) S 16497 16500 6338 0 -1 1077944384 18987 0 0 0 1387 29 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139986051851376 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555476 memory=8305520 CPUtime=56.57 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 381426 0 0 0 5523 134 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555476 memory=8584 CPUtime=56.47 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 320878 0 0 0 5520 127 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555476 memory=792 CPUtime=56.23 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 257731 0 0 0 5495 128 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555476 memory=6791534058613427641 CPUtime=56.93 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 335144 0 0 0 5558 135 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555476 memory=28496 CPUtime=10.63 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) R 16497 16500 6338 0 -1 4202560 27835 0 0 0 1061 2 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985352664512 139986032611115 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555476 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985351612000 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555476 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985350559104 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985349507056 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555476 memory=28496 CPUtime=0.53 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 1763 0 0 0 53 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985348454528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555476 memory=2428 CPUtime=0.49 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 1588 0 0 0 49 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985347402016 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555476 memory=1292 CPUtime=0.3 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) S 16497 16500 6338 0 -1 1077944384 2158 0 0 0 30 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985346349216 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555476 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555476 memory=12064 CPUtime=0.03 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 432 0 0 0 1 2 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 252.42 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8305520 KiB

[startup+83.2007 s]
/proc/loadavg: 4.82 4.60 3.72 6/215 16592
/proc/meminfo: memFree=12274700/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10555476 memory=8305520 CPUtime=253.22 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 1349435 0 0 0 24763 559 0 0 20 0 15 0 96954044 10808807424 2076380 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2638869 2076380 3132 1 0 2627263 0
[pid=16500/tid=16502] ppid=16497 vsize=10555476 memory=4096 CPUtime=14.16 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) S 16497 16500 6338 0 -1 1077944384 18987 0 0 0 1387 29 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139986051851376 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10555476 memory=28496 CPUtime=56.57 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 381426 0 0 0 5523 134 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10555476 memory=8305520 CPUtime=56.47 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 320878 0 0 0 5520 127 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10555476 memory=1228 CPUtime=56.23 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 257731 0 0 0 5495 128 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10555476 memory=1952 CPUtime=56.93 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 335144 0 0 0 5558 135 0 0 20 0 15 0 96954045 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10555476 memory=6791534058613427641 CPUtime=11.43 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) R 16497 16500 6338 0 -1 4202560 27931 0 0 0 1141 2 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985352664512 139986032315188 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985351612000 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10555476 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 96954047 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985350559104 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10555476 memory=8305520 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985349507056 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10555476 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 1763 0 0 0 53 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985348454528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10555476 memory=28496 CPUtime=0.49 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 1588 0 0 0 49 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985347402016 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10555476 memory=2428 CPUtime=0.3 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) S 16497 16500 6338 0 -1 1077944384 2158 0 0 0 30 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985346349216 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10555476 memory=8305520 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10555476 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 432 0 0 0 1 2 0 0 20 0 15 0 96954050 10808807424 2076380 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 253.22 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8305520 KiB

[startup+83.4007 s]
/proc/loadavg: 4.82 4.60 3.72 6/215 16592
/proc/meminfo: memFree=12274700/32770624 swapFree=67108860/67108860
[pid=16500] ppid=16497 vsize=10755168 memory=8305552 CPUtime=253.42 cores=1,3,5,7
/proc/16500/stat : 16500 (java) S 16497 16500 6338 0 -1 1077944320 1349563 0 0 0 24783 559 0 0 20 0 17 0 96954044 11013292032 2076388 33554432000 4194304 4196468 140732553097312 140732553079856 139986047614711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
/proc/16500/statm: 2688792 2076388 3134 1 0 2677186 0
[pid=16500/tid=16502] ppid=16497 vsize=10755168 memory=4080 CPUtime=14.32 cores=1,3,5,7
/proc/16500/task/16502/stat : 16502 (java) R 16497 16500 6338 0 -1 4202560 18987 0 0 0 1403 29 0 0 20 0 17 0 96954045 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139986051851264 139985688233010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16503] ppid=16497 vsize=10755168 memory=932 CPUtime=56.57 cores=1,3,5,7
/proc/16500/task/16503/stat : 16503 (java) S 16497 16500 6338 0 -1 1077944384 381426 0 0 0 5523 134 0 0 20 0 17 0 96954045 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985654045328 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16504] ppid=16497 vsize=10755168 memory=6791534058613427641 CPUtime=56.47 cores=1,3,5,7
/proc/16500/task/16504/stat : 16504 (java) S 16497 16500 6338 0 -1 1077944384 320878 0 0 0 5520 127 0 0 20 0 17 0 96954045 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985652992528 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16505] ppid=16497 vsize=10755168 memory=1952 CPUtime=56.23 cores=1,3,5,7
/proc/16500/task/16505/stat : 16505 (java) S 16497 16500 6338 0 -1 1077944384 257731 0 0 0 5495 128 0 0 20 0 17 0 96954045 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985651939728 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16506] ppid=16497 vsize=10755168 memory=33 CPUtime=56.93 cores=1,3,5,7
/proc/16500/task/16506/stat : 16506 (java) S 16497 16500 6338 0 -1 1077944384 335144 0 0 0 5558 135 0 0 20 0 17 0 96954045 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985650886928 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16507] ppid=16497 vsize=10755168 memory=4639059877604708710 CPUtime=11.47 cores=1,3,5,7
/proc/16500/task/16507/stat : 16507 (java) S 16497 16500 6338 0 -1 1077944384 27931 0 0 0 1145 2 0 0 20 0 17 0 96954047 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985352665968 139986047625858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16508] ppid=16497 vsize=10755168 memory=7662705889289527641 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16508/stat : 16508 (java) S 16497 16500 6338 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 96954047 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985351612000 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16509] ppid=16497 vsize=10755168 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16509/stat : 16509 (java) S 16497 16500 6338 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 96954047 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985350559104 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16510] ppid=16497 vsize=10755168 memory=28496 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16510/stat : 16510 (java) S 16497 16500 6338 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96954050 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985349507408 139986047633307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16511] ppid=16497 vsize=10755168 memory=2428 CPUtime=0.53 cores=1,3,5,7
/proc/16500/task/16511/stat : 16511 (java) S 16497 16500 6338 0 -1 1077944384 1763 0 0 0 53 0 0 0 20 0 17 0 96954050 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985348454768 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16512] ppid=16497 vsize=10755168 memory=1292 CPUtime=0.49 cores=1,3,5,7
/proc/16500/task/16512/stat : 16512 (java) S 16497 16500 6338 0 -1 1077944384 1588 0 0 0 49 0 0 0 20 0 17 0 96954050 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985347401968 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16513] ppid=16497 vsize=10755168 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/16500/task/16513/stat : 16513 (java) S 16497 16500 6338 0 -1 1077944384 2160 0 0 0 30 0 0 0 20 0 17 0 96954050 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985346349168 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16514] ppid=16497 vsize=10755168 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/16500/task/16514/stat : 16514 (java) S 16497 16500 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96954050 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985345296608 139986047624917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
[pid=16500/tid=16515] ppid=16497 vsize=10755168 memory=8305520 CPUtime=0.03 cores=1,3,5,7
/proc/16500/task/16515/stat : 16515 (java) S 16497 16500 6338 0 -1 1077944384 432 0 0 0 1 2 0 0 20 0 17 0 96954050 11013292032 2076388 33554432000 4194304 4196468 140732553097312 139985344244912 139986047625858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732553102475 140732553102628 140732553102628 140732553105359 0
Current children cumulated CPU time: 253.42 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8305552 KiB

[startup+83.5007 s]*
/proc/loadavg: 4.67 4.57 3.72 6/202 16595
/proc/meminfo: memFree=14861840/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): 83.5256
CPU time (s): 253.559
CPU user time (s): 247.881
CPU system time (s): 5.67849
CPU usage (%): 303.571
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 8305552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.881
system time used= 5.67849
maximum resident set size= 8306104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1349613
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= 10408
involuntary context switches= 6522


# summary of solver processes directly reported to runsolver:
#   pid: 16500
#   total CPU time (s): 253.559
#   total CPU user time (s): 247.881
#   total CPU system time (s): 5.67849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.541771 second user time and 0.837502 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 17:24:31
IDJOB=4258257
IDBENCH=115754
IDSOLVER=2643
FILE ID=node148/4258257-1502638730
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-030-20-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258257-1502638730/watcher-4258257-1502638730 -o /tmp/evaluation-result-4258257-1502638730/solver-4258257-1502638730 -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-4258257-1502638730.xml

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

MD5SUM BENCH= 38bce9c8c5d0642f93f0794d9598dc6e
RANDOM SEED=1664450047

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:        20582812 kB
MemAvailable:   23679492 kB
Buffers:          203864 kB
Cached:          3182168 kB
SwapCached:            0 kB
Active:          9040572 kB
Inactive:        2696656 kB
Active(anon):    8302332 kB
Inactive(anon):    76916 kB
Active(file):     738240 kB
Inactive(file):  2619740 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       8477020 kB
Mapped:            55576 kB
Shmem:             25224 kB
Slab:             136344 kB
SReclaimable:     109072 kB
SUnreclaim:        27272 kB
KernelStack:        3856 kB
PageTables:        21660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7718912 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:25:55