Trace number 4301376

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) 252.434 248.367

General information on the benchmark

NamePseudoBoolean-opt/
Pb-radar-10-20-45-050-100_c18.xml
MD5SUM6059cce927de517ef09e7ab17e66c3d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark252.053
Satisfiable
(Un)Satisfiability was proved
Number of variables776
Number of constraints867
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":776}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":81},{"degree":4,"count":204},{"degree":5,"count":222},{"degree":6,"count":243},{"degree":7,"count":6},{"degree":8,"count":17}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":697},{"arity":3,"count":12},{"arity":4,"count":15},{"arity":5,"count":16},{"arity":6,"count":18},{"arity":7,"count":10},{"arity":8,"count":8},{"arity":9,"count":14},{"arity":10,"count":11},{"arity":11,"count":5},{"arity":12,"count":11},{"arity":13,"count":8},{"arity":14,"count":5},{"arity":15,"count":4},{"arity":16,"count":8},{"arity":17,"count":6},{"arity":18,"count":10},{"arity":19,"count":5},{"arity":20,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":867}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.44/0.69	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.44/0.69	c This is free software under the dual EPL/GNU LGPL licenses.
1.44/0.69	c See www.sat4j.org for details.
1.44/0.69	c That software uses the Rhino library from the Mozilla project.
1.44/0.69	c version 2.3.6-SNAPSHOT
1.44/0.69	c java.runtime.name	Java(TM) SE Runtime Environment
1.44/0.69	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.44/0.69	c java.vm.version	25.131-b11
1.44/0.69	c java.vm.vendor	Oracle Corporation
1.44/0.69	c sun.arch.data.model	64
1.44/0.69	c java.version		1.8.0_131
1.44/0.69	c os.name		Linux
1.44/0.69	c os.version		3.10.0-514.16.1.el7.x86_64
1.44/0.69	c os.arch		amd64
1.44/0.69	c Free memory 		499604488
1.44/0.69	c Max memory 		7247757312
1.44/0.69	c Total memory 		504889344
1.44/0.69	c Number of processors 	4
1.44/0.69	c c --- Begin Solver configuration ---
1.44/0.69	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.44/0.69	c Learn all clauses as in MiniSAT
1.44/0.69	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.44/0.69	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.44/0.69	c No reason simplification
1.44/0.69	c Glucose 2.1 dynamic restart strategy
1.44/0.69	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.44/0.69	c timeout=2147483s
1.44/0.69	c DB Simplification allowed=false
1.44/0.69	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.44/0.69	c --- End Solver configuration ---
1.44/0.69	c constraints type 
1.44/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 1552
1.44/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5288
1.44/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24170
1.44/0.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 1734
1.44/0.69	c 32744 constraints processed.
2.05/0.81	o 26
2.05/0.88	o 24
2.38/0.92	o 23
2.38/0.95	o 20
2.38/0.97	o 15
252.24/248.35	c starts		: 26
252.24/248.35	c conflicts		: 829874
252.24/248.35	c decisions		: 3031907
252.24/248.35	c propagations		: 874224100
252.24/248.35	c inspects		: 2168541314
252.24/248.35	c shortcuts		: 0
252.24/248.35	c learnt literals	: 33
252.24/248.35	c learnt binary clauses	: 11
252.24/248.35	c learnt ternary clauses	: 97
252.24/248.35	c learnt constraints	: 829841
252.24/248.35	c ignored constraints	: 0
252.24/248.35	c root simplifications	: 0
252.24/248.35	c removed literals (reason simplification)	: 0
252.24/248.35	c reason swapping (by a shorter reason)	: 0
252.24/248.35	c Calls to reduceDB	: 36
252.24/248.35	c Number of update (reduction) of LBD	: 290804
252.24/248.35	c Imported unit clauses	: 0
252.24/248.35	c number of reductions to clauses (during analyze)	: 0
252.24/248.35	c number of learned constraints concerned by reduction	: 0
252.24/248.35	c number of learning phase by resolution	: 0
252.24/248.35	c number of learning phase by cutting planes	: 0
252.24/248.35	c number of rounding to 1 operations	: 0
252.24/248.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.24/248.35	c number of reductions of the coefficients by power 2 	: 0
252.24/248.35	c number of right shift for reduction by power 2 	: 0
252.24/248.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.24/248.35	c number of ending skipping 	: 0
252.24/248.35	c number of internal skipping 	: 0
252.24/248.35	c number of derivation steps 	: 0
252.24/248.35	c number of skipped derivation steps 	: 0
252.24/248.35	c number of remaining unassigned 	: 0
252.24/248.35	c number of remaining assigned 	: 0
252.24/248.35	c speed (assignments/second)	: 3530193.182093506
252.24/248.35	c non guided choices	: 10676
252.24/248.36	Exception in thread "Thread-0" java.lang.NullPointerException
252.24/248.36		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
252.24/248.36		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
252.24/248.36		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
252.24/248.36		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
252.24/248.36		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
252.24/248.36		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
252.24/248.36		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
252.24/248.36		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 (11895 MiB free)
  memory of node 1: 16384 MiB (13278 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301376-1532879459/watcher-4301376-1532879459 -o /tmp/evaluation-result-4301376-1532879459/solver-4301376-1532879459 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301376-1532879459.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=23972, runsolver pid=23969

[startup+0.101954 s]*
/proc/loadavg: 2.25 2.18 2.10 4/217 23987
/proc/meminfo: memFree=25757896/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10659012 memory=31368 CPUtime=0.13 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 6404 0 0 0 12 1 0 0 20 0 15 0 105509140 10914828288 7842 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2664753 7842 2844 1 0 2627263 0
[pid=23972/tid=23974] ppid=23969 vsize=10659012 memory=-8701690554791923584 CPUtime=0.1 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 4251 0 0 0 9 1 0 0 20 0 15 0 105509140 10914828288 7842 33554432000 4194304 4196468 140731174334368 140290345581216 140290319491883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 7842 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 7842 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 7842 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509142 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105509143 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105509143 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) S 23969 23972 22004 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 105509145 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289373751664 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) S 23969 23972 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 105509145 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289372698864 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0.02 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) S 23969 23972 22004 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 15 0 105509145 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509146 10914828288 7842 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31368 KiB

[startup+0.210428 s]*
/proc/loadavg: 2.25 2.18 2.10 4/217 23987
/proc/meminfo: memFree=25749956/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10659012 memory=41872 CPUtime=0.33 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 7581 0 0 0 31 2 0 0 20 0 15 0 105509140 10914828288 10468 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2664753 10468 3005 1 0 2627263 0
[pid=23972/tid=23974] ppid=23969 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 4589 0 0 0 19 1 0 0 20 0 15 0 105509140 10914828288 10468 33554432000 4194304 4196468 140731174334368 140290345594576 140290341381277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 10468 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10659012 memory=288370068980295296 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 10468 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 10468 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509141 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509142 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105509143 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105509143 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) S 23969 23972 22004 0 -1 1077944384 566 0 0 0 1 0 0 0 20 0 15 0 105509145 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289373751664 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) S 23969 23972 22004 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 105509145 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289372698864 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0.07 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) S 23969 23972 22004 0 -1 1077944384 680 0 0 0 7 0 0 0 20 0 15 0 105509145 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10659012 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509146 10914828288 10468 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41872 KiB

[startup+0.310456 s]*
/proc/loadavg: 2.25 2.18 2.10 6/217 23987
/proc/meminfo: memFree=25742884/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10659088 memory=46784 CPUtime=0.52 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 8246 0 0 0 50 2 0 0 20 0 15 0 105509140 10914906112 11696 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2664772 11696 3039 1 0 2627263 0
[pid=23972/tid=23974] ppid=23969 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 5076 0 0 0 29 1 0 0 20 0 15 0 105509140 10914906112 11696 33554432000 4194304 4196468 140731174334368 140290345595680 140289957253974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10659088 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 11696 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10659088 memory=288370068980295296 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 11696 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 11696 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10659088 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509142 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105509143 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105509143 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) R 23969 23972 22004 0 -1 1077944384 586 0 0 0 3 0 0 0 20 0 15 0 105509145 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289373740928 140290341369557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) R 23969 23972 22004 0 -1 4202560 426 0 0 0 4 0 0 0 20 0 15 0 105509145 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289372689248 140290341380698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10659088 memory=139692828583552 CPUtime=0.13 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) R 23969 23972 22004 0 -1 4202560 792 0 0 0 13 0 0 0 20 0 15 0 105509145 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289371646192 140290319990262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10659088 memory=139692828583552 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509146 10914906112 11696 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46784 KiB

[startup+0.700778 s]
/proc/loadavg: 2.25 2.18 2.10 6/217 23987
/proc/meminfo: memFree=25714440/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10659088 memory=123780 CPUtime=1.73 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 11263 0 0 0 169 4 0 0 20 0 15 0 105509140 10914906112 30945 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2664772 30945 3115 1 0 2627263 0
[pid=23972/tid=23974] ppid=23969 vsize=10659088 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 5494 0 0 0 65 3 0 0 20 0 15 0 105509140 10914906112 30945 33554432000 4194304 4196468 140731174334368 140290345597848 140290341371286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 30945 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 30945 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 30945 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105509141 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105509142 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105509143 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105509143 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10659088 memory=7163631965283378496 CPUtime=0.33 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) R 23969 23972 22004 0 -1 4202560 1472 0 0 0 33 0 0 0 20 0 15 0 105509145 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289373751792 140290321523572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10659088 memory=7667213801450137426 CPUtime=0.34 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) R 23969 23972 22004 0 -1 4202560 1399 0 0 0 34 0 0 0 20 0 15 0 105509145 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289372687104 140290320436993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10659088 memory=7440061282865139792 CPUtime=0.35 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) R 23969 23972 22004 0 -1 1077944384 1529 0 0 0 35 0 0 0 20 0 15 0 105509145 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105509145 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105509146 10914906112 30945 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 123780 KiB

[startup+1.50076 s]
/proc/loadavg: 2.25 2.18 2.10 5/218 23988
/proc/meminfo: memFree=25652944/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10727700 memory=140936 CPUtime=3.63 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 15710 0 0 0 357 6 0 0 20 0 16 0 105509140 10985164800 35234 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2681925 35234 3122 1 0 2644416 0
[pid=23972/tid=23974] ppid=23969 vsize=10727700 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 5703 0 0 0 144 3 0 0 20 0 16 0 105509140 10985164800 35234 33554432000 4194304 4196468 140731174334368 140290345596496 140289961181235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105509141 10985164800 35234 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105509141 10985164800 35234 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105509141 10985164800 35234 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105509141 10985164800 35234 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10727700 memory=139692828585265 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105509142 10985164800 35234 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0

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

/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1604 0 0 0 21 12 0 0 20 0 16 0 105509141 10985164800 153507 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10727700 memory=614028 CPUtime=0.33 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1440 0 0 0 21 12 0 0 20 0 16 0 105509141 10985164800 153507 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10727700 memory=614028 CPUtime=0.33 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 1195 0 0 0 21 12 0 0 20 0 16 0 105509141 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10727700 memory=614028 CPUtime=0.02 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 3636 0 0 0 2 0 0 0 20 0 16 0 105509142 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 105509143 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10727700 memory=614028 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 105509143 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10727700 memory=614028 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105509145 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10727700 memory=614028 CPUtime=1.19 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) S 23969 23972 22004 0 -1 1077944384 6377 0 0 0 118 1 0 0 20 0 16 0 105509145 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289373751664 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10727700 memory=164 CPUtime=1.06 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) S 23969 23972 22004 0 -1 1077944384 7353 0 0 0 106 0 0 0 20 0 16 0 105509145 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289372698864 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10727700 memory=614028 CPUtime=0.46 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) S 23969 23972 22004 0 -1 1077944384 3745 0 0 0 46 0 0 0 20 0 16 0 105509145 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105509145 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10727700 memory=288230583166042426 CPUtime=0.05 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 575 0 0 0 2 3 0 0 20 0 16 0 105509146 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23988] ppid=23969 vsize=10727700 memory=614028 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23988/stat : 23988 (java) S 23969 23972 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105509210 10985164800 153507 33554432000 4194304 4196468 140731174334368 140289368487344 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 226.12 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 614028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+248.11 s]
/proc/loadavg: 2.72 2.50 2.24 6/216 24145
/proc/meminfo: memFree=23733284/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10727700 memory=624316 CPUtime=252.05 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 37781 0 0 0 25142 63 0 0 20 0 16 0 105509140 10985164800 156079 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2681925 156079 3175 1 0 2644416 0
[pid=23972/tid=23974] ppid=23969 vsize=10727700 memory=624316 CPUtime=247.66 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 8569 0 0 0 24762 4 0 0 20 0 16 0 105509140 10985164800 156079 33554432000 4194304 4196468 140731174334368 140290345598368 140289961408353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10727700 memory=624316 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1755 0 0 0 24 13 0 0 20 0 16 0 105509141 10985164800 156079 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10727700 memory=624316 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1631 0 0 0 25 12 0 0 20 0 16 0 105509141 10985164800 156079 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10727700 memory=614028 CPUtime=0.38 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1468 0 0 0 25 13 0 0 20 0 16 0 105509141 10985164800 156079 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10727700 memory=624316 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 1233 0 0 0 25 12 0 0 20 0 16 0 105509141 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10727700 memory=624316 CPUtime=0.02 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 3638 0 0 0 2 0 0 0 20 0 16 0 105509142 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10727700 memory=624316 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 105509143 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10727700 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 105509143 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10727700 memory=960 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105509145 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10727700 memory=4028 CPUtime=1.19 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) S 23969 23972 22004 0 -1 1077944384 6377 0 0 0 118 1 0 0 20 0 16 0 105509145 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289373751664 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10727700 memory=30116 CPUtime=1.06 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) S 23969 23972 22004 0 -1 1077944384 7353 0 0 0 106 0 0 0 20 0 16 0 105509145 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289372698864 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10727700 memory=30116 CPUtime=0.46 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) S 23969 23972 22004 0 -1 1077944384 3745 0 0 0 46 0 0 0 20 0 16 0 105509145 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10727700 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105509145 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10727700 memory=624316 CPUtime=0.07 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 577 0 0 0 3 4 0 0 20 0 16 0 105509146 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23988] ppid=23969 vsize=10727700 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23988/stat : 23988 (java) S 23969 23972 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105509210 10985164800 156079 33554432000 4194304 4196468 140731174334368 140289368487344 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 624316 KiB

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

[startup+248.367 s]
# the end of solver process 23972 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.791 s, system=0.64318 s

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

[startup+248.205 s]
/proc/loadavg: 2.72 2.50 2.24 6/216 24145
/proc/meminfo: memFree=23733284/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10927392 memory=624568 CPUtime=252.15 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 38658 0 0 0 25152 63 0 0 20 0 17 0 105509140 11189649408 156142 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2731848 156142 3178 1 0 2694339 0
[pid=23972/tid=23974] ppid=23969 vsize=10927392 memory=2588 CPUtime=247.75 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 8715 0 0 0 24771 4 0 0 20 0 17 0 105509140 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290345598368 140289961513940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10927392 memory=1408 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1755 0 0 0 24 13 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10927392 memory=3108 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1631 0 0 0 25 12 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10927392 memory=624316 CPUtime=0.38 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1468 0 0 0 25 13 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10927392 memory=1408 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 1233 0 0 0 25 12 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10927392 memory=2748 CPUtime=0.02 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 3638 0 0 0 2 0 0 0 20 0 17 0 105509142 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10927392 memory=3984224 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 105509143 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10927392 memory=8508 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 105509143 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10927392 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10927392 memory=1200 CPUtime=1.19 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) S 23969 23972 22004 0 -1 1077944384 6452 0 0 0 118 1 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289373751664 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10927392 memory=4872558044660077418 CPUtime=1.07 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) S 23969 23972 22004 0 -1 1077944384 7385 0 0 0 107 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289372698864 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10927392 memory=3559884 CPUtime=0.46 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) S 23969 23972 22004 0 -1 1077944384 3928 0 0 0 46 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10927392 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 577 0 0 0 3 4 0 0 20 0 17 0 105509146 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 252.15 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 624568 KiB

[startup+248.301 s]
/proc/loadavg: 2.72 2.50 2.24 6/216 24145
/proc/meminfo: memFree=23733284/32770624 swapFree=67108860/67108860
[pid=23972] ppid=23969 vsize=10927392 memory=624568 CPUtime=252.24 cores=1,3,5,7
/proc/23972/stat : 23972 (java) S 23969 23972 22004 0 -1 1077944320 38658 0 0 0 25161 63 0 0 20 0 17 0 105509140 11189649408 156142 33554432000 4194304 4196468 140731174334368 140731174316912 140290341359351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
/proc/23972/statm: 2731848 156142 3178 1 0 2694339 0
[pid=23972/tid=23974] ppid=23969 vsize=10927392 memory=614028 CPUtime=247.85 cores=1,3,5,7
/proc/23972/task/23974/stat : 23974 (java) R 23969 23972 22004 0 -1 4202560 8715 0 0 0 24781 4 0 0 20 0 17 0 105509140 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290345596440 140289961514256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23975] ppid=23969 vsize=10927392 memory=624316 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23975/stat : 23975 (java) S 23969 23972 22004 0 -1 1077944384 1755 0 0 0 24 13 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290278050448 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23976] ppid=23969 vsize=10927392 memory=624316 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23976/stat : 23976 (java) S 23969 23972 22004 0 -1 1077944384 1631 0 0 0 25 12 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290276997648 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23977] ppid=23969 vsize=10927392 memory=624316 CPUtime=0.38 cores=1,3,5,7
/proc/23972/task/23977/stat : 23977 (java) S 23969 23972 22004 0 -1 1077944384 1468 0 0 0 25 13 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140290275944848 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23978] ppid=23969 vsize=10927392 memory=624316 CPUtime=0.37 cores=1,3,5,7
/proc/23972/task/23978/stat : 23978 (java) S 23969 23972 22004 0 -1 1077944384 1233 0 0 0 25 12 0 0 20 0 17 0 105509141 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289945495824 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23979] ppid=23969 vsize=10927392 memory=624316 CPUtime=0.02 cores=1,3,5,7
/proc/23972/task/23979/stat : 23979 (java) S 23969 23972 22004 0 -1 1077944384 3638 0 0 0 2 0 0 0 20 0 17 0 105509142 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289377962864 140290341370498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23980] ppid=23969 vsize=10927392 memory=30116 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23980/stat : 23980 (java) S 23969 23972 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 105509143 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289376908832 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23981] ppid=23969 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23981/stat : 23981 (java) S 23969 23972 22004 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 105509143 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289375855984 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23982] ppid=23969 vsize=10927392 memory=624316 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23982/stat : 23982 (java) S 23969 23972 22004 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289374804304 140290341377947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23983] ppid=23969 vsize=10927392 memory=4028 CPUtime=1.19 cores=1,3,5,7
/proc/23972/task/23983/stat : 23983 (java) S 23969 23972 22004 0 -1 1077944384 6452 0 0 0 118 1 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289373751664 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23984] ppid=23969 vsize=10927392 memory=4028 CPUtime=1.07 cores=1,3,5,7
/proc/23972/task/23984/stat : 23984 (java) S 23969 23972 22004 0 -1 1077944384 7385 0 0 0 107 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289372698864 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23985] ppid=23969 vsize=10927392 memory=30116 CPUtime=0.46 cores=1,3,5,7
/proc/23972/task/23985/stat : 23985 (java) S 23969 23972 22004 0 -1 1077944384 3928 0 0 0 46 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289371646064 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23986] ppid=23969 vsize=10927392 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/23972/task/23986/stat : 23986 (java) S 23969 23972 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105509145 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289370593504 140290341369557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
[pid=23972/tid=23987] ppid=23969 vsize=10927392 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/23972/task/23987/stat : 23987 (java) S 23969 23972 22004 0 -1 1077944384 577 0 0 0 3 4 0 0 20 0 17 0 105509146 11189649408 156142 33554432000 4194304 4196468 140731174334368 140289369541808 140290341370498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20500480 140731174335606 140731174335758 140731174335758 140731174338511 0
Current children cumulated CPU time: 252.24 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 624568 KiB

Child status: 143
Real time (s): 248.367
CPU time (s): 252.434
CPU user time (s): 251.791
CPU system time (s): 0.64318
CPU usage (%): 101.637
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 624568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.791
system time used= 0.64318
maximum resident set size= 627276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7622
involuntary context switches= 117


# summary of solver processes directly reported to runsolver:
#   pid: 23972
#   total CPU time (s): 252.434
#   total CPU user time (s): 251.791
#   total CPU system time (s): 0.64318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74105 second user time and 2.00327 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 17:50:59
IDJOB=4301376
IDBENCH=141121
IDSOLVER=2773
FILE ID=node151/4301376-1532879459
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-radar-10-20-45-050-100_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301376-1532879459/watcher-4301376-1532879459 -o /tmp/evaluation-result-4301376-1532879459/solver-4301376-1532879459 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301376-1532879459.xml

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

MD5SUM BENCH= 6059cce927de517ef09e7ab17e66c3d6
RANDOM SEED=1405584118

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:        25777820 kB
MemAvailable:   29421800 kB
Buffers:          210736 kB
Cached:          3706908 kB
SwapCached:            0 kB
Active:          3897544 kB
Inactive:        2621672 kB
Active(anon):    2550656 kB
Inactive(anon):    78188 kB
Active(file):    1346888 kB
Inactive(file):  2543484 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:       2607948 kB
Mapped:            56196 kB
Shmem:             25224 kB
Slab:             166680 kB
SReclaimable:     138884 kB
SUnreclaim:        27796 kB
KernelStack:        3600 kB
PageTables:        10360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3920240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2492416 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= 59304 MiB
End job on node151 at 2018-07-29 17:55:08