Trace number 4117983

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 PB 2.3.6 Res+CP PB16SAT (TO)-43356 1800.33 1002.16

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern55-55.opb
MD5SUM0395181bafd11622ffe28572d513f5d3
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-56529
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 40402
Biggest coefficient in the objective function 10142
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4450356
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10142
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4450356
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)40347
Sum of products size (including duplicates)132309
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117983-1467216319.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
44.23/43.39	c ... done. Wall clock time 43.267s.
44.23/43.39	c declared #vars     55
44.23/43.39	c internal #vars     40402
44.23/43.39	c #constraints  80694
44.23/43.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
44.23/43.39	c constraints type 
44.23/43.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40347
44.23/43.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 40347
44.23/43.39	c 80694 constraints processed.
44.23/43.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
44.23/43.39	c constraints type 
44.23/43.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40347
44.23/43.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 40347
44.23/43.39	c 80694 constraints processed.
44.23/43.39	c objective function length is 40402 literals
44.82/43.60	c And the winner is solver0
45.16/43.91	c SATISFIABLE
45.16/43.91	c OPTIMIZING...
45.16/43.91	c Got one! Elapsed wall clock time (in seconds):43.786
45.16/43.91	o 0
46.43/44.30	c And the winner is solver0
46.59/44.61	c Got one! Elapsed wall clock time (in seconds):44.487
46.59/44.61	o -1431
47.13/44.86	c And the winner is solver0
47.40/45.18	c Got one! Elapsed wall clock time (in seconds):45.063
47.40/45.18	o -2756
47.64/45.30	c And the winner is solver0
47.68/45.74	c Got one! Elapsed wall clock time (in seconds):45.62
47.68/45.74	o -5050
47.74/45.87	c And the winner is solver0
47.93/46.30	c Got one! Elapsed wall clock time (in seconds):46.176
47.93/46.30	o -6121
48.13/46.47	c And the winner is solver0
48.36/46.85	c Got one! Elapsed wall clock time (in seconds):46.73
48.36/46.85	o -7146
48.41/46.94	c And the winner is solver0
48.53/47.40	c Got one! Elapsed wall clock time (in seconds):47.285
48.53/47.40	o -10015
48.86/47.62	c And the winner is solver0
48.93/47.96	c Got one! Elapsed wall clock time (in seconds):47.84
48.93/47.96	o -10161
49.45/48.21	c And the winner is solver0
49.48/48.52	c Got one! Elapsed wall clock time (in seconds):48.397
49.48/48.52	o -11010
49.59/48.64	c And the winner is solver0
49.70/49.07	c Got one! Elapsed wall clock time (in seconds):48.949
49.70/49.07	o -11857
49.74/49.17	c And the winner is solver0
49.88/49.63	c Got one! Elapsed wall clock time (in seconds):49.504
49.88/49.63	o -12606
49.98/49.74	c And the winner is solver0
50.09/50.18	c Got one! Elapsed wall clock time (in seconds):50.059
50.09/50.18	o -15133
50.78/50.55	c And the winner is solver0
51.01/50.73	c Got one! Elapsed wall clock time (in seconds):50.614
51.01/50.73	o -15794
51.61/51.08	c And the winner is solver0
51.81/51.37	c Got one! Elapsed wall clock time (in seconds):51.246
51.81/51.37	o -16907
53.13/52.01	c And the winner is solver0
53.18/52.42	c Got one! Elapsed wall clock time (in seconds):52.302
53.18/52.42	o -18139
53.68/52.80	c And the winner is solver0
53.93/52.97	c Got one! Elapsed wall clock time (in seconds):52.855
53.93/52.97	o -18636
54.11/53.18	c And the winner is solver0
54.30/53.53	c Got one! Elapsed wall clock time (in seconds):53.414
54.30/53.53	o -19883
56.30/54.53	c And the winner is solver0
56.40/54.66	c Got one! Elapsed wall clock time (in seconds):54.538
56.40/54.66	o -20526
57.23/55.19	c And the winner is solver0
57.41/55.21	c Got one! Elapsed wall clock time (in seconds):55.091
57.41/55.21	o -21049
57.75/55.47	c And the winner is solver0
57.91/55.76	c Got one! Elapsed wall clock time (in seconds):55.643
57.91/55.76	o -21053
57.95/55.89	c And the winner is solver0
58.15/56.32	c Got one! Elapsed wall clock time (in seconds):56.196
58.15/56.32	o -21502
58.26/56.45	c And the winner is solver0
58.39/56.87	c Got one! Elapsed wall clock time (in seconds):56.748
58.39/56.87	o -21917
58.42/56.98	c And the winner is solver0
58.60/57.42	c Got one! Elapsed wall clock time (in seconds):57.301
58.60/57.42	o -24527
61.96/59.17	c And the winner is solver0
62.13/59.47	c Got one! Elapsed wall clock time (in seconds):59.355
62.13/59.47	o -24796
65.87/61.34	c And the winner is solver0
65.99/61.53	c Got one! Elapsed wall clock time (in seconds):61.408
65.99/61.53	o -26268
73.42/65.18	c And the winner is solver0
73.62/65.59	c Got one! Elapsed wall clock time (in seconds):65.468
73.62/65.59	o -27783
78.06/67.83	c And the winner is solver0
78.16/68.14	c Got one! Elapsed wall clock time (in seconds):68.024
78.16/68.14	o -27835
80.21/69.27	c And the winner is solver0
80.38/69.70	c Got one! Elapsed wall clock time (in seconds):69.576
80.38/69.70	o -27976
85.00/72.03	c And the winner is solver0
85.10/72.25	c Got one! Elapsed wall clock time (in seconds):72.13
85.10/72.25	o -28170
98.42/78.90	c And the winner is solver0
111.73/92.17	c Got one! Elapsed wall clock time (in seconds):92.054
111.73/92.17	o -28238
118.16/95.36	c And the winner is solver0
118.30/95.73	c Got one! Elapsed wall clock time (in seconds):95.607
118.30/95.73	o -28652
118.67/95.98	c And the winner is solver0
118.86/96.28	c Got one! Elapsed wall clock time (in seconds):96.159
118.86/96.28	o -28799
119.25/96.56	c And the winner is solver0
119.39/96.83	c Got one! Elapsed wall clock time (in seconds):96.711
119.39/96.83	o -30137
124.07/99.26	c And the winner is solver0
124.22/99.38	c Got one! Elapsed wall clock time (in seconds):99.263
124.22/99.38	o -30394
125.61/100.12	c And the winner is solver0
125.67/100.44	c Got one! Elapsed wall clock time (in seconds):100.316
125.67/100.44	o -30645
126.14/100.77	c And the winner is solver0
126.31/100.99	c Got one! Elapsed wall clock time (in seconds):100.868
126.31/100.99	o -30710
126.70/101.26	c And the winner is solver0
126.82/101.54	c Got one! Elapsed wall clock time (in seconds):101.42
126.82/101.54	o -33125
159.41/117.81	c And the winner is solver0
162.51/120.90	c Got one! Elapsed wall clock time (in seconds):120.78
162.51/120.90	o -33181
174.03/126.82	c And the winner is solver0
187.86/140.61	c Got one! Elapsed wall clock time (in seconds):140.495
187.86/140.61	o -33262
193.23/143.31	c And the winner is solver0
193.27/143.67	c Got one! Elapsed wall clock time (in seconds):143.547
193.27/143.67	o -33402
196.08/145.17	c And the winner is solver0
196.24/145.22	c Got one! Elapsed wall clock time (in seconds):145.101
196.24/145.22	o -33630
198.15/146.21	c And the winner is solver0
198.15/146.27	c Got one! Elapsed wall clock time (in seconds):146.153
198.15/146.27	o -33670
199.29/146.80	c And the winner is solver0
199.29/146.83	c Got one! Elapsed wall clock time (in seconds):146.705
199.29/146.83	o -35360
240.90/167.62	c cleaning 5562 clauses out of 11124 with flag 6001/11124
252.10/173.21	c And the winner is solver0
266.51/187.60	c Got one! Elapsed wall clock time (in seconds):187.484
266.51/187.60	o -35370
311.27/210.13	c And the winner is solver0
311.36/210.59	c Got one! Elapsed wall clock time (in seconds):210.466
311.36/210.59	o -35556
318.13/214.03	c And the winner is solver0
331.36/227.26	c Got one! Elapsed wall clock time (in seconds):227.142
331.36/227.26	o -36177
337.61/230.47	c And the winner is solver0
351.19/243.94	c Got one! Elapsed wall clock time (in seconds):243.819
351.19/243.94	o -36186
351.69/244.28	c And the winner is solver0
351.86/244.49	c Got one! Elapsed wall clock time (in seconds):244.374
351.86/244.49	o -37273
377.63/257.47	c cleaning 6182 clauses out of 12366 with flag 4001/17928
453.52/295.44	c And the winner is solver0
456.88/298.79	c Got one! Elapsed wall clock time (in seconds):298.663
456.88/298.79	o -37345
510.18/325.44	c And the winner is solver0
521.01/336.26	c Got one! Elapsed wall clock time (in seconds):336.133
521.01/336.26	o -37510
548.36/349.94	c And the winner is solver0
553.39/354.92	c Got one! Elapsed wall clock time (in seconds):354.798
553.39/354.92	o -37599
554.51/355.53	c And the winner is solver0
554.61/355.97	c Got one! Elapsed wall clock time (in seconds):355.853
554.61/355.97	o -37615
555.20/356.36	c And the winner is solver0
555.37/356.53	c Got one! Elapsed wall clock time (in seconds):356.409
555.37/356.53	o -38798
571.68/364.96	c cleaning 9479 clauses out of 18958 with flag 2019/30702
572.09/365.10	c And the winner is solver0
583.40/376.45	c Got one! Elapsed wall clock time (in seconds):376.332
583.40/376.45	o -38802
594.34/381.99	c And the winner is solver0
609.23/396.74	c Got one! Elapsed wall clock time (in seconds):396.616
609.23/396.74	o -38868
612.56/398.49	c And the winner is solver0
612.80/398.79	c Got one! Elapsed wall clock time (in seconds):398.67
612.80/398.79	o -38873
614.36/399.64	c And the winner is solver0
614.48/399.84	c Got one! Elapsed wall clock time (in seconds):399.725
614.48/399.84	o -40600
683.24/434.27	c cleaning 7758 clauses out of 15517 with flag 10001/36740
765.00/474.71	c cleaning 6879 clauses out of 13760 with flag 22003/42741
840.17/512.36	c And the winner is solver0
844.66/516.76	c Got one! Elapsed wall clock time (in seconds):516.638
844.66/516.76	o -40879
914.39/551.54	c cleaning 8634 clauses out of 17267 with flag 10148/53127
945.66/567.11	c And the winner is solver0
952.68/574.10	c Got one! Elapsed wall clock time (in seconds):573.978
952.68/574.10	o -40990
995.66/595.87	c cleaning 6829 clauses out of 13658 with flag 6104/58152
1006.06/601.09	c And the winner is solver0
1006.32/601.28	c Got one! Elapsed wall clock time (in seconds):601.16
1006.32/601.28	o -41027
1038.83/617.42	c And the winner is solver0
1045.66/624.25	c Got one! Elapsed wall clock time (in seconds):624.129
1045.66/624.25	o -41100
1056.60/629.77	c And the winner is solver0
1056.79/629.86	c Got one! Elapsed wall clock time (in seconds):629.737
1056.79/629.86	o -41119
1065.32/634.11	c And the winner is solver0
1065.42/634.41	c Got one! Elapsed wall clock time (in seconds):634.295
1065.42/634.41	o -43296
1104.39/653.95	c cleaning 6908 clauses out of 13822 with flag 6003/65145
1181.69/692.77	c cleaning 6453 clauses out of 12914 with flag 18003/71145
1273.39/738.56	c cleaning 6724 clauses out of 13460 with flag 32001/78144
1380.90/792.42	c cleaning 7369 clauses out of 14737 with flag 48003/86145
1497.32/850.56	c cleaning 8179 clauses out of 16367 with flag 66001/95144
1634.51/919.12	c cleaning 9093 clauses out of 18189 with flag 86003/105145
1782.28/992.82	c And the winner is solver0
1782.52/993.06	c Got one! Elapsed wall clock time (in seconds):992.941
1782.52/993.06	o -43356
1800.07/1002.11	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
1800.07/1002.11	c starts		: 65
1800.07/1002.11	c conflicts		: 117098
1800.07/1002.11	c decisions		: 120394
1800.07/1002.11	c propagations		: 311243107
1800.07/1002.11	c inspects		: 1108829886
1800.07/1002.11	c shortcuts		: 0
1800.07/1002.11	c learnt literals	: 0
1800.07/1002.11	c learnt binary clauses	: 0
1800.07/1002.11	c learnt ternary clauses	: 0
1800.07/1002.11	c learnt constraints	: 117097
1800.07/1002.11	c ignored constraints	: 0
1800.07/1002.11	c root simplifications	: 0
1800.07/1002.11	c removed literals (reason simplification)	: 681319411
1800.07/1002.11	c reason swapping (by a shorter reason)	: 0
1800.07/1002.11	c Calls to reduceDB	: 13
1800.07/1002.11	c Number of update (reduction) of LBD	: 205
1800.07/1002.11	c Imported unit clauses	: 0
1800.07/1002.11	c number of reductions to clauses (during analyze)	: 0
1800.07/1002.11	c number of learned constraints concerned by reduction	: 0
1800.07/1002.11	c number of learning phase by resolution	: 0
1800.07/1002.11	c number of learning phase by cutting planes	: 0
1800.07/1002.11	c speed (assignments/second)	: 324669.1503754771
1800.07/1002.11	c non guided choices	0
1800.07/1002.13	c learnt constraints type 
1800.07/1002.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21049
1800.07/1002.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/1002.13	c starts		: 65
1800.07/1002.13	c conflicts		: 98
1800.07/1002.13	c decisions		: 3471
1800.07/1002.13	c propagations		: 2558562
1800.07/1002.13	c inspects		: 10388615
1800.07/1002.13	c shortcuts		: 0
1800.07/1002.13	c learnt literals	: 0
1800.07/1002.13	c learnt binary clauses	: 0
1800.07/1002.13	c learnt ternary clauses	: 0
1800.07/1002.13	c learnt constraints	: 34
1800.07/1002.13	c ignored constraints	: 0
1800.07/1002.13	c root simplifications	: 0
1800.07/1002.13	c removed literals (reason simplification)	: 0
1800.07/1002.13	c reason swapping (by a shorter reason)	: 0
1800.07/1002.13	c Calls to reduceDB	: 0
1800.07/1002.13	c Number of update (reduction) of LBD	: 0
1800.07/1002.13	c Imported unit clauses	: 0
1800.07/1002.13	c number of reductions to clauses (during analyze)	: 0
1800.07/1002.13	c number of learned constraints concerned by reduction	: 0
1800.07/1002.13	c number of learning phase by resolution	: 0
1800.07/1002.13	c number of learning phase by cutting planes	: 0
1800.07/1002.13	c speed (assignments/second)	: 284095.2698201199
1800.07/1002.13	c non guided choices	0
1800.07/1002.13	c learnt constraints type 
1800.07/1002.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 34
1800.07/1002.13	s SATISFIABLE
1800.07/1002.13	c Found 64 solution(s)
1800.07/1002.13	v x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 
1800.07/1002.13	c objective function=-43356
1800.07/1002.13	c Total wall clock time (in seconds): 1002.01

Verifier Data

OK	-43356

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4117983-1467216319/watcher-4117983-1467216319 -o /tmp/evaluation-result-4117983-1467216319/solver-4117983-1467216319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117983-1467216319.opb 

pid=8042
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.21 4.22 4.18 3/197 8045
/proc/meminfo: memFree=25360492/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/8045/stat : 8045 (java) R 8042 8045 5267 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 2583056 278528 30 33554432000 1073741824 1073778376 140734076331328 140736629541464 239863950823 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.21 4.22 4.18 3/197 8045
/proc/meminfo: memFree=25360492/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 2583056 9787879424 6105 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 6105 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200206 s]
/proc/loadavg: 4.21 4.22 4.18 3/197 8045
/proc/meminfo: memFree=25360492/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 4637 0 1 0 21 1 0 0 20 0 18 0 2583056 9787879424 7257 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 7257 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 4.21 4.22 4.18 3/197 8045
/proc/meminfo: memFree=25360492/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 5366 0 1 0 45 1 0 0 20 0 18 0 2583056 9787879424 8280 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 8280 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700164 s]
/proc/loadavg: 4.21 4.22 4.18 3/197 8045
/proc/meminfo: memFree=25360492/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=1.17 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 9155 0 1 0 116 1 0 0 20 0 18 0 2583056 9787879424 13678 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 13678 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.21 4.22 4.18 4/215 8063
/proc/meminfo: memFree=25306668/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=2.04 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 9322 0 1 0 202 2 0 0 20 0 18 0 2583056 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 17185 2251 9 0 2380296 0
[pid=8045/tid=8047] ppid=8042 vsize=9558476 CPUtime=1.46 cores=0,2,4,6
/proc/8045/task/8047/stat : 8047 (java) R 8042 8045 5267 0 -1 4202560 2484 0 1 0 144 2 0 0 20 0 18 0 2583057 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093246619344 140093119577495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8048] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8048/stat : 8048 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093090625960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8049] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8049/stat : 8049 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093089573416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8050] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8050/stat : 8050 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093088520360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8051] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8051/stat : 8051 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093087467816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8052] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8052/stat : 8052 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093086415784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8053] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8053/stat : 8053 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093085363240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8054] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8054/stat : 8054 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093084310184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8055] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8055/stat : 8055 (java) S 8042 8045 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093083257640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8056] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8056/stat : 8056 (java) S 8042 8045 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2583059 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093070846312 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8057] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8057/stat : 8057 (java) S 8042 8045 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2583060 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093069792632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8058] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8058/stat : 8058 (java) S 8042 8045 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2583060 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093068739464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8059] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8059/stat : 8059 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093067688208 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8060] ppid=8042 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/8045/task/8060/stat : 8060 (java) S 8042 8045 5267 0 -1 4202560 3448 0 0 0 33 0 0 0 20 0 18 0 2583062 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093066636088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8061] ppid=8042 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/8045/task/8061/stat : 8061 (java) S 8042 8045 5267 0 -1 4202560 2128 0 0 0 21 0 0 0 20 0 18 0 2583062 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093065583544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8062] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8062/stat : 8062 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093064530680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8063] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8063/stat : 8063 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 17185 33554432000 1073741824 1073778376 140734076331328 140093063478344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 4.21 4.22 4.18 4/215 8063
/proc/meminfo: memFree=25289540/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=3.8 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 9669 0 1 0 378 2 0 0 20 0 18 0 2583056 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 21823 2251 9 0 2380296 0
[pid=8045/tid=8047] ppid=8042 vsize=9558476 CPUtime=3.06 cores=0,2,4,6
/proc/8045/task/8047/stat : 8047 (java) R 8042 8045 5267 0 -1 4202560 2495 0 1 0 304 2 0 0 20 0 18 0 2583057 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093246625912 140093119577157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8048] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8048/stat : 8048 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093090625960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8049] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8049/stat : 8049 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093089573416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8050] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8050/stat : 8050 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093088520360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8051] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8051/stat : 8051 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093087467816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8052] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8052/stat : 8052 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093086415784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8053] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8053/stat : 8053 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093085363240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8054] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8054/stat : 8054 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093084310184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8055] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8055/stat : 8055 (java) S 8042 8045 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093083257640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8056] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8056/stat : 8056 (java) S 8042 8045 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2583059 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093070846312 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8057] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8057/stat : 8057 (java) S 8042 8045 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2583060 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093069792632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8058] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8058/stat : 8058 (java) S 8042 8045 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2583060 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093068739464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8059] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8059/stat : 8059 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093067688208 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8060] ppid=8042 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/8045/task/8060/stat : 8060 (java) S 8042 8045 5267 0 -1 4202560 3452 0 0 0 42 0 0 0 20 0 18 0 2583062 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093066636088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8061] ppid=8042 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/8045/task/8061/stat : 8061 (java) S 8042 8045 5267 0 -1 4202560 2460 0 0 0 29 0 0 0 20 0 18 0 2583062 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093065583544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8062] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8062/stat : 8062 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093064530680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8063] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8063/stat : 8063 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 21823 33554432000 1073741824 1073778376 140734076331328 140093063478344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9558476

[startup+6.30074 s]
/proc/loadavg: 4.12 4.20 4.18 4/215 8063
/proc/meminfo: memFree=25259324/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=7.03 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 9686 0 1 0 700 3 0 0 20 0 18 0 2583056 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 28765 2253 9 0 2380296 0
[pid=8045/tid=8047] ppid=8042 vsize=9558476 CPUtime=6.26 cores=0,2,4,6
/proc/8045/task/8047/stat : 8047 (java) R 8042 8045 5267 0 -1 4202560 2510 0 1 0 623 3 0 0 20 0 18 0 2583057 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093246619392 140093119577170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8048] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8048/stat : 8048 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093090625960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8049] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8049/stat : 8049 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093089573416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8050] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8050/stat : 8050 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093088520360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8051] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8051/stat : 8051 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093087467816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8052] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8052/stat : 8052 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093086415784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8053] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8053/stat : 8053 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093085363240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8054] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8054/stat : 8054 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093084310184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8055] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8055/stat : 8055 (java) S 8042 8045 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2583058 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093083257640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8056] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8056/stat : 8056 (java) S 8042 8045 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2583059 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093070846312 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8057] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8057/stat : 8057 (java) S 8042 8045 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2583060 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093069792632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8058] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8058/stat : 8058 (java) S 8042 8045 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2583060 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093068739464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8059] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8059/stat : 8059 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093067688208 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8060] ppid=8042 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/8045/task/8060/stat : 8060 (java) S 8042 8045 5267 0 -1 4202560 3452 0 0 0 42 0 0 0 20 0 18 0 2583062 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093066636088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8061] ppid=8042 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/8045/task/8061/stat : 8061 (java) S 8042 8045 5267 0 -1 4202560 2461 0 0 0 31 0 0 0 20 0 18 0 2583062 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093065583544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8062] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8062/stat : 8062 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093064530680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8063] ppid=8042 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8063/stat : 8063 (java) S 8042 8045 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 2583062 9787879424 28765 33554432000 1073741824 1073778376 140734076331328 140093063478344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.03 4.18 4.17 4/215 8063
/proc/meminfo: memFree=25227564/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9558476 CPUtime=13.42 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 9699 0 1 0 1339 3 0 0 20 0 18 0 2583056 9787879424 35421 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2389619 35421 2253 9 0 2380296 0

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

[startup+942.301 s]
/proc/loadavg: 4.41 4.18 4.01 5/220 8508
/proc/meminfo: memFree=21616500/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9824732 CPUtime=1680.97 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 40812 0 1 0 167669 428 0 0 20 0 22 0 2583056 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2456183 979850 2303 9 0 2446860 0
[pid=8045/tid=8047] ppid=8042 vsize=9824732 CPUtime=46.92 cores=0,2,4,6
/proc/8045/task/8047/stat : 8047 (java) S 8042 8045 5267 0 -1 4202560 2619 0 1 0 4684 8 0 0 20 0 22 0 2583057 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093246628728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8048] ppid=8042 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/8045/task/8048/stat : 8048 (java) S 8042 8045 5267 0 -1 4202560 1367 0 0 0 146 25 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093090625960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8049] ppid=8042 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/8045/task/8049/stat : 8049 (java) S 8042 8045 5267 0 -1 4202560 1509 0 0 0 158 29 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093089573416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8050] ppid=8042 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/8045/task/8050/stat : 8050 (java) S 8042 8045 5267 0 -1 4202560 1027 0 0 0 141 23 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093088520360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8051] ppid=8042 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/8045/task/8051/stat : 8051 (java) S 8042 8045 5267 0 -1 4202560 1278 0 0 0 156 34 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093087467816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8052] ppid=8042 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/8045/task/8052/stat : 8052 (java) S 8042 8045 5267 0 -1 4202560 1427 0 0 0 165 32 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093086415784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8053] ppid=8042 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/8045/task/8053/stat : 8053 (java) S 8042 8045 5267 0 -1 4202560 1420 0 0 0 149 29 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093085363240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8054] ppid=8042 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/8045/task/8054/stat : 8054 (java) S 8042 8045 5267 0 -1 4202560 1480 0 0 0 161 31 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093084310184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8055] ppid=8042 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/8045/task/8055/stat : 8055 (java) S 8042 8045 5267 0 -1 4202560 1164 0 0 0 149 28 0 0 20 0 22 0 2583058 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093083257640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8056] ppid=8042 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/8045/task/8056/stat : 8056 (java) S 8042 8045 5267 0 -1 4202560 3323 0 0 0 460 11 0 0 20 0 22 0 2583059 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093070846312 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8057] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8057/stat : 8057 (java) S 8042 8045 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2583060 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093069792632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8058] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8058/stat : 8058 (java) S 8042 8045 5267 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 22 0 2583060 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093068739464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8059] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8059/stat : 8059 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2583062 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093067688208 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8060] ppid=8042 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/8045/task/8060/stat : 8060 (java) S 8042 8045 5267 0 -1 4202560 11106 0 0 0 164 2 0 0 20 0 22 0 2583062 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093066636088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8061] ppid=8042 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/8045/task/8061/stat : 8061 (java) S 8042 8045 5267 0 -1 4202560 9178 0 0 0 167 2 0 0 20 0 22 0 2583062 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093065583544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8062] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8062/stat : 8062 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2583062 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093064530680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8063] ppid=8042 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/8045/task/8063/stat : 8063 (java) S 8042 8045 5267 0 -1 4202560 56 0 0 0 13 17 0 0 20 0 22 0 2583062 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093063478344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8131] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8131/stat : 8131 (java) S 8042 8045 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2587403 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093060317992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8491] ppid=8042 vsize=9824732 CPUtime=304.76 cores=0,2,4,6
/proc/8045/task/8491/stat : 8491 (java) R 8042 8045 5267 0 -1 4202560 9 0 0 0 30472 4 0 0 20 0 22 0 2646503 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093059265408 140093120609972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8492] ppid=8042 vsize=9824732 CPUtime=304.75 cores=0,2,4,6
/proc/8045/task/8492/stat : 8492 (java) R 8042 8045 5267 0 -1 4202560 18 0 0 0 30471 4 0 0 20 0 22 0 2646503 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093062421840 140093120433229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8493] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8493/stat : 8493 (java) S 8042 8045 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2646504 10060525568 979850 33554432000 1073741824 1073778376 140734076331328 140093061370920 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1680.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1002.1 s]
/proc/loadavg: 4.27 4.19 4.02 5/219 8515
/proc/meminfo: memFree=21283728/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 41378 0 1 0 179554 453 0 0 20 0 22 0 2583056 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2456183 1008349 2303 9 0 2446860 0
[pid=8045/tid=8047] ppid=8042 vsize=9824732 CPUtime=46.99 cores=0,2,4,6
/proc/8045/task/8047/stat : 8047 (java) S 8042 8045 5267 0 -1 4202560 2620 0 1 0 4690 9 0 0 20 0 22 0 2583057 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093246628728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8048] ppid=8042 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/8045/task/8048/stat : 8048 (java) S 8042 8045 5267 0 -1 4202560 1394 0 0 0 157 27 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093090625960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8049] ppid=8042 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/8045/task/8049/stat : 8049 (java) S 8042 8045 5267 0 -1 4202560 1516 0 0 0 173 29 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093089573416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8050] ppid=8042 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8045/task/8050/stat : 8050 (java) S 8042 8045 5267 0 -1 4202560 1077 0 0 0 159 26 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093088520360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8051] ppid=8042 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/8045/task/8051/stat : 8051 (java) S 8042 8045 5267 0 -1 4202560 1307 0 0 0 172 36 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093087467816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8052] ppid=8042 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/8045/task/8052/stat : 8052 (java) S 8042 8045 5267 0 -1 4202560 1437 0 0 0 176 33 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093086415784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8053] ppid=8042 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/8045/task/8053/stat : 8053 (java) S 8042 8045 5267 0 -1 4202560 1466 0 0 0 167 32 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093085363240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8054] ppid=8042 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/8045/task/8054/stat : 8054 (java) S 8042 8045 5267 0 -1 4202560 1490 0 0 0 173 31 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093084310184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8055] ppid=8042 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8045/task/8055/stat : 8055 (java) S 8042 8045 5267 0 -1 4202560 1170 0 0 0 157 28 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093083257640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8056] ppid=8042 vsize=9824732 CPUtime=5.44 cores=0,2,4,6
/proc/8045/task/8056/stat : 8056 (java) S 8042 8045 5267 0 -1 4202560 3686 0 0 0 532 12 0 0 20 0 22 0 2583059 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093070846312 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8057] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8057/stat : 8057 (java) S 8042 8045 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2583060 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093069792632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8058] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8058/stat : 8058 (java) S 8042 8045 5267 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 22 0 2583060 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093068739464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8059] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8059/stat : 8059 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093067688208 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8060] ppid=8042 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/8045/task/8060/stat : 8060 (java) S 8042 8045 5267 0 -1 4202560 11106 0 0 0 164 2 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093066636088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8061] ppid=8042 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/8045/task/8061/stat : 8061 (java) S 8042 8045 5267 0 -1 4202560 9178 0 0 0 167 2 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093065583544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8062] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8062/stat : 8062 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093064530680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8063] ppid=8042 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8045/task/8063/stat : 8063 (java) S 8042 8045 5267 0 -1 4202560 60 0 0 0 14 18 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093063478344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8131] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8131/stat : 8131 (java) S 8042 8045 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2587403 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093060317992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8513] ppid=8042 vsize=9824732 CPUtime=8.12 cores=0,2,4,6
/proc/8045/task/8513/stat : 8513 (java) R 8042 8045 5267 0 -1 4202560 2 0 0 0 812 0 0 0 20 0 22 0 2682368 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093062421464 140093120579451 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8514] ppid=8042 vsize=9824732 CPUtime=8.13 cores=0,2,4,6
/proc/8045/task/8514/stat : 8514 (java) R 8042 8045 5267 0 -1 4202560 4 0 0 0 813 0 0 0 20 0 22 0 2682368 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093059262368 140093120433229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8515] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8515/stat : 8515 (java) S 8042 8045 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2682369 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093061370792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8045 sig 9
??? kill -8045 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1002.1 s]
/proc/loadavg: 4.27 4.19 4.02 5/219 8515
/proc/meminfo: memFree=21283728/32872528 swapFree=1459092/1655316
[pid=8045] ppid=8042 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/8045/stat : 8045 (java) S 8042 8045 5267 0 -1 4202496 41378 0 1 0 179554 453 0 0 20 0 22 0 2583056 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140734076322464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8045/statm: 2456183 1008349 2303 9 0 2446860 0
[pid=8045/tid=8047] ppid=8042 vsize=9824732 CPUtime=46.99 cores=0,2,4,6
/proc/8045/task/8047/stat : 8047 (java) S 8042 8045 5267 0 -1 4202560 2620 0 1 0 4690 9 0 0 20 0 22 0 2583057 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093246628728 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8048] ppid=8042 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/8045/task/8048/stat : 8048 (java) S 8042 8045 5267 0 -1 4202560 1394 0 0 0 157 27 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093090625960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8049] ppid=8042 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/8045/task/8049/stat : 8049 (java) S 8042 8045 5267 0 -1 4202560 1516 0 0 0 173 29 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093089573416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8050] ppid=8042 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8045/task/8050/stat : 8050 (java) S 8042 8045 5267 0 -1 4202560 1077 0 0 0 159 26 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093088520360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8051] ppid=8042 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/8045/task/8051/stat : 8051 (java) S 8042 8045 5267 0 -1 4202560 1307 0 0 0 172 36 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093087467816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8052] ppid=8042 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/8045/task/8052/stat : 8052 (java) S 8042 8045 5267 0 -1 4202560 1437 0 0 0 176 33 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093086415784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8053] ppid=8042 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/8045/task/8053/stat : 8053 (java) S 8042 8045 5267 0 -1 4202560 1466 0 0 0 167 32 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093085363240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8054] ppid=8042 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/8045/task/8054/stat : 8054 (java) S 8042 8045 5267 0 -1 4202560 1490 0 0 0 173 31 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093084310184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8055] ppid=8042 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/8045/task/8055/stat : 8055 (java) S 8042 8045 5267 0 -1 4202560 1170 0 0 0 157 28 0 0 20 0 22 0 2583058 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093083257640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8056] ppid=8042 vsize=9824732 CPUtime=5.44 cores=0,2,4,6
/proc/8045/task/8056/stat : 8056 (java) S 8042 8045 5267 0 -1 4202560 3686 0 0 0 532 12 0 0 20 0 22 0 2583059 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093070846312 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8057] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8057/stat : 8057 (java) S 8042 8045 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2583060 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093069792632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8058] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8058/stat : 8058 (java) S 8042 8045 5267 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 22 0 2583060 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093068739464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8059] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8059/stat : 8059 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093067688208 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8060] ppid=8042 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/8045/task/8060/stat : 8060 (java) S 8042 8045 5267 0 -1 4202560 11106 0 0 0 164 2 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093066636088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8045/tid=8061] ppid=8042 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/8045/task/8061/stat : 8061 (java) S 8042 8045 5267 0 -1 4202560 9178 0 0 0 167 2 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093065583544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8062] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8062/stat : 8062 (java) S 8042 8045 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093064530680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8063] ppid=8042 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/8045/task/8063/stat : 8063 (java) S 8042 8045 5267 0 -1 4202560 60 0 0 0 14 18 0 0 20 0 22 0 2583062 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093063478344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8045/tid=8131] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8131/stat : 8131 (java) S 8042 8045 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2587403 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093060317992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8513] ppid=8042 vsize=9824732 CPUtime=8.12 cores=0,2,4,6
/proc/8045/task/8513/stat : 8513 (java) R 8042 8045 5267 0 -1 4202560 2 0 0 0 812 0 0 0 20 0 22 0 2682368 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093062421464 140093120579451 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8045/tid=8514] ppid=8042 vsize=9824732 CPUtime=8.13 cores=0,2,4,6
/proc/8045/task/8514/stat : 8514 (java) R 8042 8045 5267 0 -1 4202560 4 0 0 0 813 0 0 0 20 0 22 0 2682368 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093059262368 140093120433229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8045/tid=8515] ppid=8042 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8045/task/8515/stat : 8515 (java) S 8042 8045 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2682369 10060525568 1008349 33554432000 1073741824 1073778376 140734076331328 140093061370792 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1002.16
CPU time (s): 1800.33
CPU user time (s): 1795.58
CPU system time (s): 4.74928
CPU usage (%): 179.645
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.58
system time used= 4.74928
maximum resident set size= 4033508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41413
page faults= 1
swaps= 0
block input operations= 32
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29706
involuntary context switches= 20472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19391 second user time and 6.95494 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 18:05:19
IDJOB=4117983
IDBENCH=111421
IDSOLVER=2543
FILE ID=node136/4117983-1467216319
RUNJOBID= node136-1467208983-5283
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern55-55.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117983-1467216319/watcher-4117983-1467216319 -o /tmp/evaluation-result-4117983-1467216319/solver-4117983-1467216319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117983-1467216319.opb

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

MD5SUM BENCH= 0395181bafd11622ffe28572d513f5d3
RANDOM SEED=1577567505

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.36
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
cpu MHz		: 2666.182
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 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 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 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
cpu MHz		: 2666.182
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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 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 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 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
cpu MHz		: 2666.182
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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 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 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 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
cpu MHz		: 2666.182
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25361416 kB
Buffers:          141400 kB
Cached:          1746312 kB
SwapCached:            0 kB
Active:          3439028 kB
Inactive:        1669688 kB
Active(anon):    3223440 kB
Inactive(anon):        0 kB
Active(file):     215588 kB
Inactive(file):  1669688 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       4966088 kB
Mapped:            22212 kB
Shmem:               204 kB
Slab:             609296 kB
SReclaimable:      53340 kB
SUnreclaim:       555956 kB
KernelStack:        1808 kB
PageTables:        14176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5168740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3321856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node136 at 2016-06-29 18:22:01