Trace number 4289882

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)22 2400.26 2397.11

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-9x9_c18.xml
MD5SUMcd5af6f5844e22b939db4ffe1efd4e73
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.916551
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints81
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":81}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":28},{"degree":6,"count":49}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":28},{"arity":5,"count":49}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":81}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.53/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.53/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.53/0.41	c See www.sat4j.org for details.
0.53/0.41	c That software uses the Rhino library from the Mozilla project.
0.53/0.41	c version 2.3.6-SNAPSHOT
0.53/0.41	c java.runtime.name	Java(TM) SE Runtime Environment
0.53/0.41	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.53/0.41	c java.vm.version	25.131-b11
0.53/0.41	c java.vm.vendor	Oracle Corporation
0.53/0.41	c sun.arch.data.model	64
0.53/0.41	c java.version		1.8.0_131
0.53/0.41	c os.name		Linux
0.53/0.41	c os.version		3.10.0-514.16.1.el7.x86_64
0.53/0.41	c os.arch		amd64
0.53/0.41	c Free memory 		499604488
0.53/0.41	c Max memory 		7247757312
0.53/0.41	c Total memory 		504889344
0.53/0.41	c Number of processors 	4
0.53/0.41	c c --- Begin Solver configuration ---
0.53/0.41	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.53/0.41	c Learn all clauses as in MiniSAT
0.53/0.41	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.53/0.41	c No reason simplification
0.53/0.41	c Glucose 2.1 dynamic restart strategy
0.53/0.41	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
0.53/0.41	c timeout=2147483s
0.53/0.41	c DB Simplification allowed=false
0.53/0.41	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.53/0.41	c --- End Solver configuration ---
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 162
0.53/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 450
0.53/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1916
0.53/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 162
0.53/0.41	c 2690 constraints processed.
0.77/0.43	o 28
0.77/0.44	o 27
0.77/0.44	o 26
0.77/0.45	o 25
0.77/0.45	o 24
0.77/0.46	o 23
2345.19/2342.23	o 22
2400.19/2397.10	c starts		: 25
2400.19/2397.10	c conflicts		: 9795554
2400.19/2397.10	c decisions		: 16026449
2400.19/2397.10	c propagations		: 1018100585
2400.19/2397.10	c inspects		: 62681851308
2400.19/2397.10	c shortcuts		: 0
2400.19/2397.10	c learnt literals	: 0
2400.19/2397.10	c learnt binary clauses	: 0
2400.19/2397.10	c learnt ternary clauses	: 0
2400.19/2397.10	c learnt constraints	: 9795554
2400.19/2397.10	c ignored constraints	: 0
2400.19/2397.10	c root simplifications	: 0
2400.19/2397.10	c removed literals (reason simplification)	: 0
2400.19/2397.10	c reason swapping (by a shorter reason)	: 0
2400.19/2397.10	c Calls to reduceDB	: 161
2400.19/2397.10	c Number of update (reduction) of LBD	: 1197075
2400.19/2397.10	c Imported unit clauses	: 0
2400.19/2397.10	c number of reductions to clauses (during analyze)	: 0
2400.19/2397.10	c number of learned constraints concerned by reduction	: 0
2400.19/2397.10	c number of learning phase by resolution	: 0
2400.19/2397.10	c number of learning phase by cutting planes	: 0
2400.19/2397.10	c number of rounding to 1 operations	: 0
2400.19/2397.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.19/2397.10	c number of reductions of the coefficients by power 2 	: 0
2400.19/2397.10	c number of right shift for reduction by power 2 	: 0
2400.19/2397.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.19/2397.10	c number of ending skipping 	: 0
2400.19/2397.10	c number of internal skipping 	: 0
2400.19/2397.10	c number of derivation steps 	: 0
2400.19/2397.10	c number of skipped derivation steps 	: 0
2400.19/2397.10	c number of remaining unassigned 	: 0
2400.19/2397.10	c number of remaining assigned 	: 0
2400.19/2397.10	c speed (assignments/second)	: 424794.439414359
2400.19/2397.10	c non guided choices	: 2610
2400.19/2397.10	s SATISFIABLE
2400.19/2397.10	v <instantiation type="solution">
2400.19/2397.10	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] </list>
2400.19/2397.10	v 	<values> 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 1 </values>
2400.19/2397.10	v </instantiation>
2400.19/2397.10	

Verifier Data

OK	22

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

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

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

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

solver pid=28685, runsolver pid=28682

[startup+0.100103 s]*
/proc/loadavg: 1.85 1.98 1.94 3/220 28700
/proc/meminfo: memFree=16999984/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10659012 memory=30092 CPUtime=0.12 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 6610 0 0 0 11 1 0 0 20 0 15 0 38771812 10914828288 7523 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2664753 7523 2844 1 0 2627263 0
[pid=28685/tid=28687] ppid=28682 vsize=10659012 memory=-8773748148829981827 CPUtime=0.09 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 4434 0 0 0 8 1 0 0 20 0 15 0 38771812 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915469319984 139915465118877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771815 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38771815 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38771815 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38771817 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 38771817 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 38771817 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0.02 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 38771818 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38771818 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771818 10914828288 7523 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30092 KiB

[startup+0.210987 s]*
/proc/loadavg: 1.85 1.98 1.94 3/220 28700
/proc/meminfo: memFree=16989604/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10659012 memory=40776 CPUtime=0.33 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 7856 0 0 0 31 2 0 0 20 0 15 0 38771812 10914828288 10194 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2664753 10194 2964 1 0 2627263 0
[pid=28685/tid=28687] ppid=28682 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 5027 0 0 0 19 1 0 0 20 0 15 0 38771812 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915469333232 139915421699573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10659012 memory=288370361930557056 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771813 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771815 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38771815 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38771815 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38771817 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 38771817 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 38771817 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0.07 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 15 0 38771818 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38771818 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10659012 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771818 10914828288 10194 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40776 KiB

[startup+0.315781 s]*
/proc/loadavg: 1.85 1.98 1.94 4/220 28700
/proc/meminfo: memFree=16982160/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10659088 memory=46776 CPUtime=0.53 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 8755 0 0 0 51 2 0 0 20 0 15 0 38771812 10914906112 11694 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2664772 11694 3060 1 0 2627263 0
[pid=28685/tid=28687] ppid=28682 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 5649 0 0 0 29 1 0 0 20 0 15 0 38771812 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915469331792 139915449140581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771813 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10659088 memory=288370361930557056 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771813 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771813 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771813 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10659088 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38771815 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38771815 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38771815 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38771817 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 15 0 38771817 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 482 0 0 0 4 0 0 0 20 0 15 0 38771817 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10659088 memory=139985778845312 CPUtime=0.13 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 857 0 0 0 13 0 0 0 20 0 15 0 38771818 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38771818 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10659088 memory=139985778845312 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38771818 10914906112 11694 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46776 KiB

[startup+0.70076 s]
/proc/loadavg: 1.85 1.98 1.94 5/221 28701
/proc/meminfo: memFree=16969180/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10725652 memory=60448 CPUtime=1.58 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 11000 0 0 0 154 4 0 0 20 0 16 0 38771812 10983067648 15112 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2681413 15112 3106 1 0 2643904 0
[pid=28685/tid=28687] ppid=28682 vsize=10725652 memory=2324 CPUtime=0.67 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 6069 0 0 0 65 2 0 0 20 0 16 0 38771812 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915469333656 139915086120774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10725652 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10725652 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10725652 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10725652 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10725652 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10725652 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10725652 memory=7302135314614015841 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10725652 memory=7451579857426993519 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771817 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10725652 memory=5787213848606435153 CPUtime=0.33 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) R 28682 28685 26255 0 -1 4202560 1109 0 0 0 33 0 0 0 20 0 16 0 38771817 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915020521872 139915446641611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10725652 memory=5450909908396308010 CPUtime=0.31 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 1239 0 0 0 31 0 0 0 20 0 16 0 38771817 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10725652 memory=3054156605268583796 CPUtime=0.24 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 1191 0 0 0 24 0 0 0 20 0 16 0 38771818 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771818 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38771818 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28701] ppid=28682 vsize=10725652 memory=31588 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28701/stat : 28701 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38771854 10983067648 15112 33554432000 4194304 4196468 140729020489472 139915015267888 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 60448 KiB

[startup+1.50064 s]
/proc/loadavg: 1.85 1.98 1.94 3/221 28701
/proc/meminfo: memFree=16965536/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10725652 memory=63124 CPUtime=2.56 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 11974 0 0 0 252 4 0 0 20 0 16 0 38771812 10983067648 15781 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2681413 15781 3116 1 0 2643904 0
[pid=28685/tid=28687] ppid=28682 vsize=10725652 memory=6737 CPUtime=1.47 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 6394 0 0 0 145 2 0 0 20 0 16 0 38771812 10983067648 15781 33554432000 4194304 4196468 140729020489472 139915469332880 139915089359622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10725652 memory=13848568834319400 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15781 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15781 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15781 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38771813 10983067648 15781 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0

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

/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2691 0 0 0 2 2 0 0 20 0 16 0 38771815 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10725652 memory=385024 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10725652 memory=385024 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10725652 memory=385024 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771817 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10725652 memory=385024 CPUtime=0.47 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 2978 0 0 0 46 1 0 0 20 0 16 0 38771817 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10725652 memory=2336 CPUtime=0.49 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 2889 0 0 0 49 0 0 0 20 0 16 0 38771817 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10725652 memory=385024 CPUtime=0.26 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 2413 0 0 0 26 0 0 0 20 0 16 0 38771818 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10725652 memory=385024 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771818 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10725652 memory=385024 CPUtime=0.98 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1398 0 0 0 45 53 0 0 20 0 16 0 38771818 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28701] ppid=28682 vsize=10725652 memory=385024 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28701/stat : 28701 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38771854 10983067648 96256 33554432000 4194304 4196468 140729020489472 139915015267888 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 2325.28 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 385024 KiB

[startup+2382.3 s]
/proc/loadavg: 1.92 1.96 1.95 3/221 28889
/proc/meminfo: memFree=15963036/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10725652 memory=400684 CPUtime=2385.46 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 40469 0 0 0 238472 74 0 0 20 0 16 0 38771812 10983067648 100171 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2681413 100171 3156 1 0 2643904 0
[pid=28685/tid=28687] ppid=28682 vsize=10725652 memory=400684 CPUtime=2381.84 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 15843 0 0 0 238180 4 0 0 20 0 16 0 38771812 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915469336000 139915089229060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 2016 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 3236 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 2057 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2292 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.05 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2843 0 0 0 3 2 0 0 20 0 16 0 38771815 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10725652 memory=279971337330448 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10725652 memory=400684 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771817 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10725652 memory=13956 CPUtime=0.52 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 3690 0 0 0 51 1 0 0 20 0 16 0 38771817 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10725652 memory=1296 CPUtime=0.54 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 3095 0 0 0 54 0 0 0 20 0 16 0 38771817 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10725652 memory=644 CPUtime=0.27 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 2503 0 0 0 27 0 0 0 20 0 16 0 38771818 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10725652 memory=956 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771818 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10725652 memory=4036 CPUtime=1 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1431 0 0 0 46 54 0 0 20 0 16 0 38771818 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28701] ppid=28682 vsize=10725652 memory=13956 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28701/stat : 28701 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38771854 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915015267888 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 2385.46 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 400684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2396.9 s]
/proc/loadavg: 1.93 1.96 1.95 3/221 28889
/proc/meminfo: memFree=15962548/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10725652 memory=400684 CPUtime=2400.07 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 40518 0 0 0 239932 75 0 0 20 0 16 0 38771812 10983067648 100171 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2681413 100171 3156 1 0 2643904 0
[pid=28685/tid=28687] ppid=28682 vsize=10725652 memory=400684 CPUtime=2396.44 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 15890 0 0 0 239640 4 0 0 20 0 16 0 38771812 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915469336000 139915089582469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 2016 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10725652 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 3236 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 2057 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2292 0 0 0 23 5 0 0 20 0 16 0 38771813 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.05 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2843 0 0 0 3 2 0 0 20 0 16 0 38771815 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10725652 memory=279971337330448 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10725652 memory=400684 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 38771815 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771817 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.52 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 3690 0 0 0 51 1 0 0 20 0 16 0 38771817 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.54 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 3095 0 0 0 54 0 0 0 20 0 16 0 38771817 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10725652 memory=400684 CPUtime=0.27 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 2503 0 0 0 27 0 0 0 20 0 16 0 38771818 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10725652 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38771818 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10725652 memory=400684 CPUtime=1.01 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1433 0 0 0 46 55 0 0 20 0 16 0 38771818 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28701] ppid=28682 vsize=10725652 memory=13956 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28701/stat : 28701 (java) S 28682 28685 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38771854 10983067648 100171 33554432000 4194304 4196468 140729020489472 139915015267888 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 400684 KiB

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

[startup+2397.11 s]
# the end of solver process 28685 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.5 s, system=0.760065 s

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

[startup+2397.01 s]*
/proc/loadavg: 1.93 1.96 1.95 3/222 28892
/proc/meminfo: memFree=15962284/32770624 swapFree=67108860/67108860
[pid=28685] ppid=28682 vsize=10925344 memory=400908 CPUtime=2400.19 cores=1,3,5,7
/proc/28685/stat : 28685 (java) S 28682 28685 26255 0 -1 1077944320 41100 0 0 0 239944 75 0 0 20 0 17 0 38771812 11187552256 100227 33554432000 4194304 4196468 140729020489472 140729020472016 139915465096951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
/proc/28685/statm: 2731336 100227 3159 1 0 2693827 0
[pid=28685/tid=28687] ppid=28682 vsize=10925344 memory=6791534058613427641 CPUtime=2396.56 cores=1,3,5,7
/proc/28685/task/28687/stat : 28687 (java) R 28682 28685 26255 0 -1 4202560 15952 0 0 0 239652 4 0 0 20 0 17 0 38771812 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915469336000 139915089416194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28688] ppid=28682 vsize=10925344 memory=2196 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28688/stat : 28688 (java) S 28682 28685 26255 0 -1 1077944384 2016 0 0 0 23 5 0 0 20 0 17 0 38771813 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915407100432 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28689] ppid=28682 vsize=10925344 memory=7380 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28689/stat : 28689 (java) S 28682 28685 26255 0 -1 1077944384 3236 0 0 0 23 5 0 0 20 0 17 0 38771813 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915406047888 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28690] ppid=28682 vsize=10925344 memory=840 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28690/stat : 28690 (java) S 28682 28685 26255 0 -1 1077944384 2057 0 0 0 23 5 0 0 20 0 17 0 38771813 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915070069008 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28691] ppid=28682 vsize=10925344 memory=1796 CPUtime=0.28 cores=1,3,5,7
/proc/28685/task/28691/stat : 28691 (java) S 28682 28685 26255 0 -1 1077944384 2292 0 0 0 23 5 0 0 20 0 17 0 38771813 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915069016464 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28692] ppid=28682 vsize=10925344 memory=916 CPUtime=0.05 cores=1,3,5,7
/proc/28685/task/28692/stat : 28692 (java) S 28682 28685 26255 0 -1 1077944384 2843 0 0 0 3 2 0 0 20 0 17 0 38771815 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915024743152 139915465108098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28693] ppid=28682 vsize=10925344 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28693/stat : 28693 (java) S 28682 28685 26255 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 38771815 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915023689376 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28694] ppid=28682 vsize=10925344 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28694/stat : 28694 (java) S 28682 28685 26255 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 38771815 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915022636272 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28695] ppid=28682 vsize=10925344 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28695/stat : 28695 (java) S 28682 28685 26255 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 38771817 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915021584848 139915465115547 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28696] ppid=28682 vsize=10925344 memory=2580 CPUtime=0.52 cores=1,3,5,7
/proc/28685/task/28696/stat : 28696 (java) S 28682 28685 26255 0 -1 1077944384 3752 0 0 0 51 1 0 0 20 0 17 0 38771817 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915020531952 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28697] ppid=28682 vsize=10925344 memory=1408 CPUtime=0.54 cores=1,3,5,7
/proc/28685/task/28697/stat : 28697 (java) S 28682 28685 26255 0 -1 1077944384 3128 0 0 0 54 0 0 0 20 0 17 0 38771817 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915019479408 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28698] ppid=28682 vsize=10925344 memory=3208 CPUtime=0.27 cores=1,3,5,7
/proc/28685/task/28698/stat : 28698 (java) S 28682 28685 26255 0 -1 1077944384 2721 0 0 0 27 0 0 0 20 0 17 0 38771818 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915018426352 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28699] ppid=28682 vsize=10925344 memory=400684 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28699/stat : 28699 (java) S 28682 28685 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38771818 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915017374048 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28700] ppid=28682 vsize=10925344 memory=1404 CPUtime=1.01 cores=1,3,5,7
/proc/28685/task/28700/stat : 28700 (java) S 28682 28685 26255 0 -1 1077944384 1433 0 0 0 46 55 0 0 20 0 17 0 38771818 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915016322096 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28890] ppid=28682 vsize=10925344 memory=2672 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28890/stat : 28890 (java) S 28682 28685 26255 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 39011503 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915014214128 139915465107157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
[pid=28685/tid=28891] ppid=28682 vsize=10925344 memory=852596 CPUtime=0 cores=1,3,5,7
/proc/28685/task/28891/stat : 28891 (java) S 28682 28685 26255 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39011503 11187552256 100227 33554432000 4194304 4196468 140729020489472 139915013162512 139915465108098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140729020494961 140729020495113 140729020495113 140729020497871 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 400908 KiB

Child status: 143
Real time (s): 2397.11
CPU time (s): 2400.26
CPU user time (s): 2399.5
CPU system time (s): 0.760065
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 400908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.5
system time used= 0.760065
maximum resident set size= 401140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54119
involuntary context switches= 1529


# summary of solver processes directly reported to runsolver:
#   pid: 28685
#   total CPU time (s): 2400.26
#   total CPU user time (s): 2399.5
#   total CPU system time (s): 0.760065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0627 second user time and 22.5774 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 00:28:07
IDJOB=4289882
IDBENCH=141117
IDSOLVER=2742
FILE ID=node133/4289882-1532212087
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-9x9_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289882-1532212087/watcher-4289882-1532212087 -o /tmp/evaluation-result-4289882-1532212087/solver-4289882-1532212087 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289882-1532212087.xml

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

MD5SUM BENCH= cd5af6f5844e22b939db4ffe1efd4e73
RANDOM SEED=662034726

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:        17017276 kB
MemAvailable:   31761208 kB
Buffers:          217260 kB
Cached:         14606920 kB
SwapCached:            0 kB
Active:          1336108 kB
Inactive:       13721452 kB
Active(anon):     235936 kB
Inactive(anon):    17024 kB
Active(file):    1100172 kB
Inactive(file): 13704428 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2572 kB
Writeback:             0 kB
AnonPages:        248408 kB
Mapped:            46892 kB
Shmem:             17056 kB
Slab:             395156 kB
SReclaimable:     367792 kB
SUnreclaim:        27364 kB
KernelStack:        3872 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1172404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 52644 MiB
End job on node133 at 2018-07-22 01:08:04