Trace number 4290125

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 2018-07-11SAT 4.2711 1.61043

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-5-cp_c18.xml
MD5SUM9520b1c3a7fc9338271b16f0cb9e04b3
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 benchmark0.255241
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1207
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":80}]
Minimum variable degree62
Maximum variable degree63
Distribution of variable degrees[{"degree":62,"count":64},{"degree":63,"count":16}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1200},{"arity":16,"count":6},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1200
Distribution of constraint types[{"type":"intension","count":1200},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.56/0.90	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.56/0.90	c This is free software under the dual EPL/GNU LGPL licenses.
2.56/0.90	c See www.sat4j.org for details.
2.56/0.90	c That software uses the Rhino library from the Mozilla project.
2.56/0.90	c version 2.3.6-SNAPSHOT
2.56/0.90	c java.runtime.name	Java(TM) SE Runtime Environment
2.56/0.90	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.56/0.90	c java.vm.version	25.131-b11
2.56/0.90	c java.vm.vendor	Oracle Corporation
2.56/0.90	c sun.arch.data.model	64
2.56/0.90	c java.version		1.8.0_131
2.56/0.90	c os.name		Linux
2.56/0.90	c os.version		3.10.0-514.16.1.el7.x86_64
2.56/0.90	c os.arch		amd64
2.56/0.90	c Free memory 		499604488
2.56/0.90	c Max memory 		7247757312
2.56/0.90	c Total memory 		504889344
2.56/0.90	c Number of processors 	4
2.56/0.90	c c --- Begin Solver configuration ---
2.56/0.90	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.56/0.90	c Learn all clauses as in MiniSAT
2.56/0.90	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.56/0.90	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.56/0.90	c No reason simplification
2.56/0.90	c Glucose 2.1 dynamic restart strategy
2.56/0.90	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
2.56/0.90	c timeout=2147483s
2.56/0.90	c DB Simplification allowed=false
2.56/0.90	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.56/0.90	c --- End Solver configuration ---
2.56/0.90	c constraints type 
2.56/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
2.56/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3359
2.56/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61087
2.56/0.90	c org.sat4j.specs.Constr$1 => 223
2.56/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 2569
2.56/0.90	c 67398 constraints processed.
4.25/1.59	c starts		: 12
4.25/1.59	c conflicts		: 1651
4.25/1.59	c decisions		: 12390
4.25/1.59	c propagations		: 434174
4.25/1.59	c inspects		: 1444030
4.25/1.59	c shortcuts		: 0
4.25/1.59	c learnt literals	: 23
4.25/1.59	c learnt binary clauses	: 74
4.25/1.59	c learnt ternary clauses	: 121
4.25/1.59	c learnt constraints	: 1628
4.25/1.59	c ignored constraints	: 0
4.25/1.59	c root simplifications	: 0
4.25/1.59	c removed literals (reason simplification)	: 0
4.25/1.59	c reason swapping (by a shorter reason)	: 0
4.25/1.59	c Calls to reduceDB	: 0
4.25/1.59	c Number of update (reduction) of LBD	: 458
4.25/1.59	c Imported unit clauses	: 0
4.25/1.59	c number of reductions to clauses (during analyze)	: 0
4.25/1.59	c number of learned constraints concerned by reduction	: 0
4.25/1.59	c number of learning phase by resolution	: 0
4.25/1.59	c number of learning phase by cutting planes	: 0
4.25/1.59	c number of rounding to 1 operations	: 0
4.25/1.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.25/1.59	c number of reductions of the coefficients by power 2 	: 0
4.25/1.59	c number of right shift for reduction by power 2 	: 0
4.25/1.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.25/1.59	c number of ending skipping 	: 0
4.25/1.59	c number of internal skipping 	: 0
4.25/1.59	c number of derivation steps 	: 0
4.25/1.59	c number of skipped derivation steps 	: 0
4.25/1.59	c number of remaining unassigned 	: 0
4.25/1.59	c number of remaining assigned 	: 0
4.25/1.59	c speed (assignments/second)	: 638491.1764705882
4.25/1.59	c non guided choices	: 7145
4.25/1.59	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 1554
4.25/1.59	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 74
4.25/1.59	s SATISFIABLE
4.25/1.59	v <instantiation type="solution">
4.25/1.59	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] </list>
4.25/1.59	v 	<values> 0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 2 1 3 0 3 0 2 1 1 2 0 3 0 3 1 2 2 3 0 1 3 2 1 0 1 0 3 2 0 1 2 3 3 2 0 1 1 0 2 3 0 1 3 2 2 3 1 0 </values>
4.25/1.59	v </instantiation>
4.25/1.59	

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

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 4.75 5.29 4.01 5/217 27396
/proc/meminfo: memFree=19166360/32770624 swapFree=67108860/67108860
[pid=27381] ppid=27378 vsize=10659012 memory=30660 CPUtime=0.12 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27378 27381 23392 0 -1 1077944320 6737 0 0 0 11 1 0 0 20 0 15 0 39311267 10914828288 7665 33554432000 4194304 4196468 140723235542480 140723235525024 139723682692855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
/proc/27381/statm: 2664753 7665 2840 1 0 2627263 0
[pid=27381/tid=27383] ppid=27378 vsize=10659012 memory=-8773748148830113661 CPUtime=0.08 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) R 27378 27381 23392 0 -1 4202560 4564 0 0 0 8 0 0 0 20 0 15 0 39311267 10914828288 7665 33554432000 4194304 4196468 140723235542480 139723686897520 139723666773342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27384] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 7665 33554432000 4194304 4196468 140723235542480 139723608766992 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27385] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 7665 33554432000 4194304 4196468 140723235542480 139723288865424 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27386] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 7665 33554432000 4194304 4196468 140723235542480 139723287812368 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27387] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 7665 33554432000 4194304 4196468 140723235542480 139723286759824 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27388] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311270 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722786212592 139723682704002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27389] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27378 27381 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311270 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722785158816 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27390] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27378 27381 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311270 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722784105712 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27391] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722783054288 139723682711451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27392] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) R 27378 27381 23392 0 -1 4202560 305 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722782001392 139723682704790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27393] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27378 27381 23392 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722780948848 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27394] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0.01 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) R 27378 27381 23392 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 39311273 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722779895792 139723664600302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27395] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722778843488 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27396] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27396/stat : 27396 (java) S 27378 27381 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 7665 33554432000 4194304 4196468 140723235542480 139722777791536 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30660 KiB

[startup+0.210476 s]*
/proc/loadavg: 4.75 5.29 4.01 3/217 27396
/proc/meminfo: memFree=19155444/32770624 swapFree=67108860/67108860
[pid=27381] ppid=27378 vsize=10659012 memory=42152 CPUtime=0.33 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27378 27381 23392 0 -1 1077944320 8110 0 0 0 31 2 0 0 20 0 15 0 39311267 10914828288 10538 33554432000 4194304 4196468 140723235542480 140723235525024 139723682692855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
/proc/27381/statm: 2664753 10538 3012 1 0 2627263 0
[pid=27381/tid=27383] ppid=27378 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) R 27378 27381 23392 0 -1 4202560 5027 0 0 0 19 1 0 0 20 0 15 0 39311267 10914828288 10538 33554432000 4194304 4196468 140723235542480 139723686929136 139723667858401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27384] ppid=27378 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 10538 33554432000 4194304 4196468 140723235542480 139723608766992 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27385] ppid=27378 vsize=10659012 memory=4120991035242653344 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 10538 33554432000 4194304 4196468 140723235542480 139723288865424 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27386] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 10538 33554432000 4194304 4196468 140723235542480 139723287812368 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27387] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914828288 10538 33554432000 4194304 4196468 140723235542480 139723286759824 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27388] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311270 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722786212592 139723682704002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27389] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27378 27381 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311270 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722785158816 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27390] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27378 27381 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311270 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722784105712 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27391] ppid=27378 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722783054288 139723682711451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27392] ppid=27378 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27378 27381 23392 0 -1 1077944384 594 0 0 0 1 0 0 0 20 0 15 0 39311273 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722782001392 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27393] ppid=27378 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) R 27378 27381 23392 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 15 0 39311273 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722780948848 139723682704002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27394] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0.07 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) R 27378 27381 23392 0 -1 4202560 672 0 0 0 7 0 0 0 20 0 15 0 39311273 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722779892728 139723663042135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27395] ppid=27378 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722778843488 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27396] ppid=27378 vsize=10659012 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27396/stat : 27396 (java) S 27378 27381 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311273 10914828288 10538 33554432000 4194304 4196468 140723235542480 139722777791536 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42152 KiB

[startup+0.310429 s]*
/proc/loadavg: 4.75 5.29 4.01 4/217 27396
/proc/meminfo: memFree=19142480/32770624 swapFree=67108860/67108860
[pid=27381] ppid=27378 vsize=10659088 memory=52548 CPUtime=0.58 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27378 27381 23392 0 -1 1077944320 9720 0 0 0 56 2 0 0 20 0 15 0 39311267 10914906112 13137 33554432000 4194304 4196468 140723235542480 140723235525024 139723682692855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
/proc/27381/statm: 2664772 13137 3074 1 0 2627263 0
[pid=27381/tid=27383] ppid=27378 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) R 27378 27381 23392 0 -1 4202560 5610 0 0 0 29 1 0 0 20 0 15 0 39311267 10914906112 13137 33554432000 4194304 4196468 140723235542480 139723686929520 139723288948419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27384] ppid=27378 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914906112 13137 33554432000 4194304 4196468 140723235542480 139723608766992 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27385] ppid=27378 vsize=10659088 memory=3688648765255001760 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914906112 13137 33554432000 4194304 4196468 140723235542480 139723288865424 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27386] ppid=27378 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914906112 13137 33554432000 4194304 4196468 140723235542480 139723287812368 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27387] ppid=27378 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10914906112 13137 33554432000 4194304 4196468 140723235542480 139723286759824 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27388] ppid=27378 vsize=10659088 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27378 27381 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39311270 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722786212592 139723682704002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27389] ppid=27378 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27378 27381 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311270 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722785158816 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27390] ppid=27378 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27378 27381 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311270 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722784105712 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27391] ppid=27378 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722783054288 139723682711451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27392] ppid=27378 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) R 27378 27381 23392 0 -1 4202560 891 0 0 0 6 0 0 0 20 0 15 0 39311273 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722782001392 139723682714202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27393] ppid=27378 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) R 27378 27381 23392 0 -1 4202560 983 0 0 0 7 0 0 0 20 0 15 0 39311273 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722780929864 139723666595936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27394] ppid=27378 vsize=10659088 memory=139973121615488 CPUtime=0.12 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) R 27378 27381 23392 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 15 0 39311273 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722779895792 139723682704002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27395] ppid=27378 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722778843488 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27396] ppid=27378 vsize=10659088 memory=139973121615488 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27396/stat : 27396 (java) S 27378 27381 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311273 10914906112 13137 33554432000 4194304 4196468 140723235542480 139722777791536 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52548 KiB

[startup+0.700763 s]
/proc/loadavg: 4.75 5.29 4.01 6/217 27396
/proc/meminfo: memFree=19117912/32770624 swapFree=67108860/67108860
[pid=27381] ppid=27378 vsize=10661136 memory=104340 CPUtime=1.91 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27378 27381 23392 0 -1 1077944320 12546 0 0 0 187 4 0 0 20 0 15 0 39311267 10917003264 26085 33554432000 4194304 4196468 140723235542480 140723235525024 139723682692855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
/proc/27381/statm: 2665284 26085 3107 1 0 2627775 0
[pid=27381/tid=27383] ppid=27378 vsize=10661136 memory=257603548511835 CPUtime=0.67 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) R 27378 27381 23392 0 -1 4202560 6103 0 0 0 65 2 0 0 20 0 15 0 39311267 10917003264 26085 33554432000 4194304 4196468 140723235542480 139723686928864 139723292689235 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27384] ppid=27378 vsize=10661136 memory=120106 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10917003264 26085 33554432000 4194304 4196468 140723235542480 139723608766992 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27385] ppid=27378 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10917003264 26085 33554432000 4194304 4196468 140723235542480 139723288865424 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27386] ppid=27378 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10917003264 26085 33554432000 4194304 4196468 140723235542480 139723287812368 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27387] ppid=27378 vsize=10661136 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39311268 10917003264 26085 33554432000 4194304 4196468 140723235542480 139723286759824 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27388] ppid=27378 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27378 27381 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39311270 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722786212592 139723682704002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27389] ppid=27378 vsize=10661136 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27378 27381 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39311270 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722785158816 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27390] ppid=27378 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27378 27381 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39311270 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722784105712 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27391] ppid=27378 vsize=10661136 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722783054288 139723682711451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27392] ppid=27378 vsize=10661136 memory=6656426216303648864 CPUtime=0.4 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) R 27378 27381 23392 0 -1 4202560 1716 0 0 0 40 0 0 0 20 0 15 0 39311273 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722781987344 139723666079582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27393] ppid=27378 vsize=10661136 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) R 27378 27381 23392 0 -1 4202560 1460 0 0 0 42 0 0 0 20 0 15 0 39311273 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722780935696 139723666080092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27394] ppid=27378 vsize=10661136 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27378 27381 23392 0 -1 1077944384 1893 0 0 0 39 0 0 0 20 0 15 0 39311273 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722779895792 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27395] ppid=27378 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39311273 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722778843488 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27396] ppid=27378 vsize=10661136 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27396/stat : 27396 (java) S 27378 27381 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39311273 10917003264 26085 33554432000 4194304 4196468 140723235542480 139722777791536 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 104340 KiB

[startup+1.5008 s]
/proc/loadavg: 4.77 5.28 4.02 5/218 27397
/proc/meminfo: memFree=19024896/32770624 swapFree=67108860/67108860
[pid=27381] ppid=27378 vsize=10860828 memory=187160 CPUtime=4.25 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27378 27381 23392 0 -1 1077944320 25097 0 0 0 417 8 0 0 20 0 16 0 39311267 11121487872 46790 33554432000 4194304 4196468 140723235542480 140723235525024 139723682692855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
/proc/27381/statm: 2715207 46790 3123 1 0 2677698 0
[pid=27381/tid=27383] ppid=27378 vsize=10860828 memory=10755 CPUtime=1.37 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27378 27381 23392 0 -1 1077944384 6448 0 0 0 133 4 0 0 20 0 16 0 39311267 11121487872 46790 33554432000 4194304 4196468 140723235542480 139723686933536 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27384] ppid=27378 vsize=10860828 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39311268 11121487872 46790 33554432000 4194304 4196468 140723235542480 139723608766992 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27385] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39311268 11121487872 46790 33554432000 4194304 4196468 140723235542480 139723288865424 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27386] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39311268 11121487872 46790 33554432000 4194304 4196468 140723235542480 139723287812368 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27387] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27378 27381 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39311268 11121487872 46790 33554432000 4194304 4196468 140723235542480 139723286759824 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27388] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27378 27381 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39311270 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722786212592 139723682704002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27389] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27378 27381 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39311270 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722785158816 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27390] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27378 27381 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39311270 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722784105712 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27391] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311273 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722783054288 139723682711451 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27392] ppid=27378 vsize=10860828 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27378 27381 23392 0 -1 1077944384 7404 0 0 0 115 1 0 0 20 0 16 0 39311273 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722782001392 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27393] ppid=27378 vsize=10860828 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27378 27381 23392 0 -1 1077944384 6631 0 0 0 119 1 0 0 20 0 16 0 39311273 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722780948848 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27394] ppid=27378 vsize=10860828 memory=257603548613179 CPUtime=0.49 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27378 27381 23392 0 -1 1077944384 3099 0 0 0 48 1 0 0 20 0 16 0 39311273 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722779895792 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27395] ppid=27378 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311273 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722778843488 139723682703061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
[pid=27381/tid=27396] ppid=27378 vsize=10860828 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27396/stat : 27396 (java) S 27378 27381 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39311273 11121487872 46790 33554432000 4194304 4196468 140723235542480 139722777791536 139723682704002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7180288 140723235550321 140723235550473 140723235550473 140723235553231 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 187160 KiB

[startup+1.61039 s]
# the end of solver process 27381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.18023 s, system=0.090871 s

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

[startup+1.60085 s]*
/proc/loadavg: 4.77 5.28 4.02 3/204 27399
/proc/meminfo: memFree=19004952/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: 0
Real time (s): 1.61043
CPU time (s): 4.2711
CPU user time (s): 4.18023
CPU system time (s): 0.090871
CPU usage (%): 265.216
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 190076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.18023
system time used= 0.090871
maximum resident set size= 190352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1585
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 27381
#   total CPU time (s): 4.2711
#   total CPU user time (s): 4.18023
#   total CPU system time (s): 0.090871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024603 second user time and 0.065937 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:58:01
IDJOB=4290125
IDBENCH=141386
IDSOLVER=2742
FILE ID=node136/4290125-1532217481
RUNJOBID= node136-1532209747-25928
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-5-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290125-1532217481/watcher-4290125-1532217481 -o /tmp/evaluation-result-4290125-1532217481/solver-4290125-1532217481 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290125-1532217481.xml

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

MD5SUM BENCH= 9520b1c3a7fc9338271b16f0cb9e04b3
RANDOM SEED=1273237393

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19183280 kB
MemAvailable:   29017552 kB
Buffers:          225628 kB
Cached:          9817328 kB
SwapCached:            0 kB
Active:          3974728 kB
Inactive:        9040644 kB
Active(anon):    2975092 kB
Inactive(anon):    16920 kB
Active(file):     999636 kB
Inactive(file):  9023724 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2504 kB
Writeback:             0 kB
AnonPages:       2864648 kB
Mapped:            47056 kB
Shmem:             17036 kB
Slab:             265960 kB
SReclaimable:     239372 kB
SUnreclaim:        26588 kB
KernelStack:        3872 kB
PageTables:        11176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4601756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2748416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:58:03