Trace number 4263278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1499 2499.5701

General information on the benchmark

NameDiamondFree/DiamondFree-m1-s1/
DiamondFree-039.xml
MD5SUM3424e6604ecfe46c0dbee75043c16945
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.3214998
Satisfiable
(Un)Satisfiability was proved
Number of variables1561
Number of constraints83775
Number of domains4
Minimum domain size1
Maximum domain size120
Distribution of domain sizes[{"size":1,"count":39},{"size":2,"count":1482},{"size":12,"count":39},{"size":120,"count":1}]
Minimum variable degree1
Maximum variable degree670
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":39},{"degree":3,"count":39},{"degree":4,"count":741},{"degree":670,"count":741}]
Minimum constraint arity2
Maximum constraint arity1521
Distribution of constraint arities[{"arity":2,"count":1482},{"arity":6,"count":82251},{"arity":39,"count":1},{"arity":40,"count":40},{"arity":1521,"count":1}]
Number of extensional constraints0
Number of intensional constraints1482
Distribution of constraint types[{"type":"intension","count":1482},{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":82291}]
Optimization problemNO
Type of objective

Solver Data

30.75/13.24	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
30.75/13.24	c This is free software under the dual EPL/GNU LGPL licenses.
30.75/13.24	c See www.sat4j.org for details.
30.75/13.24	c That software uses the Rhino library from the Mozilla project.
30.75/13.24	c version CUSTOM.v20170705
30.75/13.24	c java.runtime.name	Java(TM) SE Runtime Environment
30.75/13.24	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
30.75/13.24	c java.vm.version	25.131-b11
30.75/13.24	c java.vm.vendor	Oracle Corporation
30.75/13.24	c sun.arch.data.model	64
30.75/13.24	c java.version		1.8.0_131
30.75/13.24	c os.name		Linux
30.75/13.24	c os.version		3.10.0-514.16.1.el7.x86_64
30.75/13.24	c os.arch		amd64
30.75/13.24	c Free memory 		499604488
30.75/13.24	c Max memory 		7247757312
30.75/13.24	c Total memory 		504889344
30.75/13.24	c Number of processors 	4
30.75/13.24	c c --- Begin Solver configuration ---
30.75/13.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
30.75/13.24	c Learn all clauses as in MiniSAT
30.75/13.24	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
30.75/13.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
30.75/13.24	c No reason simplification
30.75/13.24	c Glucose 2.1 dynamic restart strategy
30.75/13.24	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
30.75/13.24	c timeout=2147483s
30.75/13.24	c DB Simplification allowed=false
30.75/13.24	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
30.75/13.24	c --- End Solver configuration ---
30.75/13.24	c constraints type 
30.75/13.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 3044
30.75/13.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 579578
30.75/13.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 39
30.75/13.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3758020
30.75/13.24	c org.sat4j.specs.Constr$1 => 39
30.75/13.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 167698
30.75/13.24	c 4508418 constraints processed.
2520.07/2499.50	c starts		: 4358
2520.07/2499.50	c conflicts		: 919109
2520.07/2499.50	c decisions		: 16111022
2520.07/2499.50	c propagations		: 6339467118
2520.07/2499.50	c inspects		: 9731866476
2520.07/2499.50	c shortcuts		: 0
2520.07/2499.50	c learnt literals	: 4123
2520.07/2499.50	c learnt binary clauses	: 45079
2520.07/2499.50	c learnt ternary clauses	: 122261
2520.07/2499.50	c learnt constraints	: 914986
2520.07/2499.50	c ignored constraints	: 0
2520.07/2499.50	c root simplifications	: 0
2520.07/2499.50	c removed literals (reason simplification)	: 0
2520.07/2499.50	c reason swapping (by a shorter reason)	: 0
2520.07/2499.50	c Calls to reduceDB	: 38
2520.07/2499.50	c Number of update (reduction) of LBD	: 334477
2520.07/2499.50	c Imported unit clauses	: 0
2520.07/2499.50	c number of reductions to clauses (during analyze)	: 0
2520.07/2499.50	c number of learned constraints concerned by reduction	: 0
2520.07/2499.50	c number of learning phase by resolution	: 0
2520.07/2499.50	c number of learning phase by cutting planes	: 0
2520.07/2499.50	c number of rounding to 1 operations	: 0
2520.07/2499.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.07/2499.50	c number of reductions of the coefficients by power 2 	: 0
2520.07/2499.50	c number of right shift for reduction by power 2 	: 0
2520.07/2499.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.07/2499.50	c speed (assignments/second)	: 2549983.1131877387
2520.07/2499.50	c non guided choices	1485866
2520.07/2499.54	c learnt constraints type 
2520.07/2499.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45079
2520.07/2499.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157904
2520.07/2499.54	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 (10272 MiB free)
  memory of node 1: 16384 MiB (15376 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263278-1502628706/watcher-4263278-1502628706 -o /tmp/evaluation-result-4263278-1502628706/solver-4263278-1502628706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263278-1502628706.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=20657, runsolver pid=20654
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 2.01 2.03 2.40 6/204 20664
/proc/meminfo: memFree=26254112/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10151672 memory=20320 CPUtime=0.03 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 3927 0 0 0 2 1 0 0 20 0 9 0 16753322 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2537918 5080 2110 1 0 2527415 0
[pid=20657/tid=20659] ppid=20654 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) R 20654 20657 7968 0 -1 4202560 2566 0 0 0 2 0 0 0 20 0 9 0 16753329 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140399182971336 140399178757277 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16753330 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10151672 memory=140018997593728 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16753330 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16753330 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16753330 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10151672 memory=140018997593728 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16753331 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 16753332 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140398741091488 140399178745557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 16753332 10395312128 5080 18446744073709551615 4194304 4196468 140726802947184 140398740038448 140399178745557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20320 KiB

[startup+0.210026 s]*
/proc/loadavg: 2.01 2.03 2.40 6/212 20672
/proc/meminfo: memFree=26246388/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10551156 memory=29440 CPUtime=0.11 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 7479 0 0 0 9 2 0 0 20 0 15 0 16753322 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2637789 7360 2790 1 0 2627261 0
[pid=20657/tid=20659] ppid=20654 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) R 20654 20657 7968 0 -1 4202560 5391 0 0 0 7 2 0 0 20 0 15 0 16753329 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140399182923696 140399171832219 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10551156 memory=288370395149305472 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10551156 memory=140018997593728 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16753331 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16753332 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398741091488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16753332 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398740038384 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 16753334 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) R 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10551156 memory=140018997593728 CPUtime=0.01 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) R 20654 20657 7968 0 -1 4202560 297 0 0 0 1 0 0 0 20 0 15 0 16753334 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399162815838 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10551156 memory=140018997593728 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753339 10804383744 7360 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29440 KiB

[startup+0.310503 s]*
/proc/loadavg: 2.09 2.05 2.40 7/212 20672
/proc/meminfo: memFree=26239836/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10551156 memory=38576 CPUtime=0.28 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 8963 0 0 0 25 3 0 0 20 0 15 0 16753322 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2637789 9644 2932 1 0 2627261 0
[pid=20657/tid=20659] ppid=20654 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) R 20654 20657 7968 0 -1 4202560 6133 0 0 0 17 2 0 0 20 0 15 0 16753329 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140399182973664 140399178747286 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16753330 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16753331 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16753332 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140398741091488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16753332 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140398740038384 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 538 0 0 0 1 0 0 0 20 0 15 0 16753334 10804383744 9644 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) S 20654 20657 7968 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 15 0 16753334 10804383744 9710 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) R 20654 20657 7968 0 -1 4202560 749 0 0 0 5 0 0 0 20 0 15 0 16753334 10804383744 9710 18446744073709551615 4194304 4196468 140726802947184 140398735826376 140399158702470 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804383744 9710 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753339 10804383744 9710 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38576 KiB

[startup+0.701522 s]
/proc/loadavg: 2.09 2.05 2.40 5/212 20672
/proc/meminfo: memFree=26187632/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10551232 memory=124944 CPUtime=1.33 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 12723 0 0 0 128 5 0 0 20 0 15 0 16753322 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2637808 31236 3038 1 0 2627261 0
[pid=20657/tid=20659] ppid=20654 vsize=10551232 memory=239 CPUtime=0.57 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) R 20654 20657 7968 0 -1 4202560 7287 0 0 0 53 4 0 0 20 0 15 0 16753329 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140399182958064 140399160590819 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10551232 memory=6 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10551232 memory=22 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753330 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10551232 memory=72 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16753330 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16753331 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16753332 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398741091488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16753332 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398740038384 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10551232 memory=33 CPUtime=0.25 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) R 20654 20657 7968 0 -1 4202560 1368 0 0 0 25 0 0 0 20 0 15 0 16753334 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398737925200 140399156489233 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10551232 memory=2 CPUtime=0.28 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) R 20654 20657 7968 0 -1 4202560 1287 0 0 0 28 0 0 0 20 0 15 0 16753334 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398736882672 140399156758026 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) S 20654 20657 7968 0 -1 1077944384 1410 0 0 0 20 0 0 0 20 0 15 0 16753334 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16753339 10804461568 31236 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 124944 KiB

[startup+1.50082 s]
/proc/loadavg: 2.09 2.05 2.40 5/212 20672
/proc/meminfo: memFree=26025784/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10551232 memory=417632 CPUtime=3.71 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 16621 0 0 0 352 19 0 0 20 0 15 0 16753322 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2637808 104408 3093 1 0 2627261 0
[pid=20657/tid=20659] ppid=20654 vsize=10551232 memory=11845 CPUtime=1.25 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) R 20654 20657 7968 0 -1 4202560 7425 0 0 0 119 6 0 0 20 0 15 0 16753329 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140399182972720 140398810257789 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10551232 memory=26976 CPUtime=0.09 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 154 0 0 0 6 3 0 0 20 0 15 0 16753330 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 46 0 0 0 5 2 0 0 20 0 15 0 16753330 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10551232 memory=-7812193691855986592 CPUtime=0.08 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 153 0 0 0 5 3 0 0 20 0 15 0 16753330 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10551232 memory=-7523660553960122769 CPUtime=0.07 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 207 0 0 0 5 2 0 0 20 0 15 0 16753330 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10551232 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 16753331 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10551232 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16753332 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398741091488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10551232 memory=7017234263446295922 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16753332 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398740038384 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10551232 memory=7017234263446295922 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16753334 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10551232 memory=7594315154047848558 CPUtime=0.88 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 3288 0 0 0 88 0 0 0 20 0 15 0 16753334 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10551232 memory=5787504188646319192 CPUtime=0.92 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) S 20654 20657 7968 0 -1 1077944384 2210 0 0 0 92 0 0 0 20 0 15 0 16753334 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10551232 memory=7378983553979662441 CPUtime=0.28 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) S 20654 20657 7968 0 -1 1077944384 1567 0 0 0 28 0 0 0 20 0 15 0 16753334 10804461568 104408 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0

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

/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1915 0 0 0 356 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.97 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 2695 0 0 0 361 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.9 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 3092 0 0 0 354 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10619844 memory=2726648 CPUtime=1.56 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 6730 0 0 0 152 4 0 0 20 0 16 0 16753331 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10619844 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 16753332 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398741091552 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10619844 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 16753332 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398740038400 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10619844 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.14 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 11520 0 0 0 313 1 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.76 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) S 20654 20657 7968 0 -1 1077944384 14789 0 0 0 373 3 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10619844 memory=-8774313645642428999 CPUtime=0.71 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) S 20654 20657 7968 0 -1 1077944384 5917 0 0 0 70 1 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10619844 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10619844 memory=2726648 CPUtime=1.51 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 3089 0 0 0 62 89 0 0 20 0 16 0 16753339 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20673] ppid=20654 vsize=10619844 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20673/stat : 20673 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16754664 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398732670000 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 2462.99 s
Current children cumulated vsize: 10619844 KiB
Current children cumulated memory: 2726648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/213 21023
/proc/meminfo: memFree=27426744/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10619844 memory=2726648 CPUtime=2520.02 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 160062 0 0 0 251746 256 0 0 20 0 16 0 16753322 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2654961 681662 3153 1 0 2644414 0
[pid=20657/tid=20659] ppid=20654 vsize=10619844 memory=2726648 CPUtime=2493.4 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) R 20654 20657 7968 0 -1 4202560 105923 0 0 0 249314 26 0 0 20 0 16 0 16753329 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399182973800 140398815009395 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10619844 memory=2726648 CPUtime=4.02 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 2884 0 0 0 366 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.92 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1915 0 0 0 356 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.97 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 2695 0 0 0 361 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.9 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 3092 0 0 0 354 36 0 0 20 0 16 0 16753330 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10619844 memory=2726648 CPUtime=1.56 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 6739 0 0 0 152 4 0 0 20 0 16 0 16753331 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10619844 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 16753332 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398741091552 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10619844 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 16753332 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398740038400 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10619844 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.14 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 11523 0 0 0 313 1 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10619844 memory=2726648 CPUtime=3.76 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) S 20654 20657 7968 0 -1 1077944384 14799 0 0 0 373 3 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10619844 memory=2726648 CPUtime=0.71 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) S 20654 20657 7968 0 -1 1077944384 5924 0 0 0 70 1 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10619844 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16753334 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10619844 memory=4040 CPUtime=1.54 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 3130 0 0 0 63 91 0 0 20 0 16 0 16753339 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20673] ppid=20654 vsize=10619844 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20673/stat : 20673 (java) S 20654 20657 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16754664 10874720256 681662 18446744073709551615 4194304 4196468 140726802947184 140398732670000 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10619844 KiB
Current children cumulated memory: 2726648 KiB

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

[startup+2499.57 s]
# the end of solver process 20657 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.57 s, system=2.58026 s

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

[startup+2499.41 s]
/proc/loadavg: 2.00 2.01 2.05 3/213 21023
/proc/meminfo: memFree=27426744/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10819536 memory=2726984 CPUtime=2520.07 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 161356 0 0 0 251751 256 0 0 20 0 17 0 16753322 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2704884 681746 3155 1 0 2694337 0
[pid=20657/tid=20659] ppid=20654 vsize=10819536 memory=3904 CPUtime=2493.44 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) S 20654 20657 7968 0 -1 1077944384 106036 0 0 0 249318 26 0 0 20 0 17 0 16753329 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399182978224 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10819536 memory=2760 CPUtime=4.02 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 2884 0 0 0 366 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10819536 memory=-8774313645642428999 CPUtime=3.92 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1915 0 0 0 356 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10819536 memory=4612 CPUtime=3.97 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 2695 0 0 0 361 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10819536 memory=792 CPUtime=3.9 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 3092 0 0 0 354 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10819536 memory=8684 CPUtime=1.56 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 6787 0 0 0 152 4 0 0 20 0 17 0 16753331 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10819536 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 16753332 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398741091552 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10819536 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 16753332 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398740038400 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10819536 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10819536 memory=640 CPUtime=3.14 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 11523 0 0 0 313 1 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10819536 memory=1792 CPUtime=3.77 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) S 20654 20657 7968 0 -1 1077944384 15129 0 0 0 374 3 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10819536 memory=960 CPUtime=0.71 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) S 20654 20657 7968 0 -1 1077944384 6082 0 0 0 70 1 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10819536 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10819536 memory=4304 CPUtime=1.54 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 3130 0 0 0 63 91 0 0 20 0 17 0 16753339 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10819536 KiB
Current children cumulated memory: 2726984 KiB

[startup+2499.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/213 21023
/proc/meminfo: memFree=27426744/32770624 swapFree=67108860/67108860
[pid=20657] ppid=20654 vsize=10819536 memory=2726984 CPUtime=2520.07 cores=1,3,5,7
/proc/20657/stat : 20657 (java) S 20654 20657 7968 0 -1 1077944320 161356 0 0 0 251751 256 0 0 20 0 17 0 16753322 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140726802929728 140399178735351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
/proc/20657/statm: 2704884 681746 3155 1 0 2694337 0
[pid=20657/tid=20659] ppid=20654 vsize=10819536 memory=2726648 CPUtime=2493.44 cores=1,3,5,7
/proc/20657/task/20659/stat : 20659 (java) S 20654 20657 7968 0 -1 1077944384 106036 0 0 0 249318 26 0 0 20 0 17 0 16753329 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399182978224 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20660] ppid=20654 vsize=10819536 memory=4124 CPUtime=4.02 cores=1,3,5,7
/proc/20657/task/20660/stat : 20660 (java) S 20654 20657 7968 0 -1 1077944384 2884 0 0 0 366 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399135702032 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20661] ppid=20654 vsize=10819536 memory=2726648 CPUtime=3.92 cores=1,3,5,7
/proc/20657/task/20661/stat : 20661 (java) S 20654 20657 7968 0 -1 1077944384 1915 0 0 0 356 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399134649488 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20662] ppid=20654 vsize=10819536 memory=2726648 CPUtime=3.97 cores=1,3,5,7
/proc/20657/task/20662/stat : 20662 (java) S 20654 20657 7968 0 -1 1077944384 2695 0 0 0 361 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399133596432 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20663] ppid=20654 vsize=10819536 memory=2726648 CPUtime=3.9 cores=1,3,5,7
/proc/20657/task/20663/stat : 20663 (java) S 20654 20657 7968 0 -1 1077944384 3092 0 0 0 354 36 0 0 20 0 17 0 16753330 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140399132543888 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20664] ppid=20654 vsize=10819536 memory=2726648 CPUtime=1.56 cores=1,3,5,7
/proc/20657/task/20664/stat : 20664 (java) S 20654 20657 7968 0 -1 1077944384 6787 0 0 0 152 4 0 0 20 0 17 0 16753331 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398742145264 140399178746498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20665] ppid=20654 vsize=10819536 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20665/stat : 20665 (java) S 20654 20657 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 16753332 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398741091552 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20666] ppid=20654 vsize=10819536 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20666/stat : 20666 (java) S 20654 20657 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 16753332 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398740038400 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20667] ppid=20654 vsize=10819536 memory=2726648 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20667/stat : 20667 (java) S 20654 20657 7968 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398738986960 140399178753947 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20668] ppid=20654 vsize=10819536 memory=2726648 CPUtime=3.14 cores=1,3,5,7
/proc/20657/task/20668/stat : 20668 (java) S 20654 20657 7968 0 -1 1077944384 11523 0 0 0 313 1 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398737935088 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20669] ppid=20654 vsize=10819536 memory=2726648 CPUtime=3.77 cores=1,3,5,7
/proc/20657/task/20669/stat : 20669 (java) S 20654 20657 7968 0 -1 1077944384 15129 0 0 0 374 3 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398736882544 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20670] ppid=20654 vsize=10819536 memory=2726648 CPUtime=0.71 cores=1,3,5,7
/proc/20657/task/20670/stat : 20670 (java) S 20654 20657 7968 0 -1 1077944384 6082 0 0 0 70 1 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398735829488 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20671] ppid=20654 vsize=10819536 memory=928 CPUtime=0 cores=1,3,5,7
/proc/20657/task/20671/stat : 20671 (java) S 20654 20657 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 16753334 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398734777184 140399178745557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
[pid=20657/tid=20672] ppid=20654 vsize=10819536 memory=2164 CPUtime=1.54 cores=1,3,5,7
/proc/20657/task/20672/stat : 20672 (java) S 20654 20657 7968 0 -1 1077944384 3130 0 0 0 63 91 0 0 20 0 17 0 16753339 11079204864 681746 18446744073709551615 4194304 4196468 140726802947184 140398733724208 140399178746498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 8015872 140726802952593 140726802952746 140726802952746 140726802956239 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10819536 KiB
Current children cumulated memory: 2726984 KiB

Child status: 143
Real time (s): 2499.57
CPU time (s): 2520.15
CPU user time (s): 2517.57
CPU system time (s): 2.58026
CPU usage (%): 100.823
Max. virtual memory (cumulated for all children) (KiB): 10819536
Max. memory (cumulated for all children) (KiB): 2729108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.57
system time used= 2.58026
maximum resident set size= 2729108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57289
involuntary context switches= 924


# summary of solver processes directly reported to runsolver:
#   pid: 20657
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.57
#   total CPU system time (s): 2.58026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2804 second user time and 24.862 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 14:37:50
IDJOB=4263278
IDBENCH=133121
IDSOLVER=2651
FILE ID=node128/4263278-1502628706
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/DiamondFree/DiamondFree-m1-s1/DiamondFree-039.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263278-1502628706/watcher-4263278-1502628706 -o /tmp/evaluation-result-4263278-1502628706/solver-4263278-1502628706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263278-1502628706.xml

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

MD5SUM BENCH= 3424e6604ecfe46c0dbee75043c16945
RANDOM SEED=1704873545

node128.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.94
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.94
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.94
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.94
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:        26264740 kB
MemAvailable:   26847584 kB
Buffers:          139072 kB
Cached:           731876 kB
SwapCached:            0 kB
Active:          5412124 kB
Inactive:         673696 kB
Active(anon):    5215444 kB
Inactive(anon):    16764 kB
Active(file):     196680 kB
Inactive(file):   656932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7996 kB
Writeback:             0 kB
AnonPages:       5227248 kB
Mapped:            44724 kB
Shmem:             17116 kB
Slab:             115016 kB
SReclaimable:      90132 kB
SUnreclaim:        24884 kB
KernelStack:        3744 kB
PageTables:        15224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5908064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4804608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node128 at 2017-08-13 15:19:29