Trace number 4262962

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 2017-07-05SAT (TO)923 2520.3301 2481.95

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-00.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark5.8269501
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.48/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.48/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.48/0.36	c See www.sat4j.org for details.
0.48/0.36	c That software uses the Rhino library from the Mozilla project.
0.48/0.36	c version CUSTOM.v20170705
0.48/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.48/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.48/0.36	c java.vm.version	25.131-b11
0.48/0.36	c java.vm.vendor	Oracle Corporation
0.48/0.36	c sun.arch.data.model	64
0.48/0.36	c java.version		1.8.0_131
0.48/0.36	c os.name		Linux
0.48/0.36	c os.version		3.10.0-514.16.1.el7.x86_64
0.48/0.36	c os.arch		amd64
0.48/0.36	c Free memory 		499604488
0.48/0.36	c Max memory 		7247757312
0.48/0.36	c Total memory 		504889344
0.48/0.36	c Number of processors 	4
0.48/0.36	c c --- Begin Solver configuration ---
0.48/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.48/0.36	c Learn all clauses as in MiniSAT
0.48/0.36	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.48/0.36	c No reason simplification
0.48/0.36	c Glucose 2.1 dynamic restart strategy
0.48/0.36	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
0.48/0.36	c timeout=2147483s
0.48/0.36	c DB Simplification allowed=false
0.48/0.36	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.48/0.36	c --- End Solver configuration ---
0.48/0.36	c constraints type 
0.48/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.48/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 787
0.48/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26326
0.48/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.48/0.36	c 27195 constraints processed.
7.95/7.05	o 514
9.90/8.86	o 762
10.01/8.99	o 784
10.15/9.06	o 786
10.26/9.11	o 797
10.26/9.12	o 803
10.26/9.13	o 816
10.49/9.31	o 819
10.49/9.37	o 832
10.71/9.44	o 883
10.71/9.45	o 894
24.44/21.90	o 895
229.54/225.96	o 897
264.92/261.06	o 899
321.55/317.44	o 910
476.85/472.08	o 921
1381.24/1365.92	o 923
2520.24/2481.90	c starts		: 6638
2520.24/2481.90	c conflicts		: 3867467
2520.24/2481.90	c decisions		: 5575236
2520.24/2481.90	c propagations		: 5378597385
2520.24/2481.90	c inspects		: 22285328304
2520.24/2481.90	c shortcuts		: 0
2520.24/2481.90	c learnt literals	: 1015
2520.24/2481.90	c learnt binary clauses	: 407
2520.24/2481.90	c learnt ternary clauses	: 1955
2520.24/2481.90	c learnt constraints	: 3866452
2520.24/2481.90	c ignored constraints	: 0
2520.24/2481.90	c root simplifications	: 0
2520.24/2481.90	c removed literals (reason simplification)	: 0
2520.24/2481.90	c reason swapping (by a shorter reason)	: 0
2520.24/2481.90	c Calls to reduceDB	: 161
2520.24/2481.90	c Number of update (reduction) of LBD	: 1506943
2520.24/2481.90	c Imported unit clauses	: 0
2520.24/2481.90	c number of reductions to clauses (during analyze)	: 0
2520.24/2481.90	c number of learned constraints concerned by reduction	: 0
2520.24/2481.90	c number of learning phase by resolution	: 0
2520.24/2481.90	c number of learning phase by cutting planes	: 0
2520.24/2481.90	c number of rounding to 1 operations	: 0
2520.24/2481.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.24/2481.90	c number of reductions of the coefficients by power 2 	: 0
2520.24/2481.90	c number of right shift for reduction by power 2 	: 0
2520.24/2481.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.24/2481.90	c speed (assignments/second)	: 2167451.216607812
2520.24/2481.90	c non guided choices	6373
2520.24/2481.93	c learnt constraints type 
2520.24/2481.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 407
2520.24/2481.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102372
2520.24/2481.93	s SATISFIABLE
2520.24/2481.93	v <instantiation type="solution">
2520.24/2481.93	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
2520.24/2481.93	v 	<values> 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 </values>
2520.24/2481.93	v </instantiation>
2520.24/2481.93	

Verifier Data

OK	923

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262962-1502629891/watcher-4262962-1502629891 -o /tmp/evaluation-result-4262962-1502629891/solver-4262962-1502629891 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262962-1502629891.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=8448, runsolver pid=8445

[startup+0.100134 s]*
/proc/loadavg: 2.05 2.04 2.05 4/215 8463
/proc/meminfo: memFree=28317504/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10555400 memory=28324 CPUtime=0.12 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 6682 0 0 0 11 1 0 0 20 0 15 0 96076810 10808729600 7081 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2638850 7081 2813 1 0 2627263 0
[pid=8448/tid=8450] ppid=8445 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 4494 0 0 0 8 1 0 0 20 0 15 0 96076811 10808729600 7081 33554432000 4194304 4196468 140736867862304 140547135420352 140547113488769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96076813 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96076813 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96076814 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 7081 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) R 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 7081 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0.01 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) R 8445 8448 29331 0 -1 4202560 388 0 0 0 1 0 0 0 20 0 15 0 96076816 10808729600 7081 33554432000 4194304 4196468 140736867862304 140545891490416 140547110335161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 7081 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 7081 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28324 KiB

[startup+0.210539 s]*
/proc/loadavg: 2.05 2.04 2.05 4/215 8463
/proc/meminfo: memFree=28309912/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10555400 memory=36320 CPUtime=0.28 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 7914 0 0 0 26 2 0 0 20 0 15 0 96076810 10808729600 9080 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2638850 9080 2886 1 0 2627263 0
[pid=8448/tid=8450] ppid=8445 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 5424 0 0 0 18 1 0 0 20 0 15 0 96076811 10808729600 9080 33554432000 4194304 4196468 140736867862304 140547135433904 140547131211158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10555400 memory=345 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10555400 memory=288370171331458688 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96076812 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96076813 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96076813 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96076814 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 523 0 0 0 1 0 0 0 20 0 15 0 96076816 10808729600 9080 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) S 8445 8448 29331 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 96076816 10808729600 9080 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0.05 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) R 8445 8448 29331 0 -1 4202560 491 0 0 0 5 0 0 0 20 0 15 0 96076816 10808729600 9080 33554432000 4194304 4196468 140736867862304 140545891490416 140547131211158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 9080 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10555400 memory=139795179746944 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076816 10808729600 9080 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 36320 KiB

[startup+0.311346 s]*
/proc/loadavg: 2.05 2.04 2.05 3/215 8463
/proc/meminfo: memFree=28301536/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10555476 memory=45720 CPUtime=0.48 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 9125 0 0 0 46 2 0 0 20 0 15 0 96076810 10808807424 11430 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2638869 11430 3033 1 0 2627263 0
[pid=8448/tid=8450] ppid=8445 vsize=10555476 memory=279590157346720 CPUtime=0.29 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 5825 0 0 0 28 1 0 0 20 0 15 0 96076811 10808807424 11430 33554432000 4194304 4196468 140736867862304 140547135418912 140546768657540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10555476 memory=279590258420304 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076812 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96076812 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10555476 memory=139795179746944 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96076813 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10555476 memory=67 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96076813 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10555476 memory=67300 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96076814 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10555476 memory=69604 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) R 8445 8448 29331 0 -1 1077944384 664 0 0 0 2 0 0 0 20 0 15 0 96076816 10808807424 11430 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10555476 memory=139795078712719 CPUtime=0.04 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) R 8445 8448 29331 0 -1 4202560 360 0 0 0 4 0 0 0 20 0 15 0 96076816 10808807424 11430 33554432000 4194304 4196468 140736867862304 140545892533600 140547110456031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10555476 memory=279590258450272 CPUtime=0.11 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) R 8445 8448 29331 0 -1 4202560 912 0 0 0 11 0 0 0 20 0 15 0 96076816 10808807424 11430 33554432000 4194304 4196468 140736867862304 140545891490416 140547110334950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10555476 memory=139795078698767 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96076816 10808807424 11430 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10555476 memory=139795179746955 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96076816 10808807424 11430 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45720 KiB

[startup+0.700883 s]
/proc/loadavg: 2.05 2.04 2.05 5/216 8464
/proc/meminfo: memFree=28283344/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10622040 memory=64368 CPUtime=1.47 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 11264 0 0 0 144 3 0 0 20 0 16 0 96076810 10876968960 16092 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2655510 16092 3084 1 0 2643904 0
[pid=8448/tid=8450] ppid=8445 vsize=10622040 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 5869 0 0 0 66 2 0 0 20 0 16 0 96076811 10876968960 16092 33554432000 4194304 4196468 140736867862304 140547135435880 140546769710588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10622040 memory=176109027079270 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10622040 memory=398423 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10622040 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 96076813 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96076813 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96076814 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10622040 memory=14545 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10622040 memory=279590157156592 CPUtime=0.29 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 1565 0 0 0 29 0 0 0 20 0 16 0 96076816 10876968960 16092 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10622040 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) S 8445 8448 29331 0 -1 1077944384 1176 0 0 0 30 0 0 0 20 0 16 0 96076816 10876968960 16092 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10622040 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) S 8445 8448 29331 0 -1 1077944384 1263 0 0 0 16 0 0 0 20 0 16 0 96076816 10876968960 16092 33554432000 4194304 4196468 140736867862304 140545891490416 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 16092 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 16092 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8464] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8464/stat : 8464 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96076848 10876968960 16092 33554432000 4194304 4196468 140736867862304 140545888330672 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 64368 KiB

[startup+1.50082 s]
/proc/loadavg: 2.05 2.04 2.05 3/216 8464
/proc/meminfo: memFree=28280156/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10622040 memory=66496 CPUtime=2.33 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 12315 0 0 0 230 3 0 0 20 0 16 0 96076810 10876968960 16624 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2655510 16624 3084 1 0 2643904 0
[pid=8448/tid=8450] ppid=8445 vsize=10622040 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 5904 0 0 0 146 2 0 0 20 0 16 0 96076811 10876968960 16624 33554432000 4194304 4196468 140736867862304 140547135435168 140546770996103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16624 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16624 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16624 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96076812 10876968960 16624 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0

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

/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 17340 0 0 0 1012 90 0 0 20 0 16 0 96076812 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10622040 memory=369172 CPUtime=11.02 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 18145 0 0 0 1012 90 0 0 20 0 16 0 96076812 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10622040 memory=408180 CPUtime=11.03 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 18314 0 0 0 1010 93 0 0 20 0 16 0 96076812 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10622040 memory=408180 CPUtime=0.97 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 25922 0 0 0 87 10 0 0 20 0 16 0 96076813 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10622040 memory=408180 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 96076813 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10622040 memory=431724 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 96076814 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10622040 memory=431724 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10622040 memory=443092 CPUtime=1.34 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 7610 0 0 0 133 1 0 0 20 0 16 0 96076816 10876968960 110773 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10622040 memory=443092 CPUtime=1.41 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) S 8445 8448 29331 0 -1 1077944384 8075 0 0 0 141 0 0 0 20 0 16 0 96076816 10876968960 110773 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10622040 memory=443092 CPUtime=0.27 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) S 8445 8448 29331 0 -1 1077944384 3551 0 0 0 26 1 0 0 20 0 16 0 96076816 10876968960 110773 33554432000 4194304 4196468 140736867862304 140545891490416 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10622040 memory=431724 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 110773 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10622040 memory=443092 CPUtime=1.25 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1295 0 0 0 63 62 0 0 20 0 16 0 96076816 10876968960 110773 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8464] ppid=8445 vsize=10622040 memory=443092 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8464/stat : 8464 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96076848 10876968960 110773 33554432000 4194304 4196468 140736867862304 140545888330672 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 2479.41 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 443092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.7 s]
/proc/loadavg: 1.36 1.47 1.65 3/217 8642
/proc/meminfo: memFree=30971756/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10622040 memory=427188 CPUtime=2520.04 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 146308 0 0 0 251559 445 0 0 20 0 16 0 96076810 10876968960 106797 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2655510 106797 3150 1 0 2643904 0
[pid=8448/tid=8450] ppid=8445 vsize=10622040 memory=398224 CPUtime=2468.93 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 21739 0 0 0 246886 7 0 0 20 0 16 0 96076811 10876968960 106797 33554432000 4194304 4196468 140736867862304 140547135438256 140546772043267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10622040 memory=4132 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 20437 0 0 0 1047 96 0 0 20 0 16 0 96076812 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10622040 memory=427188 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 17827 0 0 0 1050 93 0 0 20 0 16 0 96076812 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10622040 memory=398224 CPUtime=11.42 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 18624 0 0 0 1049 93 0 0 20 0 16 0 96076812 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10622040 memory=383888 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 18711 0 0 0 1047 96 0 0 20 0 16 0 96076812 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10622040 memory=363908 CPUtime=1 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 26995 0 0 0 90 10 0 0 20 0 16 0 96076813 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10622040 memory=368060 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 96076813 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10622040 memory=368064 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 96076814 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10622040 memory=368068 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10622040 memory=383888 CPUtime=1.34 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 7610 0 0 0 133 1 0 0 20 0 16 0 96076816 10876968960 106797 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10622040 memory=398224 CPUtime=1.41 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) S 8445 8448 29331 0 -1 1077944384 8075 0 0 0 141 0 0 0 20 0 16 0 96076816 10876968960 106797 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10622040 memory=398224 CPUtime=0.27 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) S 8445 8448 29331 0 -1 1077944384 3551 0 0 0 26 1 0 0 20 0 16 0 96076816 10876968960 106797 33554432000 4194304 4196468 140736867862304 140545891490416 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96076816 10876968960 106797 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10622040 memory=398224 CPUtime=1.27 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1301 0 0 0 64 63 0 0 20 0 16 0 96076816 10876968960 106797 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8464] ppid=8445 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8464/stat : 8464 (java) S 8445 8448 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96076848 10876968960 106797 33554432000 4194304 4196468 140736867862304 140545888330672 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 427188 KiB

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

[startup+2481.95 s]
# the end of solver process 8448 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.87 s, system=4.45823 s

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

[startup+2481.81 s]
/proc/loadavg: 1.36 1.47 1.65 3/217 8642
/proc/meminfo: memFree=30971756/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10821732 memory=427236 CPUtime=2520.15 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 146567 0 0 0 251570 445 0 0 20 0 17 0 96076810 11081453568 106809 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2705433 106809 3152 1 0 2693827 0
[pid=8448/tid=8450] ppid=8445 vsize=10821732 memory=10928 CPUtime=2469.03 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 21742 0 0 0 246896 7 0 0 20 0 17 0 96076811 11081453568 106809 33554432000 4194304 4196468 140736867862304 140547135438256 140546771890736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10821732 memory=796 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 20437 0 0 0 1047 96 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10821732 memory=8112282956445269571 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 17827 0 0 0 1050 93 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10821732 memory=427188 CPUtime=11.42 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 18624 0 0 0 1049 93 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10821732 memory=3252 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 18711 0 0 0 1047 96 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10821732 memory=398224 CPUtime=1 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 26995 0 0 0 90 10 0 0 20 0 17 0 96076813 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10821732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 96076813 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10821732 memory=27800 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 96076814 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10821732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10821732 memory=2408 CPUtime=1.34 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 7623 0 0 0 133 1 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10821732 memory=1728 CPUtime=1.41 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) S 8445 8448 29331 0 -1 1077944384 8113 0 0 0 141 0 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10821732 memory=1720 CPUtime=0.27 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) S 8445 8448 29331 0 -1 1077944384 3591 0 0 0 26 1 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545891490416 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10821732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10821732 memory=1928 CPUtime=1.27 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1301 0 0 0 64 63 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 427236 KiB

[startup+2481.9 s]
/proc/loadavg: 1.36 1.47 1.65 3/217 8642
/proc/meminfo: memFree=30971756/32770624 swapFree=67108860/67108860
[pid=8448] ppid=8445 vsize=10821732 memory=427236 CPUtime=2520.24 cores=0,2,4,6
/proc/8448/stat : 8448 (java) S 8445 8448 29331 0 -1 1077944320 146567 0 0 0 251579 445 0 0 20 0 17 0 96076810 11081453568 106809 33554432000 4194304 4196468 140736867862304 140736867844848 140547131199223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
/proc/8448/statm: 2705433 106809 3152 1 0 2693827 0
[pid=8448/tid=8450] ppid=8445 vsize=10821732 memory=398224 CPUtime=2469.13 cores=0,2,4,6
/proc/8448/task/8450/stat : 8450 (java) R 8445 8448 29331 0 -1 4202560 21742 0 0 0 246906 7 0 0 20 0 17 0 96076811 11081453568 106809 33554432000 4194304 4196468 140736867862304 140547135438256 140546771890772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8451] ppid=8445 vsize=10821732 memory=383888 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8451/stat : 8451 (java) S 8445 8448 29331 0 -1 1077944384 20437 0 0 0 1047 96 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546738097296 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8452] ppid=8445 vsize=10821732 memory=368068 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8452/stat : 8452 (java) S 8445 8448 29331 0 -1 1077944384 17827 0 0 0 1050 93 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546737044496 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8453] ppid=8445 vsize=10821732 memory=368064 CPUtime=11.42 cores=0,2,4,6
/proc/8448/task/8453/stat : 8453 (java) S 8445 8448 29331 0 -1 1077944384 18624 0 0 0 1049 93 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546735991696 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8454] ppid=8445 vsize=10821732 memory=368060 CPUtime=11.43 cores=0,2,4,6
/proc/8448/task/8454/stat : 8454 (java) S 8445 8448 29331 0 -1 1077944384 18711 0 0 0 1047 96 0 0 20 0 17 0 96076812 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546734938896 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8455] ppid=8445 vsize=10821732 memory=363908 CPUtime=1 cores=0,2,4,6
/proc/8448/task/8455/stat : 8455 (java) S 8445 8448 29331 0 -1 1077944384 26995 0 0 0 90 10 0 0 20 0 17 0 96076813 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546234349936 140547131210370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8456] ppid=8445 vsize=10821732 memory=383888 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8456/stat : 8456 (java) S 8445 8448 29331 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 96076813 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546233295904 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8457] ppid=8445 vsize=10821732 memory=398224 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8457/stat : 8457 (java) S 8445 8448 29331 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 96076814 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546232243056 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8458] ppid=8445 vsize=10821732 memory=427188 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8458/stat : 8458 (java) S 8445 8448 29331 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546231191376 140547131217819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8459] ppid=8445 vsize=10821732 memory=4132 CPUtime=1.34 cores=0,2,4,6
/proc/8448/task/8459/stat : 8459 (java) S 8445 8448 29331 0 -1 1077944384 7623 0 0 0 133 1 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140546230139760 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8460] ppid=8445 vsize=10821732 memory=398224 CPUtime=1.41 cores=0,2,4,6
/proc/8448/task/8460/stat : 8460 (java) S 8445 8448 29331 0 -1 1077944384 8113 0 0 0 141 0 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545892543216 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8461] ppid=8445 vsize=10821732 memory=427188 CPUtime=0.27 cores=0,2,4,6
/proc/8448/task/8461/stat : 8461 (java) S 8445 8448 29331 0 -1 1077944384 3591 0 0 0 26 1 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545891490416 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8462] ppid=8445 vsize=10821732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8448/task/8462/stat : 8462 (java) S 8445 8448 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545890437856 140547131209429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
[pid=8448/tid=8463] ppid=8445 vsize=10821732 memory=398224 CPUtime=1.27 cores=0,2,4,6
/proc/8448/task/8463/stat : 8463 (java) S 8445 8448 29331 0 -1 1077944384 1301 0 0 0 64 63 0 0 20 0 17 0 96076816 11081453568 106809 33554432000 4194304 4196468 140736867862304 140545889385136 140547131210370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22355968 140736867869830 140736867869983 140736867869983 140736867872719 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 427236 KiB

Child status: 143
Real time (s): 2481.95
CPU time (s): 2520.33
CPU user time (s): 2515.87
CPU system time (s): 4.45823
CPU usage (%): 101.546
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 650388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.87
system time used= 4.45823
maximum resident set size= 675232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66040
involuntary context switches= 3150


# summary of solver processes directly reported to runsolver:
#   pid: 8448
#   total CPU time (s): 2520.33
#   total CPU user time (s): 2515.87
#   total CPU system time (s): 4.45823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4183 second user time and 18.7819 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 14:57:12
IDJOB=4262962
IDBENCH=133508
IDSOLVER=2651
FILE ID=node115/4262962-1502629891
RUNJOBID= node115-1502624021-7817
PBS_JOBID= 20628301
Free space on /tmp= 61812 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-00.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262962-1502629891/watcher-4262962-1502629891 -o /tmp/evaluation-result-4262962-1502629891/solver-4262962-1502629891 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262962-1502629891.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1791776384

node115.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.69
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.69
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.69
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.69
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:        28334216 kB
MemAvailable:   28651820 kB
Buffers:          118604 kB
Cached:           485280 kB
SwapCached:            0 kB
Active:          3794168 kB
Inactive:         195004 kB
Active(anon):    3333628 kB
Inactive(anon):    79404 kB
Active(file):     460540 kB
Inactive(file):   115600 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:            16 kB
AnonPages:       3391724 kB
Mapped:            54964 kB
Shmem:             25224 kB
Slab:             140228 kB
SReclaimable:     114596 kB
SUnreclaim:        25632 kB
KernelStack:        3536 kB
PageTables:        11216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4104980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3274752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61812 MiB
End job on node115 at 2017-08-13 15:38:34