Trace number 4263795

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1299 2514.75

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-066-4.xml
MD5SUMc25add2d506acc91b1dafe626b0f7e10
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.64946198
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":66}]
Minimum variable degree32
Maximum variable degree64
Distribution of variable degrees[{"degree":32,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":4},{"degree":49,"count":2},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1056}]
Number of extensional constraints0
Number of intensional constraints1056
Distribution of constraint types[{"type":"intension","count":1056}]
Optimization problemNO
Type of objective

Solver Data

1.67/0.83	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.67/0.83	c This is free software under the dual EPL/GNU LGPL licenses.
1.67/0.83	c See www.sat4j.org for details.
1.67/0.83	c That software uses the Rhino library from the Mozilla project.
1.67/0.83	c version CUSTOM.v20170705
1.67/0.83	c java.runtime.name	Java(TM) SE Runtime Environment
1.67/0.83	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.67/0.83	c java.vm.version	25.131-b11
1.67/0.83	c java.vm.vendor	Oracle Corporation
1.67/0.83	c sun.arch.data.model	64
1.67/0.83	c java.version		1.8.0_131
1.67/0.83	c os.name		Linux
1.67/0.83	c os.version		3.10.0-514.16.1.el7.x86_64
1.67/0.83	c os.arch		amd64
1.67/0.83	c Free memory 		499604488
1.67/0.83	c Max memory 		7247757312
1.67/0.83	c Total memory 		504889344
1.67/0.83	c Number of processors 	4
1.67/0.83	c c --- Begin Solver configuration ---
1.67/0.83	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.67/0.83	c Learn all clauses as in MiniSAT
1.67/0.83	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.67/0.83	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.67/0.83	c No reason simplification
1.67/0.83	c Glucose 2.1 dynamic restart strategy
1.67/0.83	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.67/0.83	c timeout=2147483s
1.67/0.83	c DB Simplification allowed=false
1.67/0.83	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.67/0.83	c --- End Solver configuration ---
1.67/0.83	c constraints type 
1.67/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1.67/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 59136
1.67/0.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 2112
1.67/0.83	c 61380 constraints processed.
2520.07/2514.70	c starts		: 5402
2520.07/2514.70	c conflicts		: 5541600
2520.07/2514.70	c decisions		: 7005046
2520.07/2514.70	c propagations		: 1170697705
2520.07/2514.70	c inspects		: 44263340820
2520.07/2514.70	c shortcuts		: 0
2520.07/2514.70	c learnt literals	: 1
2520.07/2514.70	c learnt binary clauses	: 90
2520.07/2514.70	c learnt ternary clauses	: 3815
2520.07/2514.70	c learnt constraints	: 5541599
2520.07/2514.70	c ignored constraints	: 0
2520.07/2514.70	c root simplifications	: 0
2520.07/2514.70	c removed literals (reason simplification)	: 0
2520.07/2514.70	c reason swapping (by a shorter reason)	: 0
2520.07/2514.70	c Calls to reduceDB	: 100
2520.07/2514.70	c Number of update (reduction) of LBD	: 2035580
2520.07/2514.70	c Imported unit clauses	: 0
2520.07/2514.70	c number of reductions to clauses (during analyze)	: 0
2520.07/2514.70	c number of learned constraints concerned by reduction	: 0
2520.07/2514.70	c number of learning phase by resolution	: 0
2520.07/2514.70	c number of learning phase by cutting planes	: 0
2520.07/2514.70	c number of rounding to 1 operations	: 0
2520.07/2514.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.07/2514.70	c number of reductions of the coefficients by power 2 	: 0
2520.07/2514.70	c number of right shift for reduction by power 2 	: 0
2520.07/2514.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.07/2514.70	c speed (assignments/second)	: 465695.2186488487
2520.07/2514.70	c non guided choices	18268
2520.07/2514.74	c learnt constraints type 
2520.07/2514.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90
2520.07/2514.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 194530
2520.07/2514.74	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13250 MiB free)
  memory of node 1: 16384 MiB (15373 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263795-1502641209/watcher-4263795-1502641209 -o /tmp/evaluation-result-4263795-1502641209/solver-4263795-1502641209 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263795-1502641209.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24129, runsolver pid=24126
Current StackSize limit: 8192 KiB


[startup+0.109498 s]*
/proc/loadavg: 2.01 2.08 2.36 3/206 24138
/proc/meminfo: memFree=29299272/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10151672 memory=20612 CPUtime=0.04 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 4026 0 0 0 3 1 0 0 20 0 9 0 18003569 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2537918 5153 2155 1 0 2527415 0
[pid=24129/tid=24131] ppid=24126 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) R 24126 24129 7968 0 -1 4202560 2665 0 0 0 3 0 0 0 20 0 9 0 18003576 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051829976952 140051825763485 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18003577 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10151672 memory=140381471565440 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18003577 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18003577 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18003577 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10151672 memory=140381471565440 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18003578 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 18003579 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 18003579 10395312128 5153 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20612 KiB

[startup+0.212584 s]*
/proc/loadavg: 2.01 2.08 2.36 3/212 24144
/proc/meminfo: memFree=29295640/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10554768 memory=28684 CPUtime=0.11 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 5644 0 0 0 9 2 0 0 20 0 15 0 18003569 10808082432 7171 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2638692 7171 2789 1 0 2628164 0
[pid=24129/tid=24131] ppid=24126 vsize=10554768 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) R 24126 24129 7968 0 -1 4202560 3632 0 0 0 7 1 0 0 20 0 15 0 18003576 10808082432 7237 18446744073709551615 4194304 4196468 140721740032704 140051829929776 140051818032000 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10554768 memory=326 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10808082432 7237 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10554768 memory=140381471586391 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10808082432 7303 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10808082432 7303 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18003577 10808082432 7303 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10554768 memory=140381471565440 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18003578 10808082432 7303 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18003579 10808082432 7303 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18003579 10808082432 7369 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003581 10808082432 7369 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10554768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) S 24126 24129 7968 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 18003581 10808082432 7369 18446744073709551615 4194304 4196468 140721740032704 140051385744112 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003581 10808082432 7369 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10554768 memory=140381471565440 CPUtime=0.01 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 18003581 10808082432 7435 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10554768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003582 10808082432 7435 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10554768 memory=140381471565440 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003588 10808082432 7435 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10554768 KiB
Current children cumulated memory: 28684 KiB

[startup+0.310356 s]*
/proc/loadavg: 2.01 2.08 2.36 3/212 24144
/proc/meminfo: memFree=29284648/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10551156 memory=36908 CPUtime=0.25 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 8491 0 0 0 22 3 0 0 20 0 15 0 18003569 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2637789 9227 2860 1 0 2627261 0
[pid=24129/tid=24131] ppid=24126 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) R 24126 24129 7968 0 -1 4202560 6134 0 0 0 15 2 0 0 20 0 15 0 18003576 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051829975584 140051809822046 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18003577 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18003578 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18003579 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18003579 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003581 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) R 24126 24129 7968 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 15 0 18003581 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051385744112 140051825752706 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) R 24126 24129 7968 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 15 0 18003581 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051806441856 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 403 0 0 0 4 0 0 0 20 0 15 0 18003581 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003582 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003588 10804383744 9227 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36908 KiB

[startup+0.701504 s]
/proc/loadavg: 2.01 2.08 2.35 5/212 24144
/proc/meminfo: memFree=29271580/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10551232 memory=85100 CPUtime=1.33 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 13340 0 0 0 128 5 0 0 20 0 15 0 18003569 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2637808 21275 3059 1 0 2627261 0
[pid=24129/tid=24131] ppid=24126 vsize=10551232 memory=255 CPUtime=0.54 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) R 24126 24129 7968 0 -1 4202560 6851 0 0 0 51 3 0 0 20 0 15 0 18003576 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051829974448 140051455088110 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10551232 memory=6 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10551232 memory=24 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003577 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10551232 memory=77 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18003577 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18003578 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18003579 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18003579 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003581 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10551232 memory=36 CPUtime=0.22 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) R 24126 24129 7968 0 -1 4202560 1581 0 0 0 22 0 0 0 20 0 15 0 18003581 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051385730896 140051810131034 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10551232 memory=2 CPUtime=0.19 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) R 24126 24129 7968 0 -1 4202560 1227 0 0 0 19 0 0 0 20 0 15 0 18003581 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051384677448 140051807284915 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10551232 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 2310 0 0 0 34 0 0 0 20 0 15 0 18003581 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18003582 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18003588 10804461568 21275 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 85100 KiB

[startup+1.50085 s]
/proc/loadavg: 2.01 2.08 2.35 5/213 24145
/proc/meminfo: memFree=29204724/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10619960 memory=141172 CPUtime=3.68 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 23282 0 0 0 361 7 0 0 20 0 16 0 18003569 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2654990 35293 3081 1 0 2644443 0
[pid=24129/tid=24131] ppid=24126 vsize=10619960 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) R 24126 24129 7968 0 -1 4202560 7790 0 0 0 130 4 0 0 20 0 16 0 18003576 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051829980104 140051456205394 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10619960 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 18003577 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10619960 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 18003577 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10619960 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 18003577 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10619960 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 18003577 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10619960 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 18003578 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10619960 memory=280762683462848 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 18003579 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10619960 memory=7085094966536596071 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 18003579 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10619960 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18003581 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10619960 memory=-6369355763930242857 CPUtime=1.01 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) R 24126 24129 7968 0 -1 4202560 7030 0 0 0 101 0 0 0 20 0 16 0 18003581 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051385725128 140051805427939 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10619960 memory=-7449383003082255457 CPUtime=0.85 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) S 24126 24129 7968 0 -1 1077944384 4021 0 0 0 85 0 0 0 20 0 16 0 18003581 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10619960 memory=7679937539709960979 CPUtime=0.45 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 3041 0 0 0 44 1 0 0 20 0 16 0 18003581 10874839040 35293 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0

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

/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 2034 0 0 0 26 7 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1819 0 0 0 25 8 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 1670 0 0 0 25 8 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2327 0 0 0 4 3 0 0 20 0 16 0 18003578 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10617796 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 18003579 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10617796 memory=451560 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 18003579 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10617796 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10617796 memory=490460 CPUtime=1.52 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) S 24126 24129 7968 0 -1 1077944384 11056 0 0 0 151 1 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051385744112 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10617796 memory=490460 CPUtime=1.19 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) S 24126 24129 7968 0 -1 1077944384 6258 0 0 0 118 1 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.48 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 4308 0 0 0 47 1 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10617796 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18003582 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10617796 memory=13504 CPUtime=1.56 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 2195 0 0 0 69 87 0 0 20 0 16 0 18003588 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24145] ppid=24126 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24145/stat : 24145 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 18003653 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051380479024 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 2507.85 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 490460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.5 s]
/proc/loadavg: 1.00 1.02 1.28 2/191 24501
/proc/meminfo: memFree=30938640/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10617796 memory=490460 CPUtime=2520.06 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 51135 0 0 0 251888 118 0 0 20 0 16 0 18003569 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2654449 122615 3127 1 0 2643902 0
[pid=24129/tid=24131] ppid=24126 vsize=10617796 memory=490460 CPUtime=2513.81 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) R 24126 24129 7968 0 -1 4202560 16231 0 0 0 251374 7 0 0 20 0 16 0 18003576 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051829980512 140051456205500 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.34 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1781 0 0 0 26 8 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 2034 0 0 0 26 7 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1819 0 0 0 25 8 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 1670 0 0 0 25 8 0 0 20 0 16 0 18003577 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2327 0 0 0 4 3 0 0 20 0 16 0 18003578 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10617796 memory=451560 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 18003579 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10617796 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 18003579 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10617796 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10617796 memory=490460 CPUtime=1.52 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) S 24126 24129 7968 0 -1 1077944384 11056 0 0 0 151 1 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051385744112 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10617796 memory=490460 CPUtime=1.19 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) S 24126 24129 7968 0 -1 1077944384 6258 0 0 0 118 1 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10617796 memory=490460 CPUtime=0.48 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 4308 0 0 0 47 1 0 0 20 0 16 0 18003581 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10617796 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 18003582 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10617796 memory=490460 CPUtime=1.57 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 2195 0 0 0 70 87 0 0 20 0 16 0 18003588 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24145] ppid=24126 vsize=10617796 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24145/stat : 24145 (java) S 24126 24129 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 18003653 10872623104 122615 18446744073709551615 4194304 4196468 140721740032704 140051380479024 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 490460 KiB

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

[startup+2514.75 s]
# the end of solver process 24129 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.95 s, system=1.18811 s

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

[startup+2514.61 s]
/proc/loadavg: 1.00 1.02 1.28 2/191 24501
/proc/meminfo: memFree=30938640/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10817488 memory=490608 CPUtime=2520.07 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 51430 0 0 0 251889 118 0 0 20 0 17 0 18003569 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2704372 122652 3130 1 0 2693825 0
[pid=24129/tid=24131] ppid=24126 vsize=10817488 memory=1588 CPUtime=2513.82 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) S 24126 24129 7968 0 -1 1077944384 16268 0 0 0 251375 7 0 0 20 0 17 0 18003576 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051829984432 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10817488 memory=928 CPUtime=0.34 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1781 0 0 0 26 8 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10817488 memory=2164 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 2034 0 0 0 26 7 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10817488 memory=840 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1819 0 0 0 25 8 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10817488 memory=3880 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 1670 0 0 0 25 8 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10817488 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2327 0 0 0 4 3 0 0 20 0 17 0 18003578 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10817488 memory=251406 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 18003579 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10817488 memory=251396 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 18003579 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10817488 memory=250771 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10817488 memory=34 CPUtime=1.52 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) S 24126 24129 7968 0 -1 1077944384 11056 0 0 0 151 1 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051385744112 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10817488 memory=490460 CPUtime=1.19 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) S 24126 24129 7968 0 -1 1077944384 6258 0 0 0 118 1 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10817488 memory=33 CPUtime=0.48 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 4355 0 0 0 47 1 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10817488 memory=792 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18003582 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10817488 memory=8684 CPUtime=1.57 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 2195 0 0 0 70 87 0 0 20 0 17 0 18003588 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 490608 KiB

[startup+2514.7 s]
/proc/loadavg: 1.00 1.02 1.28 2/191 24501
/proc/meminfo: memFree=30938640/32770624 swapFree=67108860/67108860
[pid=24129] ppid=24126 vsize=10817488 memory=490608 CPUtime=2520.07 cores=1,3,5,7
/proc/24129/stat : 24129 (java) S 24126 24129 7968 0 -1 1077944320 51430 0 0 0 251889 118 0 0 20 0 17 0 18003569 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140721740015248 140051825741559 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
/proc/24129/statm: 2704372 122652 3130 1 0 2693825 0
[pid=24129/tid=24131] ppid=24126 vsize=10817488 memory=490460 CPUtime=2513.82 cores=1,3,5,7
/proc/24129/task/24131/stat : 24131 (java) S 24126 24129 7968 0 -1 1077944384 16268 0 0 0 251375 7 0 0 20 0 17 0 18003576 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051829984432 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24132] ppid=24126 vsize=10817488 memory=490460 CPUtime=0.34 cores=1,3,5,7
/proc/24129/task/24132/stat : 24132 (java) S 24126 24129 7968 0 -1 1077944384 1781 0 0 0 26 8 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051772091408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24133] ppid=24126 vsize=10817488 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24133/stat : 24133 (java) S 24126 24129 7968 0 -1 1077944384 2034 0 0 0 26 7 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051771038864 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24134] ppid=24126 vsize=10817488 memory=451560 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24134/stat : 24134 (java) S 24126 24129 7968 0 -1 1077944384 1819 0 0 0 25 8 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051435281168 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24135] ppid=24126 vsize=10817488 memory=490460 CPUtime=0.33 cores=1,3,5,7
/proc/24129/task/24135/stat : 24135 (java) S 24126 24129 7968 0 -1 1077944384 1670 0 0 0 25 8 0 0 20 0 17 0 18003577 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051434228624 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24136] ppid=24126 vsize=10817488 memory=490460 CPUtime=0.07 cores=1,3,5,7
/proc/24129/task/24136/stat : 24136 (java) S 24126 24129 7968 0 -1 1077944384 2327 0 0 0 4 3 0 0 20 0 17 0 18003578 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051389954288 140051825752706 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24137] ppid=24126 vsize=10817488 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24137/stat : 24137 (java) S 24126 24129 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 18003579 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051388900512 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24138] ppid=24126 vsize=10817488 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24138/stat : 24138 (java) S 24126 24129 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 18003579 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051387847408 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24139] ppid=24126 vsize=10817488 memory=490460 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24139/stat : 24139 (java) S 24126 24129 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051386795984 140051825760155 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24140] ppid=24126 vsize=10817488 memory=490460 CPUtime=1.52 cores=1,3,5,7
/proc/24129/task/24140/stat : 24140 (java) S 24126 24129 7968 0 -1 1077944384 11056 0 0 0 151 1 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051385744112 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24141] ppid=24126 vsize=10817488 memory=490460 CPUtime=1.19 cores=1,3,5,7
/proc/24129/task/24141/stat : 24141 (java) S 24126 24129 7968 0 -1 1077944384 6258 0 0 0 118 1 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051384691568 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24142] ppid=24126 vsize=10817488 memory=490460 CPUtime=0.48 cores=1,3,5,7
/proc/24129/task/24142/stat : 24142 (java) S 24126 24129 7968 0 -1 1077944384 4355 0 0 0 47 1 0 0 20 0 17 0 18003581 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051383638512 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24143] ppid=24126 vsize=10817488 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/24129/task/24143/stat : 24143 (java) S 24126 24129 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18003582 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051382586208 140051825751765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
[pid=24129/tid=24144] ppid=24126 vsize=10817488 memory=490460 CPUtime=1.57 cores=1,3,5,7
/proc/24129/task/24144/stat : 24144 (java) S 24126 24129 7968 0 -1 1077944384 2195 0 0 0 70 87 0 0 20 0 17 0 18003588 11077107712 122652 18446744073709551615 4194304 4196468 140721740032704 140051381533232 140051825752706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39411712 140721740038545 140721740038698 140721740038698 140721740042191 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 490608 KiB

Child status: 143
Real time (s): 2514.75
CPU time (s): 2520.13
CPU user time (s): 2518.95
CPU system time (s): 1.18811
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 490608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.95
system time used= 1.18811
maximum resident set size= 490956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56836
involuntary context switches= 770


# summary of solver processes directly reported to runsolver:
#   pid: 24129
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.95
#   total CPU system time (s): 1.18811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0351 second user time and 24.9358 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 18:06:12
IDJOB=4263795
IDBENCH=140598
IDSOLVER=2651
FILE ID=node128/4263795-1502641209
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-066-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263795-1502641209/watcher-4263795-1502641209 -o /tmp/evaluation-result-4263795-1502641209/solver-4263795-1502641209 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263795-1502641209.xml

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

MD5SUM BENCH= c25add2d506acc91b1dafe626b0f7e10
RANDOM SEED=620134637

node128.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.94
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.94
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.94
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.94
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:        29310716 kB
MemAvailable:   29911216 kB
Buffers:          149376 kB
Cached:           738304 kB
SwapCached:            0 kB
Active:          2352672 kB
Inactive:         693064 kB
Active(anon):    2158144 kB
Inactive(anon):    16764 kB
Active(file):     194528 kB
Inactive(file):   676300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1820 kB
Writeback:             0 kB
AnonPages:       2157904 kB
Mapped:            45016 kB
Shmem:             17116 kB
Slab:             115888 kB
SReclaimable:      91016 kB
SUnreclaim:        24872 kB
KernelStack:        3520 kB
PageTables:         9208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3887084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2029568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 18:48:07