Trace number 4301706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 253.949 141.134

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-04-4-rom_c18.xml
MD5SUMd6990cbd029e878cdbe38f84d450c608
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.399055
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints32
Number of domains5
Minimum domain size2
Maximum domain size3835
Distribution of domain sizes[{"size":2,"count":8},{"size":5,"count":56},{"size":27,"count":16},{"size":3835,"count":32}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":56},{"degree":8,"count":16}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":24}]
Number of extensional constraints32
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":32}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301706-1532883793/watcher-4301706-1532883793 -o /tmp/evaluation-result-4301706-1532883793/solver-4301706-1532883793 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301706-1532883793.xml 

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

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=28248, runsolver pid=28245


[startup+0.10012 s]*
/proc/loadavg: 5.06 3.85 3.12 5/217 28263
/proc/meminfo: memFree=20059812/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659012 memory=30528 CPUtime=0.13 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 6690 0 0 0 11 2 0 0 20 0 15 0 105942491 10914828288 7632 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664753 7632 2815 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659012 memory=-8773748148829852542 CPUtime=0.09 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) R 28245 28248 22004 0 -1 4202560 4539 0 0 0 8 1 0 0 20 0 15 0 105942491 10914828288 7632 33554432000 4194304 4196468 140728395122480 139860388616128 139860384406934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 7632 33554432000 4194304 4196468 140728395122480 139860310469776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859989621776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859988568976 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) S 28245 28248 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859987516176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942494 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859876125040 139860384406146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942494 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859875071008 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942494 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859874018160 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) S 28245 28248 22004 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859871914864 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) S 28245 28248 22004 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859870862064 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0.02 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) R 28245 28248 22004 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 105942497 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859869809264 139860384416346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 7632 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30528 KiB

[startup+0.210675 s]*
/proc/loadavg: 5.06 3.85 3.12 7/217 28263
/proc/meminfo: memFree=20049104/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659012 memory=41860 CPUtime=0.34 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 8075 0 0 0 31 3 0 0 20 0 15 0 105942491 10914828288 10465 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664753 10465 3001 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) R 28245 28248 22004 0 -1 4202560 5039 0 0 0 18 1 0 0 20 0 15 0 105942491 10914828288 10465 33554432000 4194304 4196468 140728395122480 139860388630672 139860368475486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 10465 33554432000 4194304 4196468 140728395122480 139860310469776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659012 memory=139845864156560 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859989621776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859988568976 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) S 28245 28248 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942492 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859987516176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942494 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859876125040 139860384406146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942494 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859875071008 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942494 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859874018160 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) S 28245 28248 22004 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 105942497 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859871914864 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) S 28245 28248 22004 0 -1 1077944384 688 0 0 0 1 0 0 0 20 0 15 0 105942497 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859870862064 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0.08 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) R 28245 28248 22004 0 -1 4202560 667 0 0 0 8 0 0 0 20 0 15 0 105942497 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859869809264 139860363348390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659012 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942497 10914828288 10465 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41860 KiB

[startup+0.310538 s]*
/proc/loadavg: 5.06 3.85 3.12 9/217 28263
/proc/meminfo: memFree=20041784/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659088 memory=47820 CPUtime=0.53 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 9142 0 0 0 50 3 0 0 20 0 15 0 105942491 10914906112 11955 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664772 11955 3048 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) R 28245 28248 22004 0 -1 4202560 5783 0 0 0 28 2 0 0 20 0 15 0 105942491 10914906112 11955 33554432000 4194304 4196468 140728395122480 139860388631408 139860368475486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659088 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914906112 11955 33554432000 4194304 4196468 140728395122480 139860310469776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659088 memory=139845864156533 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859989621776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942492 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859988568976 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) S 28245 28248 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942492 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859987516176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659088 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859876125040 139860384406146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859875071008 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859874018160 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) R 28245 28248 22004 0 -1 1077944384 355 0 0 0 3 0 0 0 20 0 15 0 105942497 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859871914960 139860384405205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) R 28245 28248 22004 0 -1 4202560 868 0 0 0 5 0 0 0 20 0 15 0 105942497 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859870851056 139860367781904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659088 memory=139845864134272 CPUtime=0.13 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) S 28245 28248 22004 0 -1 1077944384 770 0 0 0 13 0 0 0 20 0 15 0 105942497 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859869809264 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659088 memory=139845864134272 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 11955 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47820 KiB

[startup+0.701573 s]
/proc/loadavg: 5.06 3.85 3.12 8/217 28263
/proc/meminfo: memFree=19997544/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659088 memory=230772 CPUtime=1.79 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 12289 0 0 0 169 10 0 0 20 0 15 0 105942491 10914906112 57693 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664772 57693 3121 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659088 memory=1840 CPUtime=0.63 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) R 28245 28248 22004 0 -1 4202560 5973 0 0 0 59 4 0 0 20 0 15 0 105942491 10914906112 57693 33554432000 4194304 4196468 140728395122480 139860388629320 139859991797983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659088 memory=1004 CPUtime=0.04 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) S 28245 28248 22004 0 -1 1077944384 125 0 0 0 3 1 0 0 20 0 15 0 105942492 10914906112 57693 33554432000 4194304 4196468 140728395122480 139860310469776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659088 memory=12060 CPUtime=0.04 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) S 28245 28248 22004 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 15 0 105942492 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859989621776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659088 memory=5788 CPUtime=0.04 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) S 28245 28248 22004 0 -1 1077944384 116 0 0 0 3 1 0 0 20 0 15 0 105942492 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859988568976 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659088 memory=792 CPUtime=0.02 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) S 28245 28248 22004 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 105942492 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859987516176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859876125040 139860384406146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859875071072 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859874018176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659088 memory=7163631965283378496 CPUtime=0.33 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) R 28245 28248 22004 0 -1 4202560 1204 0 0 0 33 0 0 0 20 0 15 0 105942497 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859871901696 139860363641428 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659088 memory=7667213801450137426 CPUtime=0.35 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) R 28245 28248 22004 0 -1 4202560 1882 0 0 0 35 0 0 0 20 0 15 0 105942497 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859870840848 139860369502715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659088 memory=7223888500751355984 CPUtime=0.28 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) S 28245 28248 22004 0 -1 1077944384 1393 0 0 0 28 0 0 0 20 0 15 0 105942497 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859869809264 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 57693 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 230772 KiB

[startup+1.50157 s]
/proc/loadavg: 5.06 3.85 3.12 6/217 28263
/proc/meminfo: memFree=19467616/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659088 memory=1147992 CPUtime=2.94 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 14630 0 0 0 259 35 0 0 20 0 15 0 105942491 10914906112 286998 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664772 286998 3128 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659088 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) R 28245 28248 22004 0 -1 4202560 6892 0 0 0 117 15 0 0 20 0 15 0 105942491 10914906112 286998 33554432000 4194304 4196468 140728395122480 139860388632080 139859989963544 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659088 memory=-6951259422114956437 CPUtime=0.12 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) S 28245 28248 22004 0 -1 1077944384 246 0 0 0 8 4 0 0 20 0 15 0 105942492 10914906112 286998 33554432000 4194304 4196468 140728395122480 139860310469776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659088 memory=-6509546260019855295 CPUtime=0.13 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) S 28245 28248 22004 0 -1 1077944384 162 0 0 0 9 4 0 0 20 0 15 0 105942492 10914906112 286998 33554432000 4194304 4196468 140728395122480 139859989621776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659088 memory=-7390251449858225344 CPUtime=0.12 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) S 28245 28248 22004 0 -1 1077944384 241 0 0 0 8 4 0 0 20 0 15 0 105942492 10914906112 286998 33554432000 4194304 4196468 140728395122480 139859988568976 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659088 memory=4134692831991786133 CPUtime=0.12 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) S 28245 28248 22004 0 -1 1077944384 246 0 0 0 8 4 0 0 20 0 15 0 105942492 10914906112 286998 33554432000 4194304 4196468 140728395122480 139859987516176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 982 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 286998 33554432000 4194304 4196468 140728395122480 139859876125040 139860384406146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0

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

[pid=28248/tid=28256] ppid=28245 vsize=10659088 memory=5837584 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859875071072 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659088 memory=13033 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859874018176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659088 memory=4420 CPUtime=1.65 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) S 28245 28248 22004 0 -1 1077944384 11425 0 0 0 164 1 0 0 20 0 15 0 105942497 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859871914864 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659088 memory=6628 CPUtime=1.62 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) S 28245 28248 22004 0 -1 1077944384 11282 0 0 0 160 2 0 0 20 0 15 0 105942497 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859870862064 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659088 memory=6108796 CPUtime=0.37 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) S 28245 28248 22004 0 -1 1077944384 2861 0 0 0 37 0 0 0 20 0 15 0 105942497 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859869809264 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659088 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659088 memory=18004 CPUtime=0.05 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1609 0 0 0 2 3 0 0 20 0 15 0 105942497 10914906112 1539483 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 172.31 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6157932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+140.502 s]
/proc/loadavg: 2.07 3.21 3.00 6/215 28340
/proc/meminfo: memFree=16242672/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659088 memory=7217940 CPUtime=252.17 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 433981 0 0 0 24760 457 0 0 20 0 15 0 105942491 10914906112 1804485 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664772 1804485 3175 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659088 memory=7021312 CPUtime=93.76 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) S 28245 28248 22004 0 -1 1077944384 31305 0 0 0 9337 39 0 0 20 0 15 0 105942491 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139860388632752 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659088 memory=6953696 CPUtime=36.1 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) R 28245 28248 22004 0 -1 4202560 67333 0 0 0 3496 114 0 0 20 0 15 0 105942492 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139860310469976 139860369417120 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659088 memory=6989908 CPUtime=36.1 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) R 28245 28248 22004 0 -1 4202560 102065 0 0 0 3509 101 0 0 20 0 15 0 105942492 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859989621776 139860369422873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659088 memory=7028216 CPUtime=36.07 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) R 28245 28248 22004 0 -1 4202560 86800 0 0 0 3512 95 0 0 20 0 15 0 105942492 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859988569176 139860369422873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659088 memory=6989908 CPUtime=36.18 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) R 28245 28248 22004 0 -1 4202560 95095 0 0 0 3521 97 0 0 20 0 15 0 105942492 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859987516176 139860369422873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659088 memory=7133952 CPUtime=10.11 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 21803 0 0 0 1010 1 0 0 20 0 15 0 105942494 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859876123552 139860384405205 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10659088 memory=7133972 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859875071072 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659088 memory=-4059589565078923626 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859874018176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659088 memory=6965796 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659088 memory=6965796 CPUtime=1.67 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) S 28245 28248 22004 0 -1 1077944384 11517 0 0 0 166 1 0 0 20 0 15 0 105942497 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859871914864 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659088 memory=25017 CPUtime=1.65 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) S 28245 28248 22004 0 -1 1077944384 12099 0 0 0 163 2 0 0 20 0 15 0 105942497 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859870862064 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659088 memory=9350 CPUtime=0.38 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) S 28245 28248 22004 0 -1 1077944384 2891 0 0 0 38 0 0 0 20 0 15 0 105942497 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859869809264 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659088 memory=6953696 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659088 memory=6953696 CPUtime=0.08 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1613 0 0 0 4 4 0 0 20 0 15 0 105942497 10914906112 1804485 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 252.17 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7217940 KiB

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

[startup+141.134 s]
# the end of solver process 28248 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.126 s, system=4.82312 s

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

[startup+140.802 s]
/proc/loadavg: 2.07 3.21 3.00 6/215 28340
/proc/meminfo: memFree=16242672/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10659088 memory=7432980 CPUtime=253.37 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 434352 0 0 0 24860 477 0 0 20 0 15 0 105942491 10914906112 1858245 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2664772 1858245 3175 1 0 2627263 0
[pid=28248/tid=28250] ppid=28245 vsize=10659088 memory=7028216 CPUtime=93.76 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) S 28245 28248 22004 0 -1 1077944384 31305 0 0 0 9337 39 0 0 20 0 15 0 105942491 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139860388632752 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10659088 memory=7028216 CPUtime=36.4 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) R 28245 28248 22004 0 -1 4202560 67388 0 0 0 3522 118 0 0 20 0 15 0 105942492 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139860310469976 139860368843214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10659088 memory=1840 CPUtime=36.39 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) R 28245 28248 22004 0 -1 4202560 102169 0 0 0 3533 106 0 0 20 0 15 0 105942492 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859989621896 139860377023207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10659088 memory=1840 CPUtime=36.37 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) R 28245 28248 22004 0 -1 4202560 86902 0 0 0 3537 100 0 0 20 0 15 0 105942492 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859988569096 139860377023207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10659088 memory=1004 CPUtime=36.48 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) R 28245 28248 22004 0 -1 4202560 95199 0 0 0 3546 102 0 0 20 0 15 0 105942492 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859987516296 139860377023207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10659088 memory=12060 CPUtime=10.11 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 21803 0 0 0 1010 1 0 0 20 0 15 0 105942494 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859876123552 139860384405205 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859875071072 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10659088 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 105942494 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859874018176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10659088 memory=7133972 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859872966128 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10659088 memory=6953696 CPUtime=1.67 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) S 28245 28248 22004 0 -1 1077944384 11517 0 0 0 166 1 0 0 20 0 15 0 105942497 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859871914864 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10659088 memory=1624 CPUtime=1.65 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) S 28245 28248 22004 0 -1 1077944384 12099 0 0 0 163 2 0 0 20 0 15 0 105942497 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859870862064 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10659088 memory=1200 CPUtime=0.38 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) S 28245 28248 22004 0 -1 1077944384 2891 0 0 0 38 0 0 0 20 0 15 0 105942497 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859869809264 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10659088 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105942497 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10659088 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1614 0 0 0 4 4 0 0 20 0 15 0 105942497 10914906112 1858245 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 253.37 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7432980 KiB

[startup+141.002 s]*
/proc/loadavg: 2.07 3.21 3.00 3/217 28343
/proc/meminfo: memFree=15942796/32770624 swapFree=67108860/67108860
[pid=28248] ppid=28245 vsize=10858780 memory=7433012 CPUtime=253.81 cores=0,2,4,6
/proc/28248/stat : 28248 (java) S 28245 28248 22004 0 -1 1077944320 434524 0 0 0 24904 477 0 0 20 0 17 0 105942491 11119390720 1858253 33554432000 4194304 4196468 140728395122480 140728395105024 139860384394999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
/proc/28248/statm: 2714695 1858253 3177 1 0 2677186 0
[pid=28248/tid=28250] ppid=28245 vsize=10858780 memory=3848 CPUtime=93.88 cores=0,2,4,6
/proc/28248/task/28250/stat : 28250 (java) R 28245 28248 22004 0 -1 4202560 31305 0 0 0 9349 39 0 0 20 0 17 0 105942491 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139860388632640 139860365234315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28251] ppid=28245 vsize=10858780 memory=2788 CPUtime=36.48 cores=0,2,4,6
/proc/28248/task/28251/stat : 28251 (java) S 28245 28248 22004 0 -1 1077944384 67388 0 0 0 3530 118 0 0 20 0 17 0 105942492 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139860310469776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28252] ppid=28245 vsize=10858780 memory=2732 CPUtime=36.47 cores=0,2,4,6
/proc/28248/task/28252/stat : 28252 (java) S 28245 28248 22004 0 -1 1077944384 102169 0 0 0 3541 106 0 0 20 0 17 0 105942492 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859989621776 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28253] ppid=28245 vsize=10858780 memory=6791534058613427641 CPUtime=36.44 cores=0,2,4,6
/proc/28248/task/28253/stat : 28253 (java) S 28245 28248 22004 0 -1 1077944384 86902 0 0 0 3544 100 0 0 20 0 17 0 105942492 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859988568976 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28254] ppid=28245 vsize=10858780 memory=279691492027360 CPUtime=36.55 cores=0,2,4,6
/proc/28248/task/28254/stat : 28254 (java) S 28245 28248 22004 0 -1 1077944384 95199 0 0 0 3553 102 0 0 20 0 17 0 105942492 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859987516176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28255] ppid=28245 vsize=10858780 memory=6944656592455359580 CPUtime=10.11 cores=0,2,4,6
/proc/28248/task/28255/stat : 28255 (java) S 28245 28248 22004 0 -1 1077944384 21841 0 0 0 1010 1 0 0 20 0 17 0 105942494 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859876125040 139860384406146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28256] ppid=28245 vsize=10858780 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28256/stat : 28256 (java) S 28245 28248 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 105942494 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859875071072 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28257] ppid=28245 vsize=10858780 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28257/stat : 28257 (java) S 28245 28248 22004 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 105942494 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859874018176 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28258] ppid=28245 vsize=10858780 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28258/stat : 28258 (java) S 28245 28248 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 105942497 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859872966480 139860384413595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28259] ppid=28245 vsize=10858780 memory=0 CPUtime=1.67 cores=0,2,4,6
/proc/28248/task/28259/stat : 28259 (java) S 28245 28248 22004 0 -1 1077944384 11517 0 0 0 166 1 0 0 20 0 17 0 105942497 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859871914864 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28260] ppid=28245 vsize=10858780 memory=7445417107471100007 CPUtime=1.65 cores=0,2,4,6
/proc/28248/task/28260/stat : 28260 (java) S 28245 28248 22004 0 -1 1077944384 12099 0 0 0 163 2 0 0 20 0 17 0 105942497 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859870862064 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28261] ppid=28245 vsize=10858780 memory=5788 CPUtime=0.38 cores=0,2,4,6
/proc/28248/task/28261/stat : 28261 (java) S 28245 28248 22004 0 -1 1077944384 2894 0 0 0 38 0 0 0 20 0 17 0 105942497 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859869809264 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28262] ppid=28245 vsize=10858780 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28262/stat : 28262 (java) S 28245 28248 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105942497 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859868756704 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28263] ppid=28245 vsize=10858780 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/28248/task/28263/stat : 28263 (java) S 28245 28248 22004 0 -1 1077944384 1614 0 0 0 4 4 0 0 20 0 17 0 105942497 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859867703984 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28341] ppid=28245 vsize=10858780 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28341/stat : 28341 (java) S 28245 28248 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 105956579 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859866648816 139860384405205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
[pid=28248/tid=28342] ppid=28245 vsize=10858780 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28248/task/28342/stat : 28342 (java) S 28245 28248 22004 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 105956579 11119390720 1858253 33554432000 4194304 4196468 140728395122480 139859865596944 139860384406146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140728395125878 140728395126030 140728395126030 140728395128783 0
Current children cumulated CPU time: 253.81 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 7433012 KiB

[startup+141.11 s]*
/proc/loadavg: 2.07 3.21 3.00 3/202 28343
/proc/meminfo: memFree=18632744/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): 141.134
CPU time (s): 253.949
CPU user time (s): 249.126
CPU system time (s): 4.82312
CPU usage (%): 179.935
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 7433012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.126
system time used= 4.82312
maximum resident set size= 7433524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7359
involuntary context switches= 1918


# summary of solver processes directly reported to runsolver:
#   pid: 28248
#   total CPU time (s): 253.949
#   total CPU user time (s): 249.126
#   total CPU system time (s): 4.82312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.80453 second user time and 1.44834 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:03:13
IDJOB=4301706
IDBENCH=141305
IDSOLVER=2773
FILE ID=node151/4301706-1532883793
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59268 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-04-4-rom_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301706-1532883793/watcher-4301706-1532883793 -o /tmp/evaluation-result-4301706-1532883793/solver-4301706-1532883793 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301706-1532883793.xml

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

MD5SUM BENCH= d6990cbd029e878cdbe38f84d450c608
RANDOM SEED=1505701708

node151.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.87
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.87
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.87
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.87
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:        20076712 kB
MemAvailable:   23767012 kB
Buffers:          212376 kB
Cached:          3751676 kB
SwapCached:            0 kB
Active:          9584208 kB
Inactive:        2625752 kB
Active(anon):    8195372 kB
Inactive(anon):    78188 kB
Active(file):    1388836 kB
Inactive(file):  2547564 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:       8263408 kB
Mapped:            56308 kB
Shmem:             25224 kB
Slab:             167688 kB
SReclaimable:     139472 kB
SUnreclaim:        28216 kB
KernelStack:        3824 kB
PageTables:        21380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8657412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7692288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59280 MiB
End job on node151 at 2018-07-29 19:05:34