Trace number 4290186

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 2018-07-11? (TO) 2400.12 2250.36

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-05-06_c18.xml
MD5SUM81d4059c2b76389bba6ef17dee6cb29a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119659
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity5
Maximum constraint arity6
Distribution of constraint arities[{"arity":5,"count":6},{"arity":6,"count":5}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290186-1532218343/watcher-4290186-1532218343 -o /tmp/evaluation-result-4290186-1532218343/solver-4290186-1532218343 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28143 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290186-1532218343.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=29541, runsolver pid=29538

[startup+0.101121 s]*
/proc/loadavg: 2.01 2.03 2.05 3/217 29556
/proc/meminfo: memFree=21061904/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10659012 memory=30696 CPUtime=0.12 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 6737 0 0 0 11 1 0 0 20 0 15 0 39397432 10914828288 7674 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2664753 7674 2824 1 0 2627263 0
[pid=29541/tid=29543] ppid=29538 vsize=10659012 memory=-8773748148830377340 CPUtime=0.09 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) R 29538 29541 25824 0 -1 4202560 4581 0 0 0 8 1 0 0 20 0 15 0 39397433 10914828288 7674 33554432000 4194304 4196468 140736595116016 140279078176592 140279073973405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 7674 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 7674 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 7674 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 7674 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397435 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39397435 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278564148896 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39397436 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278563095792 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) S 29538 29541 25824 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278560991472 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0.02 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) S 29538 29541 25824 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 39397438 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 7674 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30696 KiB

[startup+0.210506 s]*
/proc/loadavg: 2.01 2.03 2.05 3/217 29556
/proc/meminfo: memFree=21052076/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10659012 memory=41888 CPUtime=0.33 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 8069 0 0 0 31 2 0 0 20 0 15 0 39397432 10914828288 10472 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2664753 10472 3007 1 0 2627263 0
[pid=29541/tid=29543] ppid=29538 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) R 29538 29541 25824 0 -1 4202560 5034 0 0 0 19 1 0 0 20 0 15 0 39397433 10914828288 10472 33554432000 4194304 4196468 140736595116016 140279078184464 140279055805903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 10472 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10659012 memory=140623328699281 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 10472 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 10472 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914828288 10472 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397435 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39397435 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278564148896 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39397436 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278563095792 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) S 29538 29541 25824 0 -1 1077944384 689 0 0 0 2 0 0 0 20 0 15 0 39397438 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278560991472 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 39397438 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0.07 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) R 29538 29541 25824 0 -1 4202560 704 0 0 0 7 0 0 0 20 0 15 0 39397438 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278558885872 140279058198177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10659012 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397438 10914828288 10472 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41888 KiB

[startup+0.310414 s]*
/proc/loadavg: 2.01 2.03 2.05 4/217 29556
/proc/meminfo: memFree=21045004/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10659088 memory=47072 CPUtime=0.5 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 9003 0 0 0 47 3 0 0 20 0 15 0 39397432 10914906112 11768 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2664772 11768 3033 1 0 2627263 0
[pid=29541/tid=29543] ppid=29538 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) R 29538 29541 25824 0 -1 4202560 5749 0 0 0 28 2 0 0 20 0 15 0 39397433 10914906112 11768 33554432000 4194304 4196468 140736595116016 140279078185152 140279057995109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 11768 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10659088 memory=140623328698669 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 11768 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 11768 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 11768 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10659088 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397435 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39397435 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278564148896 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39397436 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278563095792 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) R 29538 29541 25824 0 -1 4202560 849 0 0 0 5 0 0 0 20 0 15 0 39397438 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278560981856 140279066240945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) R 29538 29541 25824 0 -1 4202560 305 0 0 0 3 0 0 0 20 0 15 0 39397438 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278559939024 140279073963414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10659088 memory=140623328671360 CPUtime=0.1 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) R 29538 29541 25824 0 -1 1077944384 733 0 0 0 10 0 0 0 20 0 15 0 39397438 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10659088 memory=140623328671360 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397438 10914906112 11768 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47072 KiB

[startup+0.700731 s]
/proc/loadavg: 2.01 2.03 2.05 5/217 29556
/proc/meminfo: memFree=20976972/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10659088 memory=174324 CPUtime=1.71 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 11630 0 0 0 166 5 0 0 20 0 15 0 39397432 10914906112 43581 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2664772 43581 3105 1 0 2627263 0
[pid=29541/tid=29543] ppid=29538 vsize=10659088 memory=1836 CPUtime=0.68 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) R 29538 29541 25824 0 -1 4202560 5957 0 0 0 64 4 0 0 20 0 15 0 39397433 10914906112 43581 33554432000 4194304 4196468 140736595116016 140279078186224 140278683943944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 43581 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10659088 memory=1960 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 43581 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10659088 memory=5380 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 43581 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10659088 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397434 10914906112 43581 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39397435 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10659088 memory=11964 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39397435 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278564148896 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10659088 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39397436 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278563095792 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10659088 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10659088 memory=6297835844906604903 CPUtime=0.41 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) R 29538 29541 25824 0 -1 4202560 1704 0 0 0 41 0 0 0 20 0 15 0 39397438 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278560979616 140279055472661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10659088 memory=7597685182856913236 CPUtime=0.37 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 1510 0 0 0 37 0 0 0 20 0 15 0 39397438 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10659088 memory=7079774412187127888 CPUtime=0.23 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) S 29538 29541 25824 0 -1 1077944384 1088 0 0 0 23 0 0 0 20 0 15 0 39397438 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39397438 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39397438 10914906112 43581 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 174324 KiB

[startup+1.50126 s]
/proc/loadavg: 2.01 2.03 2.05 5/217 29556
/proc/meminfo: memFree=20869940/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10659088 memory=295284 CPUtime=4.09 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 20316 0 0 0 399 10 0 0 20 0 15 0 39397432 10914906112 73821 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2664772 73821 3130 1 0 2627263 0
[pid=29541/tid=29543] ppid=29538 vsize=10659088 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) R 29538 29541 25824 0 -1 4202560 5977 0 0 0 134 4 0 0 20 0 15 0 39397433 10914906112 73821 33554432000 4194304 4196468 140736595116016 140279078188344 140279055902253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10659088 memory=-6951259422114956437 CPUtime=0.04 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 15 0 39397434 10914906112 73821 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10659088 memory=-6509546260019855295 CPUtime=0.04 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 126 0 0 0 3 1 0 0 20 0 15 0 39397434 10914906112 73821 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10659088 memory=-7390251449858225344 CPUtime=0.04 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 117 0 0 0 4 0 0 0 20 0 15 0 39397434 10914906112 73821 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10659088 memory=4134692831991786133 CPUtime=0.04 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 113 0 0 0 4 0 0 0 20 0 15 0 39397434 10914906112 73821 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39397435 10914906112 73821 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0

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

/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 48371 0 0 0 4655 118 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10725652 memory=8349040 CPUtime=47.81 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 30791 0 0 0 4656 125 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10725652 memory=8349040 CPUtime=47.83 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 34318 0 0 0 4647 136 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10725652 memory=8349040 CPUtime=15.94 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 34483 0 0 0 1589 5 0 0 20 0 16 0 39397435 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10725652 memory=960 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 39397435 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278564148960 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10725652 memory=2712 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 39397436 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278563095808 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10725652 memory=1200 CPUtime=2.36 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) S 29538 29541 25824 0 -1 1077944384 15575 0 0 0 234 2 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278560991472 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10725652 memory=8349040 CPUtime=2.64 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 17152 0 0 0 262 2 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10725652 memory=2712 CPUtime=0.42 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) S 29538 29541 25824 0 -1 1077944384 4294 0 0 0 41 1 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10725652 memory=14004 CPUtime=1.42 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 2498 0 0 0 68 74 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29558] ppid=29538 vsize=10725652 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29558/stat : 29558 (java) S 29538 29541 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39404985 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278555727408 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 2352.15 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 8349040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2250.11 s]
/proc/loadavg: 2.00 2.03 2.05 3/217 29698
/proc/meminfo: memFree=12713296/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10725652 memory=8349040 CPUtime=2400.01 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 343759 0 0 0 239389 612 0 0 20 0 16 0 39397432 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2681413 2087260 3191 1 0 2643904 0
[pid=29541/tid=29543] ppid=29538 vsize=10725652 memory=8349040 CPUtime=2185.88 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) R 29538 29541 25824 0 -1 4202560 119802 0 0 0 218563 25 0 0 20 0 16 0 39397433 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279078190416 140278682966239 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10725652 memory=8349040 CPUtime=47.85 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 34927 0 0 0 4649 136 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10725652 memory=8349040 CPUtime=47.73 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 48371 0 0 0 4655 118 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10725652 memory=164 CPUtime=47.81 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 30791 0 0 0 4656 125 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10725652 memory=8349040 CPUtime=47.83 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 34318 0 0 0 4647 136 0 0 20 0 16 0 39397434 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10725652 memory=8349040 CPUtime=15.94 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 34492 0 0 0 1589 5 0 0 20 0 16 0 39397435 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 39397435 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278564148960 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 39397436 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278563095808 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10725652 memory=1200 CPUtime=2.36 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) S 29538 29541 25824 0 -1 1077944384 15578 0 0 0 234 2 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278560991472 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10725652 memory=8349040 CPUtime=2.64 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 17155 0 0 0 262 2 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0.42 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) S 29538 29541 25824 0 -1 1077944384 4308 0 0 0 41 1 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10725652 memory=8349040 CPUtime=1.45 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 2535 0 0 0 69 76 0 0 20 0 16 0 39397438 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29558] ppid=29538 vsize=10725652 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29558/stat : 29558 (java) S 29538 29541 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39404985 10983067648 2087260 33554432000 4194304 4196468 140736595116016 140278555727408 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 8349040 KiB

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

[startup+2250.36 s]
# the end of solver process 29541 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.96 s, system=6.15983 s

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

[startup+2250.21 s]
/proc/loadavg: 2.00 2.03 2.05 3/217 29698
/proc/meminfo: memFree=12713296/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10925344 memory=8349340 CPUtime=2400.07 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 344790 0 0 0 239395 612 0 0 20 0 17 0 39397432 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2731336 2087335 3193 1 0 2693827 0
[pid=29541/tid=29543] ppid=29538 vsize=10925344 memory=6791534058613427641 CPUtime=2185.94 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) S 29538 29541 25824 0 -1 1077944384 119979 0 0 0 218569 25 0 0 20 0 17 0 39397433 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279078194352 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10925344 memory=288230621803970871 CPUtime=47.85 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 34927 0 0 0 4649 136 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10925344 memory=13567093857585738 CPUtime=47.73 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 48371 0 0 0 4655 118 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10925344 memory=4048 CPUtime=47.81 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 30791 0 0 0 4656 125 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10925344 memory=640 CPUtime=47.83 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 34318 0 0 0 4647 136 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10925344 memory=1792 CPUtime=15.94 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 34526 0 0 0 1589 5 0 0 20 0 17 0 39397435 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10925344 memory=960 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 39397435 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278564148960 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10925344 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 39397436 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278563095808 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10925344 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10925344 memory=928 CPUtime=2.36 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) S 29538 29541 25824 0 -1 1077944384 15578 0 0 0 234 2 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278560991472 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10925344 memory=1580 CPUtime=2.64 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 17155 0 0 0 262 2 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10925344 memory=2244 CPUtime=0.42 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) S 29538 29541 25824 0 -1 1077944384 4531 0 0 0 41 1 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10925344 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10925344 memory=2204 CPUtime=1.45 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 2535 0 0 0 69 76 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 8349340 KiB

[startup+2250.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/217 29698
/proc/meminfo: memFree=12713296/32770624 swapFree=67108860/67108860
[pid=29541] ppid=29538 vsize=10925344 memory=8349340 CPUtime=2400.07 cores=0,2,4,6
/proc/29541/stat : 29541 (java) S 29538 29541 25824 0 -1 1077944320 344790 0 0 0 239395 612 0 0 20 0 17 0 39397432 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140736595098560 140279073951479 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
/proc/29541/statm: 2731336 2087335 3193 1 0 2693827 0
[pid=29541/tid=29543] ppid=29538 vsize=10925344 memory=8349040 CPUtime=2185.94 cores=0,2,4,6
/proc/29541/task/29543/stat : 29543 (java) S 29538 29541 25824 0 -1 1077944384 119979 0 0 0 218569 25 0 0 20 0 17 0 39397433 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279078194352 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29544] ppid=29538 vsize=10925344 memory=1200 CPUtime=47.85 cores=0,2,4,6
/proc/29541/task/29544/stat : 29544 (java) S 29538 29541 25824 0 -1 1077944384 34927 0 0 0 4649 136 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279010642448 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29545] ppid=29538 vsize=10925344 memory=8349040 CPUtime=47.73 cores=0,2,4,6
/proc/29541/task/29545/stat : 29545 (java) S 29538 29541 25824 0 -1 1077944384 48371 0 0 0 4655 118 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279009589904 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29546] ppid=29538 vsize=10925344 memory=8349040 CPUtime=47.81 cores=0,2,4,6
/proc/29541/task/29546/stat : 29546 (java) S 29538 29541 25824 0 -1 1077944384 30791 0 0 0 4656 125 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279008536848 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29547] ppid=29538 vsize=10925344 memory=8349040 CPUtime=47.83 cores=0,2,4,6
/proc/29541/task/29547/stat : 29547 (java) S 29538 29541 25824 0 -1 1077944384 34318 0 0 0 4647 136 0 0 20 0 17 0 39397434 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140279007484304 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29548] ppid=29538 vsize=10925344 memory=8349040 CPUtime=15.94 cores=0,2,4,6
/proc/29541/task/29548/stat : 29548 (java) S 29538 29541 25824 0 -1 1077944384 34526 0 0 0 1589 5 0 0 20 0 17 0 39397435 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278565202672 140279073962626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29549] ppid=29538 vsize=10925344 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29549/stat : 29549 (java) S 29538 29541 25824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 39397435 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278564148960 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29550] ppid=29538 vsize=10925344 memory=164 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29550/stat : 29550 (java) S 29538 29541 25824 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 39397436 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278563095808 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29551] ppid=29538 vsize=10925344 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29551/stat : 29551 (java) S 29538 29541 25824 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278562044368 140279073970075 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29552] ppid=29538 vsize=10925344 memory=8349040 CPUtime=2.36 cores=0,2,4,6
/proc/29541/task/29552/stat : 29552 (java) S 29538 29541 25824 0 -1 1077944384 15578 0 0 0 234 2 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278560991472 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29553] ppid=29538 vsize=10925344 memory=8349040 CPUtime=2.64 cores=0,2,4,6
/proc/29541/task/29553/stat : 29553 (java) S 29538 29541 25824 0 -1 1077944384 17155 0 0 0 262 2 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278559938928 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29554] ppid=29538 vsize=10925344 memory=8349040 CPUtime=0.42 cores=0,2,4,6
/proc/29541/task/29554/stat : 29554 (java) S 29538 29541 25824 0 -1 1077944384 4531 0 0 0 41 1 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278558885872 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29555] ppid=29538 vsize=10925344 memory=8349040 CPUtime=0 cores=0,2,4,6
/proc/29541/task/29555/stat : 29555 (java) S 29538 29541 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278557833568 140279073961685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
[pid=29541/tid=29556] ppid=29538 vsize=10925344 memory=8349040 CPUtime=1.45 cores=0,2,4,6
/proc/29541/task/29556/stat : 29556 (java) S 29538 29541 25824 0 -1 1077944384 2535 0 0 0 69 76 0 0 20 0 17 0 39397438 11187552256 2087335 33554432000 4194304 4196468 140736595116016 140278556781616 140279073962626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 18780160 140736595121265 140736595121417 140736595121417 140736595124175 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 8349340 KiB

Child status: 143
Real time (s): 2250.36
CPU time (s): 2400.12
CPU user time (s): 2393.96
CPU system time (s): 6.15983
CPU usage (%): 106.655
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 8349340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.96
system time used= 6.15983
maximum resident set size= 8349460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53255
involuntary context switches= 4393


# summary of solver processes directly reported to runsolver:
#   pid: 29541
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2393.96
#   total CPU system time (s): 6.15983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7825 second user time and 21.783 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 02:12:23
IDJOB=4290186
IDBENCH=141439
IDSOLVER=2742
FILE ID=node104/4290186-1532218343
RUNJOBID= node104-1532208872-28143
PBS_JOBID= 21018939
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-05-06_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290186-1532218343/watcher-4290186-1532218343 -o /tmp/evaluation-result-4290186-1532218343/solver-4290186-1532218343 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28143 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290186-1532218343.xml

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

MD5SUM BENCH= 81d4059c2b76389bba6ef17dee6cb29a
RANDOM SEED=836724950

node104.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.11
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.11
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.11
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.11
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:        21079952 kB
MemAvailable:   31469288 kB
Buffers:          221436 kB
Cached:         10378780 kB
SwapCached:            0 kB
Active:          2227372 kB
Inactive:        8897208 kB
Active(anon):     527108 kB
Inactive(anon):    17040 kB
Active(file):    1700264 kB
Inactive(file):  8880168 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2984 kB
Writeback:             0 kB
AnonPages:        531248 kB
Mapped:            46776 kB
Shmem:             17036 kB
Slab:             264732 kB
SReclaimable:     237364 kB
SUnreclaim:        27368 kB
KernelStack:        3584 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 02:49:53