Trace number 4290172

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.33 2393.35

General information on the benchmark

NameFrb/
frb-45-21-1_c18.xml
MD5SUMb87938282b595c2beb3624311f73a470
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 benchmark1151.63
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Number of domains1
Minimum domain size21
Maximum domain size21
Distribution of domain sizes[{"size":21,"count":45}]
Minimum variable degree13
Maximum variable degree29
Distribution of variable degrees[{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":4},{"degree":19,"count":3},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":25,"count":3},{"degree":26,"count":3},{"degree":27,"count":1},{"degree":28,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":476}]
Number of extensional constraints476
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":476}]
Optimization problemNO
Type of objective

Solver Data

1.54/0.66	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.54/0.66	c This is free software under the dual EPL/GNU LGPL licenses.
1.54/0.66	c See www.sat4j.org for details.
1.54/0.66	c That software uses the Rhino library from the Mozilla project.
1.54/0.66	c version 2.3.6-SNAPSHOT
1.54/0.66	c java.runtime.name	Java(TM) SE Runtime Environment
1.54/0.66	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.54/0.66	c java.vm.version	25.131-b11
1.54/0.66	c java.vm.vendor	Oracle Corporation
1.54/0.66	c sun.arch.data.model	64
1.54/0.66	c java.version		1.8.0_131
1.54/0.66	c os.name		Linux
1.54/0.66	c os.version		3.10.0-514.16.1.el7.x86_64
1.54/0.66	c os.arch		amd64
1.54/0.66	c Free memory 		499604488
1.54/0.66	c Max memory 		7247757312
1.54/0.66	c Total memory 		504889344
1.54/0.66	c Number of processors 	4
1.54/0.66	c c --- Begin Solver configuration ---
1.54/0.66	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.54/0.66	c Learn all clauses as in MiniSAT
1.54/0.66	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.54/0.66	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.54/0.66	c No reason simplification
1.54/0.66	c Glucose 2.1 dynamic restart strategy
1.54/0.66	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.54/0.66	c timeout=2147483s
1.54/0.66	c DB Simplification allowed=false
1.54/0.66	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.54/0.66	c --- End Solver configuration ---
1.54/0.66	c constraints type 
1.54/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1.54/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 52360
1.54/0.66	c 52450 constraints processed.
2400.28/2393.31	c starts		: 13653
2400.28/2393.31	c conflicts		: 3420807
2400.28/2393.31	c decisions		: 5672224
2400.28/2393.31	c propagations		: 345194146
2400.28/2393.31	c inspects		: 44671968337
2400.28/2393.31	c shortcuts		: 0
2400.28/2393.31	c learnt literals	: 0
2400.28/2393.31	c learnt binary clauses	: 3
2400.28/2393.31	c learnt ternary clauses	: 17
2400.28/2393.31	c learnt constraints	: 3420807
2400.28/2393.31	c ignored constraints	: 0
2400.28/2393.31	c root simplifications	: 0
2400.28/2393.31	c removed literals (reason simplification)	: 0
2400.28/2393.31	c reason swapping (by a shorter reason)	: 0
2400.28/2393.31	c Calls to reduceDB	: 78
2400.28/2393.31	c Number of update (reduction) of LBD	: 1317555
2400.28/2393.31	c Imported unit clauses	: 0
2400.28/2393.31	c number of reductions to clauses (during analyze)	: 0
2400.28/2393.31	c number of learned constraints concerned by reduction	: 0
2400.28/2393.31	c number of learning phase by resolution	: 0
2400.28/2393.31	c number of learning phase by cutting planes	: 0
2400.28/2393.31	c number of rounding to 1 operations	: 0
2400.28/2393.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.28/2393.31	c number of reductions of the coefficients by power 2 	: 0
2400.28/2393.31	c number of right shift for reduction by power 2 	: 0
2400.28/2393.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.28/2393.31	c number of ending skipping 	: 0
2400.28/2393.31	c number of internal skipping 	: 0
2400.28/2393.31	c number of derivation steps 	: 0
2400.28/2393.31	c number of skipped derivation steps 	: 0
2400.28/2393.31	c number of remaining unassigned 	: 0
2400.28/2393.31	c number of remaining assigned 	: 0
2400.28/2393.31	c speed (assignments/second)	: 144273.21178847484
2400.28/2393.31	c non guided choices	: 110
2400.28/2393.34	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 3
2400.28/2393.34	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 108812
2400.28/2393.34	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 (2485 MiB free)
  memory of node 1: 16384 MiB (5859 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290172-1532601714/watcher-4290172-1532601714 -o /tmp/evaluation-result-4290172-1532601714/solver-4290172-1532601714 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1082 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290172-1532601714.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
solver pid=1824, runsolver pid=1821
Current StackSize limit: 8192 KiB


[startup+0.100845 s]*
/proc/loadavg: 2.00 2.05 2.05 2/218 1840
/proc/meminfo: memFree=8526352/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10659012 memory=30628 CPUtime=0.12 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 6730 0 0 0 10 2 0 0 20 0 15 0 77734291 10914828288 7657 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2664753 7657 2845 1 0 2627263 0
[pid=1824/tid=1826] ppid=1821 vsize=10659012 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) R 1821 1824 32243 0 -1 4202560 4565 0 0 0 8 1 0 0 20 0 15 0 77734292 10914828288 7657 33554432000 4194304 4196468 140727699182784 140623201557472 140623181423966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 7657 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10659012 memory=139788941981507 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 7657 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 7657 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 7657 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10659012 memory=139788941956736 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77734294 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77734294 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622688613408 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77734295 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622687560560 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) S 1821 1824 32243 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622685457264 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) S 1821 1824 32243 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622684404464 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10659012 memory=139788941956736 CPUtime=0.01 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) R 1821 1824 32243 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 15 0 77734297 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10659012 memory=139788941956736 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 7657 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30628 KiB

[startup+0.210502 s]*
/proc/loadavg: 2.00 2.05 2.05 4/218 1840
/proc/meminfo: memFree=8518512/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10659012 memory=41836 CPUtime=0.32 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 8097 0 0 0 30 2 0 0 20 0 15 0 77734291 10914828288 10459 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2664753 10459 3002 1 0 2627263 0
[pid=1824/tid=1826] ppid=1821 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) R 1821 1824 32243 0 -1 4202560 5025 0 0 0 18 1 0 0 20 0 15 0 77734292 10914828288 10459 33554432000 4194304 4196468 140727699182784 140623201570736 140623181387109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 10459 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10659012 memory=139788941981507 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 10459 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 10459 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914828288 10459 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10659012 memory=139788941956736 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77734294 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77734294 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622688613408 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77734295 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622687560560 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) S 1821 1824 32243 0 -1 1077944384 653 0 0 0 2 0 0 0 20 0 15 0 77734297 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622685457264 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) S 1821 1824 32243 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 15 0 77734297 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622684404464 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10659012 memory=139788941956736 CPUtime=0.07 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) R 1821 1824 32243 0 -1 4202560 696 0 0 0 7 0 0 0 20 0 15 0 77734297 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622683351664 140623189580606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10659012 memory=139788941956736 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734297 10914828288 10459 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41836 KiB

[startup+0.310603 s]*
/proc/loadavg: 2.00 2.05 2.05 4/218 1840
/proc/meminfo: memFree=8510520/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10659088 memory=47744 CPUtime=0.53 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 9022 0 0 0 50 3 0 0 20 0 15 0 77734291 10914906112 11936 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2664772 11936 3063 1 0 2627263 0
[pid=1824/tid=1826] ppid=1821 vsize=10659088 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) R 1821 1824 32243 0 -1 4202560 5590 0 0 0 28 2 0 0 20 0 15 0 77734292 10914906112 12000 33554432000 4194304 4196468 140727699182784 140623201580144 140623197355414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77734293 10914906112 12000 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914906112 12000 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914906112 12000 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77734293 10914906112 12000 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10659088 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77734294 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77734294 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622688613408 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77734295 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622687560560 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77734297 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) R 1821 1824 32243 0 -1 4202560 808 0 0 0 5 0 0 0 20 0 15 0 77734297 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622685457264 140623175335035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10659088 memory=139788837553711 CPUtime=0.04 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) R 1821 1824 32243 0 -1 4202560 488 0 0 0 4 0 0 0 20 0 15 0 77734297 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622684394848 140623180843685 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10659088 memory=139788941958408 CPUtime=0.13 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) R 1821 1824 32243 0 -1 1077944384 797 0 0 0 13 0 0 0 20 0 15 0 77734297 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10659088 memory=139788837558255 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77734297 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10659088 memory=279577779415808 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77734297 10914906112 12000 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47744 KiB

[startup+0.700662 s]
/proc/loadavg: 2.00 2.05 2.05 5/218 1840
/proc/meminfo: memFree=8460900/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10725652 memory=141136 CPUtime=1.84 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 12557 0 0 0 179 5 0 0 20 0 16 0 77734291 10983067648 35284 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2681413 35284 3107 1 0 2643904 0
[pid=1824/tid=1826] ppid=1821 vsize=10725652 memory=7301550374293618789 CPUtime=0.67 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) R 1821 1824 32243 0 -1 4202560 5927 0 0 0 64 3 0 0 20 0 16 0 77734292 10983067648 35284 33554432000 4194304 4196468 140727699182784 140623201579728 140623197355414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10725652 memory=7518026621751088993 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 35284 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 35284 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10725652 memory=147657217681255 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 35284 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 35284 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 77734294 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 77734294 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622688613408 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10725652 memory=279577674907888 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77734295 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622687560560 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10725652 memory=-6296172269985472297 CPUtime=0.4 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) R 1821 1824 32243 0 -1 4202560 1947 0 0 0 40 0 0 0 20 0 16 0 77734297 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622685447184 140623180837718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10725652 memory=6944656592387989600 CPUtime=0.39 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) R 1821 1824 32243 0 -1 4202560 1580 0 0 0 39 0 0 0 20 0 16 0 77734297 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622684393264 140623180857504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10725652 memory=6944656592455359580 CPUtime=0.34 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) R 1821 1824 32243 0 -1 1077944384 1710 0 0 0 34 0 0 0 20 0 16 0 77734297 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10725652 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10725652 memory=-2461829820114675750 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 35284 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 141136 KiB

[startup+1.50077 s]
/proc/loadavg: 2.00 2.05 2.05 4/219 1841
/proc/meminfo: memFree=8414280/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10725652 memory=148512 CPUtime=3.39 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 15565 0 0 0 334 5 0 0 20 0 16 0 77734291 10983067648 37128 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2681413 37128 3117 1 0 2643904 0
[pid=1824/tid=1826] ppid=1821 vsize=10725652 memory=279577675308000 CPUtime=1.47 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) R 1821 1824 32243 0 -1 4202560 6331 0 0 0 144 3 0 0 20 0 16 0 77734292 10983067648 37128 33554432000 4194304 4196468 140727699182784 140623201580296 140622820299771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 37128 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10725652 memory=28753 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 37128 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10725652 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 37128 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10725652 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77734293 10983067648 37128 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10725652 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 77734294 10983067648 37128 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0

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

/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 5504 0 0 0 97 19 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.17 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 4295 0 0 0 99 18 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.18 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 5796 0 0 0 100 18 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10725652 memory=581004 CPUtime=0.14 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 10625 0 0 0 11 3 0 0 20 0 16 0 77734294 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10725652 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 77734294 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622688613472 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 77734295 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622687560576 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10725652 memory=23252 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.02 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) S 1821 1824 32243 0 -1 1077944384 5998 0 0 0 101 1 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622685457264 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10725652 memory=4140 CPUtime=1.07 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) S 1821 1824 32243 0 -1 1077944384 5848 0 0 0 106 1 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622684404464 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10725652 memory=581004 CPUtime=0.4 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) S 1821 1824 32243 0 -1 1077944384 3078 0 0 0 39 1 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10725652 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10725652 memory=5668 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 1718 0 0 0 61 62 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1841] ppid=1821 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1841/stat : 1841 (java) S 1821 1824 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77734359 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622680191920 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 2389.25 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 581004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393.11 s]
/proc/loadavg: 1.94 1.97 2.03 3/218 2017
/proc/meminfo: memFree=8066160/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10725652 memory=581004 CPUtime=2400.07 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 69816 0 0 0 239870 137 0 0 20 0 16 0 77734291 10983067648 145251 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2681413 145251 3177 1 0 2643904 0
[pid=1824/tid=1826] ppid=1821 vsize=10725652 memory=3472328296227679313 CPUtime=2391.43 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) R 1821 1824 32243 0 -1 4202560 19753 0 0 0 239136 7 0 0 20 0 16 0 77734292 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623201582416 140622820887381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.18 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 5707 0 0 0 100 18 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.16 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 5504 0 0 0 97 19 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.17 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 4295 0 0 0 99 18 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.18 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 5796 0 0 0 100 18 0 0 20 0 16 0 77734293 10983067648 145251 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10725652 memory=581004 CPUtime=0.14 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 10625 0 0 0 11 3 0 0 20 0 16 0 77734294 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10725652 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 77734294 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622688613472 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10725652 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 77734295 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622687560576 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10725652 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10725652 memory=1408 CPUtime=1.02 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) S 1821 1824 32243 0 -1 1077944384 5998 0 0 0 101 1 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622685457264 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.07 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) S 1821 1824 32243 0 -1 1077944384 5848 0 0 0 106 1 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622684404464 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10725652 memory=581004 CPUtime=0.4 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) S 1821 1824 32243 0 -1 1077944384 3078 0 0 0 39 1 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10725652 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10725652 memory=581004 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 1722 0 0 0 61 62 0 0 20 0 16 0 77734297 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1841] ppid=1821 vsize=10725652 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1841/stat : 1841 (java) S 1821 1824 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77734359 10983067648 145251 33554432000 4194304 4196468 140727699182784 140622680191920 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 581004 KiB

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

[startup+2393.35 s]
# the end of solver process 1824 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.95 s, system=1.37701 s

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

[startup+2393.21 s]
/proc/loadavg: 1.94 1.97 2.03 3/218 2017
/proc/meminfo: memFree=8066160/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10859808 memory=553508 CPUtime=2400.28 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 71764 0 0 0 239891 137 0 0 20 0 17 0 77734291 11120443392 138377 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2714952 138377 3181 1 0 2677443 0
[pid=1824/tid=1826] ppid=1821 vsize=10859808 memory=13855170182252302 CPUtime=2391.43 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) S 1821 1824 32243 0 -1 1077944384 19789 0 0 0 239136 7 0 0 20 0 17 0 77734292 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623201586352 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10859808 memory=8112282956445269571 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 5794 0 0 0 105 18 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10859808 memory=14552 CPUtime=1.21 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 5780 0 0 0 102 19 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10859808 memory=1788 CPUtime=1.22 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 4389 0 0 0 104 18 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10859808 memory=2580 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 6159 0 0 0 105 18 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10859808 memory=2580 CPUtime=0.14 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 11268 0 0 0 11 3 0 0 20 0 17 0 77734294 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10859808 memory=644 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 77734294 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622688613472 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10859808 memory=952 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 77734295 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622687560576 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10859808 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10859808 memory=1232 CPUtime=1.02 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) S 1821 1824 32243 0 -1 1077944384 6000 0 0 0 101 1 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622685457264 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10859808 memory=1408 CPUtime=1.07 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) S 1821 1824 32243 0 -1 1077944384 5850 0 0 0 106 1 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622684404464 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10859808 memory=3264 CPUtime=0.4 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) S 1821 1824 32243 0 -1 1077944384 3180 0 0 0 39 1 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10859808 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10859808 memory=288230583166042425 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 1722 0 0 0 61 62 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 10859808 KiB
Current children cumulated memory: 553508 KiB

[startup+2393.3 s]
/proc/loadavg: 1.94 1.97 2.03 3/218 2017
/proc/meminfo: memFree=8066160/32770624 swapFree=67108860/67108860
[pid=1824] ppid=1821 vsize=10859808 memory=553508 CPUtime=2400.28 cores=0,2,4,6
/proc/1824/stat : 1824 (java) S 1821 1824 32243 0 -1 1077944320 71764 0 0 0 239891 137 0 0 20 0 17 0 77734291 11120443392 138377 33554432000 4194304 4196468 140727699182784 140727699165328 140623197343479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
/proc/1824/statm: 2714952 138377 3181 1 0 2677443 0
[pid=1824/tid=1826] ppid=1821 vsize=10859808 memory=581004 CPUtime=2391.43 cores=0,2,4,6
/proc/1824/task/1826/stat : 1826 (java) S 1821 1824 32243 0 -1 1077944384 19789 0 0 0 239136 7 0 0 20 0 17 0 77734292 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623201586352 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1827] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1827/stat : 1827 (java) S 1821 1824 32243 0 -1 1077944384 5794 0 0 0 105 18 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623139347600 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1828] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.21 cores=0,2,4,6
/proc/1824/task/1828/stat : 1828 (java) S 1821 1824 32243 0 -1 1077944384 5780 0 0 0 102 19 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623138294800 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1829] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.22 cores=0,2,4,6
/proc/1824/task/1829/stat : 1829 (java) S 1821 1824 32243 0 -1 1077944384 4389 0 0 0 104 18 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623137242000 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1831] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1831/stat : 1831 (java) S 1821 1824 32243 0 -1 1077944384 6159 0 0 0 105 18 0 0 20 0 17 0 77734293 11120443392 138377 33554432000 4194304 4196468 140727699182784 140623136189200 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1832] ppid=1821 vsize=10859808 memory=581004 CPUtime=0.14 cores=0,2,4,6
/proc/1824/task/1832/stat : 1832 (java) S 1821 1824 32243 0 -1 1077944384 11268 0 0 0 11 3 0 0 20 0 17 0 77734294 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622689667440 140623197354626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1833] ppid=1821 vsize=10859808 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1833/stat : 1833 (java) S 1821 1824 32243 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 77734294 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622688613472 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1834] ppid=1821 vsize=10859808 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1834/stat : 1834 (java) S 1821 1824 32243 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 77734295 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622687560576 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1835] ppid=1821 vsize=10859808 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1835/stat : 1835 (java) S 1821 1824 32243 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622686508880 140623197362075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1836] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.02 cores=0,2,4,6
/proc/1824/task/1836/stat : 1836 (java) S 1821 1824 32243 0 -1 1077944384 6000 0 0 0 101 1 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622685457264 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1837] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.07 cores=0,2,4,6
/proc/1824/task/1837/stat : 1837 (java) S 1821 1824 32243 0 -1 1077944384 5850 0 0 0 106 1 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622684404464 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1838] ppid=1821 vsize=10859808 memory=581004 CPUtime=0.4 cores=0,2,4,6
/proc/1824/task/1838/stat : 1838 (java) S 1821 1824 32243 0 -1 1077944384 3180 0 0 0 39 1 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622683351664 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1839] ppid=1821 vsize=10859808 memory=581004 CPUtime=0 cores=0,2,4,6
/proc/1824/task/1839/stat : 1839 (java) S 1821 1824 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622682299104 140623197353685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
[pid=1824/tid=1840] ppid=1821 vsize=10859808 memory=581004 CPUtime=1.23 cores=0,2,4,6
/proc/1824/task/1840/stat : 1840 (java) S 1821 1824 32243 0 -1 1077944384 1722 0 0 0 61 62 0 0 20 0 17 0 77734297 11120443392 138377 33554432000 4194304 4196468 140727699182784 140622681246384 140623197354626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28938240 140727699186801 140727699186953 140727699186953 140727699189711 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 10859808 KiB
Current children cumulated memory: 553508 KiB

Child status: 143
Real time (s): 2393.35
CPU time (s): 2400.33
CPU user time (s): 2398.95
CPU system time (s): 1.37701
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 10859808
Max. memory (cumulated for all children) (KiB): 769880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.95
system time used= 1.37701
maximum resident set size= 771420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54227
involuntary context switches= 2314


# summary of solver processes directly reported to runsolver:
#   pid: 1824
#   total CPU time (s): 2400.33
#   total CPU user time (s): 2398.95
#   total CPU system time (s): 1.37701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1353 second user time and 22.58 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-26 12:41:54
IDJOB=4290172
IDBENCH=141587
IDSOLVER=2742
FILE ID=node106/4290172-1532601714
RUNJOBID= node106-1532594608-1082
PBS_JOBID= 21021967
Free space on /tmp= 46236 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-45-21-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290172-1532601714/watcher-4290172-1532601714 -o /tmp/evaluation-result-4290172-1532601714/solver-4290172-1532601714 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1082 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290172-1532601714.xml

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

MD5SUM BENCH= b87938282b595c2beb3624311f73a470
RANDOM SEED=1705271342

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:         8546320 kB
MemAvailable:   31316832 kB
Buffers:          235836 kB
Cached:         22434972 kB
SwapCached:            0 kB
Active:          3434328 kB
Inactive:       19904960 kB
Active(anon):     645664 kB
Inactive(anon):    50640 kB
Active(file):    2788664 kB
Inactive(file): 19854320 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2724 kB
Writeback:            12 kB
AnonPages:        675144 kB
Mapped:            52548 kB
Shmem:             25228 kB
Slab:             582828 kB
SReclaimable:     555988 kB
SUnreclaim:        26840 kB
KernelStack:        3584 kB
PageTables:         6860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1199380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46232 MiB
End job on node106 at 2018-07-26 13:21:48