Trace number 4289808

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.21 2370.68

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-50_c18.xml
MD5SUMa108db2a0a555905573fa2757742798d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables2502
Number of constraints203353
Number of domains2
Minimum domain size3
Maximum domain size1250
Distribution of domain sizes[{"size":3,"count":2500},{"size":1250,"count":2}]
Minimum variable degree2
Maximum variable degree197
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":149,"count":196},{"degree":151,"count":188},{"degree":153,"count":180},{"degree":155,"count":172},{"degree":157,"count":164},{"degree":159,"count":156},{"degree":161,"count":148},{"degree":163,"count":140},{"degree":165,"count":132},{"degree":167,"count":124},{"degree":169,"count":116},{"degree":171,"count":108},{"degree":173,"count":100},{"degree":175,"count":92},{"degree":177,"count":84},{"degree":179,"count":76},{"degree":181,"count":68},{"degree":183,"count":60},{"degree":185,"count":52},{"degree":187,"count":44},{"degree":189,"count":36},{"degree":191,"count":28},{"degree":193,"count":20},{"degree":195,"count":12},{"degree":197,"count":4}]
Minimum constraint arity2
Maximum constraint arity2501
Distribution of constraint arities[{"arity":2,"count":203351},{"arity":2501,"count":2}]
Number of extensional constraints0
Number of intensional constraints203351
Distribution of constraint types[{"type":"intension","count":203351},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

50.01/24.29	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
50.01/24.29	c This is free software under the dual EPL/GNU LGPL licenses.
50.01/24.29	c See www.sat4j.org for details.
50.01/24.29	c That software uses the Rhino library from the Mozilla project.
50.01/24.29	c version 2.3.6-SNAPSHOT
50.01/24.29	c java.runtime.name	Java(TM) SE Runtime Environment
50.01/24.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
50.01/24.29	c java.vm.version	25.131-b11
50.01/24.29	c java.vm.vendor	Oracle Corporation
50.01/24.29	c sun.arch.data.model	64
50.01/24.29	c java.version		1.8.0_131
50.01/24.29	c os.name		Linux
50.01/24.29	c os.version		3.10.0-514.16.1.el7.x86_64
50.01/24.29	c os.arch		amd64
50.01/24.29	c Free memory 		499604488
50.01/24.29	c Max memory 		7247757312
50.01/24.29	c Total memory 		504889344
50.01/24.29	c Number of processors 	4
50.01/24.29	c c --- Begin Solver configuration ---
50.01/24.29	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
50.01/24.29	c Learn all clauses as in MiniSAT
50.01/24.29	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
50.01/24.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
50.01/24.29	c No reason simplification
50.01/24.29	c Glucose 2.1 dynamic restart strategy
50.01/24.29	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
50.01/24.29	c timeout=2147483s
50.01/24.29	c DB Simplification allowed=false
50.01/24.29	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
50.01/24.29	c --- End Solver configuration ---
50.01/24.29	c constraints type 
50.01/24.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 5004
50.01/24.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1041750
50.01/24.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15954456
50.01/24.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 406706
50.01/24.29	c 17407916 constraints processed.
2400.10/2370.60	c starts		: 7474
2400.10/2370.60	c conflicts		: 704254
2400.10/2370.60	c decisions		: 73947291
2400.10/2370.60	c propagations		: 3610350980
2400.10/2370.60	c inspects		: 14697289323
2400.10/2370.60	c shortcuts		: 0
2400.10/2370.60	c learnt literals	: 110
2400.10/2370.60	c learnt binary clauses	: 7781
2400.10/2370.60	c learnt ternary clauses	: 11789
2400.10/2370.60	c learnt constraints	: 704144
2400.10/2370.60	c ignored constraints	: 0
2400.10/2370.60	c root simplifications	: 0
2400.10/2370.60	c removed literals (reason simplification)	: 0
2400.10/2370.60	c reason swapping (by a shorter reason)	: 0
2400.10/2370.60	c Calls to reduceDB	: 33
2400.10/2370.60	c Number of update (reduction) of LBD	: 408765
2400.10/2370.60	c Imported unit clauses	: 0
2400.10/2370.60	c number of reductions to clauses (during analyze)	: 0
2400.10/2370.60	c number of learned constraints concerned by reduction	: 0
2400.10/2370.60	c number of learning phase by resolution	: 0
2400.10/2370.60	c number of learning phase by cutting planes	: 0
2400.10/2370.60	c number of rounding to 1 operations	: 0
2400.10/2370.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2370.60	c number of reductions of the coefficients by power 2 	: 0
2400.10/2370.60	c number of right shift for reduction by power 2 	: 0
2400.10/2370.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2370.60	c number of ending skipping 	: 0
2400.10/2370.60	c number of internal skipping 	: 0
2400.10/2370.60	c number of derivation steps 	: 0
2400.10/2370.60	c number of skipped derivation steps 	: 0
2400.10/2370.60	c number of remaining unassigned 	: 0
2400.10/2370.60	c number of remaining assigned 	: 0
2400.10/2370.60	c speed (assignments/second)	: 1538845.8925333591
2400.10/2370.60	c non guided choices	: 32367789
2400.10/2370.63	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 7781
2400.10/2370.63	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 72182
2400.10/2370.63	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 (1477 MiB free)
  memory of node 1: 16384 MiB (10514 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289808-1532220285/watcher-4289808-1532220285 -o /tmp/evaluation-result-4289808-1532220285/solver-4289808-1532220285 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289808-1532220285.xml 

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

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


[startup+0.100099 s]*
/proc/loadavg: 4.35 3.94 3.04 2/217 29980
/proc/meminfo: memFree=12261204/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10659012 memory=30496 CPUtime=0.13 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 6691 0 0 0 11 2 0 0 20 0 15 0 39591720 10914828288 7624 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2664753 7624 2840 1 0 2627263 0
[pid=29965/tid=29967] ppid=29962 vsize=10659012 memory=-8773748148830377342 CPUtime=0.09 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 4530 0 0 0 8 1 0 0 20 0 15 0 39591721 10914828288 7624 33554432000 4194304 4196468 140726503288304 139811389778384 139811369641310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 7624 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 7624 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 7624 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591723 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39591723 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810503063200 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39591724 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810502010096 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) S 29962 29965 25105 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810499905776 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) S 29962 29965 25105 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810498853232 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0.02 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) S 29962 29965 25105 0 -1 1077944384 339 0 0 0 2 0 0 0 20 0 15 0 39591726 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810497800176 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 7624 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210597 s]*
/proc/loadavg: 4.35 3.94 3.04 4/217 29980
/proc/meminfo: memFree=12251180/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10659012 memory=41080 CPUtime=0.33 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 7856 0 0 0 31 2 0 0 20 0 15 0 39591720 10914828288 10270 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2664753 10270 2987 1 0 2627263 0
[pid=29965/tid=29967] ppid=29962 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 5037 0 0 0 18 1 0 0 20 0 15 0 39591721 10914828288 10270 33554432000 4194304 4196468 140726503288304 139811389797104 139811369604453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 10270 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10659012 memory=140254110017951 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 10270 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 10270 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591723 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39591723 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810503063200 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39591724 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810502010096 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) S 29962 29965 25105 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 15 0 39591726 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810499905776 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) S 29962 29965 25105 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 39591726 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810498853232 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0.07 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) R 29962 29965 25105 0 -1 4202560 680 0 0 0 7 0 0 0 20 0 15 0 39591726 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810497800176 139811369641310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 10270 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41080 KiB

[startup+0.314089 s]*
/proc/loadavg: 4.35 3.94 3.04 5/217 29980
/proc/meminfo: memFree=12235548/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10659012 memory=57056 CPUtime=0.6 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 9779 0 0 0 57 3 0 0 20 0 15 0 39591720 10914828288 14264 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2664753 14264 3042 1 0 2627263 0
[pid=29965/tid=29967] ppid=29962 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 5379 0 0 0 28 2 0 0 20 0 15 0 39591721 10914828288 14264 33554432000 4194304 4196468 140726503288304 139811389796768 139811385582749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 14264 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10659012 memory=140254110016287 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 14264 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 14264 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591722 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591723 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39591723 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810503063200 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39591724 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810502010096 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) R 29962 29965 25105 0 -1 4202560 864 0 0 0 7 0 0 0 20 0 15 0 39591726 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810499891656 139811367104540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10659012 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) R 29962 29965 25105 0 -1 4202560 973 0 0 0 8 0 0 0 20 0 15 0 39591726 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810498834248 139811365214369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0.12 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) R 29962 29965 25105 0 -1 1077944384 1195 0 0 0 12 0 0 0 20 0 15 0 39591726 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810497800176 139811385571970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10659012 memory=140254109812352 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591726 10914828288 14264 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 57056 KiB

[startup+0.71009 s]
/proc/loadavg: 4.35 3.94 3.04 3/217 29980
/proc/meminfo: memFree=12173216/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10659088 memory=164236 CPUtime=1.6 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 11216 0 0 0 154 6 0 0 20 0 15 0 39591720 10914906112 41059 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2664772 41059 3093 1 0 2627263 0
[pid=29965/tid=29967] ppid=29962 vsize=10659088 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 5870 0 0 0 64 4 0 0 20 0 15 0 39591721 10914906112 41059 33554432000 4194304 4196468 140726503288304 139811389795280 139811000298305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914906112 41059 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914906112 41059 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591722 10914906112 41059 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39591722 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39591723 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39591723 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810503063200 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39591724 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810502010096 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10659088 memory=4639098309541127013 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10659088 memory=7810176774304459348 CPUtime=0.34 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) R 29962 29965 25105 0 -1 4202560 1149 0 0 0 34 0 0 0 20 0 15 0 39591726 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810499893648 139811367091382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10659088 memory=6154282490091891024 CPUtime=0.31 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) R 29962 29965 25105 0 -1 4202560 1386 0 0 0 31 0 0 0 20 0 15 0 39591726 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810498844208 139811365277959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) R 29962 29965 25105 0 -1 4202560 1441 0 0 0 23 0 0 0 20 0 15 0 39591726 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810497797432 139811364516384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39591726 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39591726 10914906112 41059 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 164236 KiB

[startup+1.5008 s]
/proc/loadavg: 4.35 3.94 3.04 5/217 29980
/proc/meminfo: memFree=12000824/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10659088 memory=413544 CPUtime=4.1 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 17888 0 0 0 392 18 0 0 20 0 15 0 39591720 10914906112 103386 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2664772 103386 3138 1 0 2627263 0
[pid=29965/tid=29967] ppid=29962 vsize=10659088 memory=6791534058613427641 CPUtime=1.33 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 5944 0 0 0 128 5 0 0 20 0 15 0 39591721 10914906112 103386 33554432000 4194304 4196468 140726503288304 139811389798192 139811003793311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10659088 memory=-6951259422114956437 CPUtime=0.08 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 94 0 0 0 6 2 0 0 20 0 15 0 39591722 10914906112 103386 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10659088 memory=-6509546260019855295 CPUtime=0.08 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 184 0 0 0 6 2 0 0 20 0 15 0 39591722 10914906112 103386 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 125 0 0 0 6 1 0 0 20 0 15 0 39591722 10914906112 103386 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10659088 memory=4134692831991786133 CPUtime=0.09 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 165 0 0 0 7 2 0 0 20 0 15 0 39591722 10914906112 103386 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39591723 10914906112 103386 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0

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

/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 104871 0 0 0 530 37 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 49662 0 0 0 526 40 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10727700 memory=7528 CPUtime=2.45 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 10277 0 0 0 242 3 0 0 20 0 16 0 39591723 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10727700 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39591723 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810503063264 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10727700 memory=11524 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39591724 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810502010112 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10727700 memory=4023220 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.4 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) S 29962 29965 25105 0 -1 1077944384 34073 0 0 0 537 3 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810499905776 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10727700 memory=1796 CPUtime=5.13 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) S 29962 29965 25105 0 -1 1077944384 28260 0 0 0 509 4 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810498853232 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10727700 memory=1292 CPUtime=0.7 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) S 29962 29965 25105 0 -1 1077944384 11508 0 0 0 68 2 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810497800176 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10727700 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10727700 memory=4023220 CPUtime=1.42 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 3413 0 0 0 64 78 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29981] ppid=29962 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29981/stat : 29981 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39594167 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810492544560 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 2291.86 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4023220 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.00 2.12 3/219 30194
/proc/meminfo: memFree=13975356/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10727700 memory=4023220 CPUtime=2351.89 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 5641733 0 0 0 234633 556 0 0 20 0 16 0 39591720 10985164800 1005805 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2681925 1005805 3198 1 0 2644416 0
[pid=29965/tid=29967] ppid=29962 vsize=10727700 memory=4023220 CPUtime=2313.99 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 5230429 0 0 0 231079 320 0 0 20 0 16 0 39591721 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811389796432 139811000493948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.67 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 44675 0 0 0 530 37 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 122456 0 0 0 524 42 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.67 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 104871 0 0 0 530 37 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 49662 0 0 0 526 40 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10727700 memory=4023220 CPUtime=2.45 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 10331 0 0 0 242 3 0 0 20 0 16 0 39591723 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10727700 memory=4023220 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39591723 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810503063264 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10727700 memory=4023220 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39591724 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810502010112 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10727700 memory=4023220 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.4 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) S 29962 29965 25105 0 -1 1077944384 34076 0 0 0 537 3 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810499905776 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.13 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) S 29962 29965 25105 0 -1 1077944384 28274 0 0 0 509 4 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810498853232 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10727700 memory=4128 CPUtime=0.7 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) S 29962 29965 25105 0 -1 1077944384 12049 0 0 0 68 2 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810497800176 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10727700 memory=14096 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10727700 memory=2416 CPUtime=1.46 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 3453 0 0 0 66 80 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29981] ppid=29962 vsize=10727700 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29981/stat : 29981 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39594167 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810492544560 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 2351.89 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4023220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.4 s]
/proc/loadavg: 2.01 2.00 2.11 3/219 30195
/proc/meminfo: memFree=14046200/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10727700 memory=4023220 CPUtime=2400.01 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 5751291 0 0 0 239439 562 0 0 20 0 16 0 39591720 10985164800 1005805 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2681925 1005805 3198 1 0 2644416 0
[pid=29965/tid=29967] ppid=29962 vsize=10727700 memory=4023220 CPUtime=2362.09 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) R 29962 29965 25105 0 -1 4202560 5339378 0 0 0 235883 326 0 0 20 0 16 0 39591721 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811389799160 139811001258138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10727700 memory=4023220 CPUtime=5.67 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 44675 0 0 0 530 37 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10727700 memory=6791534058613427641 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 122456 0 0 0 524 42 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10727700 memory=5408 CPUtime=5.67 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 104871 0 0 0 530 37 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10727700 memory=6791534058613427641 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 49662 0 0 0 526 40 0 0 20 0 16 0 39591722 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10727700 memory=9916 CPUtime=2.45 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 10341 0 0 0 242 3 0 0 20 0 16 0 39591723 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39591723 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810503063264 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10727700 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39591724 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810502010112 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10727700 memory=7528 CPUtime=5.4 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) S 29962 29965 25105 0 -1 1077944384 34079 0 0 0 537 3 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810499905776 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10727700 memory=6791534058613427641 CPUtime=5.13 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) S 29962 29965 25105 0 -1 1077944384 28287 0 0 0 509 4 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810498853232 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10727700 memory=1796 CPUtime=0.7 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) S 29962 29965 25105 0 -1 1077944384 12594 0 0 0 68 2 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810497800176 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10727700 memory=916 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10727700 memory=3852 CPUtime=1.48 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 3491 0 0 0 67 81 0 0 20 0 16 0 39591726 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29981] ppid=29962 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29981/stat : 29981 (java) S 29962 29965 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39594167 10985164800 1005805 33554432000 4194304 4196468 140726503288304 139810492544560 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4023220 KiB

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

[startup+2370.68 s]
# the end of solver process 29965 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.54 s, system=5.66787 s

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

[startup+2370.6 s]
/proc/loadavg: 2.01 2.00 2.11 3/219 30195
/proc/meminfo: memFree=14046200/32770624 swapFree=67108860/67108860
[pid=29965] ppid=29962 vsize=10927392 memory=4023560 CPUtime=2400.1 cores=1,3,5,7
/proc/29965/stat : 29965 (java) S 29962 29965 25105 0 -1 1077944320 5753153 0 0 0 239448 562 0 0 20 0 17 0 39591720 11189649408 1005890 33554432000 4194304 4196468 140726503288304 140726503270848 139811385560823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
/proc/29965/statm: 2731848 1005890 3201 1 0 2694339 0
[pid=29965/tid=29967] ppid=29962 vsize=10927392 memory=932 CPUtime=2362.17 cores=1,3,5,7
/proc/29965/task/29967/stat : 29967 (java) S 29962 29965 25105 0 -1 1077944384 5339444 0 0 0 235891 326 0 0 20 0 17 0 39591721 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139811389803696 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29968] ppid=29962 vsize=10927392 memory=1580 CPUtime=5.67 cores=1,3,5,7
/proc/29965/task/29968/stat : 29968 (java) S 29962 29965 25105 0 -1 1077944384 44675 0 0 0 530 37 0 0 20 0 17 0 39591722 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139811322251792 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29969] ppid=29962 vsize=10927392 memory=2240 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29969/stat : 29969 (java) S 29962 29965 25105 0 -1 1077944384 122456 0 0 0 524 42 0 0 20 0 17 0 39591722 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139811321199248 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29970] ppid=29962 vsize=10927392 memory=4124 CPUtime=5.67 cores=1,3,5,7
/proc/29965/task/29970/stat : 29970 (java) S 29962 29965 25105 0 -1 1077944384 104871 0 0 0 530 37 0 0 20 0 17 0 39591722 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139811320146192 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29971] ppid=29962 vsize=10927392 memory=916 CPUtime=5.66 cores=1,3,5,7
/proc/29965/task/29971/stat : 29971 (java) S 29962 29965 25105 0 -1 1077944384 49662 0 0 0 526 40 0 0 20 0 17 0 39591722 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810989533584 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29972] ppid=29962 vsize=10927392 memory=3852 CPUtime=2.45 cores=1,3,5,7
/proc/29965/task/29972/stat : 29972 (java) S 29962 29965 25105 0 -1 1077944384 10386 0 0 0 242 3 0 0 20 0 17 0 39591723 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810504116976 139811385571970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29973] ppid=29962 vsize=10927392 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29973/stat : 29973 (java) S 29962 29965 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 39591723 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810503063264 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29974] ppid=29962 vsize=10927392 memory=2880 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29974/stat : 29974 (java) S 29962 29965 25105 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 39591724 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810502010112 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29975] ppid=29962 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29975/stat : 29975 (java) S 29962 29965 25105 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 17 0 39591726 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810500958672 139811385579419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29976] ppid=29962 vsize=10927392 memory=3256 CPUtime=5.4 cores=1,3,5,7
/proc/29965/task/29976/stat : 29976 (java) S 29962 29965 25105 0 -1 1077944384 34300 0 0 0 537 3 0 0 20 0 17 0 39591726 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810499905776 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29977] ppid=29962 vsize=10927392 memory=4023220 CPUtime=5.13 cores=1,3,5,7
/proc/29965/task/29977/stat : 29977 (java) S 29962 29965 25105 0 -1 1077944384 28780 0 0 0 509 4 0 0 20 0 17 0 39591726 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810498853232 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29978] ppid=29962 vsize=10927392 memory=4100 CPUtime=0.7 cores=1,3,5,7
/proc/29965/task/29978/stat : 29978 (java) S 29962 29965 25105 0 -1 1077944384 12985 0 0 0 68 2 0 0 20 0 17 0 39591726 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810497800176 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29979] ppid=29962 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29965/task/29979/stat : 29979 (java) S 29962 29965 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39591726 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810496747872 139811385571029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
[pid=29965/tid=29980] ppid=29962 vsize=10927392 memory=3232 CPUtime=1.48 cores=1,3,5,7
/proc/29965/task/29980/stat : 29980 (java) S 29962 29965 25105 0 -1 1077944384 3491 0 0 0 67 81 0 0 20 0 17 0 39591726 11189649408 1005890 33554432000 4194304 4196468 140726503288304 139810495695920 139811385571970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140726503294065 140726503294217 140726503294217 140726503296975 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4023560 KiB

Child status: 143
Real time (s): 2370.68
CPU time (s): 2400.21
CPU user time (s): 2394.54
CPU system time (s): 5.66787
CPU usage (%): 101.246
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4030320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.54
system time used= 5.66787
maximum resident set size= 4030320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5754628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57162
involuntary context switches= 879


# summary of solver processes directly reported to runsolver:
#   pid: 29965
#   total CPU time (s): 2400.21
#   total CPU user time (s): 2394.54
#   total CPU system time (s): 5.66787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7047 second user time and 22.7772 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 02:44:46
IDJOB=4289808
IDBENCH=141492
IDSOLVER=2742
FILE ID=node139/4289808-1532220285
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45916 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-50_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289808-1532220285/watcher-4289808-1532220285 -o /tmp/evaluation-result-4289808-1532220285/solver-4289808-1532220285 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289808-1532220285.xml

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

MD5SUM BENCH= a108db2a0a555905573fa2757742798d
RANDOM SEED=1316111418

node139.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12278956 kB
MemAvailable:   25612444 kB
Buffers:          132836 kB
Cached:         13256172 kB
SwapCached:            0 kB
Active:          7399564 kB
Inactive:       12358784 kB
Active(anon):    6324904 kB
Inactive(anon):    64124 kB
Active(file):    1074660 kB
Inactive(file): 12294660 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11016 kB
Writeback:            60 kB
AnonPages:       6376712 kB
Mapped:            46928 kB
Shmem:             17036 kB
Slab:             420256 kB
SReclaimable:     392628 kB
SUnreclaim:        27628 kB
KernelStack:        3568 kB
PageTables:        17644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7503252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5888000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45916 MiB
End job on node139 at 2018-07-22 03:24:16