Trace number 4290143

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.13 2347.78

General information on the benchmark

NameStripPacking/
StripPacking-N1b_c18.xml
MD5SUMd6d9a16a398659a401a93dc83363d7ca
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 benchmark158.344
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":49},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290143-1532212299/watcher-4290143-1532212299 -o /tmp/evaluation-result-4290143-1532212299/solver-4290143-1532212299 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25960 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290143-1532212299.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=26204, runsolver pid=26201

[startup+0.101217 s]*
/proc/loadavg: 1.97 1.98 1.95 2/221 26219
/proc/meminfo: memFree=23026696/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10659012 memory=30676 CPUtime=0.12 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 6735 0 0 0 11 1 0 0 20 0 15 0 38793035 10914828288 7669 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2664753 7669 2817 1 0 2627263 0
[pid=26204/tid=26206] ppid=26201 vsize=10659012 memory=-8773748148830375293 CPUtime=0.09 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) R 26201 26204 23369 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 38793036 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833801766768 139833781642590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833403894416 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793038 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793038 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833289143840 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793038 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833288090992 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0.02 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 38793041 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 7669 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30676 KiB

[startup+0.210737 s]*
/proc/loadavg: 1.97 1.98 1.95 4/221 26219
/proc/meminfo: memFree=23016464/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10659012 memory=41876 CPUtime=0.33 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 8085 0 0 0 31 2 0 0 20 0 15 0 38793035 10914828288 10469 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2664753 10469 3003 1 0 2627263 0
[pid=26204/tid=26206] ppid=26201 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) R 26201 26204 23369 0 -1 4202560 5030 0 0 0 18 2 0 0 20 0 15 0 38793036 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833801798384 139833414657744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833403894416 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10659012 memory=140258064463346 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793036 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793038 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793038 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833289143840 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793038 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833288090992 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10659012 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 782 0 0 0 3 0 0 0 20 0 15 0 38793041 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 38793041 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0.07 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 666 0 0 0 7 0 0 0 20 0 15 0 38793041 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10659012 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793041 10914828288 10469 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41876 KiB

[startup+0.310578 s]*
/proc/loadavg: 1.97 1.98 1.95 4/221 26219
/proc/meminfo: memFree=23009392/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10659088 memory=47732 CPUtime=0.53 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 8970 0 0 0 50 3 0 0 20 0 15 0 38793035 10914906112 11933 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2664772 11933 3060 1 0 2627263 0
[pid=26204/tid=26206] ppid=26201 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) R 26201 26204 23369 0 -1 4202560 5665 0 0 0 28 2 0 0 20 0 15 0 38793036 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833801798912 139833754163758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833403894416 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10659088 memory=140258064463345 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10659088 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833289143840 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833288090992 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 887 0 0 0 5 0 0 0 20 0 15 0 38793041 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 15 0 38793041 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10659088 memory=140258064270976 CPUtime=0.12 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 784 0 0 0 12 0 0 0 20 0 15 0 38793041 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10659088 memory=140258064270976 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793041 10914906112 11933 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47732 KiB

[startup+0.700701 s]
/proc/loadavg: 1.97 1.98 1.95 5/221 26219
/proc/meminfo: memFree=22976604/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10659088 memory=201120 CPUtime=1.67 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 12779 0 0 0 159 8 0 0 20 0 15 0 38793035 10914906112 50280 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2664772 50280 3105 1 0 2627263 0
[pid=26204/tid=26206] ppid=26201 vsize=10659088 memory=1728 CPUtime=0.66 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) S 26201 26204 23369 0 -1 1077944384 6132 0 0 0 62 4 0 0 20 0 15 0 38793036 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833801798096 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) R 26201 26204 23369 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833403894416 139833782589522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10659088 memory=1228 CPUtime=0.01 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) R 26201 26204 23369 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 15 0 38793036 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833402841616 139833782587800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) R 26201 26204 23369 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833401788704 139833782584224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10659088 memory=5524 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) R 26201 26204 23369 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 38793036 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833400733824 139833782584224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10659088 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833290196384 139833797572309 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833289143840 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833288090992 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10659088 memory=7518026621751088994 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10659088 memory=6082227202167695463 CPUtime=0.32 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) R 26201 26204 23369 0 -1 4202560 2130 0 0 0 32 0 0 0 20 0 15 0 38793041 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833285966904 139833779105807 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10659088 memory=7810487918915055718 CPUtime=0.33 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 1476 0 0 0 33 0 0 0 20 0 15 0 38793041 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833284914016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 1603 0 0 0 27 0 0 0 20 0 15 0 38793041 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38793041 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38793041 10914906112 50280 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 201120 KiB

[startup+1.50152 s]
/proc/loadavg: 1.97 1.98 1.95 6/221 26219
/proc/meminfo: memFree=22726072/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10659088 memory=598632 CPUtime=3.79 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 13901 0 0 0 330 49 0 0 20 0 15 0 38793035 10914906112 149658 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2664772 149658 3138 1 0 2627263 0
[pid=26204/tid=26206] ppid=26201 vsize=10659088 memory=6791534058613427641 CPUtime=1.09 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) S 26201 26204 23369 0 -1 1077944384 6205 0 0 0 103 6 0 0 20 0 15 0 38793036 10914906112 149658 33554432000 4194304 4196468 140726725245312 139833801797680 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10659088 memory=-6951259422114956437 CPUtime=0.37 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) R 26201 26204 23369 0 -1 4202560 225 0 0 0 27 10 0 0 20 0 15 0 38793036 10914906112 149658 33554432000 4194304 4196468 140726725245312 139833403894616 139833782584224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10659088 memory=-6509546260019855299 CPUtime=0.37 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) R 26201 26204 23369 0 -1 4202560 215 0 0 0 27 10 0 0 20 0 15 0 38793036 10914906112 149658 33554432000 4194304 4196468 140726725245312 139833402841504 139833782584224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10659088 memory=-7390251449858225344 CPUtime=0.34 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) R 26201 26204 23369 0 -1 4202560 286 0 0 0 25 9 0 0 20 0 15 0 38793036 10914906112 149658 33554432000 4194304 4196468 140726725245312 139833401789016 139833779187929 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10659088 memory=-7096649868621430206 CPUtime=0.37 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) R 26201 26204 23369 0 -1 4202560 245 0 0 0 26 11 0 0 20 0 15 0 38793036 10914906112 149658 33554432000 4194304 4196468 140726725245312 139833400736216 139833782584224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38793038 10914906112 149658 33554432000 4194304 4196468 140726725245312 139833290196384 139833797572309 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0

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

/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 11446 0 0 0 1501 91 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10727700 memory=4459376 CPUtime=15.94 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 11008 0 0 0 1501 93 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10727700 memory=4459376 CPUtime=15.88 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 13894 0 0 0 1506 82 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10727700 memory=4459376 CPUtime=4.8 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 11861 0 0 0 477 3 0 0 20 0 16 0 38793038 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38793038 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833289143904 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10727700 memory=6153985703205688929 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38793038 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833288091008 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10727700 memory=3828 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10727700 memory=13856 CPUtime=1.96 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 13547 0 0 0 194 2 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10727700 memory=4459376 CPUtime=1.41 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 6379 0 0 0 140 1 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0.42 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 4210 0 0 0 41 1 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10727700 memory=4459376 CPUtime=1.3 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 2374 0 0 0 61 69 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26302] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26302/stat : 26302 (java) S 26201 26204 23369 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38795411 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833278625200 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 2374.81 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4459376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.5 s]
/proc/loadavg: 2.04 2.01 2.05 3/220 26408
/proc/meminfo: memFree=13889068/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10727700 memory=4459376 CPUtime=2400.03 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 258046 0 0 0 239558 445 0 0 20 0 16 0 38793035 10985164800 1114844 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2681925 1114844 3180 1 0 2644416 0
[pid=26204/tid=26206] ppid=26201 vsize=10727700 memory=4459376 CPUtime=2326.27 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) R 26201 26204 23369 0 -1 4202560 165808 0 0 0 232598 29 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833801801024 139833419338896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10727700 memory=4459376 CPUtime=16.01 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) S 26201 26204 23369 0 -1 1077944384 16086 0 0 0 1515 86 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833403894416 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10727700 memory=4459376 CPUtime=15.92 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 11446 0 0 0 1501 91 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10727700 memory=4459376 CPUtime=15.94 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 11008 0 0 0 1501 93 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10727700 memory=4459376 CPUtime=15.88 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 13894 0 0 0 1506 82 0 0 20 0 16 0 38793036 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10727700 memory=4459376 CPUtime=4.8 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 11861 0 0 0 477 3 0 0 20 0 16 0 38793038 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38793038 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833289143904 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 38793038 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833288091008 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10727700 memory=4459376 CPUtime=1.96 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 13547 0 0 0 194 2 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10727700 memory=4459376 CPUtime=1.41 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 6379 0 0 0 140 1 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10727700 memory=4459376 CPUtime=0.42 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 4210 0 0 0 41 1 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10727700 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10727700 memory=1008 CPUtime=1.32 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 2376 0 0 0 62 70 0 0 20 0 16 0 38793041 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26302] ppid=26201 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26302/stat : 26302 (java) S 26201 26204 23369 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38795411 10985164800 1114844 33554432000 4194304 4196468 140726725245312 139833278625200 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4459376 KiB

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

[startup+2347.78 s]
# the end of solver process 26204 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.65 s, system=4.47812 s

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

[startup+2347.61 s]
/proc/loadavg: 2.04 2.01 2.05 3/220 26408
/proc/meminfo: memFree=13889068/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10927392 memory=4459704 CPUtime=2400.04 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 258956 0 0 0 239559 445 0 0 20 0 17 0 38793035 11189649408 1114926 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2731848 1114926 3182 1 0 2694339 0
[pid=26204/tid=26206] ppid=26201 vsize=10927392 memory=2244 CPUtime=2326.28 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) S 26201 26204 23369 0 -1 1077944384 165894 0 0 0 232599 29 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833801804976 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10927392 memory=6791534058613427641 CPUtime=16.01 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) S 26201 26204 23369 0 -1 1077944384 16086 0 0 0 1515 86 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833403894416 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10927392 memory=792 CPUtime=15.92 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 11446 0 0 0 1501 91 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10927392 memory=1228 CPUtime=15.94 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 11008 0 0 0 1501 93 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10927392 memory=1948 CPUtime=15.88 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 13894 0 0 0 1506 82 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10927392 memory=5524 CPUtime=4.8 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 11908 0 0 0 477 3 0 0 20 0 17 0 38793038 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10927392 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38793038 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833289143904 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10927392 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38793038 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833288091008 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10927392 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10927392 memory=11968 CPUtime=1.96 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 13547 0 0 0 194 2 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10927392 memory=1696 CPUtime=1.41 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 6379 0 0 0 140 1 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10927392 memory=8368 CPUtime=0.42 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 4339 0 0 0 41 1 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10927392 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10927392 memory=644 CPUtime=1.32 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 2376 0 0 0 62 70 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4459704 KiB

[startup+2347.7 s]
/proc/loadavg: 2.04 2.01 2.05 3/220 26408
/proc/meminfo: memFree=13889068/32770624 swapFree=67108860/67108860
[pid=26204] ppid=26201 vsize=10927392 memory=4459704 CPUtime=2400.04 cores=0,2,4,6
/proc/26204/stat : 26204 (java) S 26201 26204 23369 0 -1 1077944320 258956 0 0 0 239559 445 0 0 20 0 17 0 38793035 11189649408 1114926 33554432000 4194304 4196468 140726725245312 140726725227856 139833797562103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
/proc/26204/statm: 2731848 1114926 3182 1 0 2694339 0
[pid=26204/tid=26206] ppid=26201 vsize=10927392 memory=4459376 CPUtime=2326.28 cores=0,2,4,6
/proc/26204/task/26206/stat : 26206 (java) S 26201 26204 23369 0 -1 1077944384 165894 0 0 0 232599 29 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833801804976 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26207] ppid=26201 vsize=10927392 memory=4459376 CPUtime=16.01 cores=0,2,4,6
/proc/26204/task/26207/stat : 26207 (java) S 26201 26204 23369 0 -1 1077944384 16086 0 0 0 1515 86 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833403894416 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26208] ppid=26201 vsize=10927392 memory=4459376 CPUtime=15.92 cores=0,2,4,6
/proc/26204/task/26208/stat : 26208 (java) S 26201 26204 23369 0 -1 1077944384 11446 0 0 0 1501 91 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833402841616 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26209] ppid=26201 vsize=10927392 memory=4459376 CPUtime=15.94 cores=0,2,4,6
/proc/26204/task/26209/stat : 26209 (java) S 26201 26204 23369 0 -1 1077944384 11008 0 0 0 1501 93 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833401788816 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26210] ppid=26201 vsize=10927392 memory=4459376 CPUtime=15.88 cores=0,2,4,6
/proc/26204/task/26210/stat : 26210 (java) S 26201 26204 23369 0 -1 1077944384 13894 0 0 0 1506 82 0 0 20 0 17 0 38793036 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833400736016 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26211] ppid=26201 vsize=10927392 memory=4459376 CPUtime=4.8 cores=0,2,4,6
/proc/26204/task/26211/stat : 26211 (java) S 26201 26204 23369 0 -1 1077944384 11908 0 0 0 477 3 0 0 20 0 17 0 38793038 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833290197872 139833797573250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26212] ppid=26201 vsize=10927392 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26212/stat : 26212 (java) S 26201 26204 23369 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38793038 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833289143904 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26213] ppid=26201 vsize=10927392 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26213/stat : 26213 (java) S 26201 26204 23369 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38793038 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833288091008 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26214] ppid=26201 vsize=10927392 memory=4459376 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26214/stat : 26214 (java) S 26201 26204 23369 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833287039312 139833797580699 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26215] ppid=26201 vsize=10927392 memory=4459376 CPUtime=1.96 cores=0,2,4,6
/proc/26204/task/26215/stat : 26215 (java) S 26201 26204 23369 0 -1 1077944384 13547 0 0 0 194 2 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833285986672 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26216] ppid=26201 vsize=10927392 memory=4459376 CPUtime=1.41 cores=0,2,4,6
/proc/26204/task/26216/stat : 26216 (java) S 26201 26204 23369 0 -1 1077944384 6379 0 0 0 140 1 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833284933872 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26217] ppid=26201 vsize=10927392 memory=1200 CPUtime=0.42 cores=0,2,4,6
/proc/26204/task/26217/stat : 26217 (java) S 26201 26204 23369 0 -1 1077944384 4339 0 0 0 41 1 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833283881072 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26218] ppid=26201 vsize=10927392 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/26204/task/26218/stat : 26218 (java) S 26201 26204 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833282828512 139833797572309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
[pid=26204/tid=26219] ppid=26201 vsize=10927392 memory=4459376 CPUtime=1.32 cores=0,2,4,6
/proc/26204/task/26219/stat : 26219 (java) S 26201 26204 23369 0 -1 1077944384 2376 0 0 0 62 70 0 0 20 0 17 0 38793041 11189649408 1114926 33554432000 4194304 4196468 140726725245312 139833281776816 139833797573250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140726725252209 140726725252361 140726725252361 140726725255119 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4459704 KiB

Child status: 143
Real time (s): 2347.78
CPU time (s): 2400.13
CPU user time (s): 2395.65
CPU system time (s): 4.47812
CPU usage (%): 102.23
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4470264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.65
system time used= 4.47812
maximum resident set size= 4470408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53940
involuntary context switches= 4488


# summary of solver processes directly reported to runsolver:
#   pid: 26204
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2395.65
#   total CPU system time (s): 4.47812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0603 second user time and 23.0525 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 00:31:39
IDJOB=4290143
IDBENCH=141132
IDSOLVER=2742
FILE ID=node135/4290143-1532212299
RUNJOBID= node135-1532209914-25960
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StripPacking/StripPacking-N1b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290143-1532212299/watcher-4290143-1532212299 -o /tmp/evaluation-result-4290143-1532212299/solver-4290143-1532212299 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25960 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290143-1532212299.xml

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

MD5SUM BENCH= d6d9a16a398659a401a93dc83363d7ca
RANDOM SEED=1804914271

node135.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.50
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.50
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.50
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.50
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:        23043032 kB
MemAvailable:   31407708 kB
Buffers:          127012 kB
Cached:          8445768 kB
SwapCached:            0 kB
Active:          1814076 kB
Inactive:        7342680 kB
Active(anon):     533864 kB
Inactive(anon):    69908 kB
Active(file):    1280212 kB
Inactive(file):  7272772 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2288 kB
Writeback:             0 kB
AnonPages:        595044 kB
Mapped:            46924 kB
Shmem:             17056 kB
Slab:             266700 kB
SReclaimable:     240152 kB
SUnreclaim:        26548 kB
KernelStack:        3936 kB
PageTables:         6340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1347500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 01:10:47