Trace number 4289759

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)923 2400.37 2355.84

General information on the benchmark

NameKnapsack/
Knapsack-40-150-00_c18.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark6.70039
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.50/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.50/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.50/0.38	c See www.sat4j.org for details.
0.50/0.38	c That software uses the Rhino library from the Mozilla project.
0.50/0.38	c version 2.3.6-SNAPSHOT
0.50/0.38	c java.runtime.name	Java(TM) SE Runtime Environment
0.50/0.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.50/0.38	c java.vm.version	25.131-b11
0.50/0.38	c java.vm.vendor	Oracle Corporation
0.50/0.38	c sun.arch.data.model	64
0.50/0.38	c java.version		1.8.0_131
0.50/0.38	c os.name		Linux
0.50/0.38	c os.version		3.10.0-514.16.1.el7.x86_64
0.50/0.38	c os.arch		amd64
0.50/0.38	c Free memory 		499604488
0.50/0.38	c Max memory 		7247757312
0.50/0.38	c Total memory 		504889344
0.50/0.38	c Number of processors 	4
0.50/0.38	c c --- Begin Solver configuration ---
0.50/0.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.50/0.38	c Learn all clauses as in MiniSAT
0.50/0.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.50/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.50/0.38	c No reason simplification
0.50/0.38	c Glucose 2.1 dynamic restart strategy
0.50/0.38	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.50/0.38	c timeout=2147483s
0.50/0.38	c DB Simplification allowed=false
0.50/0.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.50/0.38	c --- End Solver configuration ---
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 787
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26326
0.50/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.50/0.38	c 27195 constraints processed.
6.00/5.00	o 514
7.56/6.30	o 762
7.67/6.40	o 784
7.67/6.45	o 786
7.67/6.49	o 797
7.79/6.50	o 803
7.79/6.51	o 816
7.96/6.64	o 819
7.96/6.68	o 832
8.16/6.74	o 883
8.16/6.75	o 894
18.35/16.12	o 895
173.56/170.17	o 897
202.12/198.40	o 899
246.35/242.46	o 910
373.13/368.47	o 921
1125.91/1110.01	o 923
2400.29/2355.80	c starts		: 7277
2400.29/2355.80	c conflicts		: 4264207
2400.29/2355.80	c decisions		: 6112686
2400.29/2355.80	c propagations		: 5778658771
2400.29/2355.80	c inspects		: 25561569845
2400.29/2355.80	c shortcuts		: 0
2400.29/2355.80	c learnt literals	: 1031
2400.29/2355.80	c learnt binary clauses	: 419
2400.29/2355.80	c learnt ternary clauses	: 1990
2400.29/2355.80	c learnt constraints	: 4263176
2400.29/2355.80	c ignored constraints	: 0
2400.29/2355.80	c root simplifications	: 0
2400.29/2355.80	c removed literals (reason simplification)	: 0
2400.29/2355.80	c reason swapping (by a shorter reason)	: 0
2400.29/2355.80	c Calls to reduceDB	: 168
2400.29/2355.80	c Number of update (reduction) of LBD	: 1657556
2400.29/2355.80	c Imported unit clauses	: 0
2400.29/2355.80	c number of reductions to clauses (during analyze)	: 0
2400.29/2355.80	c number of learned constraints concerned by reduction	: 0
2400.29/2355.80	c number of learning phase by resolution	: 0
2400.29/2355.80	c number of learning phase by cutting planes	: 0
2400.29/2355.80	c number of rounding to 1 operations	: 0
2400.29/2355.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.29/2355.80	c number of reductions of the coefficients by power 2 	: 0
2400.29/2355.80	c number of right shift for reduction by power 2 	: 0
2400.29/2355.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.29/2355.80	c number of ending skipping 	: 0
2400.29/2355.80	c number of internal skipping 	: 0
2400.29/2355.80	c number of derivation steps 	: 0
2400.29/2355.80	c number of skipped derivation steps 	: 0
2400.29/2355.80	c number of remaining unassigned 	: 0
2400.29/2355.80	c number of remaining assigned 	: 0
2400.29/2355.80	c speed (assignments/second)	: 2453346.4198938706
2400.29/2355.80	c non guided choices	: 6373
2400.29/2355.83	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 419
2400.29/2355.83	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 72107
2400.29/2355.83	s SATISFIABLE
2400.29/2355.83	v <instantiation type="solution">
2400.29/2355.83	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] </list>
2400.29/2355.83	v 	<values> 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 </values>
2400.29/2355.83	v </instantiation>
2400.29/2355.83	

Verifier Data

OK	923

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289759-1532222077/watcher-4289759-1532222077 -o /tmp/evaluation-result-4289759-1532222077/solver-4289759-1532222077 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289759-1532222077.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
solver pid=30118, runsolver pid=30115
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 2.17 2.07 2.20 3/217 30133
/proc/meminfo: memFree=14570048/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10659012 memory=30096 CPUtime=0.13 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 6598 0 0 0 11 2 0 0 20 0 15 0 39770851 10914828288 7524 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2664753 7524 2818 1 0 2627263 0
[pid=30118/tid=30120] ppid=30115 vsize=10659012 memory=-8773748148829981827 CPUtime=0.09 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 4430 0 0 0 8 1 0 0 20 0 15 0 39770852 10914828288 7524 33554432000 4194304 4196468 140732099800592 140039752824688 140039732700510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770852 10914828288 7524 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770852 10914828288 7524 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770853 10914828288 7524 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39770853 10914828288 7524 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39770854 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39770854 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39770855 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0.02 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 39770857 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 7524 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210675 s]*
/proc/loadavg: 2.17 2.07 2.20 4/217 30133
/proc/meminfo: memFree=14559828/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10659012 memory=42076 CPUtime=0.33 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 8107 0 0 0 31 2 0 0 20 0 15 0 39770851 10914828288 10519 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2664753 10519 3005 1 0 2627263 0
[pid=30118/tid=30120] ppid=30115 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 5018 0 0 0 18 1 0 0 20 0 15 0 39770852 10914828288 10519 33554432000 4194304 4196468 140732099800592 140039752854272 140039732663653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770852 10914828288 10519 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10659012 memory=140085784983967 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770852 10914828288 10519 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770853 10914828288 10519 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39770853 10914828288 10519 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39770854 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39770854 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39770855 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10659012 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 835 0 0 0 3 0 0 0 20 0 15 0 39770857 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) R 30115 30118 25105 0 -1 4202560 199 0 0 0 1 0 0 0 20 0 15 0 39770857 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038779049968 140039748641370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0.07 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) R 30115 30118 25105 0 -1 4202560 688 0 0 0 7 0 0 0 20 0 15 0 39770857 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038777997680 140039730205026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10659012 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770857 10914828288 10519 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42076 KiB

[startup+0.310645 s]*
/proc/loadavg: 2.17 2.07 2.20 5/217 30133
/proc/meminfo: memFree=14552136/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10659088 memory=47596 CPUtime=0.5 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 9046 0 0 0 48 2 0 0 20 0 15 0 39770851 10914906112 11899 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2664772 11899 3053 1 0 2627263 0
[pid=30118/tid=30120] ppid=30115 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 5784 0 0 0 28 2 0 0 20 0 15 0 39770852 10914906112 11899 33554432000 4194304 4196468 140732099800592 140039752848576 140039748641949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770852 10914906112 11899 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10659088 memory=140085784982303 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770852 10914906112 11899 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770853 10914906112 11899 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39770853 10914906112 11899 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10659088 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39770854 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39770854 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39770855 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39770857 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) R 30115 30118 25105 0 -1 1077944384 934 0 0 0 5 0 0 0 20 0 15 0 39770857 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 229 0 0 0 3 0 0 0 20 0 15 0 39770857 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10659088 memory=140085784778368 CPUtime=0.1 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 731 0 0 0 10 0 0 0 20 0 15 0 39770857 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39770857 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10659088 memory=140085784778368 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39770857 10914906112 11899 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47596 KiB

[startup+0.700856 s]
/proc/loadavg: 2.17 2.07 2.20 5/218 30134
/proc/meminfo: memFree=14536316/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10725652 memory=70492 CPUtime=1.65 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 11744 0 0 0 162 3 0 0 20 0 16 0 39770851 10983067648 17623 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2681413 17623 3109 1 0 2643904 0
[pid=30118/tid=30120] ppid=30115 vsize=10725652 memory=2416 CPUtime=0.67 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 5869 0 0 0 65 2 0 0 20 0 16 0 39770852 10983067648 17623 33554432000 4194304 4196468 140732099800592 140039752856512 140039374289515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10725652 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770852 10983067648 17623 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10725652 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770852 10983067648 17623 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10725652 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770853 10983067648 17623 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10725652 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39770853 10983067648 17623 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10725652 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39770854 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10725652 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39770854 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10725652 memory=7014751519599842897 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39770855 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10725652 memory=7380106142448643183 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10725652 memory=6935659224111272016 CPUtime=0.39 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 1840 0 0 0 39 0 0 0 20 0 16 0 39770857 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10725652 memory=-5874771483550381248 CPUtime=0.38 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 1560 0 0 0 38 0 0 0 20 0 16 0 39770857 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10725652 memory=-9103030903824031093 CPUtime=0.17 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 1083 0 0 0 17 0 0 0 20 0 16 0 39770857 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30134] ppid=30115 vsize=10725652 memory=280171320133856 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30134/stat : 30134 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39770890 10983067648 17623 33554432000 4194304 4196468 140732099800592 140038774838448 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 70492 KiB

[startup+1.5008 s]
/proc/loadavg: 2.17 2.07 2.20 3/218 30134
/proc/meminfo: memFree=14529300/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10725652 memory=70836 CPUtime=2.56 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 13570 0 0 0 253 3 0 0 20 0 16 0 39770851 10983067648 17709 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2681413 17709 3109 1 0 2643904 0
[pid=30118/tid=30120] ppid=30115 vsize=10725652 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 6105 0 0 0 145 2 0 0 20 0 16 0 39770852 10983067648 17709 33554432000 4194304 4196468 140732099800592 140039752856680 140039374289002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10725652 memory=40 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770852 10983067648 17709 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10725652 memory=39 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770852 10983067648 17709 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10725652 memory=18 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39770853 10983067648 17709 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39770853 10983067648 17709 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0

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

/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 18235 0 0 0 1182 106 0 0 20 0 16 0 39770853 10983067648 135806 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10725652 memory=1700 CPUtime=12.88 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 19576 0 0 0 1177 111 0 0 20 0 16 0 39770853 10983067648 135806 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10725652 memory=1728 CPUtime=1.17 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 40394 0 0 0 106 11 0 0 20 0 16 0 39770854 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10725652 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 39770854 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10725652 memory=521496 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39770855 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10725652 memory=521496 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10725652 memory=521724 CPUtime=1.35 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 10697 0 0 0 134 1 0 0 20 0 16 0 39770857 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10725652 memory=1200 CPUtime=1.12 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 7993 0 0 0 111 1 0 0 20 0 16 0 39770857 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10725652 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 4139 0 0 0 26 1 0 0 20 0 16 0 39770857 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10725652 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10725652 memory=521724 CPUtime=1.26 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1520 0 0 0 62 64 0 0 20 0 16 0 39770857 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30134] ppid=30115 vsize=10725652 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30134/stat : 30134 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39770890 10983067648 135806 33554432000 4194304 4196468 140732099800592 140038774838448 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 2304.46 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 543224 KiB

[startup+2322.3 s]
/proc/loadavg: 0.77 0.79 0.98 2/195 30297
/proc/meminfo: memFree=18218788/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10725652 memory=406204 CPUtime=2365.75 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 168126 0 0 0 236060 515 0 0 20 0 16 0 39770851 10983067648 101551 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2681413 101551 3171 1 0 2643904 0
[pid=30118/tid=30120] ppid=30115 vsize=10725652 memory=461392 CPUtime=2307.3 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 21996 0 0 0 230723 7 0 0 20 0 16 0 39770852 10983067648 101551 33554432000 4194304 4196468 140732099800592 140039752859072 140039374787341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10725652 memory=406208 CPUtime=13.26 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 20851 0 0 0 1213 113 0 0 20 0 16 0 39770852 10983067648 101551 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10725652 memory=406208 CPUtime=13.26 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 20124 0 0 0 1217 109 0 0 20 0 16 0 39770852 10983067648 101551 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10725652 memory=406208 CPUtime=13.31 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 18431 0 0 0 1221 110 0 0 20 0 16 0 39770853 10983067648 101551 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10725652 memory=406208 CPUtime=13.3 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 19959 0 0 0 1216 114 0 0 20 0 16 0 39770853 10983067648 101551 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10725652 memory=406208 CPUtime=1.2 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 40972 0 0 0 109 11 0 0 20 0 16 0 39770854 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10725652 memory=406208 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 39770854 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10725652 memory=461156 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39770855 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10725652 memory=461392 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10725652 memory=1008 CPUtime=1.35 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 10697 0 0 0 134 1 0 0 20 0 16 0 39770857 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10725652 memory=9916 CPUtime=1.12 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 7993 0 0 0 111 1 0 0 20 0 16 0 39770857 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10725652 memory=406208 CPUtime=0.27 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 4139 0 0 0 26 1 0 0 20 0 16 0 39770857 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10725652 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10725652 memory=844 CPUtime=1.3 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1526 0 0 0 64 66 0 0 20 0 16 0 39770857 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30134] ppid=30115 vsize=10725652 memory=406208 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30134/stat : 30134 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39770890 10983067648 101551 33554432000 4194304 4196468 140732099800592 140038774838448 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 2365.75 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 406204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2355.6 s]
/proc/loadavg: 0.81 0.80 0.97 2/195 30298
/proc/meminfo: memFree=18115272/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10725652 memory=532232 CPUtime=2400.08 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 170739 0 0 0 239479 529 0 0 20 0 16 0 39770851 10983067648 133058 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2681413 133058 3171 1 0 2643904 0
[pid=30118/tid=30120] ppid=30115 vsize=10725652 memory=135 CPUtime=2340.23 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 22153 0 0 0 234016 7 0 0 20 0 16 0 39770852 10983067648 133058 33554432000 4194304 4196468 140732099800592 140039752858960 140039374095437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10725652 memory=0 CPUtime=13.6 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 21100 0 0 0 1244 116 0 0 20 0 16 0 39770852 10983067648 133058 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10725652 memory=3184238005736343584 CPUtime=13.6 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 20494 0 0 0 1248 112 0 0 20 0 16 0 39770852 10983067648 133058 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10725652 memory=8116 CPUtime=13.65 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 18946 0 0 0 1251 114 0 0 20 0 16 0 39770853 10983067648 133058 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10725652 memory=6791534058613427641 CPUtime=13.64 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 20196 0 0 0 1246 118 0 0 20 0 16 0 39770853 10983067648 133058 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10725652 memory=4616 CPUtime=1.23 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 42027 0 0 0 111 12 0 0 20 0 16 0 39770854 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10725652 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 39770854 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10725652 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39770855 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10725652 memory=16436 CPUtime=1.35 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 10699 0 0 0 134 1 0 0 20 0 16 0 39770857 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10725652 memory=8688 CPUtime=1.12 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 7995 0 0 0 111 1 0 0 20 0 16 0 39770857 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10725652 memory=4048 CPUtime=0.27 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 4141 0 0 0 26 1 0 0 20 0 16 0 39770857 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39770857 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10725652 memory=1292 CPUtime=1.31 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1550 0 0 0 65 66 0 0 20 0 16 0 39770857 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30134] ppid=30115 vsize=10725652 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30134/stat : 30134 (java) S 30115 30118 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39770890 10983067648 133058 33554432000 4194304 4196468 140732099800592 140038774838448 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 532232 KiB

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

[startup+2355.84 s]
# the end of solver process 30118 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.07 s, system=5.30139 s

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

[startup+2355.8 s]
/proc/loadavg: 0.81 0.80 0.97 2/195 30298
/proc/meminfo: memFree=18115272/32770624 swapFree=67108860/67108860
[pid=30118] ppid=30115 vsize=10925344 memory=532288 CPUtime=2400.29 cores=0,2,4,6
/proc/30118/stat : 30118 (java) S 30115 30118 25105 0 -1 1077944320 171019 0 0 0 239500 529 0 0 20 0 17 0 39770851 11187552256 133072 33554432000 4194304 4196468 140732099800592 140732099783136 140039748620023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
/proc/30118/statm: 2731336 133072 3173 1 0 2693827 0
[pid=30118/tid=30120] ppid=30115 vsize=10925344 memory=6791534058613427641 CPUtime=2340.43 cores=0,2,4,6
/proc/30118/task/30120/stat : 30120 (java) R 30115 30118 25105 0 -1 4202560 22156 0 0 0 234036 7 0 0 20 0 17 0 39770852 11187552256 133072 33554432000 4194304 4196468 140732099800592 140039752857040 140039374868439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30121] ppid=30115 vsize=10925344 memory=960 CPUtime=13.6 cores=0,2,4,6
/proc/30118/task/30121/stat : 30121 (java) S 30115 30118 25105 0 -1 1077944384 21100 0 0 0 1244 116 0 0 20 0 17 0 39770852 11187552256 133072 33554432000 4194304 4196468 140732099800592 140039355685264 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30122] ppid=30115 vsize=10925344 memory=1232 CPUtime=13.6 cores=0,2,4,6
/proc/30118/task/30122/stat : 30122 (java) S 30115 30118 25105 0 -1 1077944384 20494 0 0 0 1248 112 0 0 20 0 17 0 39770852 11187552256 133072 33554432000 4194304 4196468 140732099800592 140039354632464 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30123] ppid=30115 vsize=10925344 memory=2344 CPUtime=13.65 cores=0,2,4,6
/proc/30118/task/30123/stat : 30123 (java) S 30115 30118 25105 0 -1 1077944384 18946 0 0 0 1251 114 0 0 20 0 17 0 39770853 11187552256 133072 33554432000 4194304 4196468 140732099800592 140039353580176 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30124] ppid=30115 vsize=10925344 memory=280171320559552 CPUtime=13.64 cores=0,2,4,6
/proc/30118/task/30124/stat : 30124 (java) S 30115 30118 25105 0 -1 1077944384 20196 0 0 0 1246 118 0 0 20 0 17 0 39770853 11187552256 133072 33554432000 4194304 4196468 140732099800592 140039352527376 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30125] ppid=30115 vsize=10925344 memory=7806822172630997358 CPUtime=1.23 cores=0,2,4,6
/proc/30118/task/30125/stat : 30125 (java) S 30115 30118 25105 0 -1 1077944384 42027 0 0 0 111 12 0 0 20 0 17 0 39770854 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038784313968 140039748631170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30126] ppid=30115 vsize=10925344 memory=7091598560232825169 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30126/stat : 30126 (java) S 30115 30118 25105 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 39770854 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038783259936 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30127] ppid=30115 vsize=10925344 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30127/stat : 30127 (java) S 30115 30118 25105 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 39770855 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038782207600 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30128] ppid=30115 vsize=10925344 memory=932 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30128/stat : 30128 (java) S 30115 30118 25105 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39770857 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038781155920 140039748638619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30129] ppid=30115 vsize=10925344 memory=1580 CPUtime=1.35 cores=0,2,4,6
/proc/30118/task/30129/stat : 30129 (java) S 30115 30118 25105 0 -1 1077944384 10712 0 0 0 134 1 0 0 20 0 17 0 39770857 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038780102768 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30130] ppid=30115 vsize=10925344 memory=2240 CPUtime=1.12 cores=0,2,4,6
/proc/30118/task/30130/stat : 30130 (java) S 30115 30118 25105 0 -1 1077944384 8035 0 0 0 111 1 0 0 20 0 17 0 39770857 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038779049968 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30131] ppid=30115 vsize=10925344 memory=4124 CPUtime=0.28 cores=0,2,4,6
/proc/30118/task/30131/stat : 30131 (java) S 30115 30118 25105 0 -1 1077944384 4216 0 0 0 27 1 0 0 20 0 17 0 39770857 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038777997680 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30132] ppid=30115 vsize=10925344 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/30118/task/30132/stat : 30132 (java) S 30115 30118 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39770857 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038776945120 140039748630229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
[pid=30118/tid=30133] ppid=30115 vsize=10925344 memory=406204 CPUtime=1.31 cores=0,2,4,6
/proc/30118/task/30133/stat : 30133 (java) S 30115 30118 25105 0 -1 1077944384 1550 0 0 0 65 66 0 0 20 0 17 0 39770857 11187552256 133072 33554432000 4194304 4196468 140732099800592 140038775892912 140039748631170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17637376 140732099806321 140732099806473 140732099806473 140732099809231 0
Current children cumulated CPU time: 2400.29 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 532288 KiB

Child status: 143
Real time (s): 2355.84
CPU time (s): 2400.37
CPU user time (s): 2395.07
CPU system time (s): 5.30139
CPU usage (%): 101.89
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 648432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.07
system time used= 5.30139
maximum resident set size= 654820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64762
involuntary context switches= 3368


# summary of solver processes directly reported to runsolver:
#   pid: 30118
#   total CPU time (s): 2400.37
#   total CPU user time (s): 2395.07
#   total CPU system time (s): 5.30139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7442 second user time and 23.1458 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 03:14:37
IDJOB=4289759
IDBENCH=141539
IDSOLVER=2742
FILE ID=node139/4289759-1532222077
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45916 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289759-1532222077/watcher-4289759-1532222077 -o /tmp/evaluation-result-4289759-1532222077/solver-4289759-1532222077 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289759-1532222077.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1999273790

node139.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.80
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.80
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.80
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.80
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:        14586020 kB
MemAvailable:   27922260 kB
Buffers:          134536 kB
Cached:         13257004 kB
SwapCached:            0 kB
Active:          5094920 kB
Inactive:       12360836 kB
Active(anon):    4019812 kB
Inactive(anon):    64136 kB
Active(file):    1075108 kB
Inactive(file): 12296700 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       4071200 kB
Mapped:            47004 kB
Shmem:             17068 kB
Slab:             420004 kB
SReclaimable:     392892 kB
SUnreclaim:        27112 kB
KernelStack:        3616 kB
PageTables:        13336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5352736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3319808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 03:53:53