Trace number 4262975

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 2017-07-05SAT (TO)1121 2520.1899 2478.03

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-17.xml
MD5SUM55160ca1cb6892c8520106891d7cdd01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1220
Best CPU time to get the best result obtained on this benchmark552.08801
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.71/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.71/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.71/0.55	c See www.sat4j.org for details.
0.71/0.55	c That software uses the Rhino library from the Mozilla project.
0.71/0.55	c version CUSTOM.v20170705
0.71/0.55	c java.runtime.name	Java(TM) SE Runtime Environment
0.71/0.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.71/0.55	c java.vm.version	25.131-b11
0.71/0.55	c java.vm.vendor	Oracle Corporation
0.71/0.55	c sun.arch.data.model	64
0.71/0.55	c java.version		1.8.0_131
0.71/0.55	c os.name		Linux
0.71/0.55	c os.version		3.10.0-514.16.1.el7.x86_64
0.71/0.55	c os.arch		amd64
0.71/0.55	c Free memory 		499604488
0.71/0.55	c Max memory 		7247757312
0.71/0.55	c Total memory 		504889344
0.71/0.55	c Number of processors 	4
0.71/0.55	c c --- Begin Solver configuration ---
0.71/0.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.71/0.55	c Learn all clauses as in MiniSAT
0.71/0.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.71/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.71/0.55	c No reason simplification
0.71/0.55	c Glucose 2.1 dynamic restart strategy
0.71/0.55	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.71/0.55	c timeout=2147483s
0.71/0.55	c DB Simplification allowed=false
0.71/0.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.71/0.55	c --- End Solver configuration ---
0.71/0.55	c constraints type 
0.71/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.71/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1976
0.71/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113946
0.71/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.71/0.55	c 116044 constraints processed.
127.44/126.18	o 711
158.88/156.86	o 734
168.66/166.58	o 755
171.70/169.52	o 801
173.44/171.09	o 805
174.03/171.60	o 812
175.23/172.81	o 824
176.54/174.14	o 862
176.93/174.54	o 876
177.23/174.87	o 887
177.64/175.20	o 889
177.64/175.26	o 893
177.84/175.43	o 922
178.45/176.06	o 923
180.04/177.63	o 933
180.84/178.43	o 935
181.05/178.60	o 949
186.27/183.84	o 951
188.29/185.83	o 969
190.55/188.06	o 989
192.40/189.72	o 993
197.89/195.12	o 1020
208.56/205.62	o 1021
212.67/209.75	o 1031
220.96/217.82	o 1037
230.37/227.23	o 1067
371.34/366.01	o 1073
695.29/684.57	o 1089
754.15/742.00	o 1094
938.97/923.42	o 1108
2517.46/2475.49	o 1121
2520.14/2478.00	c starts		: 2288
2520.14/2478.00	c conflicts		: 1077628
2520.14/2478.00	c decisions		: 4233361
2520.14/2478.00	c propagations		: 8223419254
2520.14/2478.00	c inspects		: 13681478883
2520.14/2478.00	c shortcuts		: 0
2520.14/2478.00	c learnt literals	: 4372
2520.14/2478.00	c learnt binary clauses	: 450
2520.14/2478.00	c learnt ternary clauses	: 5141
2520.14/2478.00	c learnt constraints	: 1073256
2520.14/2478.00	c ignored constraints	: 0
2520.14/2478.00	c root simplifications	: 0
2520.14/2478.00	c removed literals (reason simplification)	: 0
2520.14/2478.00	c reason swapping (by a shorter reason)	: 0
2520.14/2478.00	c Calls to reduceDB	: 75
2520.14/2478.00	c Number of update (reduction) of LBD	: 317466
2520.14/2478.00	c Imported unit clauses	: 0
2520.14/2478.00	c number of reductions to clauses (during analyze)	: 0
2520.14/2478.00	c number of learned constraints concerned by reduction	: 0
2520.14/2478.00	c number of learning phase by resolution	: 0
2520.14/2478.00	c number of learning phase by cutting planes	: 0
2520.14/2478.00	c number of rounding to 1 operations	: 0
2520.14/2478.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.14/2478.00	c number of reductions of the coefficients by power 2 	: 0
2520.14/2478.00	c number of right shift for reduction by power 2 	: 0
2520.14/2478.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.14/2478.00	c speed (assignments/second)	: 3319331.975206585
2520.14/2478.00	c non guided choices	21681
2520.14/2478.00	c learnt constraints type 
2520.14/2478.00	s SATISFIABLE
2520.14/2478.00	v <instantiation type="solution">
2520.14/2478.00	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] </list>
2520.14/2478.00	v 	<values> 0 0 0 0 0 1 0 1 1 1 1 0 1 0 0 1 1 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 </values>
2520.14/2478.00	v </instantiation>
2520.14/2478.00	

Verifier Data

OK	1121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262975-1502629847/watcher-4262975-1502629847 -o /tmp/evaluation-result-4262975-1502629847/solver-4262975-1502629847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262975-1502629847.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=27345, runsolver pid=27342

[startup+0.100135 s]*
/proc/loadavg: 4.49 3.84 3.09 3/204 27354
/proc/meminfo: memFree=24865344/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10417928 memory=22764 CPUtime=0.04 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 4584 0 0 0 4 0 0 0 20 0 13 0 65180143 10667958272 5625 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2604482 5691 2398 1 0 2593979 0
[pid=27345/tid=27347] ppid=27342 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 2925 0 0 0 4 0 0 0 20 0 13 0 65180149 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139757030746520 139757026534557 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10417928 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65180150 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10417928 memory=140650990409344 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65180150 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65180150 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65180150 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10417928 memory=140650990409344 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65180151 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 65180152 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756522189984 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 65180152 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756521136880 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 65180154 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) R 27342 27345 12560 0 -1 4202560 285 0 0 0 0 0 0 0 20 0 13 0 65180154 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756519020104 139757018802013 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 65180154 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756517980736 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10417928 memory=140650990409344 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 13 0 65180154 10667958272 5691 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 22764 KiB

[startup+0.210155 s]*
/proc/loadavg: 4.49 3.84 3.09 3/210 27360
/proc/meminfo: memFree=24861988/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10551156 memory=27200 CPUtime=0.09 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 5250 0 0 0 8 1 0 0 20 0 15 0 65180143 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2637789 6800 2808 1 0 2627261 0
[pid=27345/tid=27347] ppid=27342 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 3157 0 0 0 7 0 0 0 20 0 15 0 65180149 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139757030751568 139757018749758 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10551156 memory=288371027142121088 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10551156 memory=140650990409344 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65180151 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65180152 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756522189984 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65180152 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756521136880 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) S 27342 27345 12560 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756519033584 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756517981040 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10551156 memory=140650990409344 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27360] ppid=27342 vsize=10551156 memory=140650990409344 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27360/stat : 27360 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65180162 10804383744 6800 18446744073709551615 4194304 4196468 140732972526912 139756514822704 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27200 KiB

[startup+0.310147 s]*
/proc/loadavg: 4.49 3.84 3.09 3/210 27360
/proc/meminfo: memFree=24852240/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10551156 memory=36420 CPUtime=0.25 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 8441 0 0 0 22 3 0 0 20 0 15 0 65180143 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2637789 9105 2837 1 0 2627261 0
[pid=27345/tid=27347] ppid=27342 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 6114 0 0 0 15 2 0 0 20 0 15 0 65180149 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139757030746656 139757010593118 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65180150 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65180151 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65180152 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756522189984 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65180152 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756521136880 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) S 27342 27345 12560 0 -1 1077944384 388 0 0 0 1 0 0 0 20 0 15 0 65180154 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756519033584 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756517981040 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 384 0 0 0 4 0 0 0 20 0 15 0 65180154 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65180154 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27360] ppid=27342 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27360/stat : 27360 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65180162 10804383744 9105 18446744073709551615 4194304 4196468 140732972526912 139756514822704 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36420 KiB

[startup+0.701503 s]
/proc/loadavg: 4.49 3.84 3.09 5/210 27360
/proc/meminfo: memFree=24828352/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10617796 memory=90156 CPUtime=1.28 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 11708 0 0 0 124 4 0 0 20 0 16 0 65180143 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2654449 22539 3059 1 0 2643902 0
[pid=27345/tid=27347] ppid=27342 vsize=10617796 memory=37132 CPUtime=0.55 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 7410 0 0 0 52 3 0 0 20 0 16 0 65180149 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139757030749144 139756644438392 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10617796 memory=67212 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10617796 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 65180151 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10617796 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756522189984 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756521136880 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10617796 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) R 27342 27345 12560 0 -1 4202560 1207 0 0 0 27 0 0 0 20 0 16 0 65180154 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756519019608 139757007211457 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10617796 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) R 27342 27345 12560 0 -1 4202560 843 0 0 0 27 0 0 0 20 0 16 0 65180154 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756517969600 139757008034459 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10617796 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 854 0 0 0 16 0 0 0 20 0 16 0 65180154 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27360] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27360/stat : 27360 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65180162 10872623104 22539 18446744073709551615 4194304 4196468 140732972526912 139756514822704 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 90156 KiB

[startup+1.50083 s]
/proc/loadavg: 4.49 3.84 3.09 3/211 27361
/proc/meminfo: memFree=24800056/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10617796 memory=90820 CPUtime=2.22 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 12817 0 0 0 217 5 0 0 20 0 16 0 65180143 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2654449 22705 3060 1 0 2643902 0
[pid=27345/tid=27347] ppid=27342 vsize=10617796 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 7689 0 0 0 131 3 0 0 20 0 16 0 65180149 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139757030748800 139756644402368 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65180150 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 65180151 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10617796 memory=281301701627408 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756522189984 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10617796 memory=281301701627280 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 22705 18446744073709551615 4194304 4196468 140732972526912 139756521136880 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0

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

/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 25555 0 0 0 1148 103 0 0 20 0 16 0 65180150 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10617796 memory=1274008 CPUtime=12.53 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 26299 0 0 0 1149 104 0 0 20 0 16 0 65180150 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10617796 memory=1104532 CPUtime=0.93 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 24346 0 0 0 83 10 0 0 20 0 16 0 65180151 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10617796 memory=1124476 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756522190048 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10617796 memory=1274008 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756521136896 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10617796 memory=1199848 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10617796 memory=1199856 CPUtime=1.09 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) S 27342 27345 12560 0 -1 1077944384 7106 0 0 0 108 1 0 0 20 0 16 0 65180154 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756519033584 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10617796 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 8498 0 0 0 143 2 0 0 20 0 16 0 65180154 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756517981040 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10617796 memory=37248 CPUtime=0.28 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 3372 0 0 0 27 1 0 0 20 0 16 0 65180154 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10617796 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27360] ppid=27342 vsize=10617796 memory=1124476 CPUtime=1.3 cores=1,3,5,7
/proc/27345/task/27360/stat : 27360 (java) S 27342 27345 12560 0 -1 1077944384 1499 0 0 0 61 69 0 0 20 0 16 0 65180162 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756514822704 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27361] ppid=27342 vsize=10617796 memory=1124476 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27361/stat : 27361 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65180201 10872623104 299964 18446744073709551615 4194304 4196468 140732972526912 139756513768496 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 2423.46 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1199856 KiB

[startup+2442.3 s]
/proc/loadavg: 1.90 1.92 2.13 3/211 27683
/proc/meminfo: memFree=24020756/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10617796 memory=1088776 CPUtime=2484.19 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 176437 0 0 0 247920 499 0 0 20 0 16 0 65180143 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2654449 272194 3127 1 0 2643902 0
[pid=27345/tid=27347] ppid=27342 vsize=10617796 memory=1088776 CPUtime=2427.98 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 25786 0 0 0 242791 7 0 0 20 0 16 0 65180149 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139757030751552 139756644829740 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10617796 memory=1224472 CPUtime=12.76 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 25016 0 0 0 1168 108 0 0 20 0 16 0 65180150 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10617796 memory=1088776 CPUtime=12.73 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 25607 0 0 0 1169 104 0 0 20 0 16 0 65180150 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10617796 memory=1088776 CPUtime=12.74 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 26330 0 0 0 1171 103 0 0 20 0 16 0 65180150 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10617796 memory=1088776 CPUtime=12.77 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 27148 0 0 0 1172 105 0 0 20 0 16 0 65180150 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10617796 memory=1088776 CPUtime=0.94 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 24588 0 0 0 84 10 0 0 20 0 16 0 65180151 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10617796 memory=1224472 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756522190048 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756521136896 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10617796 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10617796 memory=1088776 CPUtime=1.09 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) S 27342 27345 12560 0 -1 1077944384 7109 0 0 0 108 1 0 0 20 0 16 0 65180154 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756519033584 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10617796 memory=4144 CPUtime=1.45 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 8500 0 0 0 143 2 0 0 20 0 16 0 65180154 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756517981040 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10617796 memory=1088776 CPUtime=0.28 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 3374 0 0 0 27 1 0 0 20 0 16 0 65180154 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10617796 memory=1224472 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27360] ppid=27342 vsize=10617796 memory=1088776 CPUtime=1.33 cores=1,3,5,7
/proc/27345/task/27360/stat : 27360 (java) S 27342 27345 12560 0 -1 1077944384 1519 0 0 0 63 70 0 0 20 0 16 0 65180162 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756514822704 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27361] ppid=27342 vsize=10617796 memory=1088776 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27361/stat : 27361 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65180201 10872623104 272194 18446744073709551615 4194304 4196468 140732972526912 139756513768496 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 2484.19 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1088776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.8 s]
/proc/loadavg: 1.95 1.93 2.12 3/211 27685
/proc/meminfo: memFree=24020592/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10617796 memory=1089180 CPUtime=2520.02 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 179139 0 0 0 251502 500 0 0 20 0 16 0 65180143 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2654449 272295 3127 1 0 2643902 0
[pid=27345/tid=27347] ppid=27342 vsize=10617796 memory=1004 CPUtime=2463.37 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) R 27342 27345 12560 0 -1 4202560 26061 0 0 0 246330 7 0 0 20 0 16 0 65180149 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139757030751808 139756645671367 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10617796 memory=2016 CPUtime=12.87 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 25457 0 0 0 1179 108 0 0 20 0 16 0 65180150 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10617796 memory=1196 CPUtime=12.83 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 26018 0 0 0 1179 104 0 0 20 0 16 0 65180150 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10617796 memory=8604 CPUtime=12.84 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 26824 0 0 0 1181 103 0 0 20 0 16 0 65180150 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10617796 memory=22864 CPUtime=12.88 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 27650 0 0 0 1183 105 0 0 20 0 16 0 65180150 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10617796 memory=4048 CPUtime=0.95 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 24596 0 0 0 85 10 0 0 20 0 16 0 65180151 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10617796 memory=644 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756522190048 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10617796 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 65180152 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756521136896 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10617796 memory=956 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10617796 memory=1232 CPUtime=1.09 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) S 27342 27345 12560 0 -1 1077944384 7109 0 0 0 108 1 0 0 20 0 16 0 65180154 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756519033584 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10617796 memory=3908 CPUtime=1.45 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 8500 0 0 0 143 2 0 0 20 0 16 0 65180154 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756517981040 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10617796 memory=3552 CPUtime=0.29 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) S 27342 27345 12560 0 -1 1077944384 3943 0 0 0 28 1 0 0 20 0 16 0 65180154 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756516927984 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10617796 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27360] ppid=27342 vsize=10617796 memory=4068 CPUtime=1.35 cores=1,3,5,7
/proc/27345/task/27360/stat : 27360 (java) S 27342 27345 12560 0 -1 1077944384 1521 0 0 0 63 72 0 0 20 0 16 0 65180162 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756514822704 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27361] ppid=27342 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27361/stat : 27361 (java) S 27342 27345 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65180201 10872623104 272295 18446744073709551615 4194304 4196468 140732972526912 139756513768496 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1089180 KiB

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

[startup+2478.03 s]
# the end of solver process 27345 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.17 s, system=5.01838 s

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

[startup+2478 s]*
/proc/loadavg: 1.95 1.93 2.12 2/212 27688
/proc/meminfo: memFree=24020452/32770624 swapFree=67105588/67108860
[pid=27345] ppid=27342 vsize=10751952 memory=1089228 CPUtime=2520.18 cores=1,3,5,7
/proc/27345/stat : 27345 (java) S 27342 27345 12560 0 -1 1077944320 179578 0 0 0 251517 501 0 0 20 0 17 0 65180143 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 140732972509456 139757026512631 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
/proc/27345/statm: 2687988 272307 3129 1 0 2677441 0
[pid=27345/tid=27347] ppid=27342 vsize=10751952 memory=-8774313645642428999 CPUtime=2463.51 cores=1,3,5,7
/proc/27345/task/27347/stat : 27347 (java) S 27342 27345 12560 0 -1 1077944384 26072 0 0 0 246344 7 0 0 20 0 17 0 65180149 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139757030755504 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27348] ppid=27342 vsize=10751952 memory=0 CPUtime=12.87 cores=1,3,5,7
/proc/27345/task/27348/stat : 27348 (java) S 27342 27345 12560 0 -1 1077944384 25457 0 0 0 1179 108 0 0 20 0 17 0 65180150 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756967549968 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27349] ppid=27342 vsize=10751952 memory=6944656592455360604 CPUtime=12.83 cores=1,3,5,7
/proc/27345/task/27349/stat : 27349 (java) S 27342 27345 12560 0 -1 1077944384 26018 0 0 0 1179 104 0 0 20 0 17 0 65180150 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756966497424 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27350] ppid=27342 vsize=10751952 memory=140650850972784 CPUtime=12.84 cores=1,3,5,7
/proc/27345/task/27350/stat : 27350 (java) S 27342 27345 12560 0 -1 1077944384 26824 0 0 0 1181 103 0 0 20 0 17 0 65180150 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756965444368 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27351] ppid=27342 vsize=10751952 memory=4872558044660077418 CPUtime=12.88 cores=1,3,5,7
/proc/27345/task/27351/stat : 27351 (java) S 27342 27345 12560 0 -1 1077944384 27650 0 0 0 1183 105 0 0 20 0 17 0 65180150 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756964391824 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27352] ppid=27342 vsize=10751952 memory=920 CPUtime=0.95 cores=1,3,5,7
/proc/27345/task/27352/stat : 27352 (java) S 27342 27345 12560 0 -1 1077944384 24600 0 0 0 85 10 0 0 20 0 17 0 65180151 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756523243760 139757026523778 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27353] ppid=27342 vsize=10751952 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27353/stat : 27353 (java) S 27342 27345 12560 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 65180152 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756522190048 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27354] ppid=27342 vsize=10751952 memory=832 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27354/stat : 27354 (java) S 27342 27345 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 65180152 11009998848 272307 18446744073709551615 4194304 4196468 140732972526912 139756521136896 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27355] ppid=27342 vsize=10751952 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27355/stat : 27355 (java) S 27342 27345 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65180154 11009998848 272335 18446744073709551615 4194304 4196468 140732972526912 139756520085456 139757026531227 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27356] ppid=27342 vsize=10751952 memory=3908 CPUtime=1.1 cores=1,3,5,7
/proc/27345/task/27356/stat : 27356 (java) S 27342 27345 12560 0 -1 1077944384 7163 0 0 0 109 1 0 0 20 0 17 0 65180154 11009998848 272316 18446744073709551615 4194304 4196468 140732972526912 139756519033584 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27357] ppid=27342 vsize=10751952 memory=1089180 CPUtime=1.46 cores=1,3,5,7
/proc/27345/task/27357/stat : 27357 (java) S 27342 27345 12560 0 -1 1077944384 8584 0 0 0 144 2 0 0 20 0 16 0 65180154 11009998848 272316 18446744073709551615 4194304 4196468 140732972526912 139756517981040 139757026523778 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27358] ppid=27342 vsize=10751952 memory=5808 CPUtime=0.29 cores=1,3,5,7
/proc/27345/task/27358/stat : 27358 (java) R 27342 27345 12560 0 -1 4202560 4109 0 0 0 28 1 0 0 20 0 16 0 65180154 11009998848 272316 18446744073709551615 4194304 4196468 140732972526912 139756516923936 139757005152661 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27359] ppid=27342 vsize=10751952 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27359/stat : 27359 (java) S 27342 27345 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65180154 11009998848 272316 18446744073709551615 4194304 4196468 140732972526912 139756515875680 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
[pid=27345/tid=27686] ppid=27342 vsize=10751952 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27345/task/27686/stat : 27686 (java) S 27342 27345 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 65427924 11009998848 272316 18446744073709551615 4194304 4196468 140732972526912 139756512714736 139757026522837 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17014784 140732972528016 140732972528169 140732972528169 140732972531663 0
Current children cumulated CPU time: 2520.18 s
Current children cumulated vsize: 10751952 KiB
Current children cumulated memory: 1089228 KiB

Child status: 143
Real time (s): 2478.03
CPU time (s): 2520.19
CPU user time (s): 2515.17
CPU system time (s): 5.01838
CPU usage (%): 101.702
Max. virtual memory (cumulated for all children) (KiB): 10751952
Max. memory (cumulated for all children) (KiB): 1353928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.17
system time used= 5.01838
maximum resident set size= 1353928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60910
involuntary context switches= 3272


# summary of solver processes directly reported to runsolver:
#   pid: 27345
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2515.17
#   total CPU system time (s): 5.01838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1867 second user time and 23.1641 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:56:46
IDJOB=4262975
IDBENCH=133491
IDSOLVER=2651
FILE ID=node126/4262975-1502629847
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262975-1502629847/watcher-4262975-1502629847 -o /tmp/evaluation-result-4262975-1502629847/solver-4262975-1502629847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262975-1502629847.xml

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

MD5SUM BENCH= 55160ca1cb6892c8520106891d7cdd01
RANDOM SEED=1028763187

node126.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.81
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.81
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.81
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.81
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:        24878136 kB
MemAvailable:   25129816 kB
Buffers:          263872 kB
Cached:           257648 kB
SwapCached:          524 kB
Active:          7245316 kB
Inactive:         155680 kB
Active(anon):    6826968 kB
Inactive(anon):    85544 kB
Active(file):     418348 kB
Inactive(file):    70136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       6888752 kB
Mapped:            58056 kB
Shmem:             33440 kB
Slab:             184240 kB
SReclaimable:     158060 kB
SUnreclaim:        26180 kB
KernelStack:        3712 kB
PageTables:        18296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8386016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6582272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 15:38:04