Trace number 4510586

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 CP 2025-06-06UNSAT 1287.16 1275.83

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
MD5SUMdfd517fe2a9d65b237ac06e21bad695d
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 benchmark8.34756
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints1202
Number of constraints which are clauses1202
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.17	c Pseudo Boolean Optimization by upper bound
0.11/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.17	c  - never skip resolution steps
0.11/0.17	c  - Auto-division on coefficients is disabled
0.11/0.17	c  - No postprocessing
0.11/0.17	c  - Conflict is considered as is when resolving
0.11/0.17	c  - Use constraints as they come during conflict analysis
0.11/0.17	c  - Weaken first using unassigned literals
0.11/0.17	c  - Bump strategy: ALWAYS_ONE
0.11/0.17	c  - Bumper: ANY
0.11/0.17	c --- Begin Solver configuration ---
0.11/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.17	c Learn all clauses as in MiniSAT
0.11/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.17	c No reason simplification
0.11/0.17	c Armin Biere (Picosat) restarts strategy
0.11/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.17	c timeout=2147483s
0.11/0.17	c DB Simplification allowed=false
0.11/0.17	c Listener: none
0.11/0.17	c --- End Solver configuration ---
0.11/0.17	c solving HOME/instance-4510586-1751204627.opb
0.11/0.17	c reading problem ... 
0.11/0.17	c  no objective function found
0.29/0.24	c ... done. Wall clock time 0.07s.
0.29/0.24	c declared #vars     301
0.29/0.24	c #constraints  1202
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1200
0.29/0.24	c 1202 constraints processed.
1.05/0.60	c cleaning 2488 clauses out of 5001
1.44/0.85	c cleaning 4230 clauses out of 8512
2.04/1.10	c cleaning 5610 clauses out of 11282
2.61/1.41	c cleaning 6824 clauses out of 13673
3.06/1.74	c cleaning 7902 clauses out of 15849
3.44/2.07	c cleaning 8957 clauses out of 17946
3.91/2.42	c cleaning 9968 clauses out of 19992
4.31/2.85	c cleaning 10995 clauses out of 22021
4.83/3.31	c cleaning 11976 clauses out of 24027
5.26/3.75	c cleaning 13001 clauses out of 26052
5.75/4.22	c cleaning 14000 clauses out of 28049
6.24/4.78	c cleaning 14993 clauses out of 30049
6.85/5.37	c cleaning 15985 clauses out of 32056
7.45/6.00	c cleaning 17020 clauses out of 34072
8.25/6.71	c cleaning 17991 clauses out of 36052
8.95/7.45	c cleaning 19012 clauses out of 38061
9.65/8.17	c cleaning 19989 clauses out of 40049
10.55/9.00	c cleaning 20998 clauses out of 42059
11.44/9.97	c cleaning 21992 clauses out of 44061
12.34/10.84	c cleaning 23001 clauses out of 46070
13.54/12.01	c cleaning 24004 clauses out of 48068
14.63/13.15	c cleaning 25010 clauses out of 50065
15.83/14.38	c cleaning 26004 clauses out of 52057
17.03/15.57	c cleaning 26990 clauses out of 54051
18.23/16.72	c cleaning 28001 clauses out of 56061
19.43/17.90	c cleaning 29007 clauses out of 58059
20.63/19.19	c cleaning 30002 clauses out of 60052
22.14/20.63	c cleaning 30986 clauses out of 62051
23.55/22.01	c cleaning 32015 clauses out of 64064
24.94/23.46	c cleaning 32998 clauses out of 66050
26.55/25.06	c cleaning 33990 clauses out of 68053
28.16/26.69	c cleaning 35007 clauses out of 70062
29.85/28.35	c cleaning 35991 clauses out of 72054
31.66/30.12	c cleaning 37007 clauses out of 74065
33.37/31.88	c cleaning 37978 clauses out of 76056
35.07/33.51	c cleaning 39014 clauses out of 78078
37.27/35.78	c cleaning 39994 clauses out of 80064
39.60/38.04	c cleaning 40987 clauses out of 82072
41.48/39.95	c cleaning 42003 clauses out of 84083
43.59/42.01	c cleaning 43010 clauses out of 86082
45.88/44.30	c cleaning 44010 clauses out of 88070
48.19/46.67	c cleaning 45015 clauses out of 90060
50.41/48.85	c cleaning 45975 clauses out of 92047
53.33/51.70	c cleaning 47006 clauses out of 94071
55.63/54.09	c cleaning 48024 clauses out of 96064
58.23/56.66	c cleaning 48993 clauses out of 98040
61.04/59.42	c cleaning 49999 clauses out of 100048
64.06/62.40	c cleaning 51002 clauses out of 102048
66.57/64.96	c cleaning 51989 clauses out of 104046
69.50/67.89	c cleaning 52998 clauses out of 106057
72.31/70.68	c cleaning 53963 clauses out of 108060
75.73/74.05	c cleaning 55011 clauses out of 110097
78.76/77.02	c cleaning 55982 clauses out of 112087
81.98/80.26	c cleaning 57029 clauses out of 114103
85.41/83.65	c cleaning 58026 clauses out of 116074
89.04/87.20	c cleaning 59016 clauses out of 118050
93.19/91.33	c cleaning 59976 clauses out of 120033
97.03/95.19	c cleaning 61015 clauses out of 122057
101.46/99.52	c cleaning 61980 clauses out of 124041
105.79/103.80	c cleaning 63000 clauses out of 126061
109.78/107.77	c cleaning 64012 clauses out of 128063
113.70/111.61	c cleaning 64988 clauses out of 130049
117.92/115.87	c cleaning 66000 clauses out of 132061
121.89/119.79	c cleaning 67008 clauses out of 134061
126.63/124.40	c cleaning 67995 clauses out of 136054
130.95/128.73	c cleaning 69012 clauses out of 138060
135.33/133.10	c cleaning 70015 clauses out of 140046
140.15/137.85	c cleaning 71011 clauses out of 142032
144.27/141.95	c cleaning 71937 clauses out of 144020
148.94/146.59	c cleaning 73033 clauses out of 146086
153.66/151.22	c cleaning 74004 clauses out of 148050
158.99/156.50	c cleaning 75014 clauses out of 150046
164.93/162.41	c cleaning 75996 clauses out of 152032
169.94/167.40	c cleaning 77004 clauses out of 154036
175.20/172.64	c cleaning 77972 clauses out of 156033
180.40/177.81	c cleaning 78998 clauses out of 158061
185.69/183.05	c cleaning 80019 clauses out of 160064
191.24/188.52	c cleaning 80994 clauses out of 162046
196.57/193.89	c cleaning 82005 clauses out of 164051
202.85/200.01	c cleaning 82994 clauses out of 166045
209.72/206.90	c cleaning 84003 clauses out of 168051
216.14/213.22	c cleaning 84986 clauses out of 170047
223.02/220.04	c cleaning 86023 clauses out of 172062
229.59/226.57	c cleaning 87016 clauses out of 174040
235.60/232.58	c cleaning 87967 clauses out of 176022
243.27/240.13	c cleaning 89011 clauses out of 178056
249.81/246.66	c cleaning 90004 clauses out of 180044
256.89/253.69	c cleaning 91004 clauses out of 182040
263.92/260.65	c cleaning 92009 clauses out of 184036
271.80/268.47	c cleaning 93000 clauses out of 186028
278.96/275.55	c cleaning 93995 clauses out of 188028
285.55/282.07	c cleaning 95011 clauses out of 190032
292.62/289.02	c cleaning 96003 clauses out of 192022
299.50/295.84	c cleaning 96956 clauses out of 194018
306.46/302.72	c cleaning 97997 clauses out of 196063
314.45/310.66	c cleaning 98995 clauses out of 198066
322.62/318.70	c cleaning 100028 clauses out of 200071
331.01/327.03	c cleaning 100997 clauses out of 202042
339.68/335.62	c cleaning 102013 clauses out of 204045
349.26/345.11	c cleaning 103013 clauses out of 206033
356.71/352.53	c cleaning 103956 clauses out of 208019
364.38/360.18	c cleaning 104998 clauses out of 210064
372.37/368.05	c cleaning 105981 clauses out of 212065
381.31/376.59	c cleaning 107004 clauses out of 214086
389.98/385.12	c cleaning 107998 clauses out of 216080
398.28/393.31	c cleaning 109014 clauses out of 218083
406.66/401.69	c cleaning 110002 clauses out of 220068
417.14/412.05	c cleaning 111016 clauses out of 222067
426.25/421.08	c cleaning 111981 clauses out of 224050
436.43/431.13	c cleaning 113025 clauses out of 226069
445.54/440.14	c cleaning 113977 clauses out of 228044
455.52/450.03	c cleaning 115007 clauses out of 230068
464.68/459.15	c cleaning 116014 clauses out of 232060
474.14/468.57	c cleaning 116979 clauses out of 234048
485.42/479.74	c cleaning 118027 clauses out of 236068
496.14/490.33	c cleaning 118979 clauses out of 238040
507.11/501.24	c cleaning 120022 clauses out of 240062
517.28/511.31	c cleaning 120977 clauses out of 242039
528.11/522.10	c cleaning 121991 clauses out of 244062
538.27/532.13	c cleaning 122997 clauses out of 246071
549.15/542.97	c cleaning 123986 clauses out of 248076
559.77/553.43	c cleaning 125024 clauses out of 250088
570.94/564.56	c cleaning 126023 clauses out of 252066
581.46/574.99	c cleaning 127004 clauses out of 254041
592.70/586.16	c cleaning 127973 clauses out of 256038
605.59/598.95	c cleaning 129013 clauses out of 258064
617.25/610.57	c cleaning 129982 clauses out of 260051
629.11/622.31	c cleaning 131027 clauses out of 262070
642.89/636.02	c cleaning 132005 clauses out of 264045
654.17/647.26	c cleaning 132973 clauses out of 266038
666.76/659.73	c cleaning 134016 clauses out of 268064
679.47/672.39	c cleaning 134997 clauses out of 270049
692.28/685.08	c cleaning 136007 clauses out of 272051
705.89/698.55	c cleaning 137010 clauses out of 274044
718.59/711.13	c cleaning 137988 clauses out of 276035
731.76/724.22	c cleaning 139015 clauses out of 278046
746.34/738.77	c cleaning 139943 clauses out of 280031
760.32/752.63	c cleaning 140996 clauses out of 282089
774.09/766.39	c cleaning 142000 clauses out of 284094
786.80/778.98	c cleaning 143033 clauses out of 286092
800.98/793.06	c cleaning 144011 clauses out of 288061
814.89/806.89	c cleaning 145012 clauses out of 290048
828.18/820.05	c cleaning 145981 clauses out of 292037
845.66/837.18	c cleaning 147013 clauses out of 294055
860.11/851.53	c cleaning 148009 clauses out of 296042
874.65/866.08	c cleaning 149004 clauses out of 298033
890.74/882.08	c cleaning 149982 clauses out of 300029
905.95/897.13	c cleaning 151010 clauses out of 302048
920.07/911.10	c cleaning 152002 clauses out of 304038
934.35/925.30	c cleaning 153003 clauses out of 306035
948.26/939.13	c cleaning 153989 clauses out of 308032
963.08/953.80	c cleaning 155010 clauses out of 310043
980.29/970.95	c cleaning 156004 clauses out of 312034
995.34/985.98	c cleaning 156981 clauses out of 314030
1010.54/1000.93	c cleaning 157963 clauses out of 316047
1029.83/1020.11	c cleaning 159028 clauses out of 318084
1047.64/1037.80	c cleaning 160017 clauses out of 320056
1063.71/1053.71	c cleaning 161004 clauses out of 322040
1082.81/1072.72	c cleaning 162007 clauses out of 324036
1102.60/1092.49	c cleaning 163003 clauses out of 326030
1121.65/1111.26	c cleaning 163961 clauses out of 328026
1138.45/1127.99	c cleaning 165014 clauses out of 330065
1159.35/1148.75	c cleaning 166007 clauses out of 332051
1179.35/1168.67	c cleaning 167009 clauses out of 334044
1198.73/1187.95	c cleaning 168000 clauses out of 336035
1217.82/1206.95	c cleaning 169002 clauses out of 338034
1236.52/1225.53	c cleaning 169998 clauses out of 340032
1255.72/1244.62	c cleaning 171006 clauses out of 342036
1276.54/1265.30	c cleaning 171992 clauses out of 344028
1287.00/1275.74	c starts		: 324
1287.00/1275.75	c conflicts		: 15159738
1287.00/1275.75	c decisions		: 19361742
1287.00/1275.75	c propagations		: 188097368
1287.00/1275.75	c inspects		: 13870100499
1287.00/1275.75	c shortcuts		: 0
1287.00/1275.75	c learnt literals	: 1
1287.00/1275.75	c learnt binary clauses	: 4
1287.00/1275.75	c learnt ternary clauses	: 195
1287.00/1275.75	c learnt constraints	: 15159736
1287.00/1275.75	c ignored constraints	: 0
1287.00/1275.75	c root simplifications	: 0
1287.00/1275.75	c removed literals (reason simplification)	: 0
1287.00/1275.75	c reason swapping (by a shorter reason)	: 0
1287.00/1275.75	c Calls to reduceDB	: 169
1287.00/1275.75	c Number of update (reduction) of LBD	: 0
1287.00/1275.75	c Imported unit clauses	: 0
1287.00/1275.75	c No decision after first conflict	: false
1287.00/1275.75	c number of reductions to clauses (during analyze)	: 0
1287.00/1275.75	c number of learned constraints concerned by reduction	: 0
1287.00/1275.75	c number of learning phase by resolution	: 0
1287.00/1275.75	c number of learning phase by cutting planes	: 0
1287.00/1275.75	c number of rounding to 1 operations	: 0
1287.00/1275.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1287.00/1275.75	c number of reductions of the coefficients by power 2 	: 0
1287.00/1275.75	c number of right shift for reduction by power 2 	: 0
1287.00/1275.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
1287.00/1275.75	c number of ending skipping 	: 0
1287.00/1275.75	c number of internal skipping 	: 0
1287.00/1275.75	c number of derivation steps 	: 117656047
1287.00/1275.75	c number of skipped derivation steps 	: 0
1287.00/1275.75	c number of remaining unassigned 	: 0
1287.00/1275.75	c number of remaining assigned 	: 0
1287.00/1275.75	c number of falsified literals weakened from reason	: 0
1287.00/1275.75	c number of falsified literals weakened from conflict	: 0
1287.00/1275.75	c time for arithmetic operations	: 0
1287.00/1275.76	c minimum degree of deleted constraints	: null
1287.00/1275.76	c maximum degree of deleted constraints	: null
1287.00/1275.76	c number of deleted constraints	: 0
1287.00/1275.76	c speed (assignments/second)	: 147468.36010693762
1287.00/1275.76	c non guided choices	: 80156
1287.11/1275.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 290769
1287.11/1275.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
1287.11/1275.82	s UNSATISFIABLE
1287.11/1275.82	c Total wall clock time (in seconds): 1275.646

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: 63665 MiB (63000 MiB free)
  memory of node 1: 64507 MiB (63691 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510586-1751204627/watcher-4510586-1751204627 -o /tmp/evaluation-result-4510586-1751204627/solver-4510586-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29782 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510586-1751204627.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29861, runsolver pid=29832

[startup+0.100058 s]*
/proc/loadavg: 0.50 0.94 1.63 7/332 29907
/proc/meminfo: memFree=129660920/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=18930384 memory=55384 CPUtime=0.11 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 6489 0 0 0 9 2 0 0 20 0 18 0 36140368 19384713216 13846 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4732596 13846 5338 1 0 547568 0
[pid=29861/tid=29879] ppid=29832 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) S 29832 29861 29769 0 -1 4194368 5002 0 0 0 5 1 0 0 20 0 18 0 36140370 19384713216 13846 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140372 19384713216 13846 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140373 19384713216 13846 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55384 KiB

[startup+0.20539 s]*
/proc/loadavg: 0.50 0.94 1.63 12/335 29910
/proc/meminfo: memFree=129646984/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=18930384 memory=62272 CPUtime=0.29 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 7114 0 0 0 26 3 0 0 20 0 18 0 36140368 19384713216 15568 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4732596 15568 5434 1 0 547996 0
[pid=29861/tid=29879] ppid=29832 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 5348 0 0 0 14 1 0 0 20 0 18 0 36140370 19384713216 15568 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140372 19384713216 15568 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140373 19384713216 15568 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62272 KiB

[startup+0.305006 s]*
/proc/loadavg: 0.50 0.94 1.63 10/336 29911
/proc/meminfo: memFree=129574268/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=18996948 memory=72736 CPUtime=0.48 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 7982 0 0 0 44 4 0 0 20 0 19 0 36140368 19452874752 18184 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4749237 18184 5434 1 0 548633 0
[pid=29861/tid=29879] ppid=29832 vsize=18996948 memory=-6000919498509673325 CPUtime=0.22 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 5403 0 0 0 20 2 0 0 20 0 19 0 36140370 19452874752 18184 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36140372 19452874752 18184 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36140373 19452874752 18184 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36140393 19452874752 18184 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72736 KiB

[startup+0.700245 s]
/proc/loadavg: 0.50 0.94 1.63 9/338 29913
/proc/meminfo: memFree=129323092/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=166376 CPUtime=1.24 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 12988 0 0 0 118 6 0 0 20 0 20 0 36140368 19521036288 41594 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 41594 5498 1 0 552150 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=17536 CPUtime=0.58 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 5472 0 0 0 54 4 0 0 20 0 20 0 36140370 19521036288 41594 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 41594 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 41594 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 41594 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166376 KiB

[startup+1.50026 s]
/proc/loadavg: 0.50 0.94 1.63 9/340 29915
/proc/meminfo: memFree=128761680/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=340284 CPUtime=2.8 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 19829 0 0 0 270 10 0 0 20 0 20 0 36140368 19521036288 85071 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 85071 5498 1 0 553488 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=0 CPUtime=1.36 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 5919 0 0 0 129 7 0 0 20 0 20 0 36140370 19521036288 85071 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 85071 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 85071 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 85071 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 340284 KiB

[startup+3.10539 s]
/proc/loadavg: 0.50 0.94 1.63 5/340 29915
/proc/meminfo: memFree=125679132/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=864908 CPUtime=4.64 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 22533 0 0 0 443 21 0 0 20 0 20 0 36140368 19521036288 216227 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 216227 5498 1 0 553494 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=10752 CPUtime=2.92 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 6861 0 0 0 276 16 0 0 20 0 20 0 36140370 19521036288 216227 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=-6000919498509673325 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 216227 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 216227 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 216227 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 864908 KiB

[startup+6.30022 s]
/proc/loadavg: 0.86 1.01 1.65 6/340 29981
/proc/meminfo: memFree=125773760/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=1311408 CPUtime=7.85 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 22800 0 0 0 755 30 0 0 20 0 20 0 36140368 19521036288 327852 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 327852 5498 1 0 553494 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=0 CPUtime=6.09 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 7102 0 0 0 584 25 0 0 20 0 20 0 36140370 19521036288 327852 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 327852 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 327852 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=397756 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 327852 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311408 KiB

[startup+12.7002 s]
/proc/loadavg: 1.19 1.08 1.67 5/340 29982
/proc/meminfo: memFree=124148280/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=1317560 CPUtime=14.23 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 24132 0 0 0 1393 30 0 0 20 0 20 0 36140368 19521036288 329390 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 329390 5498 1 0 553494 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=397756 CPUtime=12.4 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 7910 0 0 0 1215 25 0 0 20 0 20 0 36140370 19521036288 329390 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=1317560 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 329390 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 329390 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 329390 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 14.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317560 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 1.22 1.71 5/340 29982
/proc/meminfo: memFree=124116520/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=1325888 CPUtime=27.05 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 28759 0 0 0 2674 31 0 0 20 0 20 0 36140368 19521036288 331472 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 331472 5530 1 0 553494 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=3200 CPUtime=25.07 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 9540 0 0 0 2482 25 0 0 20 0 20 0 36140370 19521036288 331472 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 331472 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=1325760 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 331472 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 331472 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325888 KiB

[startup+51.1056 s]
/proc/loadavg: 2.56 1.45 1.77 5/340 29983
/proc/meminfo: memFree=123612468/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=1342368 CPUtime=52.71 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 31073 0 0 0 5238 33 0 0 20 0 20 0 36140368 19521036288 335592 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 335592 5530 1 0 553494 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=1342368 CPUtime=50.43 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 10634 0 0 0 5018 25 0 0 20 0 20 0 36140370 19521036288 335592 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=-6000919498509673325 CPUtime=0 cores=5,7

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

/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 476 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1193.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1242.3 s]
/proc/loadavg: 4.26 4.18 3.58 5/341 30121
/proc/meminfo: memFree=119781480/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1253.42 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75483 0 0 0 125238 104 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1224.44 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25330 0 0 0 122415 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=2165476 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=2165476 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 476 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=2165476 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1253.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1275.83 s]
# the end of solver process 29861 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1286.1 s, system=1.06201 s

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

[startup+1254.4 s]
/proc/loadavg: 4.29 4.19 3.59 6/341 30122
/proc/meminfo: memFree=119773964/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1265.56 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75504 0 0 0 126452 104 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=5632 CPUtime=1236.4 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25336 0 0 0 123611 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 476 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=9344 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1265.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1267.2 s]
/proc/loadavg: 4.32 4.20 3.60 6/341 30122
/proc/meminfo: memFree=119770108/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1278.43 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75567 0 0 0 127739 104 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=0 CPUtime=1249.05 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25339 0 0 0 124876 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=2165476 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 520 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=2165476 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1278.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1270.4 s]
/proc/loadavg: 4.29 4.20 3.60 5/341 30122
/proc/meminfo: memFree=119770108/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1281.67 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75578 0 0 0 128062 105 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=17536 CPUtime=1252.2 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25340 0 0 0 125191 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 520 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1281.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1273.6 s]
/proc/loadavg: 4.29 4.20 3.60 5/341 30122
/proc/meminfo: memFree=119770108/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1284.9 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75580 0 0 0 128385 105 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=17536 CPUtime=1255.34 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25340 0 0 0 125505 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 520 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1284.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1275.2 s]
/proc/loadavg: 4.27 4.19 3.61 5/341 30122
/proc/meminfo: memFree=119766012/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1286.5 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75582 0 0 0 128545 105 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=14592 CPUtime=1256.94 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25341 0 0 0 125665 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 520 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1286.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1275.6 s]
/proc/loadavg: 4.27 4.19 3.61 5/341 30122
/proc/meminfo: memFree=119766012/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19063512 memory=2165476 CPUtime=1286.9 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 75582 0 0 0 128585 105 0 0 20 0 20 0 36140368 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4765878 541369 5530 1 0 555756 0
[pid=29861/tid=29879] ppid=29832 vsize=19063512 memory=5632 CPUtime=1257.34 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) R 29832 29861 29769 0 -1 4194368 25341 0 0 0 125705 29 0 0 20 0 20 0 36140370 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 520 0 0 0 0 0 0 0 20 0 20 0 36140373 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29911] ppid=29832 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29861/task/29911/stat : 29911 (Timer-0) S 29832 29861 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140393 19521036288 541369 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1286.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+1275.8 s]
/proc/loadavg: 4.27 4.19 3.61 5/341 30122
/proc/meminfo: memFree=119766012/131249996 swapFree=33010684/33010684
[pid=29861] ppid=29832 vsize=19196640 memory=2166116 CPUtime=1287.11 cores=5,7
/proc/29861/stat : 29861 (java) S 29832 29861 29769 0 -1 4194304 77547 0 0 0 128606 105 0 0 20 0 20 0 36140368 19657359360 541529 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
/proc/29861/statm: 4799160 541529 5562 1 0 556386 0
[pid=29861/tid=29879] ppid=29832 vsize=19196640 memory=2165476 CPUtime=1257.48 cores=5,7
/proc/29861/task/29879/stat : 29879 (java) S 29832 29861 29769 0 -1 4194368 26693 0 0 0 125719 29 0 0 20 0 20 0 36140370 19657359360 541529 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29899] ppid=29832 vsize=19196640 memory=4480 CPUtime=0 cores=5,7
/proc/29861/task/29899/stat : 29899 (Finalizer) S 29832 29861 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140372 19657359360 541529 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
[pid=29861/tid=29907] ppid=29832 vsize=19196640 memory=1792 CPUtime=0 cores=5,7
/proc/29861/task/29907/stat : 29907 (Common-Cleaner) S 29832 29861 29769 0 -1 4194368 520 0 0 0 0 0 0 0 20 0 20 0 36140373 19657359360 541529 18446744073709551615 94020695638016 94020695641712 140723056291856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94020695649528 94020695650320 94020703531008 140723056298366 140723056298470 140723056298470 140723056304072 0
Current children cumulated CPU time: 1287.11 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2166116 KiB

Child status: 20

Real time (s): 1275.83
CPU time (s): 1287.16
CPU user time (s): 1286.1
CPU system time (s): 1.06201
CPU usage (%): 100.888
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2166116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1286.1
system time used= 1.06201
maximum resident set size= 2166372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53011
involuntary context switches= 11605


# summary of solver processes directly reported to runsolver:
#   pid: 29861
#   total CPU time (s): 1287.16
#   total CPU user time (s): 1286.1
#   total CPU system time (s): 1.06201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71884 second user time and 6.0728 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 15:43:47
IDJOB=4510586
IDBENCH=160373
IDSOLVER=3361
FILE ID=nodeC021/4510586-1751204627
RUNJOBID= nodeC021-1751204626-29782
SLURM_JOB_ID= 9587618
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510586-1751204627/watcher-4510586-1751204627 -o /tmp/evaluation-result-4510586-1751204627/solver-4510586-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29782 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510586-1751204627.opb

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

MD5SUM BENCH= dfd517fe2a9d65b237ac06e21bad695d
RANDOM SEED=1273840755

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 2100.421
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.715
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 2365.722
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3600.043
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 1964.560
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.764
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 2558.326
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3558.845
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129763168 kB
MemAvailable:   129742024 kB
Buffers:            3280 kB
Cached:           787524 kB
SwapCached:            0 kB
Active:           336320 kB
Inactive:         530188 kB
Active(anon):      93764 kB
Inactive(anon):        0 kB
Active(file):     242556 kB
Inactive(file):   530188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         78692 kB
Mapped:           102440 kB
Shmem:             18060 kB
KReclaimable:      90300 kB
Slab:             176296 kB
SReclaimable:      90300 kB
SUnreclaim:        85996 kB
KernelStack:        4008 kB
PageTables:         2684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC021 at 2025-06-29 16:05:03