Trace number 4263792

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1799 2477.25

General information on the benchmark

NameCrossword/Crossword-m1c-words-puzzle/
Crossword-m1c-words-p20.xml
MD5SUM652ba5e791d0de7647c1c6f96b05e6d5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.10184
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints24
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":52}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":29},{"degree":2,"count":52}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":4},{"arity":7,"count":4}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24}]
Optimization problemNO
Type of objective

Solver Data

24.52/12.34	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
24.52/12.34	c This is free software under the dual EPL/GNU LGPL licenses.
24.52/12.34	c See www.sat4j.org for details.
24.52/12.34	c That software uses the Rhino library from the Mozilla project.
24.52/12.34	c version CUSTOM.v20170705
24.52/12.34	c java.runtime.name	Java(TM) SE Runtime Environment
24.52/12.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
24.52/12.34	c java.vm.version	25.131-b11
24.52/12.34	c java.vm.vendor	Oracle Corporation
24.52/12.34	c sun.arch.data.model	64
24.52/12.34	c java.version		1.8.0_131
24.52/12.34	c os.name		Linux
24.52/12.34	c os.version		3.10.0-514.16.1.el7.x86_64
24.52/12.34	c os.arch		amd64
24.52/12.34	c Free memory 		499604488
24.52/12.34	c Max memory 		7247757312
24.52/12.34	c Total memory 		504889344
24.52/12.34	c Number of processors 	4
24.52/12.34	c c --- Begin Solver configuration ---
24.52/12.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
24.52/12.34	c Learn all clauses as in MiniSAT
24.52/12.34	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
24.52/12.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
24.52/12.34	c No reason simplification
24.52/12.34	c Glucose 2.1 dynamic restart strategy
24.52/12.34	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
24.52/12.34	c timeout=2147483s
24.52/12.34	c DB Simplification allowed=false
24.52/12.34	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
24.52/12.34	c --- End Solver configuration ---
24.52/12.34	c constraints type 
24.52/12.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
24.52/12.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9723584
24.52/12.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1495840
24.52/12.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 48
24.52/12.34	c 11219576 constraints processed.
2520.13/2477.21	c starts		: 211
2520.13/2477.21	c conflicts		: 150410
2520.13/2477.21	c decisions		: 15028136
2520.13/2477.21	c propagations		: 5246395472
2520.13/2477.21	c inspects		: 6047496204
2520.13/2477.21	c shortcuts		: 0
2520.13/2477.21	c learnt literals	: 0
2520.13/2477.21	c learnt binary clauses	: 506
2520.13/2477.21	c learnt ternary clauses	: 427
2520.13/2477.21	c learnt constraints	: 150410
2520.13/2477.21	c ignored constraints	: 0
2520.13/2477.21	c root simplifications	: 0
2520.13/2477.21	c removed literals (reason simplification)	: 0
2520.13/2477.21	c reason swapping (by a shorter reason)	: 0
2520.13/2477.21	c Calls to reduceDB	: 13
2520.13/2477.21	c Number of update (reduction) of LBD	: 81961
2520.13/2477.21	c Imported unit clauses	: 0
2520.13/2477.21	c number of reductions to clauses (during analyze)	: 0
2520.13/2477.21	c number of learned constraints concerned by reduction	: 0
2520.13/2477.21	c number of learning phase by resolution	: 0
2520.13/2477.21	c number of learning phase by cutting planes	: 0
2520.13/2477.21	c number of rounding to 1 operations	: 0
2520.13/2477.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.13/2477.21	c number of reductions of the coefficients by power 2 	: 0
2520.13/2477.21	c number of right shift for reduction by power 2 	: 0
2520.13/2477.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.13/2477.21	c speed (assignments/second)	: 2128520.0889805253
2520.13/2477.21	c non guided choices	527
2520.13/2477.22	c learnt constraints type 
2520.13/2477.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 506
2520.13/2477.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22915
2520.13/2477.22	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263792-1502638184/watcher-4263792-1502638184 -o /tmp/evaluation-result-4263792-1502638184/solver-4263792-1502638184 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263792-1502638184.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=26926, runsolver pid=26923

[startup+0.100106 s]*
/proc/loadavg: 7.32 6.54 4.82 6/208 26935
/proc/meminfo: memFree=23390144/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10484492 memory=22548 CPUtime=0.05 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 4603 0 0 0 4 1 0 0 20 0 14 0 163471178 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2621123 5637 2568 1 0 2610620 0
[pid=26926/tid=26928] ppid=26923 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) D 26923 26926 7084 0 -1 4202560 2705 0 0 0 4 0 0 0 20 0 14 0 163471183 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139855401895840 139855397680381 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163471184 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10484492 memory=140707340396160 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 163471184 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163471184 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163471184 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10484492 memory=140707340396160 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163471185 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 163471185 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854976501024 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 163471186 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854975448688 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163471188 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 163471188 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 163471188 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10484492 memory=140707340396160 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 14 0 163471188 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163471188 10736119808 5637 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22548 KiB

[startup+0.210343 s]*
/proc/loadavg: 7.13 6.52 4.82 6/214 26941
/proc/meminfo: memFree=23381236/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10551156 memory=29928 CPUtime=0.14 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 7619 0 0 0 12 2 0 0 20 0 15 0 163471178 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2637789 7482 2791 1 0 2627261 0
[pid=26926/tid=26928] ppid=26923 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) R 26923 26926 7084 0 -1 4202560 5449 0 0 0 9 1 0 0 20 0 15 0 163471183 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139855401883056 139855397670294 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10551156 memory=3905945973881218720 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10551156 memory=140707340396160 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471185 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163471185 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854976501024 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163471186 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854975448688 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163471188 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 163471188 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471188 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10551156 memory=140707340396160 CPUtime=0.02 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) R 26923 26926 7084 0 -1 4202560 371 0 0 0 2 0 0 0 20 0 15 0 163471188 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397679706 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163471188 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10551156 memory=140707340396160 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471193 10804383744 7482 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29928 KiB

[startup+0.310385 s]*
/proc/loadavg: 7.13 6.52 4.82 6/214 26941
/proc/meminfo: memFree=23375380/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10551156 memory=37424 CPUtime=0.29 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 9261 0 0 0 27 2 0 0 20 0 15 0 163471178 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2637789 9356 2872 1 0 2627261 0
[pid=26926/tid=26928] ppid=26923 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) R 26923 26926 7084 0 -1 4202560 6793 0 0 0 18 2 0 0 20 0 15 0 163471183 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139855401890560 139855381738846 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471185 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163471185 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139854976501024 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163471186 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139854975448688 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163471188 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 163471188 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 15 0 163471188 10804383744 9356 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10550900 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 490 0 0 0 5 0 0 0 20 0 15 0 163471188 10804121600 9380 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163471188 10804383744 9380 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471193 10804383744 9380 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37424 KiB

[startup+0.701593 s]
/proc/loadavg: 7.13 6.52 4.82 8/214 26941
/proc/meminfo: memFree=23348916/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10551232 memory=111792 CPUtime=1.47 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 13311 0 0 0 142 5 0 0 20 0 15 0 163471178 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2637808 27948 3066 1 0 2627261 0
[pid=26926/tid=26928] ppid=26923 vsize=10551232 memory=1836 CPUtime=0.58 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) R 26923 26926 7084 0 -1 4202560 7799 0 0 0 55 3 0 0 20 0 15 0 163471183 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139855401882584 139855026909121 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10551232 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471184 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10551232 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10551232 memory=11368 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163471184 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10551232 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163471185 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10551232 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163471185 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854976501024 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163471186 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854975448688 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10551232 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163471188 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10551232 memory=988 CPUtime=0.3 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) R 26923 26926 7084 0 -1 4202560 1638 0 0 0 30 0 0 0 20 0 15 0 163471188 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854973332528 139855382587789 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10551232 memory=12320 CPUtime=0.3 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) R 26923 26926 7084 0 -1 4202560 1315 0 0 0 30 0 0 0 20 0 15 0 163471188 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854972291184 139855381158557 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10551232 memory=1196 CPUtime=0.26 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 1186 0 0 0 26 0 0 0 20 0 15 0 163471188 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10551232 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163471188 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10551232 memory=67584 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163471193 10804461568 27948 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111792 KiB

[startup+1.50072 s]
/proc/loadavg: 7.13 6.52 4.82 8/214 26941
/proc/meminfo: memFree=23215696/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10551232 memory=354840 CPUtime=3.34 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 15064 0 0 0 320 14 0 0 20 0 15 0 163471178 10804461568 88198 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2637808 88710 3100 1 0 2627261 0
[pid=26926/tid=26928] ppid=26923 vsize=10551232 memory=4156 CPUtime=1.3 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) R 26923 26926 7084 0 -1 4202560 7893 0 0 0 124 6 0 0 20 0 15 0 163471183 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139855401890776 139855027225571 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10551232 memory=68948 CPUtime=0.06 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 113 0 0 0 5 1 0 0 20 0 15 0 163471184 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10551232 memory=1296 CPUtime=0.05 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 94 0 0 0 4 1 0 0 20 0 15 0 163471184 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10551232 memory=2460 CPUtime=0.06 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 102 0 0 0 5 1 0 0 20 0 15 0 163471184 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10551232 memory=1836 CPUtime=0.05 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 103 0 0 0 4 1 0 0 20 0 15 0 163471184 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 163471185 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10551232 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163471185 10804461568 88710 18446744073709551615 4194304 4196468 140722301875344 139854976501024 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0

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

/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 21177 0 0 0 1019 120 0 0 20 0 16 0 163471184 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10617796 memory=1145 CPUtime=11.42 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 22451 0 0 0 1022 120 0 0 20 0 16 0 163471184 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10617796 memory=5786728 CPUtime=3.18 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 15791 0 0 0 313 5 0 0 20 0 16 0 163471185 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10617796 memory=8029052108386576848 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 163471185 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854976501088 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10617796 memory=5786728 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 163471186 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854975448704 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10617796 memory=960 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163471188 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10617796 memory=5786728 CPUtime=1.89 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 8173 0 0 0 188 1 0 0 20 0 16 0 163471188 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10617796 memory=5786728 CPUtime=1.51 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 9859 0 0 0 149 2 0 0 20 0 16 0 163471188 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10617796 memory=5786728 CPUtime=0.42 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 4518 0 0 0 41 1 0 0 20 0 16 0 163471188 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10617796 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163471188 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10617796 memory=5786728 CPUtime=1.49 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 2431 0 0 0 72 77 0 0 20 0 16 0 163471193 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26942] ppid=26923 vsize=10617796 memory=5786728 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26942/stat : 26942 (java) S 26923 26926 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163472418 10872623104 1446682 18446744073709551615 4194304 4196468 140722301875344 139854968079536 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 2421.7 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5786728 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.05 2.30 3/216 27255
/proc/meminfo: memFree=25028544/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10617796 memory=5787452 CPUtime=2485.35 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 230122 0 0 0 247946 589 0 0 20 0 16 0 163471178 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2654449 1446863 3145 1 0 2643902 0
[pid=26926/tid=26928] ppid=26923 vsize=10617796 memory=5787452 CPUtime=2426.23 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) R 26923 26926 7084 0 -1 4202560 92718 0 0 0 242595 28 0 0 20 0 16 0 163471183 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139855401897376 139855028328675 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10617796 memory=5787452 CPUtime=12.59 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 21211 0 0 0 1139 120 0 0 20 0 16 0 163471184 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10617796 memory=5787452 CPUtime=12.67 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 23220 0 0 0 1149 118 0 0 20 0 16 0 163471184 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10617796 memory=5787452 CPUtime=12.58 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 23660 0 0 0 1138 120 0 0 20 0 16 0 163471184 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10617796 memory=5787452 CPUtime=12.63 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 23526 0 0 0 1143 120 0 0 20 0 16 0 163471184 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10617796 memory=5787452 CPUtime=3.21 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 19300 0 0 0 316 5 0 0 20 0 16 0 163471185 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10617796 memory=5787452 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 163471185 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854976501088 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10617796 memory=5787452 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 163471186 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854975448704 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10617796 memory=5787452 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163471188 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10617796 memory=-8774313645642428999 CPUtime=1.89 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 8176 0 0 0 188 1 0 0 20 0 16 0 163471188 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10617796 memory=1440 CPUtime=1.51 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 9867 0 0 0 149 2 0 0 20 0 16 0 163471188 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10617796 memory=5787452 CPUtime=0.42 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 4522 0 0 0 41 1 0 0 20 0 16 0 163471188 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10617796 memory=5787452 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163471188 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10617796 memory=1836 CPUtime=1.53 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 2470 0 0 0 74 79 0 0 20 0 16 0 163471193 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26942] ppid=26923 vsize=10617796 memory=5787452 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26942/stat : 26942 (java) S 26923 26926 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163472418 10872623104 1446863 18446744073709551615 4194304 4196468 140722301875344 139854968079536 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 2485.35 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5787452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]*
/proc/loadavg: 2.00 2.04 2.29 3/216 27256
/proc/meminfo: memFree=25028668/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10617796 memory=5787656 CPUtime=2520.09 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 231941 0 0 0 251418 591 0 0 20 0 16 0 163471178 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2654449 1446914 3145 1 0 2643902 0
[pid=26926/tid=26928] ppid=26923 vsize=10617796 memory=1398720917958146503 CPUtime=2460.93 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) R 26923 26926 7084 0 -1 4202560 94428 0 0 0 246065 28 0 0 20 0 16 0 163471183 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139855401897376 139855028609703 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10617796 memory=4126316290023845779 CPUtime=12.59 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 21211 0 0 0 1139 120 0 0 20 0 16 0 163471184 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10617796 memory=3040 CPUtime=12.67 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 23220 0 0 0 1149 118 0 0 20 0 16 0 163471184 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10617796 memory=3040 CPUtime=12.58 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 23660 0 0 0 1138 120 0 0 20 0 16 0 163471184 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10617796 memory=1152 CPUtime=12.63 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 23526 0 0 0 1143 120 0 0 20 0 16 0 163471184 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10617796 memory=3292 CPUtime=3.21 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 19316 0 0 0 316 5 0 0 20 0 16 0 163471185 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10617796 memory=39820 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 163471185 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854976501088 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10617796 memory=636 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 163471186 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854975448704 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10617796 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163471188 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10617796 memory=960 CPUtime=1.89 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 8179 0 0 0 188 1 0 0 20 0 16 0 163471188 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10617796 memory=1236 CPUtime=1.51 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 9881 0 0 0 149 2 0 0 20 0 16 0 163471188 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10617796 memory=2240 CPUtime=0.42 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 4526 0 0 0 41 1 0 0 20 0 16 0 163471188 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10617796 memory=5787656 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163471188 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10617796 memory=2160 CPUtime=1.56 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 2542 0 0 0 75 81 0 0 20 0 16 0 163471193 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26942] ppid=26923 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26942/stat : 26942 (java) S 26923 26926 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 163472418 10872623104 1446914 18446744073709551615 4194304 4196468 140722301875344 139854968079536 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5787656 KiB

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

[startup+2477.25 s]
# the end of solver process 26926 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.24 s, system=5.93942 s

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

[startup+2477.2 s]
/proc/loadavg: 2.00 2.04 2.29 3/216 27256
/proc/meminfo: memFree=25028668/32770624 swapFree=67108776/67108860
[pid=26926] ppid=26923 vsize=10817488 memory=5787876 CPUtime=2520.13 cores=1,3,5,7
/proc/26926/stat : 26926 (java) S 26923 26926 7084 0 -1 1077944320 233096 0 0 0 251422 591 0 0 20 0 17 0 163471178 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 140722301857888 139855397658359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
/proc/26926/statm: 2704372 1446969 3147 1 0 2693825 0
[pid=26926/tid=26928] ppid=26923 vsize=10817488 memory=2240 CPUtime=2460.97 cores=1,3,5,7
/proc/26926/task/26928/stat : 26928 (java) S 26923 26926 7084 0 -1 1077944384 94483 0 0 0 246069 28 0 0 20 0 17 0 163471183 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139855401901232 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26929] ppid=26923 vsize=10817488 memory=5787656 CPUtime=12.59 cores=1,3,5,7
/proc/26926/task/26929/stat : 26929 (java) S 26923 26926 7084 0 -1 1077944384 21211 0 0 0 1139 120 0 0 20 0 17 0 163471184 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139855344007568 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26930] ppid=26923 vsize=10817488 memory=2160 CPUtime=12.67 cores=1,3,5,7
/proc/26926/task/26930/stat : 26930 (java) S 26923 26926 7084 0 -1 1077944384 23220 0 0 0 1149 118 0 0 20 0 17 0 163471184 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139855007635728 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26931] ppid=26923 vsize=10817488 memory=932 CPUtime=12.58 cores=1,3,5,7
/proc/26926/task/26931/stat : 26931 (java) S 26923 26926 7084 0 -1 1077944384 23660 0 0 0 1138 120 0 0 20 0 17 0 163471184 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139855006583440 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26932] ppid=26923 vsize=10817488 memory=4156 CPUtime=12.63 cores=1,3,5,7
/proc/26926/task/26932/stat : 26932 (java) S 26923 26926 7084 0 -1 1077944384 23526 0 0 0 1143 120 0 0 20 0 17 0 163471184 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139855005530640 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26933] ppid=26923 vsize=10817488 memory=0 CPUtime=3.21 cores=1,3,5,7
/proc/26926/task/26933/stat : 26933 (java) S 26923 26926 7084 0 -1 1077944384 19354 0 0 0 316 5 0 0 20 0 17 0 163471185 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854977555056 139855397669506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26934] ppid=26923 vsize=10817488 memory=5787656 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26934/stat : 26934 (java) S 26923 26926 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 163471185 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854976501088 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26935] ppid=26923 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26935/stat : 26935 (java) S 26923 26926 7084 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 163471186 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854975448704 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26936] ppid=26923 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26936/stat : 26936 (java) S 26923 26926 7084 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 17 0 163471188 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854974397008 139855397676955 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26937] ppid=26923 vsize=10817488 memory=0 CPUtime=1.89 cores=1,3,5,7
/proc/26926/task/26937/stat : 26937 (java) S 26923 26926 7084 0 -1 1077944384 8182 0 0 0 188 1 0 0 20 0 17 0 163471188 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854973343856 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26938] ppid=26923 vsize=10817488 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/26926/task/26938/stat : 26938 (java) S 26923 26926 7084 0 -1 1077944384 9884 0 0 0 149 2 0 0 20 0 17 0 163471188 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854972291056 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26939] ppid=26923 vsize=10817488 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/26926/task/26939/stat : 26939 (java) S 26923 26926 7084 0 -1 1077944384 4978 0 0 0 41 1 0 0 20 0 17 0 163471188 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854971238768 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26940] ppid=26923 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26926/task/26940/stat : 26940 (java) S 26923 26926 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163471188 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854970186208 139855397668565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
[pid=26926/tid=26941] ppid=26923 vsize=10817488 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/26926/task/26941/stat : 26941 (java) S 26923 26926 7084 0 -1 1077944384 2542 0 0 0 75 81 0 0 20 0 17 0 163471193 11077107712 1446969 18446744073709551615 4194304 4196468 140722301875344 139854969134000 139855397669506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28262400 140722301882768 140722301882921 140722301882921 140722301886415 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5787876 KiB

Child status: 143
Real time (s): 2477.25
CPU time (s): 2520.18
CPU user time (s): 2514.24
CPU system time (s): 5.93942
CPU usage (%): 101.733
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5790104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.24
system time used= 5.93942
maximum resident set size= 5790104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57431
involuntary context switches= 1407


# summary of solver processes directly reported to runsolver:
#   pid: 26926
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2514.24
#   total CPU system time (s): 5.93942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4715 second user time and 24.8714 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 17:15:19
IDJOB=4263792
IDBENCH=140387
IDSOLVER=2651
FILE ID=node132/4263792-1502638184
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-puzzle/Crossword-m1c-words-p20.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263792-1502638184/watcher-4263792-1502638184 -o /tmp/evaluation-result-4263792-1502638184/solver-4263792-1502638184 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263792-1502638184.xml

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

MD5SUM BENCH= 652ba5e791d0de7647c1c6f96b05e6d5
RANDOM SEED=1116989789

node132.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.74
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.74
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.74
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.74
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:        23402164 kB
MemAvailable:   23650648 kB
Buffers:          229132 kB
Cached:           344044 kB
SwapCached:           84 kB
Active:          8781312 kB
Inactive:         167812 kB
Active(anon):    8323892 kB
Inactive(anon):   101948 kB
Active(file):     457420 kB
Inactive(file):    65864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1580 kB
Writeback:             4 kB
AnonPages:       8376060 kB
Mapped:            76376 kB
Shmem:             49768 kB
Slab:             109172 kB
SReclaimable:      82068 kB
SUnreclaim:        27104 kB
KernelStack:        3488 kB
PageTables:        21640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8216576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 17:56:36