Trace number 4290149

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 1267.85 1262.62

General information on the benchmark

NameSportsScheduling/
SportsScheduling-10_c18.xml
MD5SUM90120b7f275ce51772dc9fcf00f05be5
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.052072
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints85
Number of domains2
Minimum domain size10
Maximum domain size45
Distribution of domain sizes[{"size":10,"count":100},{"size":45,"count":45}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":50},{"degree":4,"count":95}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":5},{"arity":3,"count":45},{"arity":5,"count":9},{"arity":10,"count":10},{"arity":18,"count":5},{"arity":20,"count":5},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints10
Distribution of constraint types[{"type":"extension","count":45},{"type":"intension","count":10},{"type":"allDifferent","count":11},{"type":"count","count":9},{"type":"cardinality","count":10}]
Optimization problemNO
Type of objective

Solver Data

1.97/0.86	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.97/0.86	c This is free software under the dual EPL/GNU LGPL licenses.
1.97/0.86	c See www.sat4j.org for details.
1.97/0.86	c That software uses the Rhino library from the Mozilla project.
1.97/0.86	c version 2.3.6-SNAPSHOT
1.97/0.86	c java.runtime.name	Java(TM) SE Runtime Environment
1.97/0.86	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.97/0.86	c java.vm.version	25.131-b11
1.97/0.86	c java.vm.vendor	Oracle Corporation
1.97/0.86	c sun.arch.data.model	64
1.97/0.86	c java.version		1.8.0_131
1.97/0.86	c os.name		Linux
1.97/0.86	c os.version		3.10.0-514.16.1.el7.x86_64
1.97/0.86	c os.arch		amd64
1.97/0.86	c Free memory 		499604488
1.97/0.86	c Max memory 		7247757312
1.97/0.86	c Total memory 		504889344
1.97/0.86	c Number of processors 	4
1.97/0.86	c c --- Begin Solver configuration ---
1.97/0.86	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.97/0.86	c Learn all clauses as in MiniSAT
1.97/0.86	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.97/0.86	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.97/0.86	c No reason simplification
1.97/0.86	c Glucose 2.1 dynamic restart strategy
1.97/0.86	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.97/0.86	c timeout=2147483s
1.97/0.86	c DB Simplification allowed=false
1.97/0.86	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.97/0.86	c --- End Solver configuration ---
1.97/0.86	c constraints type 
1.97/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 290
1.97/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 219619
1.97/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 64304
1.97/0.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 428
1.97/0.86	c 284641 constraints processed.
1267.78/1262.56	c starts		: 10213
1267.78/1262.56	c conflicts		: 2828989
1267.78/1262.56	c decisions		: 21670436
1267.78/1262.56	c propagations		: 2404240315
1267.78/1262.56	c inspects		: 10766490708
1267.78/1262.56	c shortcuts		: 0
1267.78/1262.56	c learnt literals	: 1004
1267.78/1262.56	c learnt binary clauses	: 6858
1267.78/1262.56	c learnt ternary clauses	: 14513
1267.78/1262.56	c learnt constraints	: 2827985
1267.78/1262.56	c ignored constraints	: 0
1267.78/1262.56	c root simplifications	: 0
1267.78/1262.56	c removed literals (reason simplification)	: 0
1267.78/1262.56	c reason swapping (by a shorter reason)	: 0
1267.78/1262.56	c Calls to reduceDB	: 70
1267.78/1262.56	c Number of update (reduction) of LBD	: 2363506
1267.78/1262.56	c Imported unit clauses	: 0
1267.78/1262.56	c number of reductions to clauses (during analyze)	: 0
1267.78/1262.56	c number of learned constraints concerned by reduction	: 0
1267.78/1262.56	c number of learning phase by resolution	: 0
1267.78/1262.56	c number of learning phase by cutting planes	: 0
1267.78/1262.56	c number of rounding to 1 operations	: 0
1267.78/1262.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1267.78/1262.56	c number of reductions of the coefficients by power 2 	: 0
1267.78/1262.56	c number of right shift for reduction by power 2 	: 0
1267.78/1262.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
1267.78/1262.56	c number of ending skipping 	: 0
1267.78/1262.56	c number of internal skipping 	: 0
1267.78/1262.56	c number of derivation steps 	: 0
1267.78/1262.56	c number of skipped derivation steps 	: 0
1267.78/1262.56	c number of remaining unassigned 	: 0
1267.78/1262.56	c number of remaining assigned 	: 0
1267.78/1262.56	c speed (assignments/second)	: 1905571.3487465223
1267.78/1262.56	c non guided choices	: 1478348
1267.78/1262.59	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 6858
1267.78/1262.59	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 135051
1267.78/1262.59	s SATISFIABLE
1267.78/1262.59	v <instantiation type="solution">
1267.78/1262.59	v 	<list> h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] m[0][0] m[0][1] m[0][2] m[0][3] m[0][4] m[0][5] m[0][6] m[0][7] m[0][8] m[1][0] m[1][1] m[1][2] m[1][3] m[1][4] m[1][5] m[1][6] m[1][7] m[1][8] m[2][0] m[2][1] m[2][2] m[2][3] m[2][4] m[2][5] m[2][6] m[2][7] m[2][8] m[3][0] m[3][1] m[3][2] m[3][3] m[3][4] m[3][5] m[3][6] m[3][7] m[3][8] m[4][0] m[4][1] m[4][2] m[4][3] m[4][4] m[4][5] m[4][6] m[4][7] m[4][8] hd[0] hd[1] hd[2] hd[3] hd[4] ad[0] ad[1] ad[2] ad[3] ad[4] </list>
1267.78/1262.59	v 	<values> 0 3 6 2 7 2 5 0 1 2 4 1 0 2 5 6 1 0 4 1 2 7 3 0 1 3 4 6 5 0 1 0 1 3 4 2 8 0 4 3 1 3 0 2 5 1 7 9 5 8 4 9 8 3 3 6 5 4 9 7 8 7 9 5 9 8 9 6 6 2 5 8 7 8 3 6 5 8 4 9 7 9 2 7 8 4 9 7 6 6 0 27 41 19 42 18 38 7 10 17 31 12 3 23 36 40 14 8 30 16 22 43 26 5 9 25 33 39 37 2 13 4 15 24 34 21 44 1 32 28 11 29 6 20 35 4 3 0 2 1 6 8 7 9 5 </values>
1267.78/1262.59	v </instantiation>
1267.78/1262.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 (8761 MiB free)
  memory of node 1: 16384 MiB (9065 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290149-1532266248/watcher-4290149-1532266248 -o /tmp/evaluation-result-4290149-1532266248/solver-4290149-1532266248 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290149-1532266248.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=1017, runsolver pid=1014

[startup+0.101423 s]*
/proc/loadavg: 4.60 4.48 3.82 3/217 1032
/proc/meminfo: memFree=18237556/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10659012 memory=31016 CPUtime=0.1 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 6316 0 0 0 8 2 0 0 20 0 15 0 44187924 10914828288 7754 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2664753 7754 2818 1 0 2627263 0
[pid=1017/tid=1019] ppid=1014 vsize=10659012 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 4214 0 0 0 7 1 0 0 20 0 15 0 44187925 10914828288 7820 33554432000 4194304 4196468 140731052320208 139742689114032 139742669006174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 7820 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10659012 memory=288370063666951808 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 7820 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 7820 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10659012 memory=139687515240064 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187927 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44187927 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742041547936 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44187927 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742040494832 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 44187930 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742038391536 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10659012 memory=139687515240064 CPUtime=0.01 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) R 1014 1017 32641 0 -1 4202560 336 0 0 0 1 0 0 0 20 0 15 0 44187930 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742036285936 139742663855024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10659012 memory=139687515240064 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187931 10914828288 7845 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31016 KiB

[startup+0.210518 s]*
/proc/loadavg: 4.60 4.48 3.82 4/217 1032
/proc/meminfo: memFree=18226984/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10659012 memory=39712 CPUtime=0.31 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 7584 0 0 0 28 3 0 0 20 0 15 0 44187924 10914828288 9928 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2664753 9928 2991 1 0 2627263 0
[pid=1017/tid=1019] ppid=1014 vsize=10659012 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 4549 0 0 0 17 2 0 0 20 0 15 0 44187925 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742689155264 139742668969317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10659012 memory=4294967627 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10659012 memory=288370063666951808 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187925 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10659012 memory=139687515240064 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187927 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44187927 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742041547936 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44187927 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742040494832 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 651 0 0 0 2 0 0 0 20 0 15 0 44187930 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742038391536 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 15 0 44187930 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10659012 memory=139687515240064 CPUtime=0.06 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 654 0 0 0 6 0 0 0 20 0 15 0 44187930 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10659012 memory=139687515240064 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187931 10914828288 9960 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39712 KiB

[startup+0.314662 s]*
/proc/loadavg: 4.60 4.48 3.82 4/217 1032
/proc/meminfo: memFree=18220284/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10659088 memory=47204 CPUtime=0.5 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 8519 0 0 0 46 4 0 0 20 0 15 0 44187924 10914906112 11799 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2664772 11801 3039 1 0 2627263 0
[pid=1017/tid=1019] ppid=1014 vsize=10659088 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 5287 0 0 0 26 3 0 0 20 0 15 0 44187925 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742689164112 139742684947613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10659088 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10659088 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187927 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44187927 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742041547936 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44187927 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742040494832 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10659088 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 763 0 0 0 4 0 0 0 20 0 15 0 44187930 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742038391536 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10659088 memory=139687368853967 CPUtime=0.04 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 15 0 44187930 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10659088 memory=279374737807568 CPUtime=0.11 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 717 0 0 0 11 0 0 0 20 0 15 0 44187930 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10659088 memory=279374737711912 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10659088 memory=10 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187931 10914906112 11801 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47204 KiB

[startup+0.700715 s]
/proc/loadavg: 4.60 4.48 3.82 5/217 1032
/proc/meminfo: memFree=18182252/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10659088 memory=162272 CPUtime=1.62 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 12786 0 0 0 156 6 0 0 20 0 15 0 44187924 10914906112 40568 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2664772 40568 3110 1 0 2627263 0
[pid=1017/tid=1019] ppid=1014 vsize=10659088 memory=206 CPUtime=0.66 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 5524 0 0 0 62 4 0 0 20 0 15 0 44187925 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742689162400 139742280779809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10659088 memory=77 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10659088 memory=144085415502911 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44187925 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44187927 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44187927 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742041547936 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10659088 memory=279374737703152 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44187927 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742040494832 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10659088 memory=-3472574513799858009 CPUtime=0.33 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) R 1014 1017 32641 0 -1 4202560 2603 0 0 0 33 0 0 0 20 0 15 0 44187930 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742038372552 139742668336559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10659088 memory=6944656592387989600 CPUtime=0.35 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) R 1014 1017 32641 0 -1 4202560 2030 0 0 0 35 0 0 0 20 0 15 0 44187930 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742037324872 139742666446869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10659088 memory=6944656592455360604 CPUtime=0.25 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 1258 0 0 0 25 0 0 0 20 0 15 0 44187930 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10659088 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44187930 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44187931 10914906112 40568 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 162272 KiB

[startup+1.50077 s]
/proc/loadavg: 4.60 4.48 3.82 5/218 1033
/proc/meminfo: memFree=18043368/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10727700 memory=239832 CPUtime=4.17 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 22235 0 0 0 407 10 0 0 20 0 16 0 44187924 10985164800 59958 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2681925 59958 3136 1 0 2644416 0
[pid=1017/tid=1019] ppid=1014 vsize=10727700 memory=236672 CPUtime=1.43 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 5609 0 0 0 138 5 0 0 20 0 16 0 44187925 10985164800 59958 33554432000 4194304 4196468 140731052320208 139742689161504 139742284426920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10727700 memory=162272 CPUtime=0.01 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 44187925 10985164800 59958 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10727700 memory=206 CPUtime=0.01 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 44187925 10985164800 59958 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10727700 memory=77 CPUtime=0.01 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 6 0 0 0 1 0 0 0 20 0 16 0 44187925 10985164800 59958 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10727700 memory=14980 CPUtime=0.02 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 16 0 44187925 10985164800 59958 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10727700 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44187927 10985164800 59958 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0

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

[pid=1017/tid=1033] ppid=1014 vsize=10727700 memory=15008 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1033/stat : 1033 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44188012 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742031029296 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 1262.98 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 902548 KiB

[startup+1260.8 s]
/proc/loadavg: 2.00 2.04 2.47 3/219 1161
/proc/meminfo: memFree=20873328/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10727700 memory=902548 CPUtime=1266.18 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 52002 0 0 0 126525 93 0 0 20 0 16 0 44187924 10985164800 225637 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2681925 225637 3178 1 0 2644416 0
[pid=1017/tid=1019] ppid=1014 vsize=10727700 memory=1948 CPUtime=1260.31 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 18216 0 0 0 126020 11 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742689164544 139742285203488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10727700 memory=1200 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1388 0 0 0 25 11 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10727700 memory=902548 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1019 0 0 0 25 11 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10727700 memory=902548 CPUtime=0.35 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1588 0 0 0 25 10 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10727700 memory=1008 CPUtime=0.37 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 1767 0 0 0 27 10 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10727700 memory=5520 CPUtime=0.07 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 3797 0 0 0 6 1 0 0 20 0 16 0 44187927 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10727700 memory=902548 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44187927 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742041548000 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10727700 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 44187927 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742040494848 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10727700 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10727700 memory=8112282956445269571 CPUtime=1.65 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 10632 0 0 0 164 1 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742038391536 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10727700 memory=1728 CPUtime=1.45 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 6537 0 0 0 144 1 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10727700 memory=1008 CPUtime=0.41 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 3720 0 0 0 40 1 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10727700 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10727700 memory=17 CPUtime=0.75 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1919 0 0 0 35 40 0 0 20 0 16 0 44187931 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1033] ppid=1014 vsize=10727700 memory=47 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1033/stat : 1033 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44188012 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742031029296 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 1266.18 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 902548 KiB

[startup+1261.6 s]
/proc/loadavg: 2.00 2.04 2.47 3/219 1161
/proc/meminfo: memFree=20873320/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10727700 memory=902548 CPUtime=1266.98 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 52002 0 0 0 126605 93 0 0 20 0 16 0 44187924 10985164800 225637 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2681925 225637 3178 1 0 2644416 0
[pid=1017/tid=1019] ppid=1014 vsize=10727700 memory=1296 CPUtime=1261.11 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) R 1014 1017 32641 0 -1 4202560 18216 0 0 0 126100 11 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742689164544 139742284737471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10727700 memory=8112282956445269571 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1388 0 0 0 25 11 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10727700 memory=1728 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1019 0 0 0 25 11 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10727700 memory=1008 CPUtime=0.35 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1588 0 0 0 25 10 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10727700 memory=5520 CPUtime=0.37 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 1767 0 0 0 27 10 0 0 20 0 16 0 44187925 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10727700 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 3797 0 0 0 6 1 0 0 20 0 16 0 44187927 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10727700 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44187927 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742041548000 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10727700 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 44187927 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742040494848 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10727700 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10727700 memory=1232 CPUtime=1.65 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 10632 0 0 0 164 1 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742038391536 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10727700 memory=1948 CPUtime=1.45 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 6537 0 0 0 144 1 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10727700 memory=1200 CPUtime=0.41 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 3720 0 0 0 40 1 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10727700 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44187930 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10727700 memory=800 CPUtime=0.75 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1919 0 0 0 35 40 0 0 20 0 16 0 44187931 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1033] ppid=1014 vsize=10727700 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1033/stat : 1033 (java) S 1014 1017 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44188012 10985164800 225637 33554432000 4194304 4196468 140731052320208 139742031029296 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 1266.98 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 902548 KiB

[startup+1262.4 s]
/proc/loadavg: 2.00 2.04 2.47 3/219 1161
/proc/meminfo: memFree=20873320/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10795292 memory=902636 CPUtime=1267.78 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 53699 0 0 0 126685 93 0 0 20 0 16 0 44187924 11054379008 225659 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2698823 225659 3181 1 0 2661314 0
[pid=1017/tid=1019] ppid=1014 vsize=10795292 memory=9360 CPUtime=1261.87 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) S 1014 1017 32641 0 -1 1077944384 18671 0 0 0 126176 11 0 0 20 0 16 0 44187925 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742689166368 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10795292 memory=-8341965534556230502 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1388 0 0 0 25 11 0 0 20 0 16 0 44187925 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10795292 memory=9047017150487036571 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1019 0 0 0 25 11 0 0 20 0 16 0 44187925 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10795292 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1588 0 0 0 25 10 0 0 20 0 16 0 44187925 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10795292 memory=6943526294502006880 CPUtime=0.37 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 1767 0 0 0 27 10 0 0 20 0 16 0 44187925 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10795292 memory=6944656592455360608 CPUtime=0.07 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 3797 0 0 0 6 1 0 0 20 0 16 0 44187927 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742042601712 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10795292 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 44187927 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742041548000 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10795292 memory=139689516336047 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 44187927 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742040494848 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10795292 memory=139689516336064 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44187930 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742039443408 139742684944283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10795292 memory=139689516336090 CPUtime=1.67 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 11448 0 0 0 166 1 0 0 20 0 16 0 44187930 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742038391536 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10795292 memory=8112282956445269571 CPUtime=1.46 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 6608 0 0 0 145 1 0 0 20 0 16 0 44187930 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10795292 memory=8978358541855645793 CPUtime=0.41 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 3967 0 0 0 40 1 0 0 20 0 16 0 44187930 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10795292 memory=6944656425123290226 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44187930 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1032] ppid=1014 vsize=10795292 memory=7016714190785702558 CPUtime=0.75 cores=0,2,4,6
/proc/1017/task/1032/stat : 1032 (java) S 1014 1017 32641 0 -1 1077944384 1919 0 0 0 35 40 0 0 20 0 16 0 44187931 11054379008 225659 33554432000 4194304 4196468 140731052320208 139742034180656 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 1267.78 s
Current children cumulated vsize: 10795292 KiB
Current children cumulated memory: 902636 KiB

[startup+1262.6 s]
/proc/loadavg: 2.00 2.04 2.47 3/219 1161
/proc/meminfo: memFree=20873320/32770624 swapFree=67108860/67108860
[pid=1017] ppid=1014 vsize=10795292 memory=902720 CPUtime=1267.84 cores=0,2,4,6
/proc/1017/stat : 1017 (java) S 1014 1017 32641 0 -1 1077944320 54074 0 0 0 126690 94 0 0 20 0 14 0 44187924 11054379008 225680 33554432000 4194304 4196468 140731052320208 140731052302752 139742684925687 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
/proc/1017/statm: 2698823 225680 3182 1 0 2661314 0
[pid=1017/tid=1019] ppid=1014 vsize=10795292 memory=8112282956445269571 CPUtime=1261.87 cores=0,2,4,6
/proc/1017/task/1019/stat : 1019 (java) S 1014 1017 32641 0 -1 1077944384 18671 0 0 0 126176 11 0 0 20 0 14 0 44187925 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742689168528 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1020] ppid=1014 vsize=10795292 memory=5520 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1020/stat : 1020 (java) S 1014 1017 32641 0 -1 1077944384 1388 0 0 0 25 11 0 0 20 0 14 0 44187925 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742611000336 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1021] ppid=1014 vsize=10795292 memory=4616 CPUtime=0.36 cores=0,2,4,6
/proc/1017/task/1021/stat : 1021 (java) S 1014 1017 32641 0 -1 1077944384 1019 0 0 0 25 11 0 0 20 0 14 0 44187925 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742609947792 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1022] ppid=1014 vsize=10795292 memory=1428 CPUtime=0.35 cores=0,2,4,6
/proc/1017/task/1022/stat : 1022 (java) S 1014 1017 32641 0 -1 1077944384 1588 0 0 0 25 10 0 0 20 0 14 0 44187925 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742608894736 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1023] ppid=1014 vsize=10795292 memory=12976 CPUtime=0.37 cores=0,2,4,6
/proc/1017/task/1023/stat : 1023 (java) S 1014 1017 32641 0 -1 1077944384 1767 0 0 0 27 10 0 0 20 0 14 0 44187925 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742607842192 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1024] ppid=1014 vsize=10795292 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/1017/task/1024/stat : 1024 (java) S 1014 1017 32641 0 -1 1077944384 3811 0 0 0 6 1 0 0 20 0 14 0 44187927 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742042601920 139742684936834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1025] ppid=1014 vsize=10795292 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1025/stat : 1025 (java) S 1014 1017 32641 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 44187927 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742041548000 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1026] ppid=1014 vsize=10795292 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1026/stat : 1026 (java) S 1014 1017 32641 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 14 0 44187927 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742040494848 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1027] ppid=1014 vsize=10795292 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1027/stat : 1027 (java) S 1014 1017 32641 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 44187930 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742039443056 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1028] ppid=1014 vsize=10795292 memory=8364 CPUtime=1.68 cores=0,2,4,6
/proc/1017/task/1028/stat : 1028 (java) S 1014 1017 32641 0 -1 1077944384 11456 0 0 0 167 1 0 0 20 0 14 0 44187930 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742038371936 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1029] ppid=1014 vsize=10795292 memory=800 CPUtime=1.46 cores=0,2,4,6
/proc/1017/task/1029/stat : 1029 (java) S 1014 1017 32641 0 -1 1077944384 6609 0 0 0 145 1 0 0 20 0 14 0 44187930 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742037338992 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1030] ppid=1014 vsize=10795292 memory=15876 CPUtime=0.42 cores=0,2,4,6
/proc/1017/task/1030/stat : 1030 (java) S 1014 1017 32641 0 -1 1077944384 4073 0 0 0 41 1 0 0 20 0 14 0 44187930 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742036285936 139742684936834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
[pid=1017/tid=1031] ppid=1014 vsize=10795292 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/1017/task/1031/stat : 1031 (java) S 1014 1017 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 44187930 11054379008 225680 33554432000 4194304 4196468 140731052320208 139742035233632 139742684935893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23281664 140731052323953 140731052324105 140731052324105 140731052326863 0
Current children cumulated CPU time: 1267.84 s
Current children cumulated vsize: 10795292 KiB
Current children cumulated memory: 902720 KiB

Child status: 0
Real time (s): 1262.62
CPU time (s): 1267.85
CPU user time (s): 1266.9
CPU system time (s): 0.948165
CPU usage (%): 100.415
Max. virtual memory (cumulated for all children) (KiB): 10795292
Max. memory (cumulated for all children) (KiB): 902720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1266.9
system time used= 0.948165
maximum resident set size= 903216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29673
involuntary context switches= 1474


# summary of solver processes directly reported to runsolver:
#   pid: 1017
#   total CPU time (s): 1267.85
#   total CPU user time (s): 1266.9
#   total CPU system time (s): 0.948165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5003 second user time and 11.1389 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 15:30:48
IDJOB=4290149
IDBENCH=141598
IDSOLVER=2742
FILE ID=node136/4290149-1532266248
RUNJOBID= node136-1532260283-32672
PBS_JOBID= 21018966
Free space on /tmp= 57108 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-10_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290149-1532266248/watcher-4290149-1532266248 -o /tmp/evaluation-result-4290149-1532266248/solver-4290149-1532266248 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532260283-32672 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290149-1532266248.xml

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

MD5SUM BENCH= 90120b7f275ce51772dc9fcf00f05be5
RANDOM SEED=535657516

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:        18253944 kB
MemAvailable:   28166472 kB
Buffers:          243208 kB
Cached:          9875084 kB
SwapCached:            0 kB
Active:          4886740 kB
Inactive:        9051796 kB
Active(anon):    3823008 kB
Inactive(anon):    16916 kB
Active(file):    1063732 kB
Inactive(file):  9034880 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2200 kB
Writeback:             0 kB
AnonPages:       3851888 kB
Mapped:            47804 kB
Shmem:             17036 kB
Slab:             269428 kB
SReclaimable:     242376 kB
SUnreclaim:        27052 kB
KernelStack:        3840 kB
PageTables:        12592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4342880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3532800 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= 57108 MiB
End job on node136 at 2018-07-22 15:51:50