Trace number 4301763

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)42 252.063 247.919

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark252.063
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.42/0.66	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.42/0.66	c This is free software under the dual EPL/GNU LGPL licenses.
1.42/0.66	c See www.sat4j.org for details.
1.42/0.66	c That software uses the Rhino library from the Mozilla project.
1.42/0.66	c version 2.3.6-SNAPSHOT
1.42/0.66	c java.runtime.name	Java(TM) SE Runtime Environment
1.42/0.66	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.42/0.66	c java.vm.version	25.131-b11
1.42/0.66	c java.vm.vendor	Oracle Corporation
1.42/0.66	c sun.arch.data.model	64
1.42/0.66	c java.version		1.8.0_131
1.42/0.66	c os.name		Linux
1.42/0.66	c os.version		3.10.0-514.16.1.el7.x86_64
1.42/0.66	c os.arch		amd64
1.42/0.66	c Free memory 		499604488
1.42/0.66	c Max memory 		7247757312
1.42/0.66	c Total memory 		504889344
1.42/0.66	c Number of processors 	4
1.42/0.66	c c --- Begin Solver configuration ---
1.42/0.66	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.42/0.66	c Learn all clauses as in MiniSAT
1.42/0.66	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.42/0.66	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.42/0.66	c No reason simplification
1.42/0.66	c Glucose 2.1 dynamic restart strategy
1.42/0.66	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.42/0.66	c timeout=2147483s
1.42/0.66	c DB Simplification allowed=false
1.42/0.66	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.42/0.66	c --- End Solver configuration ---
1.42/0.66	c constraints type 
1.42/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
1.42/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17438
1.42/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.42/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 225244
1.42/0.66	c org.sat4j.specs.Constr$1 => 2
1.42/0.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 328
1.42/0.66	c 243134 constraints processed.
2.88/1.20	o 121
3.25/1.41	o 117
3.37/1.51	o 116
3.48/1.62	o 112
3.48/1.66	o 100
3.71/1.82	o 99
3.71/1.89	o 89
3.97/2.07	o 85
3.97/2.09	o 83
4.15/2.14	o 77
4.53/2.30	o 75
4.53/2.34	o 73
4.64/2.49	o 70
4.85/2.61	o 67
5.27/2.97	o 65
5.38/3.06	o 64
5.51/3.15	o 60
5.75/3.38	o 59
6.12/3.52	o 58
6.12/3.59	o 57
6.28/3.68	o 56
7.00/4.32	o 55
7.94/5.19	o 53
8.63/5.84	o 50
8.73/5.95	o 47
8.96/6.13	o 44
12.16/9.36	o 43
13.26/10.44	o 42
252.05/247.90	c starts		: 3634
252.05/247.90	c conflicts		: 672812
252.05/247.90	c decisions		: 2162504
252.05/247.90	c propagations		: 334914653
252.05/247.90	c inspects		: 3596213493
252.05/247.90	c shortcuts		: 0
252.05/247.90	c learnt literals	: 440
252.05/247.90	c learnt binary clauses	: 2295
252.05/247.90	c learnt ternary clauses	: 2106
252.05/247.90	c learnt constraints	: 672372
252.05/247.90	c ignored constraints	: 0
252.05/247.90	c root simplifications	: 0
252.05/247.90	c removed literals (reason simplification)	: 0
252.05/247.90	c reason swapping (by a shorter reason)	: 0
252.05/247.90	c Calls to reduceDB	: 38
252.05/247.90	c Number of update (reduction) of LBD	: 483161
252.05/247.90	c Imported unit clauses	: 0
252.05/247.90	c number of reductions to clauses (during analyze)	: 0
252.05/247.90	c number of learned constraints concerned by reduction	: 0
252.05/247.90	c number of learning phase by resolution	: 0
252.05/247.90	c number of learning phase by cutting planes	: 0
252.05/247.90	c number of rounding to 1 operations	: 0
252.05/247.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.05/247.90	c number of reductions of the coefficients by power 2 	: 0
252.05/247.90	c number of right shift for reduction by power 2 	: 0
252.05/247.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.05/247.90	c number of ending skipping 	: 0
252.05/247.90	c number of internal skipping 	: 0
252.05/247.90	c number of derivation steps 	: 0
252.05/247.90	c number of skipped derivation steps 	: 0
252.05/247.90	c number of remaining unassigned 	: 0
252.05/247.90	c number of remaining assigned 	: 0
252.05/247.90	c speed (assignments/second)	: 1354624.503514832
252.05/247.90	c non guided choices	: 13579
252.05/247.90	s SATISFIABLE
252.05/247.90	v <instantiation type="solution">
252.05/247.90	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] </list>
252.05/247.90	v 	<values> -5 -2 -15 15 15 -15 5 5 2 4 15 4 15 -4 8 0 1 0 1 1 0 0 0 0 0 0 0 0 0 2 0 0 1 0 2 2 0 0 1 0 0 0 0 0 0 4 0 5 6 9 0 0 10 0 0 0 0 0 0 0 12 0 </values>
252.05/247.90	v </instantiation>
252.05/247.90	

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301763-1532884349/watcher-4301763-1532884349 -o /tmp/evaluation-result-4301763-1532884349/solver-4301763-1532884349 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301763-1532884349.xml 

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

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

solver pid=17831, runsolver pid=17828

[startup+0.101046 s]*
/proc/loadavg: 1.85 2.01 2.31 2/217 17846
/proc/meminfo: memFree=28179876/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10659012 memory=30744 CPUtime=0.13 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 6756 0 0 0 11 2 0 0 20 0 15 0 105998083 10914828288 7686 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2664753 7686 2843 1 0 2627263 0
[pid=17831/tid=17833] ppid=17828 vsize=10659012 memory=-8773748148829852028 CPUtime=0.09 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) R 17828 17831 13514 0 -1 4202560 4595 0 0 0 8 1 0 0 20 0 15 0 105998083 10914828288 7686 33554432000 4194304 4196468 140734270018320 139845394308064 139845390115997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 7686 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 7686 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 7686 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105998086 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105998086 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105998086 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0.02 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 105998089 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 7686 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30744 KiB

[startup+0.21054 s]*
/proc/loadavg: 1.85 2.01 2.31 4/217 17846
/proc/meminfo: memFree=28170184/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10659012 memory=41888 CPUtime=0.33 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 8062 0 0 0 31 2 0 0 20 0 15 0 105998083 10914828288 10472 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2664753 10472 3006 1 0 2627263 0
[pid=17831/tid=17833] ppid=17828 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) R 17828 17831 13514 0 -1 4202560 5032 0 0 0 18 1 0 0 20 0 15 0 105998083 10914828288 10472 33554432000 4194304 4196468 140734270018320 139845394330688 139845390106006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 10472 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10659012 memory=140557599140081 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 10472 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 10472 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105998084 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105998086 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105998086 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105998086 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 105998089 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 491 0 0 0 2 0 0 0 20 0 15 0 105998089 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0.07 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 664 0 0 0 7 0 0 0 20 0 15 0 105998089 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10659012 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998089 10914828288 10472 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41888 KiB

[startup+0.311036 s]*
/proc/loadavg: 1.85 2.01 2.31 4/217 17846
/proc/meminfo: memFree=28163360/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10659088 memory=47264 CPUtime=0.52 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 8899 0 0 0 50 2 0 0 20 0 15 0 105998083 10914906112 11816 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2664772 11816 3046 1 0 2627263 0
[pid=17831/tid=17833] ppid=17828 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) R 17828 17831 13514 0 -1 4202560 5637 0 0 0 28 2 0 0 20 0 15 0 105998083 10914906112 11816 33554432000 4194304 4196468 140734270018320 139845394331232 139845024487357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914906112 11816 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10659088 memory=140557599137807 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914906112 11816 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998084 10914906112 11816 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105998084 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10659088 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105998086 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105998086 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105998086 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105998089 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 630 0 0 0 4 0 0 0 20 0 15 0 105998089 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 507 0 0 0 4 0 0 0 20 0 15 0 105998089 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10659088 memory=140557598508672 CPUtime=0.12 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) R 17828 17831 13514 0 -1 4202560 761 0 0 0 12 0 0 0 20 0 15 0 105998089 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844943649008 139845374174558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105998089 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10659088 memory=140557598508672 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105998089 10914906112 11816 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47264 KiB

[startup+0.700986 s]
/proc/loadavg: 1.85 2.01 2.31 6/217 17846
/proc/meminfo: memFree=28133704/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10727700 memory=123992 CPUtime=1.73 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 13405 0 0 0 169 4 0 0 20 0 16 0 105998083 10985164800 30998 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2681925 30998 3110 1 0 2644416 0
[pid=17831/tid=17833] ppid=17828 vsize=10727700 memory=16868 CPUtime=0.67 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) R 17828 17831 13514 0 -1 4202560 6086 0 0 0 65 2 0 0 20 0 16 0 105998083 10985164800 30998 33554432000 4194304 4196468 140734270018320 139845394332208 139845028242875 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10727700 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 30998 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10727700 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 30998 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10727700 memory=496 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 30998 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10727700 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10727700 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10727700 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10727700 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10727700 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10727700 memory=6081108994580573287 CPUtime=0.33 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) R 17828 17831 13514 0 -1 4202560 2510 0 0 0 33 0 0 0 20 0 16 0 105998089 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844945734376 139845369350454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10727700 memory=5788647689011156329 CPUtime=0.35 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) R 17828 17831 13514 0 -1 4202560 1748 0 0 0 35 0 0 0 20 0 16 0 105998089 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844944692528 139845373594269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10727700 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 1671 0 0 0 34 0 0 0 20 0 16 0 105998089 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10727700 memory=756 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 30998 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 123992 KiB

[startup+1.50077 s]
/proc/loadavg: 1.85 2.01 2.31 4/218 17847
/proc/meminfo: memFree=28082716/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10727700 memory=133016 CPUtime=3.37 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 18089 0 0 0 332 5 0 0 20 0 16 0 105998083 10985164800 33254 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2681925 33254 3125 1 0 2644416 0
[pid=17831/tid=17833] ppid=17828 vsize=10727700 memory=33 CPUtime=1.47 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) R 17828 17831 13514 0 -1 4202560 7058 0 0 0 144 3 0 0 20 0 16 0 105998083 10985164800 33254 33554432000 4194304 4196468 140734270018320 139845394312704 139845028611038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 33254 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 33254 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 33254 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10727700 memory=-2247047206207641111 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105998084 10985164800 33254 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10727700 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 33254 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0

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

/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 2223 0 0 0 21 13 0 0 20 0 16 0 105998084 10985164800 148843 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10727700 memory=595372 CPUtime=0.34 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1053 0 0 0 21 13 0 0 20 0 16 0 105998084 10985164800 148843 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10727700 memory=4140 CPUtime=0.35 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 822 0 0 0 22 13 0 0 20 0 16 0 105998084 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10727700 memory=595372 CPUtime=0.03 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 3707 0 0 0 3 0 0 0 20 0 16 0 105998086 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10727700 memory=595372 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10727700 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10727700 memory=595372 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10727700 memory=595372 CPUtime=1.07 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 4681 0 0 0 107 0 0 0 20 0 16 0 105998089 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10727700 memory=4140 CPUtime=1.39 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 5483 0 0 0 139 0 0 0 20 0 16 0 105998089 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10727700 memory=595372 CPUtime=0.44 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 3685 0 0 0 43 1 0 0 20 0 16 0 105998089 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10727700 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10727700 memory=30224 CPUtime=0.11 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 903 0 0 0 5 6 0 0 20 0 16 0 105998089 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17847] ppid=17828 vsize=10727700 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17847/stat : 17847 (java) S 17828 17831 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105998150 10985164800 148843 33554432000 4194304 4196468 140734270018320 139844871251248 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 226.37 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 595372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.701 s]
/proc/loadavg: 3.73 2.80 2.54 6/216 18003
/proc/meminfo: memFree=20314828/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10727700 memory=680376 CPUtime=252 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 36486 0 0 0 25121 79 0 0 20 0 16 0 105998083 10985164800 170094 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2681925 170094 3181 1 0 2644416 0
[pid=17831/tid=17833] ppid=17828 vsize=10727700 memory=680376 CPUtime=247.19 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) R 17828 17831 13514 0 -1 4202560 10084 0 0 0 24715 4 0 0 20 0 16 0 105998083 10985164800 170094 33554432000 4194304 4196468 140734270018320 139845394333120 139845028463905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10727700 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1745 0 0 0 26 16 0 0 20 0 16 0 105998084 10985164800 170094 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10727700 memory=1520 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 2418 0 0 0 26 16 0 0 20 0 16 0 105998084 10985164800 170094 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10727700 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1241 0 0 0 26 16 0 0 20 0 16 0 105998084 10985164800 170094 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10727700 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 1055 0 0 0 26 16 0 0 20 0 16 0 105998084 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10727700 memory=680376 CPUtime=0.03 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 3740 0 0 0 3 0 0 0 20 0 16 0 105998086 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10727700 memory=680376 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10727700 memory=680376 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 105998086 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10727700 memory=680376 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10727700 memory=680376 CPUtime=1.07 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 4681 0 0 0 107 0 0 0 20 0 16 0 105998089 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10727700 memory=4140 CPUtime=1.39 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 5483 0 0 0 139 0 0 0 20 0 16 0 105998089 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10727700 memory=30224 CPUtime=0.44 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 3685 0 0 0 43 1 0 0 20 0 16 0 105998089 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10727700 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105998089 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10727700 memory=1240 CPUtime=0.11 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 905 0 0 0 5 6 0 0 20 0 16 0 105998089 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17847] ppid=17828 vsize=10727700 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17847/stat : 17847 (java) S 17828 17831 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105998150 10985164800 170094 33554432000 4194304 4196468 140734270018320 139844871251248 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 680376 KiB

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

[startup+247.919 s]
# the end of solver process 17831 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.255 s, system=0.808183 s

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

[startup+247.805 s]
/proc/loadavg: 3.73 2.80 2.54 6/216 18003
/proc/meminfo: memFree=20314828/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10927392 memory=680656 CPUtime=252.05 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 37917 0 0 0 25125 80 0 0 20 0 17 0 105998083 11189649408 170164 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2731848 170164 3183 1 0 2694339 0
[pid=17831/tid=17833] ppid=17828 vsize=10927392 memory=16868 CPUtime=247.22 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) S 17828 17831 13514 0 -1 1077944384 10246 0 0 0 24718 4 0 0 20 0 17 0 105998083 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845394336944 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10927392 memory=2324 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1745 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10927392 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 2418 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10927392 memory=496 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1241 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10927392 memory=928 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 1055 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10927392 memory=1172 CPUtime=0.03 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 3740 0 0 0 3 0 0 0 20 0 17 0 105998086 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10927392 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 105998086 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10927392 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 105998086 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10927392 memory=924 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10927392 memory=1992 CPUtime=1.07 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 4786 0 0 0 107 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10927392 memory=2236 CPUtime=1.39 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 5634 0 0 0 139 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10927392 memory=1408 CPUtime=0.44 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 4153 0 0 0 43 1 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10927392 memory=3180 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.11 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 905 0 0 0 5 6 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 680656 KiB

[startup+247.901 s]
/proc/loadavg: 3.73 2.80 2.54 6/216 18003
/proc/meminfo: memFree=20314828/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=10927392 memory=680656 CPUtime=252.05 cores=0,2,4,6
/proc/17831/stat : 17831 (java) S 17828 17831 13514 0 -1 1077944320 37917 0 0 0 25125 80 0 0 20 0 17 0 105998083 11189649408 170164 33554432000 4194304 4196468 140734270018320 140734270000864 139845390094071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
/proc/17831/statm: 2731848 170164 3183 1 0 2694339 0
[pid=17831/tid=17833] ppid=17828 vsize=10927392 memory=680376 CPUtime=247.22 cores=0,2,4,6
/proc/17831/task/17833/stat : 17833 (java) S 17828 17831 13514 0 -1 1077944384 10246 0 0 0 24718 4 0 0 20 0 17 0 105998083 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845394336944 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17834] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17834/stat : 17834 (java) S 17828 17831 13514 0 -1 1077944384 1745 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845346646288 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17835] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17835/stat : 17835 (java) S 17828 17831 13514 0 -1 1077944384 2418 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845345593744 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17836] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17836/stat : 17836 (java) S 17828 17831 13514 0 -1 1077944384 1241 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139845344541200 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17837] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.42 cores=0,2,4,6
/proc/17831/task/17837/stat : 17837 (java) S 17828 17831 13514 0 -1 1077944384 1055 0 0 0 26 16 0 0 20 0 17 0 105998084 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844993866384 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17838] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.03 cores=0,2,4,6
/proc/17831/task/17838/stat : 17838 (java) S 17828 17831 13514 0 -1 1077944384 3740 0 0 0 3 0 0 0 20 0 17 0 105998086 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844949965296 139845390105218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17839] ppid=17828 vsize=10927392 memory=680376 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17839/stat : 17839 (java) S 17828 17831 13514 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 105998086 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844948911520 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17840] ppid=17828 vsize=10927392 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17840/stat : 17840 (java) S 17828 17831 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 105998086 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844947858928 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17841] ppid=17828 vsize=10927392 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17841/stat : 17841 (java) S 17828 17831 13514 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844946807504 139845390112667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17842] ppid=17828 vsize=10927392 memory=30224 CPUtime=1.07 cores=0,2,4,6
/proc/17831/task/17842/stat : 17842 (java) S 17828 17831 13514 0 -1 1077944384 4786 0 0 0 107 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844945754096 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17843] ppid=17828 vsize=10927392 memory=2204 CPUtime=1.39 cores=0,2,4,6
/proc/17831/task/17843/stat : 17843 (java) S 17828 17831 13514 0 -1 1077944384 5634 0 0 0 139 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844944701552 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17844] ppid=17828 vsize=10927392 memory=680376 CPUtime=0.44 cores=0,2,4,6
/proc/17831/task/17844/stat : 17844 (java) S 17828 17831 13514 0 -1 1077944384 4153 0 0 0 43 1 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844943649008 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17845] ppid=17828 vsize=10927392 memory=680376 CPUtime=0 cores=0,2,4,6
/proc/17831/task/17845/stat : 17845 (java) S 17828 17831 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844942596704 139845390104277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
[pid=17831/tid=17846] ppid=17828 vsize=10927392 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/17831/task/17846/stat : 17846 (java) S 17828 17831 13514 0 -1 1077944384 905 0 0 0 5 6 0 0 20 0 17 0 105998089 11189649408 170164 33554432000 4194304 4196468 140734270018320 139844941544240 139845390105218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28590080 140734270026870 140734270027022 140734270027022 140734270029775 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 680656 KiB

Child status: 143
Real time (s): 247.919
CPU time (s): 252.063
CPU user time (s): 251.255
CPU system time (s): 0.808183
CPU usage (%): 101.672
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 680656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.255
system time used= 0.808183
maximum resident set size= 680992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38423
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7617
involuntary context switches= 335


# summary of solver processes directly reported to runsolver:
#   pid: 17831
#   total CPU time (s): 252.063
#   total CPU user time (s): 251.255
#   total CPU system time (s): 0.808183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41225 second user time and 2.45822 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:12:29
IDJOB=4301763
IDBENCH=141324
IDSOLVER=2773
FILE ID=node136/4301763-1532884349
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301763-1532884349/watcher-4301763-1532884349 -o /tmp/evaluation-result-4301763-1532884349/solver-4301763-1532884349 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301763-1532884349.xml

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

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=450706887

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28197272 kB
MemAvailable:   31499316 kB
Buffers:          213752 kB
Cached:          3358720 kB
SwapCached:            0 kB
Active:          2145816 kB
Inactive:        1952664 kB
Active(anon):     477104 kB
Inactive(anon):    76480 kB
Active(file):    1668712 kB
Inactive(file):  1876184 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:        532512 kB
Mapped:            46536 kB
Shmem:             25228 kB
Slab:             174276 kB
SReclaimable:     145968 kB
SUnreclaim:        28308 kB
KernelStack:        3616 kB
PageTables:         6332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1336096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 19:16:37