Trace number 4503570

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-06? (TO) 3600.2 3566.12

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-134.opb
MD5SUM8f50e455e41c11932a7c1290f673c930
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark107.722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4503570-1751169082.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c  no objective function found
6.18/4.08	c ... done. Wall clock time 3.909s.
6.18/4.08	c declared #vars     48411
6.18/4.08	c #constraints  1123290
6.18/4.08	c constraints type 
6.18/4.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
6.18/4.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
6.18/4.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
6.18/4.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
6.18/4.08	c 1123290 constraints processed.
28.61/24.74	c cleaning 2146 clauses out of 5000
31.88/27.84	c cleaning 4419 clauses out of 8854
36.37/32.25	c cleaning 5707 clauses out of 11436
41.23/37.08	c cleaning 6856 clauses out of 13729
47.04/42.72	c cleaning 7929 clauses out of 15872
53.79/49.49	c cleaning 8959 clauses out of 17943
61.06/56.62	c cleaning 9978 clauses out of 19984
68.92/64.48	c cleaning 10987 clauses out of 22006
78.49/73.81	c cleaning 12002 clauses out of 24020
87.39/82.65	c cleaning 12999 clauses out of 26017
96.16/91.26	c cleaning 13999 clauses out of 28018
106.61/101.65	c cleaning 15000 clauses out of 30019
118.33/113.28	c cleaning 15991 clauses out of 32019
129.64/124.49	c cleaning 16996 clauses out of 34028
144.67/139.31	c cleaning 18005 clauses out of 36034
160.26/154.82	c cleaning 19002 clauses out of 38027
176.76/171.28	c cleaning 20000 clauses out of 40025
194.43/188.76	c cleaning 20998 clauses out of 42025
212.83/207.06	c cleaning 22002 clauses out of 44029
235.45/229.59	c cleaning 22998 clauses out of 46025
257.32/251.17	c cleaning 24001 clauses out of 48028
284.79/278.33	c cleaning 25001 clauses out of 50026
310.31/303.53	c cleaning 25992 clauses out of 52025
336.22/329.18	c cleaning 27005 clauses out of 54033
363.51/356.14	c cleaning 28002 clauses out of 56029
392.72/385.10	c cleaning 28999 clauses out of 58026
425.15/417.05	c cleaning 30001 clauses out of 60029
457.17/448.71	c cleaning 30999 clauses out of 62027
496.80/487.99	c cleaning 31998 clauses out of 64027
542.34/533.07	c cleaning 33003 clauses out of 66029
581.50/571.97	c cleaning 34002 clauses out of 68027
621.30/611.39	c cleaning 34991 clauses out of 70025
665.38/654.99	c cleaning 36005 clauses out of 72036
715.67/704.84	c cleaning 36997 clauses out of 74031
768.36/757.16	c cleaning 37999 clauses out of 76032
812.92/801.13	c cleaning 39002 clauses out of 78032
870.17/858.02	c cleaning 40001 clauses out of 80030
926.72/914.18	c cleaning 41003 clauses out of 82030
978.31/965.26	c cleaning 42000 clauses out of 84026
1032.72/1019.11	c cleaning 43000 clauses out of 86026
1079.87/1065.82	c cleaning 43995 clauses out of 88026
1115.54/1101.21	c cleaning 45005 clauses out of 90032
1164.07/1149.30	c cleaning 45992 clauses out of 92026
1223.60/1208.63	c cleaning 47002 clauses out of 94034
1270.80/1255.49	c cleaning 47999 clauses out of 96032
1319.67/1303.76	c cleaning 49000 clauses out of 98033
1369.93/1353.44	c cleaning 50001 clauses out of 100033
1419.93/1402.87	c cleaning 51003 clauses out of 102032
1477.74/1460.04	c cleaning 52002 clauses out of 104030
1529.97/1511.82	c cleaning 53000 clauses out of 106029
1599.89/1581.52	c cleaning 53998 clauses out of 108027
1669.82/1651.11	c cleaning 54997 clauses out of 110030
1729.50/1710.30	c cleaning 56000 clauses out of 112032
1795.02/1775.37	c cleaning 57001 clauses out of 114033
1852.04/1831.64	c cleaning 58004 clauses out of 116032
1921.23/1900.31	c cleaning 58995 clauses out of 118029
1994.14/1972.61	c cleaning 60001 clauses out of 120033
2062.41/2040.22	c cleaning 60998 clauses out of 122032
2138.94/2116.01	c cleaning 62000 clauses out of 124033
2210.64/2187.15	c cleaning 63006 clauses out of 126034
2294.33/2270.20	c cleaning 63998 clauses out of 128027
2372.70/2348.17	c cleaning 65001 clauses out of 130029
2454.89/2429.57	c cleaning 65996 clauses out of 132028
2544.51/2518.69	c cleaning 67006 clauses out of 134034
2644.92/2618.54	c cleaning 67997 clauses out of 136026
2730.69/2703.36	c cleaning 69002 clauses out of 138031
2800.41/2772.65	c cleaning 69997 clauses out of 140027
2882.15/2853.61	c cleaning 70992 clauses out of 142030
2970.79/2941.50	c cleaning 72007 clauses out of 144040
3053.65/3023.72	c cleaning 72996 clauses out of 146031
3150.13/3119.50	c cleaning 74003 clauses out of 148035
3271.84/3240.55	c cleaning 75002 clauses out of 150034
3371.72/3338.41	c cleaning 76001 clauses out of 152030
3485.64/3452.09	c cleaning 77000 clauses out of 154029
3592.39/3558.48	c cleaning 77999 clauses out of 156033
3600.04/3566.01	c starts		: 248
3600.04/3566.02	c conflicts		: 3160410
3600.04/3566.02	c decisions		: 4696266
3600.04/3566.02	c propagations		: 2900591825
3600.04/3566.02	c inspects		: 24199590127
3600.04/3566.02	c shortcuts		: 0
3600.04/3566.02	c learnt literals	: 0
3600.04/3566.02	c learnt binary clauses	: 7
3600.04/3566.02	c learnt ternary clauses	: 156
3600.04/3566.02	c learnt constraints	: 3160409
3600.04/3566.02	c ignored constraints	: 0
3600.04/3566.02	c root simplifications	: 0
3600.04/3566.02	c removed literals (reason simplification)	: 0
3600.04/3566.02	c reason swapping (by a shorter reason)	: 0
3600.04/3566.02	c Calls to reduceDB	: 75
3600.04/3566.02	c Number of update (reduction) of LBD	: 0
3600.04/3566.02	c Imported unit clauses	: 0
3600.04/3566.02	c No decision after first conflict	: false
3600.04/3566.02	c number of reductions to clauses (during analyze)	: 0
3600.04/3566.02	c number of learned constraints concerned by reduction	: 0
3600.04/3566.02	c number of learning phase by resolution	: 0
3600.04/3566.02	c number of learning phase by cutting planes	: 0
3600.04/3566.02	c number of rounding to 1 operations	: 0
3600.04/3566.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3566.02	c number of reductions of the coefficients by power 2 	: 0
3600.04/3566.02	c number of right shift for reduction by power 2 	: 0
3600.04/3566.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3566.02	c number of ending skipping 	: 0
3600.04/3566.02	c number of internal skipping 	: 0
3600.04/3566.02	c number of derivation steps 	: 48059547
3600.04/3566.02	c number of skipped derivation steps 	: 0
3600.04/3566.02	c number of remaining unassigned 	: 2
3600.04/3566.02	c number of remaining assigned 	: 23827
3600.04/3566.02	c number of falsified literals weakened from reason	: 0
3600.04/3566.02	c number of falsified literals weakened from conflict	: 0
3600.04/3566.02	c time for arithmetic operations	: 8325725
3600.04/3566.03	c timeout
3600.04/3566.03	c minimum degree of deleted constraints	: null
3600.04/3566.03	c maximum degree of deleted constraints	: null
3600.04/3566.03	c number of deleted constraints	: 0
3600.04/3566.03	c speed (assignments/second)	: 814331.50707622
3600.04/3566.03	c non guided choices	: 4367
3600.04/3566.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88385
3600.04/3566.07	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 47
3600.04/3566.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 7
3600.04/3566.08	s UNKNOWN
3600.04/3566.08	c Total wall clock time (in seconds): 3565.914

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503570-1751169082/watcher-4503570-1751169082 -o /tmp/evaluation-result-4503570-1751169082/solver-4503570-1751169082 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751159266-16596 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503570-1751169082.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18525, runsolver pid=18522

[startup+0.10006 s]*
/proc/loadavg: 4.41 4.36 4.29 5/338 18543
/proc/meminfo: memFree=119132156/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=18930384 memory=57148 CPUtime=0.12 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 6465 0 0 0 10 2 0 0 20 0 18 0 32586026 19384713216 14287 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4732596 14287 5332 1 0 547588 0
[pid=18525/tid=18527] ppid=18522 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 5033 0 0 0 6 1 0 0 20 0 18 0 32586027 19384713216 14287 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32586029 19384713216 14287 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32586029 19384713216 14287 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57148 KiB

[startup+0.205769 s]*
/proc/loadavg: 4.41 4.36 4.29 7/338 18543
/proc/meminfo: memFree=119118356/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=18930384 memory=76080 CPUtime=0.31 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 6997 0 0 0 28 3 0 0 20 0 18 0 32586026 19384713216 19020 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4732596 19020 5428 1 0 548049 0
[pid=18525/tid=18527] ppid=18522 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 5398 0 0 0 15 2 0 0 20 0 18 0 32586027 19384713216 19020 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32586029 19384713216 19020 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32586029 19384713216 19020 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76080 KiB

[startup+0.305733 s]*
/proc/loadavg: 4.41 4.36 4.29 6/338 18543
/proc/meminfo: memFree=119072608/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=18930384 memory=120944 CPUtime=0.49 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 8416 0 0 0 45 4 0 0 20 0 18 0 32586026 19384713216 30236 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4732596 30236 5428 1 0 549020 0
[pid=18525/tid=18527] ppid=18522 vsize=18930384 memory=-6000919498526647406 CPUtime=0.27 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 5423 0 0 0 25 2 0 0 20 0 18 0 32586027 19384713216 30236 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32586029 19384713216 30236 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32586029 19384713216 30236 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 120944 KiB

[startup+0.700197 s]
/proc/loadavg: 4.41 4.36 4.29 6/339 18544
/proc/meminfo: memFree=119022952/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=18996948 memory=183300 CPUtime=1.25 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 10650 0 0 0 119 6 0 0 20 0 19 0 32586026 19452874752 45825 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4749237 45825 5460 1 0 550786 0
[pid=18525/tid=18527] ppid=18522 vsize=18996948 memory=17408 CPUtime=0.61 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 5448 0 0 0 58 3 0 0 20 0 19 0 32586027 19452874752 45825 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32586029 19452874752 45825 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32586029 19452874752 45825 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183300 KiB

[startup+1.50021 s]
/proc/loadavg: 4.41 4.36 4.29 6/339 18544
/proc/meminfo: memFree=118842484/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=18996948 memory=463548 CPUtime=2.82 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 18406 0 0 0 269 13 0 0 20 0 19 0 32586026 19452874752 115887 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4749237 115887 5460 1 0 1081974 0
[pid=18525/tid=18527] ppid=18522 vsize=18996948 memory=3328 CPUtime=1.22 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 5549 0 0 0 115 7 0 0 20 0 19 0 32586027 19452874752 115887 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32586029 19452874752 115887 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32586029 19452874752 115887 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 463548 KiB

[startup+3.10561 s]
/proc/loadavg: 4.41 4.36 4.29 5/339 18544
/proc/meminfo: memFree=117838904/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=18996948 memory=1483984 CPUtime=5.15 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 20582 0 0 0 482 33 0 0 20 0 19 0 32586026 19452874752 370996 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4749237 370996 5460 1 0 2166113 0
[pid=18525/tid=18527] ppid=18522 vsize=18996948 memory=10752 CPUtime=2.58 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 5956 0 0 0 235 23 0 0 20 0 19 0 32586027 19452874752 370996 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32586029 19452874752 370996 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32586029 19452874752 370996 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1483984 KiB

[startup+6.30019 s]
/proc/loadavg: 4.37 4.35 4.29 5/340 18545
/proc/meminfo: memFree=116734768/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=2625688 CPUtime=9.37 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 21911 0 0 0 880 57 0 0 20 0 20 0 32586026 19521036288 656422 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 656422 5460 1 0 2550912 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=5632 CPUtime=5.43 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 6497 0 0 0 504 39 0 0 20 0 20 0 32586027 19521036288 656422 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 656422 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=-6000919498526647406 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 656422 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 656422 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2625688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.34 4.29 5/340 18545
/proc/meminfo: memFree=113753040/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=5741780 CPUtime=16.31 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 24050 0 0 0 1514 117 0 0 20 0 20 0 32586026 19521036288 1435445 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 1435445 5460 1 0 2550938 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=10752 CPUtime=11.77 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 8476 0 0 0 1080 97 0 0 20 0 20 0 32586027 19521036288 1435445 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=5221460 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 1435445 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 1435445 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 1435445 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 16.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5741780 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.33 4.28 5/340 18545
/proc/meminfo: memFree=112765904/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=6401884 CPUtime=29.56 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 34862 0 0 0 2824 132 0 0 20 0 20 0 32586026 19521036288 1600471 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 1600471 5492 1 0 2551022 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=5221460 CPUtime=24.45 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 12408 0 0 0 2333 112 0 0 20 0 20 0 32586027 19521036288 1600471 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 1600471 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=6401628 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 1600471 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=-6000919498526647406 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 1600471 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 29.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6401884 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.33 4.28 5/340 18546
/proc/meminfo: memFree=112720884/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=6438968 CPUtime=55.51 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 37275 0 0 0 5416 135 0 0 20 0 20 0 32586026 19521036288 1609742 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 1609742 5492 1 0 2551055 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=6401884 CPUtime=49.75 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 14297 0 0 0 4863 112 0 0 20 0 20 0 32586027 19521036288 1609742 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=6422576 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 1609742 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=6438968 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 1609742 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=6402012 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 1609742 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 55.51 s
Current children cumulated vsize: 19063512 KiB

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

/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2494388 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 2905 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2494388 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=9977552 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2494388 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3193.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9977552 KiB

[startup+3222.3 s]
/proc/loadavg: 1.16 1.12 1.40 2/264 18806
/proc/meminfo: memFree=120156472/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=9979712 CPUtime=3253.55 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 327878 0 0 0 325013 342 0 0 20 0 20 0 32586026 19521036288 2494928 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2494928 5492 1 0 2551060 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=17408 CPUtime=3167.73 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 220353 0 0 0 316627 146 0 0 20 0 20 0 32586027 19521036288 2494928 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=9977552 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2494928 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 2905 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2494928 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=9979712 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2494928 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3253.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9979712 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.11 1.38 2/264 18808
/proc/meminfo: memFree=119986576/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=10144724 CPUtime=3315.41 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 357144 0 0 0 331187 354 0 0 20 0 20 0 32586026 19521036288 2536181 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2536181 5492 1 0 2553685 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=14384 CPUtime=3226.62 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 226872 0 0 0 322514 148 0 0 20 0 20 0 32586027 19521036288 2536181 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=9979712 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536181 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=9979712 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 2919 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536181 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=-6000919498526647406 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2536181 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3315.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10144724 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.11 1.35 2/263 18812
/proc/meminfo: memFree=119982288/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=10146980 CPUtime=3375.67 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 362851 0 0 0 337212 355 0 0 20 0 20 0 32586026 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2536745 5492 1 0 2553695 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=9979712 CPUtime=3285.91 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 229734 0 0 0 328443 148 0 0 20 0 20 0 32586027 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=10146852 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=10146852 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 2988 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3375.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10146980 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.10 1.34 2/264 18819
/proc/meminfo: memFree=119982084/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=10146980 CPUtime=3435.75 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 368804 0 0 0 343217 358 0 0 20 0 20 0 32586026 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2536745 5492 1 0 2553697 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=9979712 CPUtime=3345.39 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 233393 0 0 0 334390 149 0 0 20 0 20 0 32586027 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=10146852 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=10146852 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 3063 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=10146980 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3435.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10146980 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.09 1.32 2/264 18821
/proc/meminfo: memFree=119982244/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=10146980 CPUtime=3495.98 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 374391 0 0 0 349238 360 0 0 20 0 20 0 32586026 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2536745 5492 1 0 2553697 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=9979712 CPUtime=3404.88 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 237952 0 0 0 340338 150 0 0 20 0 20 0 32586027 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=10146852 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=10146852 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 3198 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3495.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10146980 KiB

[startup+3522.3 s]
/proc/loadavg: 1.20 1.12 1.31 2/264 18823
/proc/meminfo: memFree=119982036/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=10146980 CPUtime=3556.07 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 377635 0 0 0 355245 362 0 0 20 0 20 0 32586026 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2536745 5492 1 0 2553697 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=10146980 CPUtime=3464.16 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 241043 0 0 0 346265 151 0 0 20 0 20 0 32586027 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 3199 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=10146980 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3556.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10146980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566 s]*
/proc/loadavg: 1.09 1.10 1.30 2/264 18825
/proc/meminfo: memFree=119982196/131249996 swapFree=33010684/33010684
[pid=18525] ppid=18522 vsize=19063512 memory=10146980 CPUtime=3600.04 cores=5,7
/proc/18525/stat : 18525 (java) S 18522 18525 16583 0 -1 4194304 381901 0 0 0 359640 364 0 0 20 0 20 0 32586026 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
/proc/18525/statm: 4765878 2536745 5492 1 0 2553697 0
[pid=18525/tid=18527] ppid=18522 vsize=19063512 memory=-6000919498526647406 CPUtime=3507.15 cores=5,7
/proc/18525/task/18527/stat : 18527 (java) R 18522 18525 16583 0 -1 4194368 244261 0 0 0 350564 151 0 0 20 0 20 0 32586027 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18536] ppid=18522 vsize=19063512 memory=10146980 CPUtime=0 cores=5,7
/proc/18525/task/18536/stat : 18536 (Finalizer) S 18522 18525 16583 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18543] ppid=18522 vsize=19063512 memory=10146980 CPUtime=0 cores=5,7
/proc/18525/task/18543/stat : 18543 (Common-Cleaner) S 18522 18525 16583 0 -1 4194368 3199 0 0 0 0 0 0 0 20 0 20 0 32586029 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
[pid=18525/tid=18545] ppid=18522 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/18525/task/18545/stat : 18545 (Timer-0) S 18522 18525 16583 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32586435 19521036288 2536745 18446744073709551615 94536026583040 94536026586736 140737423150416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94536026594552 94536026595344 94536029065216 140737423157630 140737423157734 140737423157734 140737423163336 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10146980 KiB

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

[startup+3566.12 s]
# the end of solver process 18525 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3596.52 s, system=3.67952 s

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

[startup+3566.11 s]*
/proc/loadavg: 1.09 1.10 1.30 2/246 18828
/proc/meminfo: memFree=129949360/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3566.12
CPU time (s): 3600.2
CPU user time (s): 3596.52
CPU system time (s): 3.67952
CPU usage (%): 100.956
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 10146980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.52
system time used= 3.67952
maximum resident set size= 10148132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124882
involuntary context switches= 21760


# summary of solver processes directly reported to runsolver:
#   pid: 18525
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.52
#   total CPU system time (s): 3.67952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68261 second user time and 17.0528 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 05:51:23
IDJOB=4503570
IDBENCH=155522
IDSOLVER=3361
FILE ID=nodeC022/4503570-1751169082
RUNJOBID= nodeC022-1751159266-16596
SLURM_JOB_ID= 9587500
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-134.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503570-1751169082/watcher-4503570-1751169082 -o /tmp/evaluation-result-4503570-1751169082/solver-4503570-1751169082 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751159266-16596 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503570-1751169082.opb

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

MD5SUM BENCH= 8f50e455e41c11932a7c1290f673c930
RANDOM SEED=78961777

nodeC022 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		: 3599.731
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.44
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.713
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.44
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		: 3601.957
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.44
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		: 3599.907
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.44
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.708
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.44
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		: 3600.359
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.44
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		: 3602.897
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.44
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		: 3599.984
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119166020 kB
MemAvailable:   118852956 kB
Buffers:            3280 kB
Cached:           497956 kB
SwapCached:            0 kB
Active:         11266224 kB
Inactive:         249596 kB
Active(anon):   11032644 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):   249596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50384 kB
Writeback:             0 kB
AnonPages:      11017976 kB
Mapped:           122008 kB
Shmem:             18060 kB
KReclaimable:      85600 kB
Slab:             168540 kB
SReclaimable:      85600 kB
SUnreclaim:        82940 kB
KernelStack:        5184 kB
PageTables:        25264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15646732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10766336 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= 433016 MiB
End job on nodeC022 at 2025-06-29 06:50:49