Trace number 4290161

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.16 2324.36

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g11-g30_c18.xml
MD5SUMbb4f87e482134ef2c2f946a146b04c70
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark192.522
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints115
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":42}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":6},{"degree":8,"count":11},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity42
Distribution of constraint arities[{"arity":2,"count":114},{"arity":42,"count":1}]
Number of extensional constraints114
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":114},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290161-1532220390/watcher-4290161-1532220390 -o /tmp/evaluation-result-4290161-1532220390/solver-4290161-1532220390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290161-1532220390.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=30079, runsolver pid=30076

[startup+0.100062 s]*
/proc/loadavg: 3.12 3.78 3.01 4/219 30094
/proc/meminfo: memFree=19577096/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10659012 memory=30288 CPUtime=0.12 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 6619 0 0 0 10 2 0 0 20 0 15 0 39602156 10914828288 7572 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2664753 7572 2811 1 0 2627263 0
[pid=30079/tid=30081] ppid=30076 vsize=10659044 memory=-8773748148830243969 CPUtime=0.08 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) R 30076 30079 25837 0 -1 4202560 4452 0 0 0 7 1 0 0 20 0 15 0 39602156 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268704892784 140268693367837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10659044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10659044 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10659044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602157 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10659044 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10659044 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602159 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10659044 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39602159 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268191851936 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10659044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39602159 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268190799344 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10659044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10659044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 455 0 0 0 0 0 0 0 20 0 15 0 39602162 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10659044 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602162 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10659044 memory=139974971000448 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 39602162 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10659044 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10659044 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602162 10914861056 7572 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30288 KiB

[startup+0.214119 s]*
/proc/loadavg: 3.12 3.78 3.01 5/219 30094
/proc/meminfo: memFree=19565080/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10659012 memory=42004 CPUtime=0.33 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 8119 0 0 0 30 3 0 0 20 0 15 0 39602156 10914828288 10501 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2664753 10501 3004 1 0 2627263 0
[pid=30079/tid=30081] ppid=30076 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) R 30076 30079 25837 0 -1 4202560 5044 0 0 0 18 2 0 0 20 0 15 0 39602156 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268704924400 140268684731749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10659012 memory=3546500613920556704 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602157 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10659012 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602159 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39602159 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268191851936 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39602159 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268190799344 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 772 0 0 0 2 0 0 0 20 0 15 0 39602162 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 15 0 39602162 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10659012 memory=139974971000448 CPUtime=0.07 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) R 30076 30079 25837 0 -1 4202560 703 0 0 0 7 0 0 0 20 0 15 0 39602162 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268186589424 140268679208254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10659012 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602162 10914828288 10501 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42004 KiB

[startup+0.310612 s]*
/proc/loadavg: 3.12 3.78 3.01 4/219 30094
/proc/meminfo: memFree=19558000/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10659088 memory=47440 CPUtime=0.51 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 8940 0 0 0 48 3 0 0 20 0 15 0 39602156 10914906112 11860 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2664772 11860 3044 1 0 2627263 0
[pid=30079/tid=30081] ppid=30076 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) R 30076 30079 25837 0 -1 4202560 5682 0 0 0 28 2 0 0 20 0 15 0 39602156 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268704924304 140268700700054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10659088 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10659088 memory=3834735383823812256 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10659088 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268191851936 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268190799344 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 783 0 0 0 4 0 0 0 20 0 15 0 39602162 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 342 0 0 0 4 0 0 0 20 0 15 0 39602162 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10659088 memory=139974971000448 CPUtime=0.11 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 764 0 0 0 11 0 0 0 20 0 15 0 39602162 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10659088 memory=139974971000448 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602162 10914906112 11860 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47440 KiB

[startup+0.700733 s]
/proc/loadavg: 3.12 3.78 3.01 5/219 30094
/proc/meminfo: memFree=19537472/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10659088 memory=129384 CPUtime=1.74 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 17150 0 0 0 169 5 0 0 20 0 15 0 39602156 10914906112 32346 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2664772 32346 3107 1 0 2627263 0
[pid=30079/tid=30081] ppid=30076 vsize=10659088 memory=269193249327333 CPUtime=0.68 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) R 30076 30079 25837 0 -1 4202560 5858 0 0 0 65 3 0 0 20 0 15 0 39602156 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268704905416 140268339615943 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10659088 memory=175223 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39602157 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10659088 memory=-6507805396932127080 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268191851936 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268190799344 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10659088 memory=6944652177228980320 CPUtime=0.39 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) R 30076 30079 25837 0 -1 4202560 4484 0 0 0 39 0 0 0 20 0 15 0 39602162 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268188675320 140268685081876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10659088 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) R 30076 30079 25837 0 -1 4202560 3410 0 0 0 39 0 0 0 20 0 15 0 39602162 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268187627432 140268679935021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10659088 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 2027 0 0 0 25 0 0 0 20 0 15 0 39602162 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39602162 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10659088 memory=8720 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39602162 10914906112 32346 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 129384 KiB

[startup+1.50074 s]
/proc/loadavg: 3.12 3.78 3.01 5/219 30094
/proc/meminfo: memFree=19369256/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10659088 memory=369224 CPUtime=4.25 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 21639 0 0 0 413 12 0 0 20 0 15 0 39602156 10914906112 92306 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2664772 92306 3144 1 0 2627263 0
[pid=30079/tid=30081] ppid=30076 vsize=10659088 memory=3303 CPUtime=1.36 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) R 30076 30079 25837 0 -1 4202560 5941 0 0 0 132 4 0 0 20 0 15 0 39602156 10914906112 92306 33554432000 4194304 4196468 140725086701232 140268704916152 140268341831332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10659088 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 42 0 0 0 6 1 0 0 20 0 15 0 39602157 10914906112 92306 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 193 0 0 0 7 1 0 0 20 0 15 0 39602157 10914906112 92306 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 37 0 0 0 3 0 0 0 20 0 15 0 39602157 10914906112 92306 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 159 0 0 0 6 0 0 0 20 0 15 0 39602157 10914906112 92306 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39602159 10914906112 92306 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0

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

/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 15294 0 0 0 2223 111 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10725652 memory=6265040 CPUtime=23.31 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 12018 0 0 0 2220 111 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10725652 memory=6265040 CPUtime=23.35 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 13824 0 0 0 2232 103 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10725652 memory=6265040 CPUtime=9.97 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 20752 0 0 0 993 4 0 0 20 0 16 0 39602159 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39602159 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268191852000 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39602159 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268190799360 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10725652 memory=237355 CPUtime=1.94 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 11490 0 0 0 191 3 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10725652 memory=226397 CPUtime=2.18 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 7290 0 0 0 216 2 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0.43 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 5695 0 0 0 41 2 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10725652 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10725652 memory=6265040 CPUtime=1.6 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 2358 0 0 0 73 87 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30095] ppid=30076 vsize=10725652 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30076 30079 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39606661 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268183430448 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 2398.26 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6265040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2324.11 s]
/proc/loadavg: 2.00 2.06 2.13 3/221 30316
/proc/meminfo: memFree=14456320/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10725652 memory=6265040 CPUtime=2400.08 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 280417 0 0 0 239461 547 0 0 20 0 16 0 39602156 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2681413 1566260 3187 1 0 2643904 0
[pid=30079/tid=30081] ppid=30076 vsize=10725652 memory=6265040 CPUtime=2290.49 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) R 30076 30079 25837 0 -1 4202560 178297 0 0 0 229009 40 0 0 20 0 16 0 39602156 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268704927056 140268342856066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10725652 memory=6265040 CPUtime=23.37 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 11944 0 0 0 2231 106 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10725652 memory=6265040 CPUtime=23.34 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 15294 0 0 0 2223 111 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10725652 memory=6265040 CPUtime=23.31 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 12018 0 0 0 2220 111 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10725652 memory=6265040 CPUtime=23.35 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 13824 0 0 0 2232 103 0 0 20 0 16 0 39602157 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10725652 memory=6265040 CPUtime=9.97 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 20752 0 0 0 993 4 0 0 20 0 16 0 39602159 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 39602159 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268191852000 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 39602159 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268190799360 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10725652 memory=6791534058613427641 CPUtime=1.94 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 11490 0 0 0 191 3 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10725652 memory=6943487855420614559 CPUtime=2.18 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 7290 0 0 0 216 2 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0.43 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 5695 0 0 0 41 2 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10725652 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10725652 memory=6791534058613427641 CPUtime=1.6 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 2358 0 0 0 73 87 0 0 20 0 16 0 39602162 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30095] ppid=30076 vsize=10725652 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30076 30079 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39606661 10983067648 1566260 33554432000 4194304 4196468 140725086701232 140268183430448 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6265040 KiB

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

[startup+2324.36 s]
# the end of solver process 30079 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.66 s, system=5.49703 s

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

[startup+2324.21 s]
/proc/loadavg: 2.00 2.06 2.13 3/221 30316
/proc/meminfo: memFree=14456320/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10925344 memory=6265344 CPUtime=2400.11 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 281280 0 0 0 239464 547 0 0 20 0 17 0 39602156 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2731336 1566336 3190 1 0 2693827 0
[pid=30079/tid=30081] ppid=30076 vsize=10925344 memory=288230596050944315 CPUtime=2290.5 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) S 30076 30079 25837 0 -1 1077944384 178356 0 0 0 229010 40 0 0 20 0 17 0 39602156 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268704930992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10925344 memory=14695218540710260 CPUtime=23.37 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 11944 0 0 0 2231 106 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10925344 memory=8760 CPUtime=23.34 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 15294 0 0 0 2223 111 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10925344 memory=18472 CPUtime=23.31 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 12018 0 0 0 2220 111 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10925344 memory=4048 CPUtime=23.35 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 13824 0 0 0 2232 103 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10925344 memory=1792 CPUtime=9.97 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 20783 0 0 0 993 4 0 0 20 0 17 0 39602159 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10925344 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 39602159 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268191852000 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10925344 memory=648 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39602159 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268190799360 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10925344 memory=956 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10925344 memory=2340 CPUtime=1.94 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 11490 0 0 0 191 3 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10925344 memory=1584 CPUtime=2.18 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 7290 0 0 0 216 2 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10925344 memory=916 CPUtime=0.43 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 5876 0 0 0 41 2 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10925344 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10925344 memory=3472328279047811153 CPUtime=1.6 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 2358 0 0 0 73 87 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6265344 KiB

[startup+2324.3 s]
/proc/loadavg: 2.00 2.06 2.13 3/221 30316
/proc/meminfo: memFree=14456320/32770624 swapFree=67108860/67108860
[pid=30079] ppid=30076 vsize=10925344 memory=6265344 CPUtime=2400.11 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30076 30079 25837 0 -1 1077944320 281280 0 0 0 239464 547 0 0 20 0 17 0 39602156 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140725086683776 140268700688119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
/proc/30079/statm: 2731336 1566336 3190 1 0 2693827 0
[pid=30079/tid=30081] ppid=30076 vsize=10925344 memory=6265040 CPUtime=2290.5 cores=0,2,4,6
/proc/30079/task/30081/stat : 30081 (java) S 30076 30079 25837 0 -1 1077944384 178356 0 0 0 229010 40 0 0 20 0 17 0 39602156 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268704930992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30082] ppid=30076 vsize=10925344 memory=6265040 CPUtime=23.37 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30076 30079 25837 0 -1 1077944384 11944 0 0 0 2231 106 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268307851536 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30083] ppid=30076 vsize=10925344 memory=6265040 CPUtime=23.34 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30076 30079 25837 0 -1 1077944384 15294 0 0 0 2223 111 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268306798992 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30084] ppid=30076 vsize=10925344 memory=6265040 CPUtime=23.31 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30076 30079 25837 0 -1 1077944384 12018 0 0 0 2220 111 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268305746448 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30085] ppid=30076 vsize=10925344 memory=6265040 CPUtime=23.35 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30076 30079 25837 0 -1 1077944384 13824 0 0 0 2232 103 0 0 20 0 17 0 39602157 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268304693904 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30086] ppid=30076 vsize=10925344 memory=6265040 CPUtime=9.97 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30076 30079 25837 0 -1 1077944384 20783 0 0 0 993 4 0 0 20 0 17 0 39602159 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268192905712 140268700699266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30087] ppid=30076 vsize=10925344 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30076 30079 25837 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 39602159 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268191852000 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30088] ppid=30076 vsize=10925344 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30076 30079 25837 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 39602159 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268190799360 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30089] ppid=30076 vsize=10925344 memory=6265040 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30076 30079 25837 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268189747920 140268700706715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30090] ppid=30076 vsize=10925344 memory=6265040 CPUtime=1.94 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30076 30079 25837 0 -1 1077944384 11490 0 0 0 191 3 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268188694512 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30091] ppid=30076 vsize=10925344 memory=6265040 CPUtime=2.18 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30076 30079 25837 0 -1 1077944384 7290 0 0 0 216 2 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268187641968 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30092] ppid=30076 vsize=10925344 memory=6791534058613427641 CPUtime=0.43 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30076 30079 25837 0 -1 1077944384 5876 0 0 0 41 2 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268186589424 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30093] ppid=30076 vsize=10925344 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30076 30079 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268185537120 140268700698325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
[pid=30079/tid=30094] ppid=30076 vsize=10925344 memory=4132 CPUtime=1.6 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30076 30079 25837 0 -1 1077944384 2358 0 0 0 73 87 0 0 20 0 17 0 39602162 11187552256 1566336 33554432000 4194304 4196468 140725086701232 140268184484656 140268700699266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16506880 140725086704753 140725086704905 140725086704905 140725086707663 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6265344 KiB

Child status: 143
Real time (s): 2324.36
CPU time (s): 2400.16
CPU user time (s): 2394.66
CPU system time (s): 5.49703
CPU usage (%): 103.261
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 6265344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.66
system time used= 5.49703
maximum resident set size= 6265476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53900
involuntary context switches= 2725


# summary of solver processes directly reported to runsolver:
#   pid: 30079
#   total CPU time (s): 2400.16
#   total CPU user time (s): 2394.66
#   total CPU system time (s): 5.49703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6841 second user time and 22.7358 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 02:46:30
IDJOB=4290161
IDBENCH=141495
IDSOLVER=2742
FILE ID=node132/4290161-1532220390
RUNJOBID= node132-1532209718-28181
PBS_JOBID= 21018935
Free space on /tmp= 55128 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g11-g30_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290161-1532220390/watcher-4290161-1532220390 -o /tmp/evaluation-result-4290161-1532220390/solver-4290161-1532220390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290161-1532220390.xml

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

MD5SUM BENCH= bb4f87e482134ef2c2f946a146b04c70
RANDOM SEED=213266780

node132.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.65
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.65
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.65
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.65
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:        19593080 kB
MemAvailable:   30442128 kB
Buffers:          228668 kB
Cached:         10773356 kB
SwapCached:            0 kB
Active:          3407660 kB
Inactive:        9145696 kB
Active(anon):    1553484 kB
Inactive(anon):    17040 kB
Active(file):    1854176 kB
Inactive(file):  9128656 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2320 kB
Writeback:             0 kB
AnonPages:       1556968 kB
Mapped:            46928 kB
Shmem:             17056 kB
Slab:             322116 kB
SReclaimable:     294676 kB
SUnreclaim:        27440 kB
KernelStack:        3664 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3181024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1396736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55128 MiB
End job on node132 at 2018-07-22 03:25:14