Trace number 4263049

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-05? (TO) 2520.8401 2498.04

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-08.xml
MD5SUM8d41ef15b4a24b5ee65fe3e377737596
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1196.9
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints82
Number of domains2
Minimum domain size2
Maximum domain size64
Distribution of domain sizes[{"size":2,"count":18},{"size":64,"count":65}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":44},{"degree":4,"count":18},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":63},{"arity":3,"count":18},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.40/0.79	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.40/0.79	c This is free software under the dual EPL/GNU LGPL licenses.
1.40/0.79	c See www.sat4j.org for details.
1.40/0.79	c That software uses the Rhino library from the Mozilla project.
1.40/0.79	c version CUSTOM.v20170705
1.40/0.79	c java.runtime.name	Java(TM) SE Runtime Environment
1.40/0.79	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.40/0.79	c java.vm.version	25.131-b11
1.40/0.79	c java.vm.vendor	Oracle Corporation
1.40/0.79	c sun.arch.data.model	64
1.40/0.79	c java.version		1.8.0_131
1.40/0.79	c os.name		Linux
1.40/0.79	c os.version		3.10.0-514.16.1.el7.x86_64
1.40/0.79	c os.arch		amd64
1.40/0.79	c Free memory 		499604488
1.40/0.79	c Max memory 		7247757312
1.40/0.79	c Total memory 		504889344
1.40/0.79	c Number of processors 	4
1.40/0.79	c c --- Begin Solver configuration ---
1.40/0.79	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.40/0.79	c Learn all clauses as in MiniSAT
1.40/0.79	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.40/0.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.40/0.79	c No reason simplification
1.40/0.79	c Glucose 2.1 dynamic restart strategy
1.40/0.79	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.40/0.79	c timeout=2147483s
1.40/0.79	c DB Simplification allowed=false
1.40/0.79	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.40/0.79	c --- End Solver configuration ---
1.40/0.79	c constraints type 
1.40/0.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 166
1.40/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 172512
1.40/0.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 96660
1.40/0.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 162
1.40/0.79	c 269500 constraints processed.
900.04/891.65	o 11
2520.58/2497.97	c starts		: 63061
2520.58/2497.97	c conflicts		: 11904958
2520.58/2497.97	c decisions		: 133362445
2520.58/2497.97	c propagations		: 1550776923
2520.58/2497.97	c inspects		: 33460278687
2520.58/2497.97	c shortcuts		: 0
2520.58/2497.97	c learnt literals	: 0
2520.58/2497.98	c learnt binary clauses	: 175241
2520.58/2497.98	c learnt ternary clauses	: 90046
2520.58/2497.98	c learnt constraints	: 11904958
2520.58/2497.98	c ignored constraints	: 0
2520.58/2497.98	c root simplifications	: 0
2520.58/2497.98	c removed literals (reason simplification)	: 0
2520.58/2497.98	c reason swapping (by a shorter reason)	: 0
2520.58/2497.98	c Calls to reduceDB	: 208
2520.58/2497.98	c Number of update (reduction) of LBD	: 9026780
2520.58/2497.98	c Imported unit clauses	: 0
2520.58/2497.98	c number of reductions to clauses (during analyze)	: 0
2520.58/2497.98	c number of learned constraints concerned by reduction	: 0
2520.58/2497.98	c number of learning phase by resolution	: 0
2520.58/2497.98	c number of learning phase by cutting planes	: 0
2520.58/2497.98	c number of rounding to 1 operations	: 0
2520.58/2497.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.58/2497.98	c number of reductions of the coefficients by power 2 	: 0
2520.58/2497.98	c number of right shift for reduction by power 2 	: 0
2520.58/2497.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.58/2497.98	c speed (assignments/second)	: 621013.2593990322
2520.58/2497.98	c non guided choices	2672995
2520.75/2498.03	Exception in thread "Thread-0" java.lang.NullPointerException
2520.75/2498.03		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1871)
2520.75/2498.03		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
2520.75/2498.03		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
2520.75/2498.03		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2520.75/2498.03		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2520.75/2498.03		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2520.75/2498.03		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2520.75/2498.03		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263049-1502627391/watcher-4263049-1502627391 -o /tmp/evaluation-result-4263049-1502627391/solver-4263049-1502627391 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263049-1502627391.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
solver pid=3512, runsolver pid=3509
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 2.13 2.14 2.23 3/204 3521
/proc/meminfo: memFree=31439532/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10418956 memory=23432 CPUtime=0.05 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 4820 0 0 0 4 1 0 0 20 0 14 0 64932428 10669010944 5858 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2604739 5858 2518 1 0 2594236 0
[pid=3512/tid=3514] ppid=3509 vsize=10484492 memory=4206751525541407381 CPUtime=0.04 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) D 3509 3512 17093 0 -1 1077944384 2990 0 0 0 4 0 0 0 20 0 14 0 64932433 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017527535424 140017523321917 0 4 1 16800974 18446744072101613092 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10484492 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64932434 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10484492 memory=139894517642880 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64932434 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64932434 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64932434 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10484492 memory=139894517642880 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64932435 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64932436 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017102275616 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64932436 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017101222768 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64932438 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) S 3509 3512 17093 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 64932438 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64932438 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10484492 memory=139894517642880 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 64932438 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64932439 10736119808 5924 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10418956 KiB
Current children cumulated memory: 23432 KiB

[startup+0.210099 s]*
/proc/loadavg: 2.13 2.14 2.23 3/210 3527
/proc/meminfo: memFree=31436000/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10551156 memory=30152 CPUtime=0.11 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 7130 0 0 0 9 2 0 0 20 0 15 0 64932428 10804383744 7538 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2637789 7538 2787 1 0 2627261 0
[pid=3512/tid=3514] ppid=3509 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) R 3509 3512 17093 0 -1 4202560 5303 0 0 0 7 1 0 0 20 0 15 0 64932433 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017527486384 140017515977757 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10552180 memory=330 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932434 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10552180 memory=288370270669354624 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932434 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932434 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932434 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10552180 memory=139894517642880 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932435 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64932436 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017102275616 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64932436 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017101222768 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64932438 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) S 3509 3512 17093 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 64932438 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932438 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10552180 memory=139894517642880 CPUtime=0.01 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 64932438 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64932439 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10552180 memory=139894517642880 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932446 10805432320 7735 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30152 KiB

[startup+0.310092 s]*
/proc/loadavg: 2.13 2.14 2.23 4/210 3527
/proc/meminfo: memFree=31426232/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10551156 memory=37176 CPUtime=0.26 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 8591 0 0 0 24 2 0 0 20 0 15 0 64932428 10804383744 9294 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2637789 9294 2861 1 0 2627261 0
[pid=3512/tid=3514] ppid=3509 vsize=10551156 memory=-7677926825137650786 CPUtime=0.18 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) R 3509 3512 17093 0 -1 4202560 6181 0 0 0 17 1 0 0 20 0 15 0 64932433 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017527536272 140017523319965 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932434 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932434 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932434 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932434 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932435 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64932436 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017102275616 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64932436 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017101222768 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64932438 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) S 3509 3512 17093 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 15 0 64932438 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 15 0 64932438 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) R 3509 3512 17093 0 -1 4202560 578 0 0 0 4 0 0 0 20 0 15 0 64932438 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017501982843 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64932439 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932446 10804383744 9426 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37176 KiB

[startup+0.701608 s]
/proc/loadavg: 2.13 2.14 2.23 5/210 3527
/proc/meminfo: memFree=31402284/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10551232 memory=97912 CPUtime=1.4 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 14656 0 0 0 135 5 0 0 20 0 15 0 64932428 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2637808 24478 3057 1 0 2627261 0
[pid=3512/tid=3514] ppid=3509 vsize=10551232 memory=33 CPUtime=0.56 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) R 3509 3512 17093 0 -1 4202560 7464 0 0 0 54 2 0 0 20 0 15 0 64932433 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017527535824 140017158663910 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932434 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932434 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64932434 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932434 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10551232 memory=2496 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64932435 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10551232 memory=134696 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64932436 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017102275616 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64932436 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017101222768 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10551232 memory=7520519248886919265 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64932438 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10551232 memory=6228024626206036080 CPUtime=0.3 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) R 3509 3512 17093 0 -1 4202560 1997 0 0 0 30 0 0 0 20 0 15 0 64932438 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017099105352 140017504820272 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10551232 memory=7809617114362637412 CPUtime=0.26 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) R 3509 3512 17093 0 -1 4202560 1929 0 0 0 26 0 0 0 20 0 15 0 64932438 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017098052168 140017508408697 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10551232 memory=7668012111147524688 CPUtime=0.24 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 1894 0 0 0 24 0 0 0 20 0 15 0 64932438 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10551232 memory=6083073826404722793 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64932439 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10551232 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64932446 10804461568 24478 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 97912 KiB

[startup+1.50082 s]
/proc/loadavg: 2.28 2.18 2.24 5/211 3528
/proc/meminfo: memFree=31336748/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10617796 memory=129964 CPUtime=3.36 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 20682 0 0 0 330 6 0 0 20 0 16 0 64932428 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2654449 32491 3079 1 0 2643902 0
[pid=3512/tid=3514] ppid=3509 vsize=10617796 memory=279788799430256 CPUtime=1.36 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) R 3509 3512 17093 0 -1 4202560 8095 0 0 0 133 3 0 0 20 0 16 0 64932433 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017527536680 140017162507721 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64932434 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64932434 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64932434 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64932434 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10617796 memory=68 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 64932435 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10617796 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 32491 18446744073709551615 4194304 4196468 140730385882528 140017102275616 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0

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

/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 25599 0 0 0 45 6 0 0 20 0 16 0 64932435 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017102275680 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017101222784 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10617796 memory=490444 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64932438 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10617796 memory=490444 CPUtime=1.06 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) S 3509 3512 17093 0 -1 1077944384 6157 0 0 0 105 1 0 0 20 0 16 0 64932438 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10617796 memory=490444 CPUtime=1.04 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 6253 0 0 0 103 1 0 0 20 0 16 0 64932438 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10617796 memory=490444 CPUtime=0.38 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 3658 0 0 0 37 1 0 0 20 0 16 0 64932438 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10617796 memory=490444 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64932439 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10617796 memory=-7677926825137650786 CPUtime=1.4 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1932 0 0 0 66 74 0 0 20 0 16 0 64932446 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3528] ppid=3509 vsize=10617796 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3528/stat : 3528 (java) S 3509 3512 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64932508 10872623104 122611 18446744073709551615 4194304 4196468 140730385882528 140017093854128 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 2401.95 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 490444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.88 1.92 1.90 3/211 3670
/proc/meminfo: memFree=30778484/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10617796 memory=416676 CPUtime=2463.17 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 98165 0 0 0 246151 166 0 0 20 0 16 0 64932428 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2654449 104169 3136 1 0 2643902 0
[pid=3512/tid=3514] ppid=3509 vsize=10617796 memory=418528 CPUtime=2435.67 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) R 3509 3512 17093 0 -1 4202560 20554 0 0 0 243562 5 0 0 20 0 16 0 64932433 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017527536736 140017162310201 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10617796 memory=422432 CPUtime=5.72 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 8089 0 0 0 552 20 0 0 20 0 16 0 64932434 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10617796 memory=420380 CPUtime=5.71 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 7823 0 0 0 551 20 0 0 20 0 16 0 64932434 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10617796 memory=420380 CPUtime=5.73 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 8460 0 0 0 553 20 0 0 20 0 16 0 64932434 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10617796 memory=418528 CPUtime=5.73 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 7386 0 0 0 552 21 0 0 20 0 16 0 64932434 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10617796 memory=420380 CPUtime=0.61 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 26348 0 0 0 54 7 0 0 20 0 16 0 64932435 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10617796 memory=418528 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017102275680 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10617796 memory=418528 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017101222784 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10617796 memory=418528 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64932438 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10617796 memory=418528 CPUtime=1.06 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) S 3509 3512 17093 0 -1 1077944384 6157 0 0 0 105 1 0 0 20 0 16 0 64932438 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10617796 memory=0 CPUtime=1.04 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 6253 0 0 0 103 1 0 0 20 0 16 0 64932438 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10617796 memory=420380 CPUtime=0.38 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 3658 0 0 0 37 1 0 0 20 0 16 0 64932438 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10617796 memory=418528 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64932439 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10617796 memory=1296 CPUtime=1.43 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1936 0 0 0 67 76 0 0 20 0 16 0 64932446 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3528] ppid=3509 vsize=10617796 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3528/stat : 3528 (java) S 3509 3512 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64932508 10872623104 104169 18446744073709551615 4194304 4196468 140730385882528 140017093854128 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 2463.17 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 416676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.7 s]
/proc/loadavg: 1.69 1.87 1.88 3/191 3708
/proc/meminfo: memFree=31073904/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10617796 memory=508712 CPUtime=2520.13 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 100819 0 0 0 251835 178 0 0 20 0 16 0 64932428 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2654449 127178 3136 1 0 2643902 0
[pid=3512/tid=3514] ppid=3509 vsize=10617796 memory=18889266171726 CPUtime=2490.49 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) S 3509 3512 17093 0 -1 1077944384 21309 0 0 0 249044 5 0 0 20 0 16 0 64932433 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017527536736 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10617796 memory=508712 CPUtime=6.23 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) R 3509 3512 17093 0 -1 4202560 8433 0 0 0 600 23 0 0 20 0 16 0 64932434 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017508249166 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10617796 memory=508712 CPUtime=6.23 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) R 3509 3512 17093 0 -1 4202560 8235 0 0 0 600 23 0 0 20 0 16 0 64932434 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017479211936 140017508283297 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10617796 memory=1000 CPUtime=6.24 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) R 3509 3512 17093 0 -1 4202560 8975 0 0 0 602 22 0 0 20 0 16 0 64932434 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017507995814 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10617796 memory=496380 CPUtime=6.24 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) R 3509 3512 17093 0 -1 4202560 7778 0 0 0 600 24 0 0 20 0 16 0 64932434 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017130982360 140017504895050 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10617796 memory=485720 CPUtime=0.67 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 26545 0 0 0 60 7 0 0 20 0 16 0 64932435 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017103327968 140017523308245 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10617796 memory=485720 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017102275680 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10617796 memory=508712 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 64932436 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017101222784 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10617796 memory=508712 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64932438 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10617796 memory=3540022210825756217 CPUtime=1.06 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) S 3509 3512 17093 0 -1 1077944384 6159 0 0 0 105 1 0 0 20 0 16 0 64932438 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10617796 memory=508696 CPUtime=1.04 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 6256 0 0 0 103 1 0 0 20 0 16 0 64932438 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10617796 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 3660 0 0 0 37 1 0 0 20 0 16 0 64932438 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64932439 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10617796 memory=2752 CPUtime=1.46 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1968 0 0 0 69 77 0 0 20 0 16 0 64932446 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3528] ppid=3509 vsize=10617796 memory=279788801357680 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3528/stat : 3528 (java) S 3509 3512 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64932508 10872623104 127178 18446744073709551615 4194304 4196468 140730385882528 140017093854128 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 508712 KiB

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

[startup+2498.04 s]
# the end of solver process 3512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.05 s, system=1.79115 s

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

[startup+2498 s]*
/proc/loadavg: 1.69 1.87 1.88 7/211 3753
/proc/meminfo: memFree=31069076/32770624 swapFree=67108860/67108860
[pid=3512] ppid=3509 vsize=10817488 memory=497564 CPUtime=2520.75 cores=1,3,5,7
/proc/3512/stat : 3512 (java) S 3509 3512 17093 0 -1 1077944320 101738 0 0 0 251897 178 0 0 20 0 17 0 64932428 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140730385865072 140017523298039 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
/proc/3512/statm: 2704372 124391 3138 1 0 2693825 0
[pid=3512/tid=3514] ppid=3509 vsize=10817488 memory=-7677926825137650786 CPUtime=2490.73 cores=1,3,5,7
/proc/3512/task/3514/stat : 3514 (java) R 3509 3512 17093 0 -1 4202560 21325 0 0 0 249068 5 0 0 20 0 17 0 64932433 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017527537032 140017163308636 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3515] ppid=3509 vsize=10817488 memory=4126316290023845779 CPUtime=6.3 cores=1,3,5,7
/proc/3512/task/3515/stat : 3515 (java) S 3509 3512 17093 0 -1 1077944384 8433 0 0 0 607 23 0 0 20 0 17 0 64932434 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017480264848 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3516] ppid=3509 vsize=10817488 memory=4126316290023845779 CPUtime=6.29 cores=1,3,5,7
/proc/3512/task/3516/stat : 3516 (java) S 3509 3512 17093 0 -1 1077944384 8235 0 0 0 606 23 0 0 20 0 17 0 64932434 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017479212048 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3517] ppid=3509 vsize=10817488 memory=3904 CPUtime=6.31 cores=1,3,5,7
/proc/3512/task/3517/stat : 3517 (java) S 3509 3512 17093 0 -1 1077944384 8977 0 0 0 609 22 0 0 20 0 17 0 64932434 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017132034960 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3518] ppid=3509 vsize=10817488 memory=279788800858480 CPUtime=6.31 cores=1,3,5,7
/proc/3512/task/3518/stat : 3518 (java) S 3509 3512 17093 0 -1 1077944384 7779 0 0 0 607 24 0 0 20 0 17 0 64932434 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017130982160 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3519] ppid=3509 vsize=10817488 memory=-7453528518462155811 CPUtime=0.67 cores=1,3,5,7
/proc/3512/task/3519/stat : 3519 (java) S 3509 3512 17093 0 -1 1077944384 27118 0 0 0 60 7 0 0 20 0 17 0 64932435 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017103329648 140017523309186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3520] ppid=3509 vsize=10817488 memory=6307362066099571091 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3520/stat : 3520 (java) S 3509 3512 17093 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 64932436 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017102275680 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3521] ppid=3509 vsize=10817488 memory=6153414107531418278 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3521/stat : 3521 (java) S 3509 3512 17093 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 64932436 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017101222784 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3522] ppid=3509 vsize=10817488 memory=6153414111826385574 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3522/stat : 3522 (java) S 3509 3512 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 64932438 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017100171088 140017523316635 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3523] ppid=3509 vsize=10817488 memory=6153414111826385574 CPUtime=1.1 cores=1,3,5,7
/proc/3512/task/3523/stat : 3523 (java) R 3509 3512 17093 0 -1 4202560 6230 0 0 0 109 1 0 0 20 0 17 0 64932438 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017099119472 140017504842198 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3524] ppid=3509 vsize=10817488 memory=6153414111826385574 CPUtime=1.07 cores=1,3,5,7
/proc/3512/task/3524/stat : 3524 (java) S 3509 3512 17093 0 -1 1077944384 6283 0 0 0 106 1 0 0 20 0 17 0 64932438 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017098066672 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3525] ppid=3509 vsize=10817488 memory=279788801775840 CPUtime=0.39 cores=1,3,5,7
/proc/3512/task/3525/stat : 3525 (java) S 3509 3512 17093 0 -1 1077944384 3723 0 0 0 38 1 0 0 20 0 17 0 64932438 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017097013872 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3526] ppid=3509 vsize=10817488 memory=-7027409196973593960 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3526/stat : 3526 (java) S 3509 3512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64932439 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017095961312 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3527] ppid=3509 vsize=10817488 memory=9126232286719478932 CPUtime=1.46 cores=1,3,5,7
/proc/3512/task/3527/stat : 3527 (java) S 3509 3512 17093 0 -1 1077944384 1968 0 0 0 69 77 0 0 20 0 17 0 64932446 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017094908592 140017523309186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3723] ppid=3509 vsize=10817488 memory=7228951872359524461 CPUtime=0 cores=1,3,5,7
/proc/3512/task/3723/stat : 3723 (java) S 3509 3512 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 65182205 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017092800624 140017523308245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
[pid=3512/tid=3724] ppid=3509 vsize=10817488 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3512/task/3724/stat : 3724 (java) R 3509 3512 17093 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 17 0 65182205 11077107712 124391 18446744073709551615 4194304 4196468 140730385882528 140017091738704 140017159716016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20033536 140730385887632 140730385887785 140730385887785 140730385891279 0
Current children cumulated CPU time: 2520.75 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 497564 KiB

Child status: 143
Real time (s): 2498.04
CPU time (s): 2520.84
CPU user time (s): 2519.05
CPU system time (s): 1.79115
CPU usage (%): 100.913
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 735112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.05
system time used= 1.79115
maximum resident set size= 735136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59201
involuntary context switches= 1359


# summary of solver processes directly reported to runsolver:
#   pid: 3512
#   total CPU time (s): 2520.84
#   total CPU user time (s): 2519.05
#   total CPU system time (s): 1.79115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3739 second user time and 24.9714 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 14:15:43
IDJOB=4263049
IDBENCH=130614
IDSOLVER=2651
FILE ID=node127/4263049-1502627391
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263049-1502627391/watcher-4263049-1502627391 -o /tmp/evaluation-result-4263049-1502627391/solver-4263049-1502627391 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263049-1502627391.xml

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

MD5SUM BENCH= 8d41ef15b4a24b5ee65fe3e377737596
RANDOM SEED=1473340374

node127.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.92
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.92
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.92
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.92
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:        31453836 kB
MemAvailable:   31875160 kB
Buffers:          193172 kB
Cached:           524580 kB
SwapCached:            0 kB
Active:           689336 kB
Inactive:         202868 kB
Active(anon):     124136 kB
Inactive(anon):    83888 kB
Active(file):     565200 kB
Inactive(file):   118980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1732 kB
Writeback:             4 kB
AnonPages:        172688 kB
Mapped:            58232 kB
Shmem:             33444 kB
Slab:             131104 kB
SReclaimable:     105956 kB
SUnreclaim:        25148 kB
KernelStack:        3440 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1159708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 14:57:21