Trace number 4503678

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.34 3565.9

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
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.03/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.49	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.49	c See www.sat4j.org for details.
0.08/0.54	c version PB25.v20250606
0.08/0.55	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.55	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.55	c java.vm.version	22.0.1+8-16
0.08/0.55	c java.vm.vendor	Oracle Corporation
0.08/0.55	c sun.arch.data.model	64
0.08/0.55	c java.version		22.0.1
0.08/0.55	c os.name		Linux
0.08/0.55	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.55	c os.arch		amd64
0.08/0.55	c Free memory 		2104792832
0.08/0.55	c Max memory 		16282288128
0.08/0.55	c Total memory 		2113929216
0.08/0.56	c Number of processors 	2
0.16/0.64	c Pseudo Boolean Optimization by upper bound
0.16/0.64	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.64	c  - never skip resolution steps
0.16/0.64	c  - Auto-division on coefficients is disabled
0.16/0.64	c  - No postprocessing
0.16/0.64	c  - Conflict is considered as is when resolving
0.16/0.64	c  - Use constraints as they come during conflict analysis
0.16/0.64	c  - Weaken first using unassigned literals
0.16/0.64	c  - Bump strategy: ALWAYS_ONE
0.16/0.64	c  - Bumper: ANY
0.16/0.64	c --- Begin Solver configuration ---
0.16/0.64	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.16/0.64	c Learn all clauses as in MiniSAT
0.16/0.64	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.64	c No reason simplification
0.16/0.64	c Armin Biere (Picosat) restarts strategy
0.16/0.64	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.16/0.64	c timeout=2147483s
0.16/0.64	c DB Simplification allowed=false
0.16/0.64	c Listener: none
0.16/0.64	c --- End Solver configuration ---
0.16/0.64	c solving HOME/instance-4503678-1751183386.opb
0.16/0.64	c reading problem ... 
0.16/0.67	c  no objective function found
5.50/4.20	c ... done. Wall clock time 3.55s.
5.50/4.20	c declared #vars     44846
5.50/4.20	c #constraints  989877
5.50/4.20	c constraints type 
5.50/4.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
5.50/4.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
5.50/4.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
5.50/4.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
5.50/4.20	c 989877 constraints processed.
12.26/9.58	c cleaning 2492 clauses out of 5002
15.67/12.88	c cleaning 4248 clauses out of 8508
19.72/16.69	c cleaning 5622 clauses out of 11260
24.06/20.99	c cleaning 6814 clauses out of 13639
28.78/25.66	c cleaning 7905 clauses out of 15824
34.34/31.13	c cleaning 8953 clauses out of 17920
40.67/37.46	c cleaning 9977 clauses out of 19966
48.03/44.72	c cleaning 10989 clauses out of 21990
55.80/52.50	c cleaning 11993 clauses out of 24000
65.34/61.86	c cleaning 12995 clauses out of 26007
73.89/70.33	c cleaning 13997 clauses out of 28015
83.63/79.90	c cleaning 15000 clauses out of 30016
94.58/90.84	c cleaning 16000 clauses out of 32015
106.79/102.92	c cleaning 17000 clauses out of 34016
119.20/115.26	c cleaning 18000 clauses out of 36019
133.18/129.16	c cleaning 18999 clauses out of 38017
148.47/144.35	c cleaning 20000 clauses out of 40016
165.05/160.74	c cleaning 20995 clauses out of 42017
182.25/177.86	c cleaning 22004 clauses out of 44023
201.42/196.89	c cleaning 22995 clauses out of 46017
221.83/217.15	c cleaning 23997 clauses out of 48022
243.56/238.60	c cleaning 25001 clauses out of 50025
264.55/259.34	c cleaning 25999 clauses out of 52024
284.81/279.47	c cleaning 27004 clauses out of 54026
307.91/302.24	c cleaning 27995 clauses out of 56022
340.90/334.80	c cleaning 29005 clauses out of 58028
368.40/362.01	c cleaning 29996 clauses out of 60021
398.72/392.17	c cleaning 31002 clauses out of 62029
430.15/423.16	c cleaning 32001 clauses out of 64025
460.30/452.91	c cleaning 32999 clauses out of 66023
489.01/481.19	c cleaning 34002 clauses out of 68024
516.24/508.01	c cleaning 34995 clauses out of 70021
549.13/540.41	c cleaning 36000 clauses out of 72026
580.43/571.39	c cleaning 36998 clauses out of 74028
609.44/599.99	c cleaning 38000 clauses out of 76028
644.51/634.57	c cleaning 39004 clauses out of 78029
679.00/668.61	c cleaning 39996 clauses out of 80027
721.34/710.48	c cleaning 41004 clauses out of 82028
765.63/754.31	c cleaning 42001 clauses out of 84024
814.63/802.83	c cleaning 43002 clauses out of 86023
867.90/855.79	c cleaning 43998 clauses out of 88021
915.39/902.73	c cleaning 44998 clauses out of 90023
960.86/947.65	c cleaning 45996 clauses out of 92025
1001.59/987.85	c cleaning 46993 clauses out of 94031
1051.20/1036.92	c cleaning 48004 clauses out of 96037
1110.08/1095.25	c cleaning 49003 clauses out of 98033
1170.26/1155.02	c cleaning 49993 clauses out of 100029
1237.58/1221.72	c cleaning 51008 clauses out of 102036
1303.39/1287.07	c cleaning 51999 clauses out of 104028
1362.64/1345.71	c cleaning 53005 clauses out of 106030
1417.31/1399.92	c cleaning 53993 clauses out of 108025
1504.76/1486.98	c cleaning 55002 clauses out of 110033
1578.42/1559.92	c cleaning 55996 clauses out of 112029
1656.06/1636.98	c cleaning 56998 clauses out of 114033
1721.45/1701.58	c cleaning 58001 clauses out of 116035
1817.62/1797.25	c cleaning 59004 clauses out of 118035
1900.25/1879.29	c cleaning 60004 clauses out of 120031
1986.52/1964.81	c cleaning 61000 clauses out of 122027
2074.36/2051.95	c cleaning 62004 clauses out of 124026
2164.39/2141.22	c cleaning 62995 clauses out of 126022
2231.38/2207.51	c cleaning 64003 clauses out of 128027
2311.13/2286.78	c cleaning 65004 clauses out of 130025
2382.49/2357.36	c cleaning 65984 clauses out of 132020
2493.03/2466.87	c cleaning 67002 clauses out of 134036
2582.57/2555.63	c cleaning 68005 clauses out of 136035
2700.14/2672.42	c cleaning 69004 clauses out of 138031
2808.02/2779.42	c cleaning 69997 clauses out of 140027
2914.60/2885.34	c cleaning 70993 clauses out of 142029
3021.54/2991.42	c cleaning 72000 clauses out of 144035
3136.95/3106.38	c cleaning 73006 clauses out of 146035
3255.68/3224.12	c cleaning 73998 clauses out of 148029
3373.43/3339.82	c cleaning 75007 clauses out of 150041
3491.10/3457.34	c cleaning 75997 clauses out of 152025
3600.12/3565.77	c starts		: 246
3600.12/3565.79	c conflicts		: 3063869
3600.12/3565.79	c timeout
3600.12/3565.79	c decisions		: 3981779
3600.12/3565.79	c propagations		: 2918345033
3600.12/3565.79	c inspects		: 22457125624
3600.12/3565.79	c shortcuts		: 0
3600.12/3565.79	c learnt literals	: 0
3600.12/3565.79	c learnt binary clauses	: 5
3600.12/3565.79	c learnt ternary clauses	: 53
3600.12/3565.79	c learnt constraints	: 3063869
3600.12/3565.79	c ignored constraints	: 0
3600.12/3565.79	c root simplifications	: 0
3600.12/3565.79	c removed literals (reason simplification)	: 0
3600.12/3565.79	c reason swapping (by a shorter reason)	: 0
3600.12/3565.79	c Calls to reduceDB	: 73
3600.12/3565.79	c Number of update (reduction) of LBD	: 0
3600.12/3565.79	c Imported unit clauses	: 0
3600.12/3565.79	c No decision after first conflict	: false
3600.12/3565.79	c number of reductions to clauses (during analyze)	: 0
3600.12/3565.79	c number of learned constraints concerned by reduction	: 0
3600.12/3565.79	c number of learning phase by resolution	: 0
3600.12/3565.79	c number of learning phase by cutting planes	: 0
3600.12/3565.79	c number of rounding to 1 operations	: 0
3600.12/3565.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.12/3565.79	c number of reductions of the coefficients by power 2 	: 0
3600.12/3565.79	c number of right shift for reduction by power 2 	: 0
3600.12/3565.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.12/3565.79	c number of ending skipping 	: 0
3600.12/3565.79	c number of internal skipping 	: 0
3600.12/3565.79	c number of derivation steps 	: 46745245
3600.12/3565.79	c number of skipped derivation steps 	: 0
3600.12/3565.79	c number of remaining unassigned 	: 10
3600.12/3565.79	c number of remaining assigned 	: 6101
3600.12/3565.79	c number of falsified literals weakened from reason	: 0
3600.12/3565.79	c number of falsified literals weakened from conflict	: 0
3600.12/3565.79	c time for arithmetic operations	: 10381603
3600.23/3565.80	c minimum degree of deleted constraints	: null
3600.23/3565.80	c maximum degree of deleted constraints	: null
3600.23/3565.80	c number of deleted constraints	: 0
3600.23/3565.80	c speed (assignments/second)	: 819396.8663319647
3600.23/3565.80	c non guided choices	: 8778
3600.23/3565.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 146877
3600.23/3565.85	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13
3600.23/3565.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.23/3565.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
3600.23/3565.85	s UNKNOWN
3600.23/3565.85	c Total wall clock time (in seconds): 3565.206

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: 63708 MiB (62801 MiB free)
  memory of node 1: 64465 MiB (63982 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503678-1751183386/watcher-4503678-1751183386 -o /tmp/evaluation-result-4503678-1751183386/solver-4503678-1751183386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751183386-21954 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503678-1751183386.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=22002, runsolver pid=21999
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.93 1.09 1.60 1/272 22013
/proc/meminfo: memFree=129817896/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=91628 memory=7680 CPUtime=0 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 559 0 65 0 0 0 0 0 20 0 2 0 34016149 93827072 1920 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 22907 1920 1568 1 0 585 0
[pid=22002/tid=22015] ppid=21999 vsize=91628 memory=4026532124 CPUtime=0 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) D 21999 22002 21943 0 -1 4194368 3 0 3 0 0 0 0 0 20 0 2 0 34016160 93827072 1920 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 0 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 91628 KiB
Current children cumulated memory: 7680 KiB

[startup+0.205777 s]*
/proc/loadavg: 0.93 1.09 1.60 1/277 22018
/proc/meminfo: memFree=129813360/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=235916 memory=11392 CPUtime=0 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 665 0 114 0 0 0 0 0 20 0 2 0 34016149 241577984 2848 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 58979 2848 2464 1 0 605 0
[pid=22002/tid=22015] ppid=21999 vsize=235916 memory=3472328300254200092 CPUtime=0 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) D 21999 22002 21943 0 -1 4194368 109 0 51 0 0 0 0 0 20 0 2 0 34016160 241577984 2848 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 235916 KiB
Current children cumulated memory: 11392 KiB

[startup+0.305003 s]*
/proc/loadavg: 0.93 1.09 1.60 1/297 22038
/proc/meminfo: memFree=129772788/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=18130736 memory=27972 CPUtime=0.01 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 3502 0 267 0 0 1 0 0 20 0 7 0 34016149 18565873664 6993 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4532684 6993 3168 1 0 540973 0
[pid=22002/tid=22015] ppid=21999 vsize=18130736 memory=-6000919472790727277 CPUtime=0 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) D 21999 22002 21943 0 -1 4194368 2935 0 204 0 0 0 0 0 20 0 7 0 34016160 18565873664 6993 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 27972 KiB

[startup+0.700201 s]
/proc/loadavg: 0.93 1.09 1.60 1/341 22082
/proc/meminfo: memFree=129709400/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=18930384 memory=70060 CPUtime=0.3 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 6935 0 414 0 28 2 0 0 20 0 18 0 34016149 19384713216 17515 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4732596 17515 5330 1 0 547976 0
[pid=22002/tid=22015] ppid=21999 vsize=18930384 memory=0 CPUtime=0.16 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 5223 0 309 0 15 1 0 0 20 0 18 0 34016160 19384713216 17515 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34016184 19384713216 17515 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 34016185 19384713216 17515 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70060 KiB

[startup+1.50021 s]
/proc/loadavg: 0.93 1.09 1.60 12/345 22086
/proc/meminfo: memFree=129234464/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=18996948 memory=321708 CPUtime=1.87 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 17814 0 420 0 177 10 0 0 20 0 19 0 34016149 19452874752 80427 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4749237 80427 5394 1 0 1231792 0
[pid=22002/tid=22015] ppid=21999 vsize=18996948 memory=0 CPUtime=0.79 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 5333 0 309 0 73 6 0 0 20 0 19 0 34016160 19452874752 80427 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016184 19452874752 80427 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 34016185 19452874752 80427 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 321708 KiB

[startup+3.10612 s]
/proc/loadavg: 1.74 1.25 1.65 7/346 22087
/proc/meminfo: memFree=126285032/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=18996948 memory=993800 CPUtime=4.36 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 20221 0 420 0 412 24 0 0 20 0 19 0 34016149 19452874752 248450 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4749237 248450 5458 1 0 2034296 0
[pid=22002/tid=22015] ppid=21999 vsize=18996948 memory=0 CPUtime=2.03 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 5569 0 309 0 188 15 0 0 20 0 19 0 34016160 19452874752 248450 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016184 19452874752 248450 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=18996948 memory=927916 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 34016185 19452874752 248450 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 4.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 993800 KiB

[startup+6.30023 s]
/proc/loadavg: 1.74 1.25 1.65 5/349 22090
/proc/meminfo: memFree=121761772/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=1880012 CPUtime=8.64 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 22182 0 420 0 820 44 0 0 20 0 20 0 34016149 19521036288 470003 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 470003 5458 1 0 2446255 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=0 CPUtime=4.87 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 6004 0 309 0 457 30 0 0 20 0 20 0 34016160 19521036288 470003 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 470003 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=-6000919468344175469 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 470003 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 470003 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1880012 KiB

[startup+12.7002 s]
/proc/loadavg: 2.17 1.36 1.68 5/349 22090
/proc/meminfo: memFree=111507924/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=5612212 CPUtime=15.57 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 24858 0 420 0 1441 116 0 0 20 0 20 0 34016149 19521036288 1403053 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 1403053 5458 1 0 2446330 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=4862644 CPUtime=11.19 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 8521 0 309 0 1018 101 0 0 20 0 20 0 34016160 19521036288 1403053 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=3730100 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1403053 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=-6000919468344175469 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 1403053 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 1403053 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5612212 KiB

[startup+25.5002 s]
/proc/loadavg: 2.52 1.46 1.71 5/349 22090
/proc/meminfo: memFree=110141088/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=6146996 CPUtime=28.68 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 30235 0 420 0 2741 127 0 0 20 0 20 0 34016149 19521036288 1536749 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 1536749 5458 1 0 2446358 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=0 CPUtime=23.81 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 10152 0 309 0 2271 110 0 0 20 0 20 0 34016160 19521036288 1536749 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1536749 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 1536749 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 1536749 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 28.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6146996 KiB

[startup+51.1059 s]
/proc/loadavg: 3.10 1.68 1.78 5/348 22091
/proc/meminfo: memFree=110048148/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=6175788 CPUtime=54.51 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 35147 0 420 0 5321 130 0 0 20 0 20 0 34016149 19521036288 1543947 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 1543947 5458 1 0 2446359 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=6151104 CPUtime=49.09 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 12451 0 309 0 4799 110 0 0 20 0 20 0 34016160 19521036288 1543947 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=6163484 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1543947 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=6159364 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 1543947 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 1543947 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 54.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6175788 KiB

[startup+102.3 s]
/proc/loadavg: 3.74 2.11 1.92 5/348 22094
/proc/meminfo: memFree=109860736/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=6235240 CPUtime=106.19 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 42685 0 420 0 10485 134 0 0 20 0 20 0 34016149 19521036288 1558810 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 1558810 5458 1 0 2446367 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=6151104 CPUtime=99.48 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 17244 0 309 0 9837 111 0 0 20 0 20 0 34016160 19521036288 1558810 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=6233192 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 1558810 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=4352 CPUtime=0 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/339 22252
/proc/meminfo: memFree=100259500/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9566712 CPUtime=3253.79 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 290906 0 420 0 325031 348 0 0 20 0 20 0 34016149 19521036288 2391678 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2391678 5458 1 0 2446368 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=9566712 CPUtime=3171.11 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) S 21999 22002 21943 0 -1 4194368 192906 0 309 0 316965 146 0 0 20 0 20 0 34016160 19521036288 2391678 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=9566712 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2391678 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=9566712 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2633 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2391678 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=9566712 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2391678 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3253.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9566712 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.15 4.10 6/340 22257
/proc/meminfo: memFree=100085876/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9725468 CPUtime=3315.59 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 318612 0 420 0 331200 359 0 0 20 0 20 0 34016149 19521036288 2431367 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2431367 5458 1 0 2448548 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=9568764 CPUtime=3230.21 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 198228 0 309 0 322873 148 0 0 20 0 20 0 34016160 19521036288 2431367 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=9568764 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2431367 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=-6000919468344175469 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2688 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2431367 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=9568764 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2431367 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3315.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9725468 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 22261
/proc/meminfo: memFree=100085064/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3375.92 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 323514 0 420 0 337230 362 0 0 20 0 20 0 34016149 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2431399 5458 1 0 2448554 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=9725468 CPUtime=3289.44 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 200519 0 309 0 328796 148 0 0 20 0 20 0 34016160 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=9568764 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2768 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3375.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9725596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.12 4.09 5/340 22265
/proc/meminfo: memFree=100072672/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3435.98 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 327531 0 420 0 343233 365 0 0 20 0 20 0 34016149 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2431399 5458 1 0 2448554 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3349.02 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 204352 0 309 0 334753 149 0 0 20 0 20 0 34016160 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2768 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=-6000919468344175469 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3435.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9725596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/340 22267
/proc/meminfo: memFree=100060480/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3496.19 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 335424 0 420 0 349250 369 0 0 20 0 20 0 34016149 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2431399 5458 1 0 2448554 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=17408 CPUtime=3408.48 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 209019 0 309 0 340697 151 0 0 20 0 20 0 34016160 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2855 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=-4050210904893473172 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3496.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9725596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/339 22269
/proc/meminfo: memFree=100052160/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3556.5 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 337599 0 420 0 355279 371 0 0 20 0 20 0 34016149 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2431399 5458 1 0 2448554 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3467.81 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 210947 0 309 0 346630 151 0 0 20 0 20 0 34016160 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=9725596 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2899 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=9725596 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3556.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9725596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.6 s]
/proc/loadavg: 4.12 4.12 4.09 5/338 22271
/proc/meminfo: memFree=100048192/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19063512 memory=9725596 CPUtime=3600.01 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 341693 0 420 0 359627 374 0 0 20 0 20 0 34016149 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4765878 2431399 5458 1 0 2448554 0
[pid=22002/tid=22015] ppid=21999 vsize=19063512 memory=10752 CPUtime=3510.69 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) R 21999 22002 21943 0 -1 4194368 213419 0 309 0 350917 152 0 0 20 0 20 0 34016160 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016184 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2917 0 1 0 0 0 0 0 20 0 20 0 34016185 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22090] ppid=21999 vsize=19063512 memory=9725596 CPUtime=0 cores=4,6
/proc/22002/task/22090/stat : 22090 (Timer-0) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34016570 19521036288 2431399 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9725596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.56 s, system=3.77609 s

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

[startup+3565.8 s]
/proc/loadavg: 4.12 4.12 4.09 5/338 22271
/proc/meminfo: memFree=100048192/131249996 swapFree=33010684/33010684
[pid=22002] ppid=21999 vsize=19263204 memory=9726620 CPUtime=3600.23 cores=4,6
/proc/22002/stat : 22002 (java) S 21999 22002 21943 0 -1 4194304 343886 0 421 0 359649 374 0 0 20 0 21 0 34016149 19725520896 2431655 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
/proc/22002/statm: 4815801 2431655 5490 1 0 2449486 0
[pid=22002/tid=22015] ppid=21999 vsize=19263204 memory=4252 CPUtime=3510.87 cores=4,6
/proc/22002/task/22015/stat : 22015 (java) S 21999 22002 21943 0 -1 4194368 213516 0 309 0 350935 152 0 0 20 0 21 0 34016160 19725520896 2431655 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22052] ppid=21999 vsize=19263204 memory=14848 CPUtime=0 cores=4,6
/proc/22002/task/22052/stat : 22052 (Finalizer) S 21999 22002 21943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34016184 19725520896 2431655 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
[pid=22002/tid=22079] ppid=21999 vsize=19263204 memory=3200 CPUtime=0 cores=4,6
/proc/22002/task/22079/stat : 22079 (Common-Cleaner) S 21999 22002 21943 0 -1 4194368 2917 0 1 0 0 0 0 0 20 0 21 0 34016185 19725520896 2431655 18446744073709551615 94543143243776 94543143247472 140727880255344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543143255288 94543143256080 94543169982464 140727880259966 140727880260070 140727880260070 140727880265672 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9726620 KiB

Child status: 143

Real time (s): 3565.9
CPU time (s): 3600.34
CPU user time (s): 3596.56
CPU system time (s): 3.77609
CPU usage (%): 100.966
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9726620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.56
system time used= 3.77609
maximum resident set size= 9726876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344277
page faults= 422
swaps= 0
block input operations= 28336
block output operations= 13328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124979
involuntary context switches= 11574


# summary of solver processes directly reported to runsolver:
#   pid: 22002
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3596.56
#   total CPU system time (s): 3.77609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82906 second user time and 18.1923 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 09:49:47
IDJOB=4503678
IDBENCH=155532
IDSOLVER=3361
FILE ID=nodeC015/4503678-1751183386
RUNJOBID= nodeC015-1751183386-21954
SLURM_JOB_ID= 9587569
Free space on /tmp= 432892 MiB

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

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=1610608744

nodeC015 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		: 3600.080
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	: 7000.14
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		: 2501.329
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	: 7000.14
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		: 3600.490
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	: 7000.14
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		: 1255.336
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	: 7000.14
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		: 3600.052
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	: 7000.14
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		: 2226.576
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	: 7000.14
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		: 3600.092
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	: 7000.14
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		: 1623.332
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129826804 kB
MemAvailable:   129760932 kB
Buffers:            3280 kB
Cached:           743556 kB
SwapCached:            0 kB
Active:           302908 kB
Inactive:         524272 kB
Active(anon):      98420 kB
Inactive(anon):        0 kB
Active(file):     204488 kB
Inactive(file):   524272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            127656 kB
Writeback:             0 kB
AnonPages:         83764 kB
Mapped:           102636 kB
Shmem:             18076 kB
KReclaimable:      89212 kB
Slab:             174004 kB
SReclaimable:      89212 kB
SUnreclaim:        84792 kB
KernelStack:        4220 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     392568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432892 MiB
End job on nodeC015 at 2025-06-29 10:49:13