Trace number 4448105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 1073.12 1055.78

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
MD5SUM43b43b4642a1f471c30a83b83143bc9f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark107.465
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints3602
Number of constraints which are clauses3602
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4448105-1721360606.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.33/0.25	c ... done. Wall clock time 0.095s.
0.33/0.25	c declared #vars     901
0.33/0.25	c #constraints  3602
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3600
0.33/0.25	c 3602 constraints processed.
1.09/0.63	c cleaning 0 clauses out of 5001 with flag 0/5001
1.69/0.92	c cleaning 0 clauses out of 11002 with flag 0/11002
2.28/1.20	c cleaning 0 clauses out of 18003 with flag 0/18003
2.68/1.48	c cleaning 0 clauses out of 26000 with flag 0/26000
3.23/1.85	c cleaning 0 clauses out of 35000 with flag 0/35000
3.69/2.19	c cleaning 0 clauses out of 45001 with flag 0/45001
4.27/2.68	c cleaning 0 clauses out of 56002 with flag 0/56002
4.78/3.18	c cleaning 0 clauses out of 68002 with flag 0/68002
5.39/3.77	c cleaning 0 clauses out of 81001 with flag 0/81001
6.13/4.44	c cleaning 0 clauses out of 95001 with flag 0/95001
6.83/5.15	c cleaning 0 clauses out of 110000 with flag 0/110000
7.73/6.07	c cleaning 0 clauses out of 126002 with flag 0/126002
8.76/7.00	c cleaning 0 clauses out of 143001 with flag 0/143001
9.88/8.11	c cleaning 0 clauses out of 161000 with flag 0/161000
11.47/9.70	c cleaning 0 clauses out of 180000 with flag 0/180000
12.98/11.26	c cleaning 0 clauses out of 200000 with flag 0/200000
14.79/13.06	c cleaning 0 clauses out of 221001 with flag 0/221001
16.90/15.18	c cleaning 0 clauses out of 243001 with flag 0/243001
19.21/17.46	c cleaning 0 clauses out of 266000 with flag 0/266000
20.96/19.12	c cleaning 0 clauses out of 290000 with flag 0/290000
22.75/20.99	c cleaning 0 clauses out of 315001 with flag 0/315001
25.31/23.49	c cleaning 0 clauses out of 341003 with flag 0/341003
28.86/26.92	c cleaning 0 clauses out of 368000 with flag 0/368000
32.93/30.91	c cleaning 0 clauses out of 396000 with flag 0/396000
35.82/33.84	c cleaning 0 clauses out of 425000 with flag 0/425000
39.20/37.17	c cleaning 0 clauses out of 455001 with flag 0/455001
43.55/41.49	c cleaning 0 clauses out of 486000 with flag 0/486000
47.41/45.27	c cleaning 0 clauses out of 518002 with flag 0/518002
52.05/49.86	c cleaning 0 clauses out of 551001 with flag 0/551001
57.40/55.19	c cleaning 0 clauses out of 585000 with flag 0/585000
63.39/61.14	c cleaning 0 clauses out of 620002 with flag 0/620002
68.85/66.53	c cleaning 0 clauses out of 656002 with flag 0/656002
75.23/72.88	c cleaning 0 clauses out of 693003 with flag 0/693003
82.99/80.60	c cleaning 0 clauses out of 731001 with flag 0/731001
91.06/88.52	c cleaning 0 clauses out of 770001 with flag 0/770001
98.33/95.75	c cleaning 0 clauses out of 810002 with flag 0/810002
104.60/101.99	c cleaning 0 clauses out of 851003 with flag 0/851003
113.17/110.41	c cleaning 0 clauses out of 893001 with flag 0/893001
120.45/117.66	c cleaning 0 clauses out of 936001 with flag 0/936001
133.52/130.68	c cleaning 0 clauses out of 980000 with flag 0/980000
142.98/139.95	c cleaning 0 clauses out of 1025002 with flag 0/1025002
153.45/150.36	c cleaning 0 clauses out of 1071001 with flag 0/1071001
163.53/160.31	c cleaning 0 clauses out of 1118001 with flag 0/1118001
172.68/169.41	c cleaning 0 clauses out of 1166000 with flag 0/1166000
186.85/183.53	c cleaning 0 clauses out of 1215001 with flag 0/1215001
199.61/196.26	c cleaning 0 clauses out of 1265000 with flag 0/1265000
213.93/210.44	c cleaning 0 clauses out of 1316000 with flag 0/1316000
230.78/227.37	c cleaning 0 clauses out of 1368001 with flag 0/1368001
250.67/247.23	c cleaning 0 clauses out of 1421002 with flag 0/1421002
267.73/264.13	c cleaning 0 clauses out of 1475000 with flag 0/1475000
281.90/278.27	c cleaning 0 clauses out of 1530000 with flag 0/1530000
296.58/292.89	c cleaning 0 clauses out of 1586000 with flag 0/1586000
312.07/308.14	c cleaning 0 clauses out of 1643001 with flag 0/1643001
328.32/324.43	c cleaning 0 clauses out of 1701001 with flag 0/1701001
348.43/344.59	c cleaning 0 clauses out of 1760001 with flag 0/1760001
373.46/369.49	c cleaning 0 clauses out of 1820000 with flag 0/1820000
391.90/387.79	c cleaning 0 clauses out of 1881000 with flag 0/1881000
408.67/404.47	c cleaning 0 clauses out of 1943001 with flag 0/1943001
433.33/429.00	c cleaning 0 clauses out of 2006001 with flag 0/2006001
458.32/453.85	c cleaning 0 clauses out of 2070000 with flag 0/2070000
481.66/476.91	c cleaning 0 clauses out of 2135000 with flag 0/2135000
505.23/500.43	c cleaning 0 clauses out of 2201000 with flag 0/2201000
537.41/532.41	c cleaning 0 clauses out of 2268000 with flag 0/2268000
566.96/561.98	c cleaning 0 clauses out of 2336000 with flag 0/2336000
600.73/595.45	c cleaning 0 clauses out of 2405000 with flag 0/2405000
635.30/629.99	c cleaning 0 clauses out of 2475002 with flag 0/2475002
657.41/651.80	c cleaning 0 clauses out of 2546000 with flag 0/2546000
674.59/668.80	c cleaning 0 clauses out of 2618000 with flag 0/2618000
710.72/704.93	c cleaning 0 clauses out of 2691001 with flag 0/2691001
742.58/736.71	c cleaning 0 clauses out of 2765001 with flag 0/2765001
769.66/763.66	c cleaning 0 clauses out of 2840001 with flag 0/2840001
798.87/792.68	c cleaning 0 clauses out of 2916002 with flag 0/2916002
830.24/823.92	c cleaning 0 clauses out of 2993002 with flag 0/2993002
858.39/851.86	c cleaning 0 clauses out of 3071000 with flag 0/3071000
883.30/876.38	c cleaning 0 clauses out of 3150001 with flag 0/3150001
916.50/907.11	c cleaning 0 clauses out of 3230000 with flag 0/3230000
950.07/940.48	c cleaning 0 clauses out of 3311000 with flag 0/3311000
994.13/982.26	c cleaning 0 clauses out of 3393001 with flag 0/3393001
1029.55/1015.21	c cleaning 0 clauses out of 3476001 with flag 0/3476001
1060.73/1043.56	c cleaning 0 clauses out of 3560000 with flag 0/3560001
1072.88/1055.61	c starts		: 251
1072.88/1055.62	c conflicts		: 3615861
1072.88/1055.62	c decisions		: 4591697
1072.88/1055.62	c propagations		: 32711798
1072.88/1055.62	c inspects		: 12398368969
1072.88/1055.62	c shortcuts		: 0
1072.88/1055.62	c learnt literals	: 1
1072.88/1055.62	c learnt binary clauses	: 2
1072.88/1055.62	c learnt ternary clauses	: 4
1072.88/1055.62	c learnt constraints	: 3615859
1072.88/1055.62	c ignored constraints	: 0
1072.88/1055.62	c root simplifications	: 0
1072.88/1055.62	c removed literals (reason simplification)	: 0
1072.88/1055.62	c reason swapping (by a shorter reason)	: 0
1072.88/1055.62	c Calls to reduceDB	: 80
1072.88/1055.62	c Number of update (reduction) of LBD	: 0
1072.88/1055.62	c Imported unit clauses	: 0
1072.88/1055.62	c No decision after first conflict	: false
1072.88/1055.62	c number of reductions to clauses (during analyze)	: 0
1072.88/1055.62	c number of learned constraints concerned by reduction	: 0
1072.88/1055.62	c number of learning phase by resolution	: 0
1072.88/1055.62	c number of learning phase by cutting planes	: 0
1072.88/1055.62	c number of rounding to 1 operations	: 0
1072.88/1055.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1072.88/1055.62	c number of reductions of the coefficients by power 2 	: 0
1072.88/1055.62	c number of right shift for reduction by power 2 	: 0
1072.88/1055.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
1072.88/1055.62	c number of ending skipping 	: 0
1072.88/1055.63	c number of internal skipping 	: 0
1072.88/1055.63	c number of derivation steps 	: 21287686
1072.88/1055.63	c number of skipped derivation steps 	: 0
1072.88/1055.63	c number of remaining unassigned 	: 0
1072.88/1055.63	c number of remaining assigned 	: 0
1072.88/1055.63	c number of falsified literals weakened from reason	: 0
1072.88/1055.63	c number of falsified literals weakened from conflict	: 0
1072.88/1055.63	c time for arithmetic operations	: 0
1072.88/1055.63	c minimum degree of deleted constraints	: null
1072.88/1055.63	c maximum degree of deleted constraints	: null
1072.88/1055.63	c number of deleted constraints	: 0
1072.88/1055.63	c speed (assignments/second)	: 30995.485008617805
1072.88/1055.63	c non guided choices	: 55428
1073.02/1055.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3615857
1073.02/1055.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
1073.02/1055.77	s UNSATISFIABLE
1073.02/1055.77	c Total wall clock time (in seconds): 1055.616

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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: 63931 MiB (54210 MiB free)
  memory of node 1: 64510 MiB (55965 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448105-1721360606/watcher-4448105-1721360606 -o /tmp/evaluation-result-4448105-1721360606/solver-4448105-1721360606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012979 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448105-1721360606.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1013672, runsolver pid=1013669

[startup+0.101651 s]*
/proc/loadavg: 4.68 3.90 2.62 7/332 1013690
/proc/meminfo: memFree=112778376/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=18975048 memory=63612 CPUtime=0.14 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 7228 0 0 0 12 2 0 0 20 0 18 0 188228921 19430449152 15903 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4743762 15903 5748 1 0 549356 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 1077936192 5763 0 0 0 7 2 0 0 20 0 18 0 188228921 19430449152 15903 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188228924 19430449152 15903 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 188228924 19430449152 15903 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63612 KiB

[startup+0.206773 s]*
/proc/loadavg: 4.68 3.90 2.62 10/332 1013690
/proc/meminfo: memFree=112763828/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=18975048 memory=78384 CPUtime=0.33 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 7793 0 0 0 31 2 0 0 20 0 18 0 188228921 19430449152 19596 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4743762 19596 5850 1 0 549716 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 6032 0 0 0 16 2 0 0 20 0 18 0 188228921 19430449152 19596 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=18975048 memory=15945 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188228924 19430449152 19596 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 188228924 19430449152 19596 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78384 KiB

[startup+0.305776 s]*
/proc/loadavg: 4.68 3.90 2.62 8/333 1013691
/proc/meminfo: memFree=112730516/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19041612 memory=111476 CPUtime=0.52 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 9396 0 0 0 49 3 0 0 20 0 19 0 188228921 19498610688 27869 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4760403 27869 5850 1 0 551030 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19041612 memory=-7596830928979912033 CPUtime=0.28 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 6124 0 0 0 25 3 0 0 20 0 19 0 188228921 19498610688 27869 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188228924 19498610688 27869 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 188228924 19498610688 27869 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188228946 19498610688 27869 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 111476 KiB

[startup+0.700776 s]
/proc/loadavg: 4.68 3.90 2.62 7/334 1013692
/proc/meminfo: memFree=112674348/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=176320 CPUtime=1.29 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 14678 0 0 0 124 5 0 0 20 0 20 0 188228921 19566772224 44080 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 44080 5850 1 0 554496 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=13120 CPUtime=0.63 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 6184 0 0 0 60 3 0 0 20 0 20 0 188228921 19566772224 44080 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 44080 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 44080 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 44080 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176320 KiB

[startup+1.50079 s]
/proc/loadavg: 4.68 3.90 2.62 6/334 1013692
/proc/meminfo: memFree=112653012/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=309884 CPUtime=2.86 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 20736 0 0 0 278 8 0 0 20 0 20 0 188228921 19566772224 77471 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 77471 5850 1 0 554953 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=13120 CPUtime=1.41 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 6576 0 0 0 136 5 0 0 20 0 20 0 188228921 19566772224 77471 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 77471 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 77471 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 77471 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 309884 KiB

[startup+3.10574 s]
/proc/loadavg: 4.62 3.90 2.62 5/334 1013692
/proc/meminfo: memFree=111996032/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=869524 CPUtime=4.78 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 23019 0 0 0 459 19 0 0 20 0 20 0 188228921 19566772224 217381 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 217381 5858 1 0 554958 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=0 CPUtime=3 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 7554 0 0 0 284 16 0 0 20 0 20 0 188228921 19566772224 217381 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 217381 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=504492 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 217381 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 217381 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 869524 KiB

[startup+6.30028 s]
/proc/loadavg: 4.62 3.90 2.62 6/334 1013692
/proc/meminfo: memFree=111913800/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=875672 CPUtime=8.02 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 23159 0 0 0 782 20 0 0 20 0 20 0 188228921 19566772224 218918 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 218918 5858 1 0 554958 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=13120 CPUtime=6.13 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 7592 0 0 0 597 16 0 0 20 0 20 0 188228921 19566772224 218918 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 218918 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=7593456421827210604 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 218918 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 218918 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 875672 KiB

[startup+12.7003 s]
/proc/loadavg: 4.73 3.94 2.64 6/334 1013694
/proc/meminfo: memFree=111536952/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=1189104 CPUtime=14.48 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 25272 0 0 0 1421 27 0 0 20 0 20 0 188228921 19566772224 297276 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 297276 5858 1 0 554958 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=0 CPUtime=12.39 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 8776 0 0 0 1218 21 0 0 20 0 20 0 188228921 19566772224 297276 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=1189084 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 297276 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 297276 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 297276 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 14.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1189104 KiB

[startup+25.5003 s]
/proc/loadavg: 4.71 3.97 2.68 6/334 1013695
/proc/meminfo: memFree=111109864/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=1667460 CPUtime=27.46 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 29451 0 0 0 2710 36 0 0 20 0 20 0 188228921 19566772224 416865 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 416865 5889 1 0 661485 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=1189084 CPUtime=24.82 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 10806 0 0 0 2454 28 0 0 20 0 20 0 188228921 19566772224 416865 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 416865 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=3460 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 416865 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=1607832 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 416865 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 27.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1667460 KiB

[startup+51.1058 s]
/proc/loadavg: 4.71 4.04 2.73 6/334 1013701
/proc/meminfo: memFree=110689856/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=1753564 CPUtime=53.35 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 32579 0 0 0 5296 39 0 0 20 0 20 0 188228921 19566772224 438391 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 438391 5889 1 0 661485 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=11400 CPUtime=50 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 12648 0 0 0 4971 29 0 0 20 0 20 0 188228921 19566772224 438391 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0

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

/proc/loadavg: 4.61 4.63 4.02 7/341 1014448
/proc/meminfo: memFree=102074752/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2614288 CPUtime=1038.52 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 134801 0 0 0 103737 115 0 0 20 0 20 0 188228921 19566772224 653572 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653572 5889 1 0 665552 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=-7596830928979912033 CPUtime=1011.91 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 60097 0 0 0 101155 36 0 0 20 0 20 0 188228921 19566772224 653572 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=1468803973692162177 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653572 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=4427168676181800490 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653572 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=4427168676181800490 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653572 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1038.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2614288 KiB

[startup+1036.8 s]
/proc/loadavg: 4.74 4.66 4.03 5/341 1014451
/proc/meminfo: memFree=101989196/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2614328 CPUtime=1051.52 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 135505 0 0 0 105036 116 0 0 20 0 20 0 188228921 19566772224 653582 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653582 5889 1 0 665552 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=2614248 CPUtime=1024.58 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 60706 0 0 0 102421 37 0 0 20 0 20 0 188228921 19566772224 653582 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653582 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=-7596830928979912033 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653582 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=2614296 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653582 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1051.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2614328 KiB

[startup+1043.2 s]
/proc/loadavg: 4.94 4.71 4.06 6/341 1014463
/proc/meminfo: memFree=101985312/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=1060.43 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 151234 0 0 0 105923 120 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653808 5889 1 0 665809 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=2614360 CPUtime=1030.76 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 66270 0 0 0 103039 37 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=2614288 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=44604 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=26340 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1060.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615232 KiB

[startup+1049.6 s]
/proc/loadavg: 4.87 4.69 4.05 5/341 1014463
/proc/meminfo: memFree=101849560/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=1066.82 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 151466 0 0 0 106562 120 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653808 5889 1 0 665809 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=13120 CPUtime=1037.14 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 66500 0 0 0 103677 37 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=2614156 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=44604 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1066.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615232 KiB

[startup+1052.8 s]
/proc/loadavg: 4.87 4.69 4.05 5/341 1014465
/proc/meminfo: memFree=101849364/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=1070.08 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 151787 0 0 0 106888 120 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653808 5889 1 0 665809 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=5428 CPUtime=1040.26 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 66521 0 0 0 103989 37 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=1904 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1070.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615232 KiB

[startup+1054.4 s]
/proc/loadavg: 4.80 4.68 4.05 5/341 1014465
/proc/meminfo: memFree=101849364/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=1071.68 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 151790 0 0 0 107048 120 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653808 5889 1 0 665809 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=5428 CPUtime=1041.85 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 66524 0 0 0 104148 37 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1071.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615232 KiB

[startup+1055.2 s]
/proc/loadavg: 4.80 4.68 4.05 5/341 1014465
/proc/meminfo: memFree=101849364/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=1072.48 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 151898 0 0 0 107128 120 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653808 5889 1 0 665809 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=26340 CPUtime=1042.65 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 66632 0 0 0 104228 37 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=44604 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1072.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615232 KiB

[startup+1055.6 s]
/proc/loadavg: 4.80 4.68 4.05 5/341 1014465
/proc/meminfo: memFree=101849364/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19108176 memory=2615232 CPUtime=1072.88 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 151909 0 0 0 107168 120 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4777044 653808 5889 1 0 665809 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19108176 memory=-7596830928979912033 CPUtime=1043.05 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) R 1013669 1013672 1006321 0 -1 4194368 66643 0 0 0 104268 37 0 0 20 0 20 0 188228921 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19108176 memory=18812 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19108176 memory=3592 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013691] ppid=1013669 vsize=19108176 memory=20296 CPUtime=0 cores=5,7
/proc/1013672/task/1013691/stat : 1013691 (Timer-0) S 1013669 1013672 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188228946 19566772224 653808 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1072.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615232 KiB

[startup+1055.7 s]
/proc/loadavg: 4.80 4.68 4.05 5/341 1014465
/proc/meminfo: memFree=101849364/131524600 swapFree=131071996/131071996
[pid=1013672] ppid=1013669 vsize=19241304 memory=2615800 CPUtime=1073.02 cores=5,7
/proc/1013672/stat : 1013672 (java) S 1013669 1013672 1006321 0 -1 1077936128 153088 0 0 0 107182 120 0 0 20 0 20 0 188228921 19703095296 653950 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
/proc/1013672/statm: 4810326 653950 5888 1 0 666458 0
[pid=1013672/tid=1013674] ppid=1013669 vsize=19241304 memory=2611696 CPUtime=1043.06 cores=5,7
/proc/1013672/task/1013674/stat : 1013674 (java) S 1013669 1013672 1006321 0 -1 1077936192 67385 0 0 0 104269 37 0 0 20 0 20 0 188228921 19703095296 653950 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013683] ppid=1013669 vsize=19241304 memory=2609104 CPUtime=0 cores=5,7
/proc/1013672/task/1013683/stat : 1013683 (Finalizer) S 1013669 1013672 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188228924 19703095296 653950 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
[pid=1013672/tid=1013690] ppid=1013669 vsize=19241304 memory=26340 CPUtime=0 cores=5,7
/proc/1013672/task/1013690/stat : 1013690 (Common-Cleaner) S 1013669 1013672 1006321 0 -1 1077936192 1124 0 0 0 0 0 0 0 20 0 20 0 188228924 19703095296 653950 134679101440 94575859695616 94575859699312 140733150330304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575859707128 94575859707920 94575867219968 140733150335982 140733150336095 140733150336095 140733150343112 0
Current children cumulated CPU time: 1073.02 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2615800 KiB

Child status: 20

Real time (s): 1055.78
CPU time (s): 1073.12
CPU user time (s): 1071.9
CPU system time (s): 1.21878
CPU usage (%): 101.642
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2615800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1071.9
system time used= 1.21878
maximum resident set size= 2616896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36256
involuntary context switches= 3365


# summary of solver processes directly reported to runsolver:
#   pid: 1013672
#   total CPU time (s): 1073.12
#   total CPU user time (s): 1071.9
#   total CPU system time (s): 1.21878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26479 second user time and 5.43187 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 05:43:39
IDJOB=4448105
IDBENCH=160363
IDSOLVER=3046
FILE ID=nodeC031/4448105-1721360606
RUNJOBID= nodeC031-1721360068-1012979
SLURM_JOB_ID= 7542768
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448105-1721360606/watcher-4448105-1721360606 -o /tmp/evaluation-result-4448105-1721360606/solver-4448105-1721360606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012979 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448105-1721360606.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 43b43b4642a1f471c30a83b83143bc9f
RANDOM SEED=1840971912

nodeC031.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.768
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3675.318
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.783
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3622.761
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.768
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3627.126
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.768
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3660.723
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112821220 kB
MemAvailable:   119112128 kB
Buffers:          497172 kB
Cached:          6553228 kB
SwapCached:            0 kB
Active:           975060 kB
Inactive:       16924296 kB
Active(anon):       1560 kB
Inactive(anon): 10885116 kB
Active(file):     973500 kB
Inactive(file):  6039180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1176 kB
Writeback:            12 kB
AnonPages:      10846832 kB
Mapped:           127016 kB
Shmem:             37720 kB
KReclaimable:     235748 kB
Slab:             364856 kB
SReclaimable:     235748 kB
SUnreclaim:       129108 kB
KernelStack:        5144 kB
PageTables:        31260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11694104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70720 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10573824 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-19 06:01:15