Trace number 4289853

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-11OPT47 64.8561 54.336

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-02_c18.xml
MD5SUM89f30685fe777f1ae52e0ef342afd904
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.21042
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size160
Distribution of domain sizes[{"size":1,"count":1},{"size":160,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":9},{"degree":5,"count":11}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

8.40/3.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.40/3.04	c This is free software under the dual EPL/GNU LGPL licenses.
8.40/3.04	c See www.sat4j.org for details.
8.40/3.04	c That software uses the Rhino library from the Mozilla project.
8.40/3.04	c version 2.3.6-SNAPSHOT
8.40/3.04	c java.runtime.name	Java(TM) SE Runtime Environment
8.40/3.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.40/3.04	c java.vm.version	25.131-b11
8.40/3.04	c java.vm.vendor	Oracle Corporation
8.40/3.04	c sun.arch.data.model	64
8.40/3.04	c java.version		1.8.0_131
8.40/3.04	c os.name		Linux
8.40/3.04	c os.version		3.10.0-514.16.1.el7.x86_64
8.40/3.04	c os.arch		amd64
8.40/3.04	c Free memory 		499604488
8.40/3.04	c Max memory 		7247757312
8.40/3.04	c Total memory 		504889344
8.40/3.04	c Number of processors 	4
8.40/3.04	c c --- Begin Solver configuration ---
8.40/3.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.40/3.04	c Learn all clauses as in MiniSAT
8.40/3.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.40/3.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.40/3.05	c No reason simplification
8.40/3.05	c Glucose 2.1 dynamic restart strategy
8.40/3.05	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
8.40/3.05	c timeout=2147483s
8.40/3.05	c DB Simplification allowed=false
8.40/3.05	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.40/3.05	c --- End Solver configuration ---
8.40/3.05	c constraints type 
8.40/3.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 62
8.40/3.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2479628
8.40/3.05	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
8.40/3.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1302371
8.40/3.05	c org.sat4j.specs.Constr$1 => 1
8.40/3.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 1438
8.40/3.05	c 3783501 constraints processed.
10.23/4.07	o 137
11.81/5.47	o 133
16.65/7.49	o 130
18.27/8.94	o 129
19.31/9.89	o 127
21.46/11.77	o 126
22.60/12.80	o 125
23.26/13.43	o 120
24.46/14.62	o 119
25.26/15.42	o 118
26.19/16.21	o 116
26.59/16.67	o 115
27.40/17.48	o 114
28.71/18.72	o 108
29.81/19.87	o 107
30.51/20.53	o 106
31.81/21.67	o 105
32.53/22.37	o 104
34.25/23.93	o 103
34.95/24.69	o 100
35.95/25.62	o 94
36.65/26.30	o 91
37.55/27.21	o 90
38.55/28.26	o 89
39.95/29.65	o 86
40.97/30.51	o 82
42.11/31.66	o 79
42.81/32.34	o 78
43.62/33.19	o 77
44.32/33.86	o 76
45.22/34.73	o 58
46.22/35.79	o 57
47.33/36.87	o 56
48.43/37.95	o 55
50.93/40.47	o 54
52.68/42.04	o 53
53.57/42.98	o 52
55.59/44.99	o 50
60.49/49.81	o 49
63.59/52.91	o 48
64.60/53.97	o 47
64.83/54.32	c starts		: 526
64.83/54.32	c conflicts		: 69255
64.83/54.32	c decisions		: 54483078
64.83/54.32	c propagations		: 160074414
64.83/54.32	c inspects		: 280807809
64.83/54.32	c shortcuts		: 0
64.83/54.32	c learnt literals	: 779
64.83/54.32	c learnt binary clauses	: 6846
64.83/54.32	c learnt ternary clauses	: 493
64.83/54.32	c learnt constraints	: 68475
64.83/54.32	c ignored constraints	: 0
64.83/54.32	c root simplifications	: 0
64.83/54.32	c removed literals (reason simplification)	: 0
64.83/54.32	c reason swapping (by a shorter reason)	: 0
64.83/54.32	c Calls to reduceDB	: 9
64.83/54.32	c Number of update (reduction) of LBD	: 66728
64.83/54.32	c Imported unit clauses	: 0
64.83/54.32	c number of reductions to clauses (during analyze)	: 0
64.83/54.32	c number of learned constraints concerned by reduction	: 0
64.83/54.32	c number of learning phase by resolution	: 0
64.83/54.32	c number of learning phase by cutting planes	: 0
64.83/54.32	c number of rounding to 1 operations	: 0
64.83/54.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
64.83/54.32	c number of reductions of the coefficients by power 2 	: 0
64.83/54.32	c number of right shift for reduction by power 2 	: 0
64.83/54.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
64.83/54.32	c number of ending skipping 	: 0
64.83/54.32	c number of internal skipping 	: 0
64.83/54.32	c number of derivation steps 	: 0
64.83/54.32	c number of skipped derivation steps 	: 0
64.83/54.32	c number of remaining unassigned 	: 0
64.83/54.32	c number of remaining assigned 	: 0
64.83/54.32	c speed (assignments/second)	: 3125964.9664114984
64.83/54.32	c non guided choices	: 52008711
64.83/54.32	s OPTIMUM FOUND
64.83/54.32	v <instantiation type="optimum" cost="47">
64.83/54.32	v 	<list> s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
64.83/54.32	v 	<values> 0 1 0 1 10 11 8 14 11 5 14 26 29 24 14 14 14 26 18 31 27 11 33 33 37 24 33 35 36 39 38 47 </values>
64.83/54.32	v </instantiation>
64.83/54.32	

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289853-1532219705/watcher-4289853-1532219705 -o /tmp/evaluation-result-4289853-1532219705/solver-4289853-1532219705 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289853-1532219705.xml 

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

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

solver pid=29631, runsolver pid=29628

[startup+0.100138 s]*
/proc/loadavg: 2.00 2.01 2.13 3/221 29646
/proc/meminfo: memFree=16831224/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10659012 memory=30520 CPUtime=0.13 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 6690 0 0 0 11 2 0 0 20 0 15 0 39533713 10914828288 7630 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2664753 7630 2818 1 0 2627263 0
[pid=29631/tid=29633] ppid=29628 vsize=10659012 memory=-8773748148830376830 CPUtime=0.09 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) R 29628 29631 26255 0 -1 4202560 4536 0 0 0 8 1 0 0 20 0 15 0 39533714 10914828288 7630 33554432000 4194304 4196468 140730662937952 140248817948976 140248813749405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 7630 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 7630 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 7630 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 7630 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533716 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39533716 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247924037024 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39533716 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247922984432 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247920879600 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247919827056 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) R 29628 29631 26255 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 39533719 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247918774512 140248813739414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 7630 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30520 KiB

[startup+0.210869 s]*
/proc/loadavg: 2.00 2.01 2.13 4/221 29646
/proc/meminfo: memFree=16820720/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10659012 memory=41604 CPUtime=0.33 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 8021 0 0 0 31 2 0 0 20 0 15 0 39533713 10914828288 10401 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2664753 10401 3006 1 0 2627263 0
[pid=29631/tid=29633] ppid=29628 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) R 29628 29631 26255 0 -1 4202560 5037 0 0 0 18 1 0 0 20 0 15 0 39533714 10914828288 10401 33554432000 4194304 4196468 140730662937952 140248817955264 140248415763724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 10401 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10659012 memory=3977437353767921312 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 10401 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 10401 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533714 10914828288 10401 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533716 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39533716 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247924037024 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39533716 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247922984432 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 746 0 0 0 2 0 0 0 20 0 15 0 39533719 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247920879600 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 39533719 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247919827056 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0.07 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) R 29628 29631 26255 0 -1 4202560 659 0 0 0 7 0 0 0 20 0 15 0 39533719 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247918774512 140248813739414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10659012 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533719 10914828288 10401 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41604 KiB

[startup+0.310621 s]*
/proc/loadavg: 2.00 2.01 2.13 5/221 29646
/proc/meminfo: memFree=16813400/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10659088 memory=46700 CPUtime=0.52 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 8997 0 0 0 49 3 0 0 20 0 15 0 39533713 10914906112 11675 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2664772 11675 3045 1 0 2627263 0
[pid=29631/tid=29633] ppid=29628 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) R 29628 29631 26255 0 -1 4202560 5830 0 0 0 28 2 0 0 20 0 15 0 39533714 10914906112 11675 33554432000 4194304 4196468 140730662937952 140248817958112 140248797771109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914906112 11675 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10659088 memory=3691176202941556384 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914906112 11675 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39533714 10914906112 11675 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533714 10914906112 11675 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10659088 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247924037024 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247922984432 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) R 29628 29631 26255 0 -1 4202560 763 0 0 0 4 0 0 0 20 0 15 0 39533719 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247920879600 140248792965936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) R 29628 29631 26255 0 -1 4202560 326 0 0 0 4 0 0 0 20 0 15 0 39533719 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247919827056 140248798013628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10659088 memory=139624985978496 CPUtime=0.12 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 26255 0 -1 1077944384 711 0 0 0 12 0 0 0 20 0 15 0 39533719 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247918774512 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10659088 memory=139624985978496 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533719 10914906112 11675 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46700 KiB

[startup+0.700839 s]
/proc/loadavg: 2.00 2.01 2.13 5/221 29646
/proc/meminfo: memFree=16763640/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10659088 memory=215312 CPUtime=1.7 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 13336 0 0 0 161 9 0 0 20 0 15 0 39533713 10914906112 53828 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2664772 53828 3102 1 0 2627263 0
[pid=29631/tid=29633] ppid=29628 vsize=10659088 memory=1844 CPUtime=0.64 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 26255 0 -1 1077944384 6064 0 0 0 60 4 0 0 20 0 15 0 39533714 10914906112 53828 33554432000 4194304 4196468 140730662937952 140248817964272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10659088 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) R 29628 29631 26255 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 15 0 39533714 10914906112 53828 33554432000 4194304 4196468 140730662937952 140248739801360 140248798755353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10659088 memory=1700 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) R 29628 29631 26255 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 15 0 39533714 10914906112 53828 33554432000 4194304 4196468 140730662937952 140248738748816 140248798755353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10659088 memory=12984 CPUtime=0.01 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) R 29628 29631 26255 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 15 0 39533714 10914906112 53828 33554432000 4194304 4196468 140730662937952 140248737696472 140248798755353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10659088 memory=5664 CPUtime=0.01 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) R 29628 29631 26255 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 39533714 10914906112 53828 33554432000 4194304 4196468 140730662937952 140248736641424 140248798754898 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247925089312 140248813737685 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247924037024 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247922984432 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10659088 memory=7739276948478455658 CPUtime=0.36 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 2759 0 0 0 36 0 0 0 20 0 15 0 39533719 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247920864592 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10659088 memory=7440061282865139792 CPUtime=0.33 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 1423 0 0 0 33 0 0 0 20 0 15 0 39533719 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247919818336 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 26255 0 -1 1077944384 1635 0 0 0 22 0 0 0 20 0 15 0 39533719 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247918774512 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39533719 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39533719 10914906112 53828 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 215312 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 2.13 6/221 29646
/proc/meminfo: memFree=16583300/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10659088 memory=493900 CPUtime=4.34 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 17236 0 0 0 410 24 0 0 20 0 15 0 39533713 10914906112 123475 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2664772 123475 3144 1 0 2627263 0
[pid=29631/tid=29633] ppid=29628 vsize=10659088 memory=6791534058613427641 CPUtime=1.22 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 26255 0 -1 1077944384 6158 0 0 0 116 6 0 0 20 0 15 0 39533714 10914906112 123475 33554432000 4194304 4196468 140730662937952 140248817962848 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10659088 memory=-6951259422114956437 CPUtime=0.22 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) R 29628 29631 26255 0 -1 4202560 166 0 0 0 18 4 0 0 20 0 15 0 39533714 10914906112 123987 33554432000 4194304 4196468 140730662937952 140248739801248 140248798755353 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10659088 memory=-6509546260019855295 CPUtime=0.19 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) R 29628 29631 26255 0 -1 4202560 158 0 0 0 15 4 0 0 20 0 15 0 39533714 10914906112 123987 33554432000 4194304 4196468 140730662937952 140248738749016 140248806827179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10659088 memory=-7390251449858225344 CPUtime=0.18 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) R 29628 29631 26255 0 -1 4202560 158 0 0 0 15 3 0 0 20 0 15 0 39533714 10914906112 123987 33554432000 4194304 4196468 140730662937952 140248737696472 140248798754349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10659088 memory=4134692831991786133 CPUtime=0.19 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) R 29628 29631 26255 0 -1 4202560 276 0 0 0 16 3 0 0 20 0 15 0 39533714 10914906112 123987 33554432000 4194304 4196468 140730662937952 140248736643928 140248798175694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39533716 10914906112 123987 33554432000 4194304 4196468 140730662937952 140247925089312 140248813737685 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0

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

Current children cumulated CPU time: 63.49 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1372444 KiB

[startup+53.6008 s]
/proc/loadavg: 2.01 2.02 2.13 3/222 29647
/proc/meminfo: memFree=15486404/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10727700 memory=1372444 CPUtime=64.3 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 56549 0 0 0 6355 75 0 0 20 0 16 0 39533713 10985164800 343111 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2681925 343111 3190 1 0 2644416 0
[pid=29631/tid=29633] ppid=29628 vsize=10727700 memory=1372444 CPUtime=50.7 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) R 29628 29631 26255 0 -1 4202560 14676 0 0 0 5059 11 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248817963456 140248420499125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10727700 memory=-7450739822187130151 CPUtime=1.98 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1372 0 0 0 183 15 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10727700 memory=-7666364995487093294 CPUtime=1.86 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 2242 0 0 0 171 15 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10727700 memory=6791534058613427641 CPUtime=1.92 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 2766 0 0 0 179 13 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10727700 memory=6944656592387989600 CPUtime=1.83 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2614 0 0 0 170 13 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10727700 memory=6655300316396806240 CPUtime=0.82 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 4251 0 0 0 82 0 0 0 20 0 16 0 39533716 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39533716 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247924037088 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10727700 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39533716 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247922984448 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10727700 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10727700 memory=1844 CPUtime=2.42 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 13870 0 0 0 240 2 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247920879600 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10727700 memory=796 CPUtime=2.22 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 9143 0 0 0 221 1 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247919827056 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10727700 memory=1700 CPUtime=0.46 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 26255 0 -1 1077944384 2861 0 0 0 45 1 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247918774512 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10727700 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10727700 memory=5664 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 1348 0 0 0 1 1 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29647] ppid=29628 vsize=10727700 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29647/stat : 29647 (java) S 29628 29631 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39534025 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247913518384 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 64.3 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1372444 KiB

[startup+54.0008 s]*
/proc/loadavg: 2.01 2.02 2.13 3/222 29647
/proc/meminfo: memFree=15486412/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10727700 memory=1372444 CPUtime=64.71 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 56581 0 0 0 6396 75 0 0 20 0 16 0 39533713 10985164800 343111 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2681925 343111 3190 1 0 2644416 0
[pid=29631/tid=29633] ppid=29628 vsize=10727700 memory=6791534058613427641 CPUtime=51.1 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) R 29628 29631 26255 0 -1 4202560 14706 0 0 0 5099 11 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248817963456 140248420813148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10727700 memory=1 CPUtime=1.98 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1372 0 0 0 183 15 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10727700 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 2242 0 0 0 171 15 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10727700 memory=2538 CPUtime=1.92 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 2766 0 0 0 179 13 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10727700 memory=161664 CPUtime=1.83 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2614 0 0 0 170 13 0 0 20 0 16 0 39533714 10985164800 343111 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10727700 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 4251 0 0 0 82 0 0 0 20 0 16 0 39533716 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10727700 memory=139624824332571 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39533716 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247924037088 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10727700 memory=279249648207684 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39533716 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247922984448 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10727700 memory=0 CPUtime=2.42 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 13872 0 0 0 240 2 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247920879600 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10727700 memory=6944656592455097440 CPUtime=2.22 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 9143 0 0 0 221 1 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247919827056 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10727700 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 26255 0 -1 1077944384 2861 0 0 0 45 1 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247918774512 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10727700 memory=1372440 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10727700 memory=288230621803970871 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 1348 0 0 0 1 1 0 0 20 0 16 0 39533719 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29647] ppid=29628 vsize=10727700 memory=16097065801353040 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29647/stat : 29647 (java) S 29628 29631 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39534025 10985164800 343111 33554432000 4194304 4196468 140730662937952 140247913518384 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 64.71 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1372444 KiB

[startup+54.2008 s]
/proc/loadavg: 2.01 2.02 2.13 3/222 29647
/proc/meminfo: memFree=15486412/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10860828 memory=1372528 CPUtime=64.83 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 57012 0 0 0 6408 75 0 0 20 0 16 0 39533713 11121487872 343132 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2715207 343132 3192 1 0 2677698 0
[pid=29631/tid=29633] ppid=29628 vsize=10860828 memory=288230621803970871 CPUtime=51.22 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 26255 0 -1 1077944384 14992 0 0 0 5111 11 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248817968160 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10860828 memory=16097065801353040 CPUtime=1.98 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1372 0 0 0 183 15 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10860828 memory=6791534058613427641 CPUtime=1.86 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 2242 0 0 0 171 15 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10860828 memory=4048 CPUtime=1.92 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 2766 0 0 0 179 13 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10860828 memory=1240 CPUtime=1.83 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2614 0 0 0 170 13 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10860828 memory=8844 CPUtime=0.82 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 4251 0 0 0 82 0 0 0 20 0 16 0 39533716 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10860828 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39533716 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247924037088 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10860828 memory=644 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39533716 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247922984448 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10860828 memory=956 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10860828 memory=1372440 CPUtime=2.42 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 13895 0 0 0 240 2 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247920879600 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10860828 memory=0 CPUtime=2.22 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 9147 0 0 0 221 1 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247919827056 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10860828 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 26255 0 -1 1077944384 2877 0 0 0 45 1 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247918774512 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10860828 memory=139624824192436 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 1348 0 0 0 1 1 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 64.83 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1372528 KiB

[startup+54.3009 s]
/proc/loadavg: 2.01 2.02 2.13 3/222 29647
/proc/meminfo: memFree=15486412/32770624 swapFree=67108860/67108860
[pid=29631] ppid=29628 vsize=10860828 memory=1372528 CPUtime=64.83 cores=1,3,5,7
/proc/29631/stat : 29631 (java) S 29628 29631 26255 0 -1 1077944320 57012 0 0 0 6408 75 0 0 20 0 16 0 39533713 11121487872 343132 33554432000 4194304 4196468 140730662937952 140730662920496 140248813727479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
/proc/29631/statm: 2715207 343132 3192 1 0 2677698 0
[pid=29631/tid=29633] ppid=29628 vsize=10860828 memory=0 CPUtime=51.22 cores=1,3,5,7
/proc/29631/task/29633/stat : 29633 (java) S 29628 29631 26255 0 -1 1077944384 14992 0 0 0 5111 11 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248817968160 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29634] ppid=29628 vsize=10860828 memory=1372444 CPUtime=1.98 cores=1,3,5,7
/proc/29631/task/29634/stat : 29634 (java) S 29628 29631 26255 0 -1 1077944384 1372 0 0 0 183 15 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248739801360 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29635] ppid=29628 vsize=10860828 memory=4036 CPUtime=1.86 cores=1,3,5,7
/proc/29631/task/29635/stat : 29635 (java) S 29628 29631 26255 0 -1 1077944384 2242 0 0 0 171 15 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248738748816 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29636] ppid=29628 vsize=10860828 memory=1372440 CPUtime=1.92 cores=1,3,5,7
/proc/29631/task/29636/stat : 29636 (java) S 29628 29631 26255 0 -1 1077944384 2766 0 0 0 179 13 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248737696272 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29637] ppid=29628 vsize=10860828 memory=4036 CPUtime=1.83 cores=1,3,5,7
/proc/29631/task/29637/stat : 29637 (java) S 29628 29631 26255 0 -1 1077944384 2614 0 0 0 170 13 0 0 20 0 16 0 39533714 11121487872 343132 33554432000 4194304 4196468 140730662937952 140248736643728 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29638] ppid=29628 vsize=10860828 memory=1372440 CPUtime=0.82 cores=1,3,5,7
/proc/29631/task/29638/stat : 29638 (java) S 29628 29631 26255 0 -1 1077944384 4251 0 0 0 82 0 0 0 20 0 16 0 39533716 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247925090800 140248813738626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29639] ppid=29628 vsize=10860828 memory=1372436 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29639/stat : 29639 (java) S 29628 29631 26255 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39533716 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247924037088 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29640] ppid=29628 vsize=10860828 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29640/stat : 29640 (java) S 29628 29631 26255 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39533716 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247922984448 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29641] ppid=29628 vsize=10860828 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29641/stat : 29641 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247921933008 140248813746075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29642] ppid=29628 vsize=10860828 memory=4036 CPUtime=2.42 cores=1,3,5,7
/proc/29631/task/29642/stat : 29642 (java) S 29628 29631 26255 0 -1 1077944384 13895 0 0 0 240 2 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247920879600 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29643] ppid=29628 vsize=10860828 memory=14060 CPUtime=2.22 cores=1,3,5,7
/proc/29631/task/29643/stat : 29643 (java) S 29628 29631 26255 0 -1 1077944384 9147 0 0 0 221 1 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247919827056 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29644] ppid=29628 vsize=10860828 memory=164 CPUtime=0.46 cores=1,3,5,7
/proc/29631/task/29644/stat : 29644 (java) S 29628 29631 26255 0 -1 1077944384 2877 0 0 0 45 1 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247918774512 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29645] ppid=29628 vsize=10860828 memory=7156589670649974870 CPUtime=0 cores=1,3,5,7
/proc/29631/task/29645/stat : 29645 (java) S 29628 29631 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247917722208 140248813737685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
[pid=29631/tid=29646] ppid=29628 vsize=10860828 memory=1372444 CPUtime=0.02 cores=1,3,5,7
/proc/29631/task/29646/stat : 29646 (java) S 29628 29631 26255 0 -1 1077944384 1348 0 0 0 1 1 0 0 20 0 16 0 39533719 11121487872 343132 33554432000 4194304 4196468 140730662937952 140247916669744 140248813738626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35168256 140730662945905 140730662946057 140730662946057 140730662948815 0
Current children cumulated CPU time: 64.83 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 1372528 KiB

Child status: 0
Real time (s): 54.336
CPU time (s): 64.8561
CPU user time (s): 64.088
CPU system time (s): 0.76809
CPU usage (%): 119.361
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 1372528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.088
system time used= 0.76809
maximum resident set size= 1372880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4135
involuntary context switches= 1822


# summary of solver processes directly reported to runsolver:
#   pid: 29631
#   total CPU time (s): 64.8561
#   total CPU user time (s): 64.088
#   total CPU system time (s): 0.76809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.504215 second user time and 0.43554 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 02:35:06
IDJOB=4289853
IDBENCH=141469
IDSOLVER=2742
FILE ID=node133/4289853-1532219705
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289853-1532219705/watcher-4289853-1532219705 -o /tmp/evaluation-result-4289853-1532219705/solver-4289853-1532219705 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289853-1532219705.xml

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

MD5SUM BENCH= 89f30685fe777f1ae52e0ef342afd904
RANDOM SEED=1443250163

node133.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.24
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.24
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.24
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.24
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:        16848712 kB
MemAvailable:   31599608 kB
Buffers:          219368 kB
Cached:         14611396 kB
SwapCached:            0 kB
Active:          1500828 kB
Inactive:       13723500 kB
Active(anon):     396120 kB
Inactive(anon):    17024 kB
Active(file):    1104708 kB
Inactive(file): 13706476 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:        416484 kB
Mapped:            46772 kB
Shmem:             17056 kB
Slab:             395624 kB
SReclaimable:     368172 kB
SUnreclaim:        27452 kB
KernelStack:        3920 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1227388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 02:36:00