Trace number 4263591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 4.89814 2.0002301

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0050-int.xml
MD5SUM7780e40de56b9bae3ab082521ef58da1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.9581299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints4900
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":50}]
Minimum variable degree196
Maximum variable degree196
Distribution of variable degrees[{"degree":196,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4900}]
Number of extensional constraints0
Number of intensional constraints4900
Distribution of constraint types[{"type":"intension","count":4900}]
Optimization problemNO
Type of objective

Solver Data

3.50/1.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.50/1.33	c This is free software under the dual EPL/GNU LGPL licenses.
3.50/1.33	c See www.sat4j.org for details.
3.50/1.33	c That software uses the Rhino library from the Mozilla project.
3.50/1.33	c version CUSTOM.v20170705
3.50/1.33	c java.runtime.name	Java(TM) SE Runtime Environment
3.50/1.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.50/1.33	c java.vm.version	25.131-b11
3.50/1.33	c java.vm.vendor	Oracle Corporation
3.50/1.33	c sun.arch.data.model	64
3.50/1.33	c java.version		1.8.0_131
3.50/1.33	c os.name		Linux
3.50/1.33	c os.version		3.10.0-514.16.1.el7.x86_64
3.50/1.33	c os.arch		amd64
3.50/1.33	c Free memory 		499604488
3.50/1.33	c Max memory 		7247757312
3.50/1.33	c Total memory 		504889344
3.50/1.33	c Number of processors 	4
3.50/1.33	c c --- Begin Solver configuration ---
3.50/1.33	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.50/1.33	c Learn all clauses as in MiniSAT
3.50/1.33	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.50/1.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.50/1.33	c No reason simplification
3.50/1.33	c Glucose 2.1 dynamic restart strategy
3.50/1.33	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
3.50/1.33	c timeout=2147483s
3.50/1.33	c DB Simplification allowed=false
3.50/1.33	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.50/1.33	c --- End Solver configuration ---
3.50/1.33	c constraints type 
3.50/1.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
3.50/1.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 480200
3.50/1.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19402
3.50/1.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 9750
3.50/1.33	c 509452 constraints processed.
4.88/1.97	c starts		: 9
4.88/1.97	c conflicts		: 880
4.88/1.97	c decisions		: 16197
4.88/1.97	c propagations		: 886282
4.88/1.97	c inspects		: 2306907
4.88/1.97	c shortcuts		: 0
4.88/1.97	c learnt literals	: 13
4.88/1.97	c learnt binary clauses	: 12
4.88/1.97	c learnt ternary clauses	: 18
4.88/1.97	c learnt constraints	: 867
4.88/1.97	c ignored constraints	: 0
4.88/1.97	c root simplifications	: 0
4.88/1.97	c removed literals (reason simplification)	: 0
4.88/1.97	c reason swapping (by a shorter reason)	: 0
4.88/1.97	c Calls to reduceDB	: 0
4.88/1.97	c Number of update (reduction) of LBD	: 681
4.88/1.97	c Imported unit clauses	: 0
4.88/1.97	c number of reductions to clauses (during analyze)	: 0
4.88/1.97	c number of learned constraints concerned by reduction	: 0
4.88/1.97	c number of learning phase by resolution	: 0
4.88/1.97	c number of learning phase by cutting planes	: 0
4.88/1.97	c number of rounding to 1 operations	: 0
4.88/1.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.88/1.97	c number of reductions of the coefficients by power 2 	: 0
4.88/1.97	c number of right shift for reduction by power 2 	: 0
4.88/1.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.88/1.97	c speed (assignments/second)	: 1525442.3407917386
4.88/1.97	c non guided choices	5651
4.88/1.97	c learnt constraints type 
4.88/1.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
4.88/1.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 855
4.88/1.97	s SATISFIABLE
4.88/1.97	v <instantiation type="solution">
4.88/1.97	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
4.88/1.97	v 	<values> 1 4 8 8 16 1 5 0 0 6 6 3 2 3 0 9 2 5 5 1 37 15 4 0 2 7 6 1 6 7 3 1 0 14 22 1 3 2 4 0 1 3 5 0 7 2 0 1 0 3 </values>
4.88/1.97	v </instantiation>
4.88/1.97	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263591-1502626346/watcher-4263591-1502626346 -o /tmp/evaluation-result-4263591-1502626346/solver-4263591-1502626346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263591-1502626346.xml 

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

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

solver pid=16246, runsolver pid=16243

[startup+0.100068 s]*
/proc/loadavg: 4.76 4.55 3.82 3/213 16260
/proc/meminfo: memFree=27567848/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10484492 memory=23260 CPUtime=0.06 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 4779 0 0 0 5 1 0 0 20 0 14 0 110141003 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2621123 5815 2577 1 0 2610620 0
[pid=16246/tid=16248] ppid=16243 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) D 16243 16246 4674 0 -1 4202560 2885 0 0 0 4 0 0 0 20 0 14 0 110141007 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139708207867808 139708203652349 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110141008 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10484492 memory=140272261682816 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110141008 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110141008 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110141008 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10484492 memory=140272261682816 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110141009 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 110141010 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707698619680 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 110141010 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707697567344 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110141012 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) S 16243 16246 4674 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 110141012 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707695462512 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110141012 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707694409712 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10484492 memory=140272261682816 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) S 16243 16246 4674 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 110141012 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110141012 10736119808 5815 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23260 KiB

[startup+0.210133 s]*
/proc/loadavg: 4.76 4.55 3.82 3/214 16261
/proc/meminfo: memFree=27559100/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10551156 memory=30344 CPUtime=0.15 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 7830 0 0 0 13 2 0 0 20 0 15 0 110141003 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2637789 7586 2797 1 0 2627261 0
[pid=16246/tid=16248] ppid=16243 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) R 16243 16246 4674 0 -1 4202560 5675 0 0 0 10 1 0 0 20 0 15 0 110141007 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139708207841504 139708203652253 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10551156 memory=3617435899565463200 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10551156 memory=140272261682816 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141009 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141010 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707698619680 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141010 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707697567344 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) R 16243 16246 4674 0 -1 4202560 430 0 0 0 0 0 0 0 20 0 15 0 110141012 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707695462512 139708188446829 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) R 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707694409712 139708203641474 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10551156 memory=140272261682816 CPUtime=0.02 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) R 16243 16246 4674 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 110141012 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708187710814 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10551156 memory=140272261682816 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141018 10804383744 7586 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30344 KiB

[startup+0.311292 s]*
/proc/loadavg: 4.54 4.51 3.81 6/214 16261
/proc/meminfo: memFree=27552752/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10551156 memory=40588 CPUtime=0.35 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 9441 0 0 0 32 3 0 0 20 0 15 0 110141003 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2637789 10147 2973 1 0 2627261 0
[pid=16246/tid=16248] ppid=16243 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) R 16243 16246 4674 0 -1 4202560 6214 0 0 0 19 2 0 0 20 0 15 0 110141007 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139708207867920 139707845110096 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141008 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141009 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141010 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707698619680 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141010 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707697567344 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) R 16243 16246 4674 0 -1 4202560 701 0 0 0 3 0 0 0 20 0 15 0 110141012 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707695451880 139708187877854 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) R 16243 16246 4674 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 110141012 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707694395176 139708195919700 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) R 16243 16246 4674 0 -1 4202560 915 0 0 0 6 0 0 0 20 0 15 0 110141012 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707693354008 139708195867454 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141018 10804383744 10147 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 40588 KiB

[startup+0.704719 s]
/proc/loadavg: 4.54 4.51 3.81 6/214 16261
/proc/meminfo: memFree=27532072/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10551232 memory=92972 CPUtime=1.56 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 13362 0 0 0 151 5 0 0 20 0 15 0 110141003 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2637808 23243 3059 1 0 2627261 0
[pid=16246/tid=16248] ppid=16243 vsize=10551232 memory=1724 CPUtime=0.59 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) R 16243 16246 4674 0 -1 4202560 7512 0 0 0 56 3 0 0 20 0 15 0 110141007 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139708207860976 139708203642262 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141008 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10551232 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141008 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141008 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10551232 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141008 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110141009 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10551232 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141010 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707698619680 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141010 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707697567344 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10551232 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10551232 memory=1444 CPUtime=0.34 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) R 16243 16246 4674 0 -1 4202560 1531 0 0 0 34 0 0 0 20 0 15 0 110141012 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707695462640 139708182783632 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10551232 memory=12304 CPUtime=0.31 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) R 16243 16246 4674 0 -1 4202560 1298 0 0 0 31 0 0 0 20 0 15 0 110141012 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707694399632 139708187015284 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10551232 memory=1204 CPUtime=0.29 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) R 16243 16246 4674 0 -1 1077944384 1650 0 0 0 29 0 0 0 20 0 15 0 110141012 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708203641474 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10551232 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141012 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10551232 memory=61176 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) R 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141018 10804461568 23243 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92972 KiB

[startup+1.50073 s]
/proc/loadavg: 4.54 4.51 3.81 7/214 16261
/proc/meminfo: memFree=27400828/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10617796 memory=243220 CPUtime=4.17 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 17429 0 0 0 407 10 0 0 20 0 16 0 110141003 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2654449 60805 3107 1 0 2643902 0
[pid=16246/tid=16248] ppid=16243 vsize=10617796 memory=4148 CPUtime=1.32 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) R 16243 16246 4674 0 -1 4202560 7596 0 0 0 128 4 0 0 20 0 16 0 110141007 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139708207868560 139708203642262 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10617796 memory=53344 CPUtime=0.06 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 118 0 0 0 5 1 0 0 20 0 16 0 110141008 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10617796 memory=1296 CPUtime=0.03 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 109 0 0 0 3 0 0 0 20 0 16 0 110141008 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10617796 memory=2320 CPUtime=0.05 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 121 0 0 0 5 0 0 0 20 0 16 0 110141008 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10617796 memory=1724 CPUtime=0.02 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 110141008 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10617796 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110141009 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10617796 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110141010 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707698619744 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110141010 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707697567360 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10617796 memory=0 CPUtime=1.09 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) R 16243 16246 4674 0 -1 4202560 3318 0 0 0 109 0 0 0 20 0 16 0 110141012 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707695453840 139708188436528 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10617796 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) R 16243 16246 4674 0 -1 4202560 2483 0 0 0 103 0 0 0 20 0 16 0 110141012 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707694409840 139708187113858 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10617796 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) R 16243 16246 4674 0 -1 1077944384 2181 0 0 0 47 0 0 0 20 0 16 0 110141012 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708203641474 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10617796 memory=7300735688153654118 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10617796 memory=7523378005124137060 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110141018 10872623104 60805 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 243220 KiB

[startup+2.00019 s]
# the end of solver process 16246 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.78013 s, system=0.118015 s

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

[startup+1.60087 s]
/proc/loadavg: 4.54 4.51 3.81 7/214 16261
/proc/meminfo: memFree=27400828/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10617796 memory=243312 CPUtime=4.48 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 17466 0 0 0 438 10 0 0 20 0 16 0 110141003 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2654449 60828 3107 1 0 2643902 0
[pid=16246/tid=16248] ppid=16243 vsize=10617796 memory=-8774313645642428999 CPUtime=1.42 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) R 16243 16246 4674 0 -1 4202560 7596 0 0 0 138 4 0 0 20 0 16 0 110141007 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139708207868720 139708203642262 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10617796 memory=1 CPUtime=0.06 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 118 0 0 0 5 1 0 0 20 0 16 0 110141008 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10617796 memory=1 CPUtime=0.03 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 109 0 0 0 3 0 0 0 20 0 16 0 110141008 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10617796 memory=2 CPUtime=0.05 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 121 0 0 0 5 0 0 0 20 0 16 0 110141008 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10617796 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 110141008 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110141009 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110141010 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707698619744 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110141010 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707697567360 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10617796 memory=91 CPUtime=1.19 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) R 16243 16246 4674 0 -1 4202560 3332 0 0 0 119 0 0 0 20 0 16 0 110141012 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707695451984 139708182883108 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10617796 memory=88 CPUtime=1.13 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) R 16243 16246 4674 0 -1 4202560 2500 0 0 0 113 0 0 0 20 0 16 0 110141012 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707694399424 139708183033405 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10617796 memory=43 CPUtime=0.47 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) R 16243 16246 4674 0 -1 1077944384 2187 0 0 0 47 0 0 0 20 0 16 0 110141012 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708203641474 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110141018 10872623104 60828 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 243312 KiB

[startup+1.80074 s]
/proc/loadavg: 4.54 4.51 3.81 7/214 16261
/proc/meminfo: memFree=27400828/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10750924 memory=243680 CPUtime=4.88 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 17570 0 0 0 477 11 0 0 20 0 16 0 110141003 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2687731 60920 3109 1 0 2677184 0
[pid=16246/tid=16248] ppid=16243 vsize=10750924 memory=13564886244395551 CPUtime=1.59 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) S 16243 16246 4674 0 -1 1077944384 7606 0 0 0 155 4 0 0 20 0 16 0 110141007 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139708207871008 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10750924 memory=11020 CPUtime=0.06 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 118 0 0 0 5 1 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10750924 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 109 0 0 0 3 0 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10750924 memory=280544310984944 CPUtime=0.05 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 121 0 0 0 5 0 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10750924 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10750924 memory=-6305718321057981056 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110141009 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110141010 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707698619744 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10750924 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110141010 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707697567360 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10750924 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10750924 memory=-4051592751533505334 CPUtime=1.32 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) S 16243 16246 4674 0 -1 1077944384 3357 0 0 0 132 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707695462512 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10750924 memory=1204 CPUtime=1.21 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) S 16243 16246 4674 0 -1 1077944384 2512 0 0 0 121 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707694409712 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10750924 memory=15880 CPUtime=0.49 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) S 16243 16246 4674 0 -1 1077944384 2198 0 0 0 49 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10750924 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10750924 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110141018 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 243680 KiB

[startup+1.90071 s]
/proc/loadavg: 4.54 4.51 3.81 7/214 16261
/proc/meminfo: memFree=27400828/32770624 swapFree=67108764/67108860
[pid=16246] ppid=16243 vsize=10750924 memory=243680 CPUtime=4.88 cores=1,3,5,7
/proc/16246/stat : 16246 (java) S 16243 16246 4674 0 -1 1077944320 17570 0 0 0 477 11 0 0 20 0 16 0 110141003 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 140734514213760 139708203630327 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
/proc/16246/statm: 2687731 60920 3109 1 0 2677184 0
[pid=16246/tid=16248] ppid=16243 vsize=10750924 memory=4148 CPUtime=1.59 cores=1,3,5,7
/proc/16246/task/16248/stat : 16248 (java) S 16243 16246 4674 0 -1 1077944384 7606 0 0 0 155 4 0 0 20 0 16 0 110141007 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139708207871008 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16249] ppid=16243 vsize=10750924 memory=53344 CPUtime=0.06 cores=1,3,5,7
/proc/16246/task/16249/stat : 16249 (java) S 16243 16246 4674 0 -1 1077944384 118 0 0 0 5 1 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707814533520 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16250] ppid=16243 vsize=10750924 memory=1296 CPUtime=0.03 cores=1,3,5,7
/proc/16246/task/16250/stat : 16250 (java) S 16243 16246 4674 0 -1 1077944384 109 0 0 0 3 0 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707813480720 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16251] ppid=16243 vsize=10750924 memory=2320 CPUtime=0.05 cores=1,3,5,7
/proc/16246/task/16251/stat : 16251 (java) S 16243 16246 4674 0 -1 1077944384 121 0 0 0 5 0 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707812428432 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16252] ppid=16243 vsize=10750924 memory=1724 CPUtime=0.02 cores=1,3,5,7
/proc/16246/task/16252/stat : 16252 (java) S 16243 16246 4674 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 110141008 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707811375632 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16253] ppid=16243 vsize=10750924 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16253/stat : 16253 (java) S 16243 16246 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110141009 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707699673712 139708203641474 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16254] ppid=16243 vsize=10750924 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16254/stat : 16254 (java) S 16243 16246 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110141010 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707698619744 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16255] ppid=16243 vsize=10750924 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16255/stat : 16255 (java) S 16243 16246 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110141010 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707697567360 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16256] ppid=16243 vsize=10750924 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16256/stat : 16256 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707696515664 139708203648923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16257] ppid=16243 vsize=10750924 memory=1728 CPUtime=1.32 cores=1,3,5,7
/proc/16246/task/16257/stat : 16257 (java) S 16243 16246 4674 0 -1 1077944384 3357 0 0 0 132 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707695462512 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16258] ppid=16243 vsize=10750924 memory=4572 CPUtime=1.21 cores=1,3,5,7
/proc/16246/task/16258/stat : 16258 (java) S 16243 16246 4674 0 -1 1077944384 2512 0 0 0 121 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707694409712 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16259] ppid=16243 vsize=10750924 memory=1444 CPUtime=0.49 cores=1,3,5,7
/proc/16246/task/16259/stat : 16259 (java) S 16243 16246 4674 0 -1 1077944384 2198 0 0 0 49 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707693357424 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16260] ppid=16243 vsize=10750924 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16260/stat : 16260 (java) S 16243 16246 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141012 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707692304864 139708203640533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
[pid=16246/tid=16261] ppid=16243 vsize=10750924 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/16246/task/16261/stat : 16261 (java) S 16243 16246 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 110141018 11008946176 60920 18446744073709551615 4194304 4196468 140734514231216 139707691252656 139708203641474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140734514233744 140734514233897 140734514233897 140734514237391 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 243680 KiB

Child status: 0
Real time (s): 2.00023
CPU time (s): 4.89814
CPU user time (s): 4.78013
CPU system time (s): 0.118015
CPU usage (%): 244.878
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 243680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.78013
system time used= 0.118015
maximum resident set size= 244684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1610
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 16246
#   total CPU time (s): 4.89814
#   total CPU user time (s): 4.78013
#   total CPU system time (s): 0.118015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025516 second user time and 0.067363 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:58:31
IDJOB=4263591
IDBENCH=126922
IDSOLVER=2651
FILE ID=node134/4263591-1502626346
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0050-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263591-1502626346/watcher-4263591-1502626346 -o /tmp/evaluation-result-4263591-1502626346/solver-4263591-1502626346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263591-1502626346.xml

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

MD5SUM BENCH= 7780e40de56b9bae3ab082521ef58da1
RANDOM SEED=2065552694

node134.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.43
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.43
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.43
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.43
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:        27580484 kB
MemAvailable:   27790492 kB
Buffers:          222792 kB
Cached:           280892 kB
SwapCached:            4 kB
Active:          4523932 kB
Inactive:         206748 kB
Active(anon):    4174120 kB
Inactive(anon):    94440 kB
Active(file):     349812 kB
Inactive(file):   112308 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1820 kB
Writeback:             4 kB
AnonPages:       4226656 kB
Mapped:            67568 kB
Shmem:             41564 kB
Slab:             154100 kB
SReclaimable:     127448 kB
SUnreclaim:        26652 kB
KernelStack:        3504 kB
PageTables:        12876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6006336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4077568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 13:58:33