Trace number 4290169

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 3.06952 1.74944

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
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.157675
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290169-1532225294/watcher-4290169-1532225294 -o /tmp/evaluation-result-4290169-1532225294/solver-4290169-1532225294 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290169-1532225294.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=30414, runsolver pid=30411

[startup+0.100127 s]*
/proc/loadavg: 1.08 1.31 1.71 3/199 30429
/proc/meminfo: memFree=17174248/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10659012 memory=30116 CPUtime=0.13 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 6597 0 0 0 11 2 0 0 20 0 15 0 40092552 10914828288 7529 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2664753 7529 2824 1 0 2627263 0
[pid=30414/tid=30416] ppid=30411 vsize=10659012 memory=8543466553346073208 CPUtime=0.09 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) R 30411 30414 26255 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 40092553 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116857247680 140116853048477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40092555 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40092555 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40092556 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) S 30411 30414 26255 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116408514672 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116407461872 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0.01 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) R 30411 30414 26255 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 40092558 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116406409584 140116853047898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 7529 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30116 KiB

[startup+0.210392 s]*
/proc/loadavg: 1.08 1.31 1.71 2/199 30429
/proc/meminfo: memFree=17161744/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10659012 memory=42068 CPUtime=0.33 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 8105 0 0 0 31 2 0 0 20 0 15 0 40092552 10914828288 10517 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2664753 10517 3005 1 0 2627263 0
[pid=30414/tid=30416] ppid=30411 vsize=10659012 memory=8318255677412212789 CPUtime=0.19 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) R 30411 30414 26255 0 -1 4202560 5007 0 0 0 18 1 0 0 20 0 15 0 40092553 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116857262832 140116837070181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10659012 memory=329 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10659012 memory=3618837455133427360 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40092555 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40092555 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40092556 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) S 30411 30414 26255 0 -1 1077944384 761 0 0 0 2 0 0 0 20 0 15 0 40092558 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116408514672 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) S 30411 30414 26255 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 40092558 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116407461872 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0.07 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) R 30411 30414 26255 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 15 0 40092558 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116406409584 140116845263678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10659012 memory=139946192488064 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092558 10914828288 10517 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42068 KiB

[startup+0.315936 s]*
/proc/loadavg: 1.08 1.31 1.71 4/199 30429
/proc/meminfo: memFree=17154176/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10659088 memory=47732 CPUtime=0.55 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 9019 0 0 0 52 3 0 0 20 0 15 0 40092552 10914906112 11933 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2664772 11933 3056 1 0 2627263 0
[pid=30414/tid=30416] ppid=30411 vsize=10659088 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) R 30411 30414 26255 0 -1 4202560 5620 0 0 0 29 2 0 0 20 0 15 0 40092553 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116857263280 140116837070181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40092554 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092554 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40092555 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40092555 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40092556 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40092558 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) S 30411 30414 26255 0 -1 1077944384 807 0 0 0 4 0 0 0 20 0 15 0 40092558 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116408514672 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) S 30411 30414 26255 0 -1 1077944384 395 0 0 0 5 0 0 0 20 0 15 0 40092558 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116407461872 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) R 30411 30414 26255 0 -1 4202560 831 0 0 0 12 0 0 0 20 0 15 0 40092558 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116406409584 140116831865746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40092558 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40092558 10914906112 11933 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47732 KiB

[startup+0.70128 s]
/proc/loadavg: 1.08 1.31 1.71 5/199 30429
/proc/meminfo: memFree=17124368/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10725652 memory=85200 CPUtime=1.76 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 11901 0 0 0 171 5 0 0 20 0 16 0 40092552 10983067648 21300 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2681413 21300 3111 1 0 2643904 0
[pid=30414/tid=30416] ppid=30411 vsize=10725652 memory=2244 CPUtime=0.66 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) R 30411 30414 26255 0 -1 4202560 5888 0 0 0 63 3 0 0 20 0 16 0 40092553 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116857262936 140116483265749 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10725652 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10725652 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10725652 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10725652 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10725652 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 40092555 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10725652 memory=8315167063544725677 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40092555 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10725652 memory=9050155626366927021 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40092556 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10725652 memory=9126232286719478932 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10725652 memory=4206186544037388384 CPUtime=0.38 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) R 30411 30414 26255 0 -1 4202560 1642 0 0 0 38 0 0 0 20 0 16 0 40092558 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116408501520 140116832272962 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10725652 memory=6656426216303648864 CPUtime=0.39 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) R 30411 30414 26255 0 -1 4202560 1500 0 0 0 39 0 0 0 20 0 16 0 40092558 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116407453328 140116834546642 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10725652 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) S 30411 30414 26255 0 -1 1077944384 1477 0 0 0 30 0 0 0 20 0 16 0 40092558 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116406409584 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 10983067648 21300 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 85200 KiB

[startup+1.50073 s]
/proc/loadavg: 1.08 1.31 1.71 2/200 30430
/proc/meminfo: memFree=17114860/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10725652 memory=90264 CPUtime=3.01 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 14025 0 0 0 296 5 0 0 20 0 16 0 40092552 10983067648 22566 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2681413 22566 3119 1 0 2643904 0
[pid=30414/tid=30416] ppid=30411 vsize=10725652 memory=7649399384214614067 CPUtime=1.46 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) R 30411 30414 26255 0 -1 4202560 6191 0 0 0 143 3 0 0 20 0 16 0 40092553 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116857263224 140116483350696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10725652 memory=563 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10725652 memory=279892147353408 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 40092555 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10725652 memory=9233 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40092555 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10725652 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40092556 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10725652 memory=6943526294502006880 CPUtime=0.58 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) S 30411 30414 26255 0 -1 1077944384 2241 0 0 0 58 0 0 0 20 0 16 0 40092558 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116408514672 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10725652 memory=6791534058613427641 CPUtime=0.62 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) S 30411 30414 26255 0 -1 1077944384 2582 0 0 0 62 0 0 0 20 0 16 0 40092558 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116407461872 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10725652 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) S 30411 30414 26255 0 -1 1077944384 1606 0 0 0 31 0 0 0 20 0 16 0 40092558 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116406409584 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 40092558 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30430] ppid=30411 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30430/stat : 30430 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40092607 10983067648 22566 33554432000 4194304 4196468 140724810946736 140116403250352 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 90264 KiB

[startup+1.74939 s]
# the end of solver process 30414 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.00781 s, system=0.061714 s

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

[startup+1.60086 s]
/proc/loadavg: 1.08 1.31 1.71 2/200 30430
/proc/meminfo: memFree=17114860/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10793244 memory=94416 CPUtime=3.04 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 14467 0 0 0 299 5 0 0 20 0 16 0 40092552 11052281856 23604 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2698311 23604 3121 1 0 2660802 0
[pid=30414/tid=30416] ppid=30411 vsize=10793244 memory=9217 CPUtime=1.49 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) S 30411 30414 26255 0 -1 1077944384 6456 0 0 0 146 3 0 0 20 0 16 0 40092553 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116857267232 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10793244 memory=14690786151257859 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10793244 memory=14696292299329512 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10793244 memory=279892147613296 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 40092555 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10793244 memory=6082202987142146135 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40092555 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10793244 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40092556 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10793244 memory=8916 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10793244 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) S 30411 30414 26255 0 -1 1077944384 2241 0 0 0 58 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116408514672 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10793244 memory=279892147567712 CPUtime=0.62 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) S 30411 30414 26255 0 -1 1077944384 2582 0 0 0 62 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116407461872 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10793244 memory=7012506390005572717 CPUtime=0.31 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) S 30411 30414 26255 0 -1 1077944384 1631 0 0 0 31 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116406409584 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10793244 memory=7954876911139121472 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10793244 memory=7597132098393106257 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10793244 KiB
Current children cumulated memory: 94416 KiB

[startup+1.70073 s]
/proc/loadavg: 1.08 1.31 1.71 2/200 30430
/proc/meminfo: memFree=17114860/32770624 swapFree=67108860/67108860
[pid=30414] ppid=30411 vsize=10793244 memory=94416 CPUtime=3.04 cores=0,2,4,6
/proc/30414/stat : 30414 (java) S 30411 30414 26255 0 -1 1077944320 14467 0 0 0 299 5 0 0 20 0 16 0 40092552 11052281856 23604 33554432000 4194304 4196468 140724810946736 140724810929280 140116853026551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
/proc/30414/statm: 2698311 23604 3121 1 0 2660802 0
[pid=30414/tid=30416] ppid=30411 vsize=10793244 memory=0 CPUtime=1.49 cores=0,2,4,6
/proc/30414/task/30416/stat : 30416 (java) S 30411 30414 26255 0 -1 1077944384 6456 0 0 0 146 3 0 0 20 0 16 0 40092553 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116857267232 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30417] ppid=30411 vsize=10793244 memory=563 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30417/stat : 30417 (java) S 30411 30414 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116805646736 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30418] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30418/stat : 30418 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116804593936 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30419] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30419/stat : 30419 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116803541648 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30420] ppid=30411 vsize=10793244 memory=279892147353408 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30420/stat : 30420 (java) S 30411 30414 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 40092554 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116802488848 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30421] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30421/stat : 30421 (java) S 30411 30414 26255 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 40092555 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116412725872 140116853037698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30422] ppid=30411 vsize=10793244 memory=9233 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30422/stat : 30422 (java) S 30411 30414 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 40092555 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116411671840 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30423] ppid=30411 vsize=10793244 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30423/stat : 30423 (java) S 30411 30414 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 40092556 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116410619504 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30424] ppid=30411 vsize=10793244 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30424/stat : 30424 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116409567824 140116853045147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30425] ppid=30411 vsize=10793244 memory=6943526294502006880 CPUtime=0.58 cores=0,2,4,6
/proc/30414/task/30425/stat : 30425 (java) S 30411 30414 26255 0 -1 1077944384 2241 0 0 0 58 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116408514672 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30426] ppid=30411 vsize=10793244 memory=6791534058613427641 CPUtime=0.62 cores=0,2,4,6
/proc/30414/task/30426/stat : 30426 (java) S 30411 30414 26255 0 -1 1077944384 2582 0 0 0 62 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116407461872 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30427] ppid=30411 vsize=10793244 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/30414/task/30427/stat : 30427 (java) S 30411 30414 26255 0 -1 1077944384 1631 0 0 0 31 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116406409584 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30428] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30428/stat : 30428 (java) S 30411 30414 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116405357024 140116853036757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
[pid=30414/tid=30429] ppid=30411 vsize=10793244 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30414/task/30429/stat : 30429 (java) S 30411 30414 26255 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 40092558 11052281856 23604 33554432000 4194304 4196468 140724810946736 140116404304816 140116853037698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8380416 140724810949745 140724810949897 140724810949897 140724810952655 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10793244 KiB
Current children cumulated memory: 94416 KiB

Child status: 0
Real time (s): 1.74944
CPU time (s): 3.06952
CPU user time (s): 3.00781
CPU system time (s): 0.061714
CPU usage (%): 175.458
Max. virtual memory (cumulated for all children) (KiB): 10793244
Max. memory (cumulated for all children) (KiB): 94416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00781
system time used= 0.061714
maximum resident set size= 96784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15188
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= 1410
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 30414
#   total CPU time (s): 3.06952
#   total CPU user time (s): 3.00781
#   total CPU system time (s): 0.061714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031916 second user time and 0.058512 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 04:08:14
IDJOB=4290169
IDBENCH=141590
IDSOLVER=2742
FILE ID=node133/4290169-1532225294
RUNJOBID= node133-1532209713-28358
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290169-1532225294/watcher-4290169-1532225294 -o /tmp/evaluation-result-4290169-1532225294/solver-4290169-1532225294 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28358 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290169-1532225294.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=2121830387

node133.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.24
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.24
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.24
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.24
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:        17189188 kB
MemAvailable:   31941628 kB
Buffers:          220984 kB
Cached:         14611796 kB
SwapCached:            0 kB
Active:          1159872 kB
Inactive:       13724760 kB
Active(anon):      54920 kB
Inactive(anon):    17020 kB
Active(file):    1104952 kB
Inactive(file): 13707740 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:         52892 kB
Mapped:            35220 kB
Shmem:             17056 kB
Slab:             395380 kB
SReclaimable:     368208 kB
SUnreclaim:        27172 kB
KernelStack:        3584 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52648 MiB
End job on node133 at 2018-07-22 04:08:16