Trace number 4289841

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.29 2374.74

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

9.31/3.95	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
9.31/3.95	c This is free software under the dual EPL/GNU LGPL licenses.
9.31/3.95	c See www.sat4j.org for details.
9.31/3.95	c That software uses the Rhino library from the Mozilla project.
9.31/3.95	c version 2.3.6-SNAPSHOT
9.31/3.95	c java.runtime.name	Java(TM) SE Runtime Environment
9.31/3.95	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
9.31/3.95	c java.vm.version	25.131-b11
9.31/3.95	c java.vm.vendor	Oracle Corporation
9.31/3.95	c sun.arch.data.model	64
9.31/3.95	c java.version		1.8.0_131
9.31/3.95	c os.name		Linux
9.31/3.95	c os.version		3.10.0-514.16.1.el7.x86_64
9.31/3.95	c os.arch		amd64
9.31/3.95	c Free memory 		499604488
9.31/3.95	c Max memory 		7247757312
9.31/3.95	c Total memory 		504889344
9.31/3.95	c Number of processors 	4
9.31/3.95	c c --- Begin Solver configuration ---
9.31/3.95	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
9.31/3.95	c Learn all clauses as in MiniSAT
9.31/3.95	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
9.31/3.95	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
9.31/3.95	c No reason simplification
9.31/3.95	c Glucose 2.1 dynamic restart strategy
9.31/3.95	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
9.31/3.95	c timeout=2147483s
9.31/3.95	c DB Simplification allowed=false
9.31/3.95	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
9.31/3.95	c --- End Solver configuration ---
9.31/3.95	c constraints type 
9.31/3.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
9.31/3.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 507507
9.31/3.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6722820
9.31/3.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 156
9.31/3.95	c 7230665 constraints processed.
560.66/547.06	o 160
610.97/597.15	o 156
887.16/872.33	o 155
1066.36/1050.83	o 144
2101.88/2076.84	o 143
2154.50/2129.42	o 142
2400.22/2374.70	c starts		: 8931
2400.22/2374.70	c conflicts		: 3050004
2400.22/2374.70	c decisions		: 55067876
2400.22/2374.70	c propagations		: 4004379172
2400.22/2374.70	c inspects		: 27504609662
2400.22/2374.70	c shortcuts		: 0
2400.22/2374.70	c learnt literals	: 7707
2400.22/2374.70	c learnt binary clauses	: 4332
2400.22/2374.70	c learnt ternary clauses	: 4497
2400.22/2374.70	c learnt constraints	: 3042297
2400.22/2374.70	c ignored constraints	: 0
2400.22/2374.70	c root simplifications	: 0
2400.22/2374.70	c removed literals (reason simplification)	: 0
2400.22/2374.70	c reason swapping (by a shorter reason)	: 0
2400.22/2374.70	c Calls to reduceDB	: 154
2400.22/2374.70	c Number of update (reduction) of LBD	: 2419544
2400.22/2374.70	c Imported unit clauses	: 0
2400.22/2374.70	c number of reductions to clauses (during analyze)	: 0
2400.22/2374.70	c number of learned constraints concerned by reduction	: 0
2400.22/2374.70	c number of learning phase by resolution	: 0
2400.22/2374.70	c number of learning phase by cutting planes	: 0
2400.22/2374.70	c number of rounding to 1 operations	: 0
2400.22/2374.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.22/2374.70	c number of reductions of the coefficients by power 2 	: 0
2400.22/2374.70	c number of right shift for reduction by power 2 	: 0
2400.22/2374.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.22/2374.70	c number of ending skipping 	: 0
2400.22/2374.70	c number of internal skipping 	: 0
2400.22/2374.70	c number of derivation steps 	: 0
2400.22/2374.70	c number of skipped derivation steps 	: 0
2400.22/2374.70	c number of remaining unassigned 	: 0
2400.22/2374.70	c number of remaining assigned 	: 0
2400.22/2374.70	c speed (assignments/second)	: 1689086.2090565085
2400.22/2374.70	c non guided choices	: 613418
2400.22/2374.72	Exception in thread "Thread-0" java.lang.NullPointerException
2400.22/2374.72		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.22/2374.72		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.22/2374.72		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.22/2374.72		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.22/2374.72		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.22/2374.72		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.22/2374.72		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.22/2374.72		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (11022 MiB free)
  memory of node 1: 16384 MiB (8662 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289841-1532217257/watcher-4289841-1532217257 -o /tmp/evaluation-result-4289841-1532217257/solver-4289841-1532217257 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289841-1532217257.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=28115, runsolver pid=28112


[startup+0.100719 s]*
/proc/loadavg: 4.71 4.05 3.00 2/216 28130
/proc/meminfo: memFree=20140396/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10659012 memory=30064 CPUtime=0.12 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 6580 0 0 0 11 1 0 0 20 0 15 0 39288930 10914828288 7516 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2664753 7516 2820 1 0 2627263 0
[pid=28115/tid=28117] ppid=28112 vsize=10659012 memory=-8773748148829851523 CPUtime=0.09 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 4408 0 0 0 8 1 0 0 20 0 15 0 39288930 10914828288 7516 33554432000 4194304 4196468 140736214806608 140381611657072 140381591532894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 7516 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 7516 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 7516 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 7516 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288932 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39288933 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380642669472 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39288933 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380641616880 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288935 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 39288935 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) R 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288935 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0.01 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) R 28112 28115 24561 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 39288935 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380637407984 140381591532894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288936 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288936 10914828288 7516 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210438 s]*
/proc/loadavg: 4.71 4.05 3.00 5/216 28130
/proc/meminfo: memFree=20131440/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10659012 memory=40712 CPUtime=0.32 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 7825 0 0 0 30 2 0 0 20 0 15 0 39288930 10914828288 10178 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2664753 10178 2954 1 0 2627263 0
[pid=28115/tid=28117] ppid=28112 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 4984 0 0 0 18 1 0 0 20 0 15 0 39288930 10914828288 10178 33554432000 4194304 4196468 140736214806608 140381611688688 140381224266528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 10178 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10659012 memory=288370285997147776 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 10178 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 10178 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288931 10914828288 10178 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288932 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39288933 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380642669472 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39288933 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380641616880 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288935 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 15 0 39288935 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) S 28112 28115 24561 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 39288935 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0.07 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) R 28112 28115 24561 0 -1 4202560 712 0 0 0 7 0 0 0 20 0 15 0 39288935 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380637407984 140381607473754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288936 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10659012 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288936 10914828288 10178 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40712 KiB

[startup+0.312113 s]*
/proc/loadavg: 4.71 4.05 3.00 4/216 28130
/proc/meminfo: memFree=20123748/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10659088 memory=46928 CPUtime=0.51 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 8743 0 0 0 49 2 0 0 20 0 15 0 39288930 10914906112 11732 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2664772 11732 3060 1 0 2627263 0
[pid=28115/tid=28117] ppid=28112 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 5621 0 0 0 28 2 0 0 20 0 15 0 39288930 10914906112 11732 33554432000 4194304 4196468 140736214806608 140381611688336 140381607464342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 11732 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10659088 memory=288370285997147776 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 11732 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 11732 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 11732 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10659088 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288932 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39288933 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380642669472 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39288933 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380641616880 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288935 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 739 0 0 0 5 0 0 0 20 0 15 0 39288935 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) S 28112 28115 24561 0 -1 1077944384 151 0 0 0 3 0 0 0 20 0 15 0 39288935 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10659088 memory=139909845436032 CPUtime=0.12 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) R 28112 28115 24561 0 -1 4202560 864 0 0 0 12 0 0 0 20 0 15 0 39288935 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380637407984 140381586165418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288936 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10659088 memory=139909845436032 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288936 10914906112 11732 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46928 KiB

[startup+0.700716 s]
/proc/loadavg: 4.71 4.05 3.00 5/216 28130
/proc/meminfo: memFree=20091440/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10659088 memory=99676 CPUtime=1.51 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 12265 0 0 0 147 4 0 0 20 0 15 0 39288930 10914906112 24919 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2664772 24919 3099 1 0 2627263 0
[pid=28115/tid=28117] ppid=28112 vsize=10659088 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 5722 0 0 0 65 2 0 0 20 0 15 0 39288930 10914906112 24919 33554432000 4194304 4196468 140736214806608 140381611688472 140381224273395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 24919 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10659088 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 24919 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 24919 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288931 10914906112 24919 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39288932 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39288933 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380642669472 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39288933 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380641616880 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288935 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10659088 memory=7163631965283378496 CPUtime=0.29 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 1555 0 0 0 29 0 0 0 20 0 15 0 39288935 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10659088 memory=6083353102074538087 CPUtime=0.34 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) R 28112 28115 24561 0 -1 4202560 2605 0 0 0 34 0 0 0 20 0 15 0 39288935 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380638460528 140381591698131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10659088 memory=7440061282865139792 CPUtime=0.17 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) S 28112 28115 24561 0 -1 1077944384 1015 0 0 0 17 0 0 0 20 0 15 0 39288935 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380637407984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39288936 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39288936 10914906112 24919 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 99676 KiB

[startup+1.50109 s]
/proc/loadavg: 4.71 4.05 3.00 3/216 28130
/proc/meminfo: memFree=20033916/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10659088 memory=244020 CPUtime=3.21 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 18798 0 0 0 309 12 0 0 20 0 15 0 39288930 10914906112 61005 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2664772 61005 3128 1 0 2627263 0
[pid=28115/tid=28117] ppid=28112 vsize=10659088 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) S 28112 28115 24561 0 -1 1077944384 7568 0 0 0 136 4 0 0 20 0 15 0 39288930 10914906112 61005 33554432000 4194304 4196468 140736214806608 140381611684976 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10659088 memory=-6951259422114956437 CPUtime=0.06 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) R 28112 28115 24561 0 -1 4202560 54 0 0 0 5 1 0 0 20 0 15 0 39288931 10914906112 61005 33554432000 4194304 4196468 140736214806608 140381544143632 140381592479530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) R 28112 28115 24561 0 -1 4202560 87 0 0 0 5 1 0 0 20 0 15 0 39288931 10914906112 61005 33554432000 4194304 4196468 140736214806608 140381213551504 140381592480281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10659088 memory=-7390251449858225344 CPUtime=0.06 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) R 28112 28115 24561 0 -1 4202560 53 0 0 0 5 1 0 0 20 0 15 0 39288931 10914906112 61005 33554432000 4194304 4196468 140736214806608 140381212499160 140381592476437 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10659088 memory=4134692831991786133 CPUtime=0.06 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) R 28112 28115 24561 0 -1 4202560 131 0 0 0 5 1 0 0 20 0 15 0 39288931 10914906112 61005 33554432000 4194304 4196468 140736214806608 140381211446416 140381592476636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 277 0 0 0 0 0 0 0 20 0 15 0 39288932 10914906112 61005 33554432000 4194304 4196468 140736214806608 140380643721760 140381607462613 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0

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

/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 5393 0 0 0 598 76 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10727700 memory=3107580 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 5655 0 0 0 597 76 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10727700 memory=3107580 CPUtime=6.7 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 5600 0 0 0 594 76 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.79 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 11064 0 0 0 176 3 0 0 20 0 16 0 39288932 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39288933 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380642669536 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 39288933 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380641616896 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.84 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 12896 0 0 0 182 2 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10727700 memory=6791534058613427641 CPUtime=1.82 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) S 28112 28115 24561 0 -1 1077944384 7599 0 0 0 181 1 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10727700 memory=288230621803970871 CPUtime=0.44 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) S 28112 28115 24561 0 -1 1077944384 6567 0 0 0 44 0 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380637407984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39288936 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.34 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1963 0 0 0 74 60 0 0 20 0 16 0 39288936 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28131] ppid=28112 vsize=10727700 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28131/stat : 28131 (java) S 28112 28115 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289327 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380634247984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 2347.77 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3107580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.5 s]
/proc/loadavg: 2.02 2.02 2.10 3/218 28311
/proc/meminfo: memFree=16189652/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10727700 memory=3107580 CPUtime=2400.01 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 142627 0 0 0 239615 386 0 0 20 0 16 0 39288930 10985164800 776895 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2681925 776895 3181 1 0 2644416 0
[pid=28115/tid=28117] ppid=28112 vsize=10727700 memory=3107580 CPUtime=2365.76 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 79085 0 0 0 236556 20 0 0 20 0 16 0 39288930 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381611691296 140381229075595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10727700 memory=3107580 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 5248 0 0 0 595 78 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10727700 memory=3107580 CPUtime=6.74 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 5393 0 0 0 598 76 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10727700 memory=3107580 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 5655 0 0 0 597 76 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10727700 memory=3107580 CPUtime=6.7 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 5600 0 0 0 594 76 0 0 20 0 16 0 39288931 10985164800 776895 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.79 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 11087 0 0 0 176 3 0 0 20 0 16 0 39288932 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10727700 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39288933 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380642669536 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 16 0 39288933 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380641616896 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.84 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 12904 0 0 0 182 2 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.82 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) S 28112 28115 24561 0 -1 1077944384 7602 0 0 0 181 1 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0.44 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) S 28112 28115 24561 0 -1 1077944384 6570 0 0 0 44 0 0 0 20 0 16 0 39288935 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380637407984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10727700 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39288936 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10727700 memory=3107580 CPUtime=1.38 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1989 0 0 0 76 62 0 0 20 0 16 0 39288936 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28131] ppid=28112 vsize=10727700 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28131/stat : 28131 (java) S 28112 28115 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39289327 10985164800 776895 33554432000 4194304 4196468 140736214806608 140380634247984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3107580 KiB

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

[startup+2374.74 s]
# the end of solver process 28115 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.41 s, system=3.88129 s

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

[startup+2374.61 s]
/proc/loadavg: 2.02 2.02 2.10 3/218 28311
/proc/meminfo: memFree=16189652/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10927392 memory=3107888 CPUtime=2400.12 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 144473 0 0 0 239626 386 0 0 20 0 17 0 39288930 11189649408 776972 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2731848 776972 3183 1 0 2694339 0
[pid=28115/tid=28117] ppid=28112 vsize=10927392 memory=1296 CPUtime=2365.86 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 79298 0 0 0 236566 20 0 0 20 0 17 0 39288930 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381611688576 140381229153136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10927392 memory=2428 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 5248 0 0 0 595 78 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10927392 memory=6791534058613427641 CPUtime=6.74 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 5393 0 0 0 598 76 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10927392 memory=6944656592385698452 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 5655 0 0 0 597 76 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10927392 memory=0 CPUtime=6.7 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 5600 0 0 0 594 76 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10927392 memory=0 CPUtime=1.79 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 11087 0 0 0 176 3 0 0 20 0 17 0 39288932 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10927392 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 39288933 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380642669536 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10927392 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 39288933 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380641616896 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10927392 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10927392 memory=5520 CPUtime=1.84 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 12961 0 0 0 182 2 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10927392 memory=792 CPUtime=1.82 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) S 28112 28115 24561 0 -1 1077944384 7626 0 0 0 181 1 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10927392 memory=6791534058613427641 CPUtime=0.44 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) S 28112 28115 24561 0 -1 1077944384 7487 0 0 0 44 0 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380637407984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10927392 memory=44 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39288936 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10927392 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1989 0 0 0 76 62 0 0 20 0 17 0 39288936 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3107888 KiB

[startup+2374.7 s]
/proc/loadavg: 2.02 2.02 2.10 3/218 28311
/proc/meminfo: memFree=16189652/32770624 swapFree=67108860/67108860
[pid=28115] ppid=28112 vsize=10927392 memory=3107888 CPUtime=2400.22 cores=0,2,4,6
/proc/28115/stat : 28115 (java) S 28112 28115 24561 0 -1 1077944320 144484 0 0 0 239636 386 0 0 20 0 17 0 39288930 11189649408 776972 33554432000 4194304 4196468 140736214806608 140736214789152 140381607452407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
/proc/28115/statm: 2731848 776972 3183 1 0 2694339 0
[pid=28115/tid=28117] ppid=28112 vsize=10927392 memory=3107580 CPUtime=2365.96 cores=0,2,4,6
/proc/28115/task/28117/stat : 28117 (java) R 28112 28115 24561 0 -1 4202560 79300 0 0 0 236576 20 0 0 20 0 17 0 39288930 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381611688576 140381229153524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28118] ppid=28112 vsize=10927392 memory=3107580 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28118/stat : 28118 (java) S 28112 28115 24561 0 -1 1077944384 5248 0 0 0 595 78 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381544143632 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28119] ppid=28112 vsize=10927392 memory=3107580 CPUtime=6.74 cores=0,2,4,6
/proc/28115/task/28119/stat : 28119 (java) S 28112 28115 24561 0 -1 1077944384 5393 0 0 0 598 76 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381213551504 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28120] ppid=28112 vsize=10927392 memory=3107580 CPUtime=6.73 cores=0,2,4,6
/proc/28115/task/28120/stat : 28120 (java) S 28112 28115 24561 0 -1 1077944384 5655 0 0 0 597 76 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381212498960 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28121] ppid=28112 vsize=10927392 memory=0 CPUtime=6.7 cores=0,2,4,6
/proc/28115/task/28121/stat : 28121 (java) S 28112 28115 24561 0 -1 1077944384 5600 0 0 0 594 76 0 0 20 0 17 0 39288931 11189649408 776972 33554432000 4194304 4196468 140736214806608 140381211446416 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28122] ppid=28112 vsize=10927392 memory=3107580 CPUtime=1.79 cores=0,2,4,6
/proc/28115/task/28122/stat : 28122 (java) S 28112 28115 24561 0 -1 1077944384 11087 0 0 0 176 3 0 0 20 0 17 0 39288932 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380643723248 140381607463554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28123] ppid=28112 vsize=10927392 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28123/stat : 28123 (java) S 28112 28115 24561 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 39288933 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380642669536 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28124] ppid=28112 vsize=10927392 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28124/stat : 28124 (java) S 28112 28115 24561 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 39288933 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380641616896 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28125] ppid=28112 vsize=10927392 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28125/stat : 28125 (java) S 28112 28115 24561 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380640565456 140381607471003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28126] ppid=28112 vsize=10927392 memory=3107580 CPUtime=1.84 cores=0,2,4,6
/proc/28115/task/28126/stat : 28126 (java) S 28112 28115 24561 0 -1 1077944384 12961 0 0 0 182 2 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380639513072 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28127] ppid=28112 vsize=10927392 memory=3107580 CPUtime=1.82 cores=0,2,4,6
/proc/28115/task/28127/stat : 28127 (java) S 28112 28115 24561 0 -1 1077944384 7626 0 0 0 181 1 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380638460528 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28128] ppid=28112 vsize=10927392 memory=2340 CPUtime=0.44 cores=0,2,4,6
/proc/28115/task/28128/stat : 28128 (java) S 28112 28115 24561 0 -1 1077944384 7496 0 0 0 44 0 0 0 20 0 17 0 39288935 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380637407984 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28129] ppid=28112 vsize=10927392 memory=3107580 CPUtime=0 cores=0,2,4,6
/proc/28115/task/28129/stat : 28129 (java) S 28112 28115 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39288936 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380636355680 140381607462613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
[pid=28115/tid=28130] ppid=28112 vsize=10927392 memory=3107580 CPUtime=1.38 cores=0,2,4,6
/proc/28115/task/28130/stat : 28130 (java) S 28112 28115 24561 0 -1 1077944384 1989 0 0 0 76 62 0 0 20 0 17 0 39288936 11189649408 776972 33554432000 4194304 4196468 140736214806608 140380635302192 140381607463554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18178048 140736214807665 140736214807817 140736214807817 140736214810575 0
Current children cumulated CPU time: 2400.22 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3107888 KiB

Child status: 143
Real time (s): 2374.74
CPU time (s): 2400.29
CPU user time (s): 2396.41
CPU system time (s): 3.88129
CPU usage (%): 101.076
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3107888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.41
system time used= 3.88129
maximum resident set size= 3108008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54423
involuntary context switches= 2090


# summary of solver processes directly reported to runsolver:
#   pid: 28115
#   total CPU time (s): 2400.29
#   total CPU user time (s): 2396.41
#   total CPU system time (s): 3.88129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1282 second user time and 22.9019 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 01:54:17
IDJOB=4289841
IDBENCH=141368
IDSOLVER=2742
FILE ID=node151/4289841-1532217257
RUNJOBID= node151-1532209720-26948
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289841-1532217257/watcher-4289841-1532217257 -o /tmp/evaluation-result-4289841-1532217257/solver-4289841-1532217257 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26948 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289841-1532217257.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=2044092233

node151.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.87
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.87
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.87
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.87
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:        20158324 kB
MemAvailable:   31376212 kB
Buffers:          224400 kB
Cached:         11145688 kB
SwapCached:            0 kB
Active:          1493064 kB
Inactive:       10494744 kB
Active(anon):     620552 kB
Inactive(anon):    16976 kB
Active(file):     872512 kB
Inactive(file): 10477768 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2252 kB
Writeback:             0 kB
AnonPages:        625784 kB
Mapped:            46672 kB
Shmem:             17032 kB
Slab:             323312 kB
SReclaimable:     296068 kB
SUnreclaim:        27244 kB
KernelStack:        3568 kB
PageTables:         6328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1561208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55072 MiB
End job on node151 at 2018-07-22 02:33:52