Trace number 4495107

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 VeriPB 2025-06-06? (TO) 3600.22 3567.06

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996.opb
MD5SUMa3c0b836e0973314fbcd5a68d5736cb2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.89419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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.23/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.23/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.33	c See www.sat4j.org for details.
0.23/0.35	c version PB25.v20250606
0.23/0.37	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.37	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.37	c java.vm.version	22.0.1+8-16
0.23/0.37	c java.vm.vendor	Oracle Corporation
0.23/0.37	c sun.arch.data.model	64
0.23/0.37	c java.version		22.0.1
0.23/0.37	c os.name		Linux
0.23/0.37	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.37	c os.arch		amd64
0.23/0.38	c Free memory 		2104792832
0.23/0.38	c Max memory 		16282288128
0.23/0.38	c Total memory 		2113929216
0.23/0.39	c Number of processors 	2
0.55/0.58	c Pseudo Boolean Optimization by upper bound
0.55/0.58	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.55/0.58	c  - never skip resolution steps
0.55/0.58	c  - Auto-division on coefficients is disabled
0.55/0.58	c  - No postprocessing
0.55/0.58	c  - Conflict is considered as is when resolving
0.55/0.58	c  - Use constraints as they come during conflict analysis
0.55/0.58	c  - Weaken first using unassigned literals
0.55/0.58	c  - Bump strategy: ALWAYS_ONE
0.55/0.58	c  - Bumper: EFFECTIVE
0.55/0.58	c --- Begin Solver configuration ---
0.55/0.58	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.55/0.58	c Learn all clauses as in MiniSAT
0.55/0.58	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.55/0.58	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.55/0.58	c No reason simplification
0.55/0.58	c Dynamic restart strategy considering the size of the coefficients
0.55/0.58	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.55/0.58	c timeout=2147483s
0.55/0.58	c DB Simplification allowed=false
0.55/0.58	c Listener: none
0.55/0.58	c --- End Solver configuration ---
0.55/0.58	c solving HOME/instance-4495107-1751158906.opb
0.55/0.58	c reading problem ... 
0.68/2.41	c using VERIPB proof format
0.68/2.42	c  no objective function found
1.03/2.64	c ... done. Wall clock time 2.053s.
1.03/2.64	c declared #vars     231
1.03/2.64	c #constraints  2707
1.03/2.64	c constraints type 
1.03/2.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.03/2.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.03/2.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
1.03/2.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.03/2.64	c 2707 constraints processed.
21.56/17.37	c cleaning 2500 clauses out of 5000 with flag 0/5000
46.96/41.44	c cleaning 4250 clauses out of 8500 with flag 0/11000
89.43/83.41	c cleaning 5625 clauses out of 11251 with flag 0/18001
155.39/147.99	c cleaning 6811 clauses out of 13625 with flag 0/26000
242.05/233.44	c cleaning 7907 clauses out of 15815 with flag 0/35001
347.19/337.12	c cleaning 8947 clauses out of 17910 with flag 0/45003
482.31/470.92	c cleaning 9973 clauses out of 19960 with flag 0/56000
626.74/613.86	c cleaning 10987 clauses out of 21989 with flag 0/68002
814.90/800.44	c cleaning 12001 clauses out of 24001 with flag 0/81001
1035.33/1019.20	c cleaning 12999 clauses out of 26000 with flag 0/95001
1295.00/1277.08	c cleaning 13996 clauses out of 28002 with flag 0/110002
1583.97/1564.72	c cleaning 14992 clauses out of 30004 with flag 0/126000
1912.43/1891.19	c cleaning 15999 clauses out of 32013 with flag 0/143001
2260.73/2235.80	c cleaning 17004 clauses out of 34013 with flag 0/161000
2622.97/2595.30	c cleaning 18001 clauses out of 36010 with flag 0/180001
3019.86/2992.30	c cleaning 19004 clauses out of 38008 with flag 0/200000
3455.72/3423.98	c cleaning 19989 clauses out of 40004 with flag 0/221000
3600.01/3566.92	c starts		: 47
3600.01/3566.94	c conflicts		: 229151
3600.01/3566.94	c decisions		: 297138
3600.01/3566.94	c propagations		: 8734204
3600.01/3566.94	c inspects		: 2769916099
3600.01/3566.94	c shortcuts		: 0
3600.01/3566.94	c learnt literals	: 0
3600.01/3566.94	c learnt binary clauses	: 0
3600.01/3566.94	c learnt ternary clauses	: 7
3600.01/3566.94	c learnt constraints	: 229151
3600.01/3566.94	c ignored constraints	: 0
3600.01/3566.94	c root simplifications	: 0
3600.01/3566.94	c removed literals (reason simplification)	: 0
3600.01/3566.94	c reason swapping (by a shorter reason)	: 0
3600.01/3566.94	c Calls to reduceDB	: 17
3600.01/3566.94	c Number of update (reduction) of LBD	: 284833
3600.01/3566.94	c Imported unit clauses	: 0
3600.01/3566.94	c No decision after first conflict	: false
3600.01/3566.94	c number of reductions to clauses (during analyze)	: 0
3600.01/3566.94	c number of learned constraints concerned by reduction	: 0
3600.01/3566.94	c number of learning phase by resolution	: 0
3600.01/3566.94	c number of learning phase by cutting planes	: 0
3600.01/3566.94	c number of rounding to 1 operations	: 0
3600.01/3566.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3566.94	c number of reductions of the coefficients by power 2 	: 0
3600.01/3566.94	c number of right shift for reduction by power 2 	: 0
3600.01/3566.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3566.94	c number of ending skipping 	: 0
3600.01/3566.94	c number of internal skipping 	: 0
3600.01/3566.94	c number of derivation steps 	: 2395710
3600.01/3566.94	c number of skipped derivation steps 	: 0
3600.01/3566.95	c number of remaining unassigned 	: 1429972
3600.01/3566.95	c number of remaining assigned 	: 31181954
3600.01/3566.95	c number of falsified literals weakened from reason	: 0
3600.01/3566.95	c number of falsified literals weakened from conflict	: 0
3600.01/3566.95	c time for arithmetic operations	: 9090066999
3600.01/3566.95	c timeout
3600.01/3566.95	c minimum degree of deleted constraints	: 1
3600.01/3566.95	c maximum degree of deleted constraints	: 227492929542479486615137291763864849659605949194618046533828637292068130499424991503200
3600.01/3566.95	c number of deleted constraints	: 200985
3600.01/3566.95	c speed (assignments/second)	: 2450.4668796302894
3600.01/3566.95	c non guided choices	: 121
3600.18/3567.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1507
3600.18/3567.02	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 175
3600.18/3567.02	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26484
3600.18/3567.02	s UNKNOWN
3600.18/3567.02	c Total wall clock time (in seconds): 3566.439

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: 63837 MiB (63351 MiB free)
  memory of node 1: 64465 MiB (63969 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495107-1751158906/watcher-4495107-1751158906 -o /tmp/evaluation-result-4495107-1751158906/solver-4495107-1751158906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495107-1751158906 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495107-1751158906.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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=15615, runsolver pid=15602
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 0.99 1.40 2.30 4/262 15629
/proc/meminfo: memFree=130367508/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=16932400 memory=18552 CPUtime=0.02 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 1352 0 158 0 0 2 0 0 20 0 5 0 31569420 17338777600 4638 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4233100 4638 3072 1 0 536973 0
[pid=15615/tid=15627] ppid=15602 vsize=16932400 memory=4026532124 CPUtime=0.01 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 893 0 72 0 0 1 0 0 20 0 5 0 31569427 17338777600 4734 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15638] ppid=15602 vsize=16932400 memory=2576 CPUtime=0 cores=1,3
/proc/15615/task/15638/stat : 15638 (java) R 15602 15615 15550 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 5 0 31569431 17338777600 4734 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 16932400 KiB
Current children cumulated memory: 18552 KiB

[startup+0.214533 s]*
/proc/loadavg: 0.99 1.40 2.30 13/326 15693
/proc/meminfo: memFree=130294876/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=18930288 memory=44344 CPUtime=0.09 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 5250 0 340 0 4 5 0 0 20 0 18 0 31569420 19384614912 11086 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4732572 11086 4672 1 0 546678 0
[pid=15615/tid=15627] ppid=15602 vsize=18930288 memory=3472328300254200092 CPUtime=0.06 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 4411 0 236 0 3 3 0 0 20 0 18 0 31569427 19384614912 11086 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=18930288 memory=2576 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31569440 19384614912 11086 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=18930288 memory=54096036103158 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31569441 19384614912 11086 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 44344 KiB

[startup+0.315028 s]*
/proc/loadavg: 0.99 1.40 2.30 9/326 15693
/proc/meminfo: memFree=130284192/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=18930384 memory=48696 CPUtime=0.23 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 5873 0 348 0 17 6 0 0 20 0 18 0 31569420 19384713216 12174 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4732596 12174 5184 1 0 547154 0
[pid=15615/tid=15627] ppid=15602 vsize=18930384 memory=-6000919494265169774 CPUtime=0.15 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 4754 0 236 0 11 4 0 0 20 0 18 0 31569427 19384713216 12174 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=18930384 memory=-4421386483379693158 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31569440 19384713216 12174 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31569441 19384713216 12174 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48696 KiB

[startup+0.700335 s]
/proc/loadavg: 0.99 1.40 2.30 13/326 15693
/proc/meminfo: memFree=130266236/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=18930384 memory=61140 CPUtime=0.67 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 6856 0 348 0 60 7 0 0 20 0 18 0 31569420 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4732596 15285 5280 1 0 547889 0
[pid=15615/tid=15627] ppid=15602 vsize=18930384 memory=17024 CPUtime=0.38 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) D 15602 15615 15550 0 -1 4194368 5215 0 236 0 33 5 0 0 20 0 18 0 31569427 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=18930384 memory=5504 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31569440 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31569441 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61140 KiB

[startup+1.50036 s]
/proc/loadavg: 0.99 1.40 2.30 3/326 15693
/proc/meminfo: memFree=130257036/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=18930384 memory=61140 CPUtime=0.68 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 6856 0 348 0 60 8 0 0 20 0 18 0 31569420 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4732596 15285 5280 1 0 547889 0
[pid=15615/tid=15627] ppid=15602 vsize=18930384 memory=0 CPUtime=0.38 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) D 15602 15615 15550 0 -1 4194368 5215 0 236 0 33 5 0 0 20 0 18 0 31569427 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31569440 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=18930384 memory=211309297979 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31569441 19384713216 15285 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61140 KiB

[startup+3.11521 s]
/proc/loadavg: 0.99 1.40 2.30 9/330 15697
/proc/meminfo: memFree=130135412/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=18996948 memory=107388 CPUtime=2.04 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 9168 0 348 0 192 12 0 0 20 0 19 0 31569420 19452874752 26847 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4749237 26847 5312 1 0 549643 0
[pid=15615/tid=15627] ppid=15602 vsize=18996948 memory=0 CPUtime=0.97 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 5398 0 236 0 90 7 0 0 20 0 19 0 31569427 19452874752 26847 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=18996948 memory=61140 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31569440 19452874752 26847 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31569441 19452874752 26847 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=18996948 memory=4896 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31569686 19452874752 26847 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 2.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 107388 KiB
heavy processes:

[startup+6.30023 s]
/proc/loadavg: 1.55 1.51 2.33 7/311 15711
/proc/meminfo: memFree=128920276/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=576580 CPUtime=8.32 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 22806 0 349 0 803 29 0 0 20 0 20 0 31569420 19521036288 144145 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 144145 5344 1 0 555552 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=168668 CPUtime=3.94 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 6933 0 237 0 374 20 0 0 20 0 20 0 31569427 19521036288 144145 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 144145 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 144145 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=500664 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 144145 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 576580 KiB

[startup+12.7004 s]
/proc/loadavg: 1.90 1.59 2.35 7/334 15769
/proc/meminfo: memFree=126466484/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=1249084 CPUtime=16.51 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 36100 0 349 0 1603 48 0 0 20 0 20 0 31569420 19521036288 312271 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 312271 5344 1 0 662847 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=1212056 CPUtime=10.15 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 8922 0 237 0 981 34 0 0 20 0 20 0 31569427 19521036288 312271 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=1212056 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 312271 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=168668 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 312271 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=-6000919498560137070 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 312271 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 16.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1249084 KiB

[startup+25.5004 s]
/proc/loadavg: 3.09 1.87 2.43 8/333 16035
/proc/meminfo: memFree=123739480/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=1605972 CPUtime=29.95 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 41132 0 350 0 2932 63 0 0 20 0 20 0 31569420 19521036288 401493 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 401493 5344 1 0 662930 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=1212056 CPUtime=22.7 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 11485 0 237 0 2223 47 0 0 20 0 20 0 31569427 19521036288 401493 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 401493 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=168668 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 401493 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=1597736 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 401493 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 29.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1605972 KiB

[startup+51.1123 s]
/proc/loadavg: 4.32 2.27 2.54 8/336 16238
/proc/meminfo: memFree=120834168/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=1793864 CPUtime=56.82 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 44946 0 350 0 5606 76 0 0 20 0 20 0 31569420 19521036288 448466 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 448466 5344 1 0 790376 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=1614220 CPUtime=47.48 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 13076 0 237 0 4691 57 0 0 20 0 20 0 31569427 19521036288 448466 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=1643112 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 448466 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=1645200 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 448466 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 448466 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 56.82 s

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

/proc/meminfo: memFree=118589780/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3251.91 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 139053 0 350 0 324662 529 0 0 20 0 20 0 31569420 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913563 5344 1 0 926364 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=17024 CPUtime=3156.44 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 67490 0 237 0 315368 276 0 0 20 0 20 0 31569427 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3251.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654252 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.18 4.15 5/331 16995
/proc/meminfo: memFree=118553192/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3312.47 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 139105 0 350 0 330713 534 0 0 20 0 20 0 31569420 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913563 5344 1 0 926364 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=14464 CPUtime=3215.38 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 67514 0 237 0 321260 278 0 0 20 0 20 0 31569427 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=-6000919498560137070 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3312.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654252 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.15 5/331 16997
/proc/meminfo: memFree=118534432/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3373.1 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 140680 0 350 0 336769 541 0 0 20 0 20 0 31569420 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913563 5344 1 0 926364 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3274.64 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 69016 0 237 0 327183 281 0 0 20 0 20 0 31569427 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 1928 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3373.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.15 5/331 16999
/proc/meminfo: memFree=118501000/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3433.89 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 142684 0 350 0 342843 546 0 0 20 0 20 0 31569420 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913563 5344 1 0 926364 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3333.7 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 70588 0 237 0 333087 283 0 0 20 0 20 0 31569427 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913563 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3433.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654252 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.14 4.14 5/331 17003
/proc/meminfo: memFree=118463528/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654380 CPUtime=3494.39 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 144506 0 350 0 348885 554 0 0 20 0 20 0 31569420 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913595 5344 1 0 926367 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=3654252 CPUtime=3392.61 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 71527 0 237 0 338974 287 0 0 20 0 20 0 31569427 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=3654380 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=3654252 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3494.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.14 5/329 17010
/proc/meminfo: memFree=118422312/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654380 CPUtime=3554.97 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 145072 0 350 0 354936 561 0 0 20 0 20 0 31569420 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913595 5344 1 0 926367 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=14464 CPUtime=3451.61 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 72057 0 237 0 344872 289 0 0 20 0 20 0 31569427 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=3654380 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913595 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3554.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.9 s]
/proc/loadavg: 4.19 4.15 4.14 5/329 17022
/proc/meminfo: memFree=118405324/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19063512 memory=3654508 CPUtime=3600.01 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 146976 0 350 0 359436 565 0 0 20 0 20 0 31569420 19521036288 913627 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4765878 913627 5344 1 0 926367 0
[pid=15615/tid=15627] ppid=15602 vsize=19063512 memory=3654380 CPUtime=3495.5 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) R 15602 15615 15550 0 -1 4194368 73474 0 237 0 349259 291 0 0 20 0 20 0 31569427 19521036288 913627 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19063512 memory=3654380 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31569440 19521036288 913627 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19063512 memory=3654508 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 31569441 19521036288 913627 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15695] ppid=15602 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15615/task/15695/stat : 15695 (Timer-0) S 15602 15615 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31569686 19521036288 913627 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.53 s, system=5.69069 s

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

[startup+3567.01 s]*
/proc/loadavg: 4.19 4.15 4.14 6/330 17025
/proc/meminfo: memFree=118405464/131382120 swapFree=33010684/33010684
[pid=15615] ppid=15602 vsize=19263204 memory=3655404 CPUtime=3600.18 cores=1,3
/proc/15615/stat : 15615 (java) S 15602 15615 15550 0 -1 4194304 149556 0 350 0 359452 566 0 0 20 0 21 0 31569420 19725520896 913851 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
/proc/15615/statm: 4815801 913851 5376 1 0 927334 0
[pid=15615/tid=15627] ppid=15602 vsize=19263204 memory=-6000919468478457454 CPUtime=3495.53 cores=1,3
/proc/15615/task/15627/stat : 15627 (java) S 15602 15615 15550 0 -1 4194368 73778 0 237 0 349262 291 0 0 20 0 21 0 31569427 19725520896 913851 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15665] ppid=15602 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/15615/task/15665/stat : 15665 (Finalizer) S 15602 15615 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 31569440 19725520896 913851 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=15693] ppid=15602 vsize=19263204 memory=3654508 CPUtime=0 cores=1,3
/proc/15615/task/15693/stat : 15693 (Common-Cleaner) S 15602 15615 15550 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 21 0 31569441 19725520896 913851 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
[pid=15615/tid=17024] ppid=15602 vsize=19263204 memory=6900 CPUtime=0.07 cores=1,3
/proc/15615/task/17024/stat : 17024 (Thread-0) R 15602 15615 15550 0 -1 4194368 515 0 0 0 7 0 0 0 20 0 21 0 31926112 19725520896 913851 18446744073709551615 94032942612480 94032942616176 140730706208128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94032942623992 94032942624784 94032968388608 140730706217261 140730706217446 140730706217446 140730706223048 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3655404 KiB

Child status: 143

Real time (s): 3567.06
CPU time (s): 3600.22
CPU user time (s): 3594.53
CPU system time (s): 5.69069
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3655404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.53
system time used= 5.69069
maximum resident set size= 3655532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149747
page faults= 350
swaps= 0
block input operations= 15872
block output operations= 1354272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135968
involuntary context switches= 13103


# summary of solver processes directly reported to runsolver:
#   pid: 15615
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3594.53
#   total CPU system time (s): 5.69069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2724 second user time and 37.9617 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 03:01:46
IDJOB=4495107
IDBENCH=147987
IDSOLVER=3362
FILE ID=nodeC002/4495107-1751158906
RUNJOBID= nodeC002-1751158906-15562
SLURM_JOB_ID= 9587497
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900579996.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495107-1751158906/watcher-4495107-1751158906 -o /tmp/evaluation-result-4495107-1751158906/solver-4495107-1751158906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495107-1751158906 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495107-1751158906.opb

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

MD5SUM BENCH= a3c0b836e0973314fbcd5a68d5736cb2
RANDOM SEED=245849424

nodeC002 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	: 0xb00001f
cpu MHz		: 1197.260
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.241
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.213
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.147
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.440
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.222
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.233
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.257
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130378224 kB
MemAvailable:   129976432 kB
Buffers:            3280 kB
Cached:           362984 kB
SwapCached:            0 kB
Active:           265148 kB
Inactive:         164972 kB
Active(anon):      81820 kB
Inactive(anon):        0 kB
Active(file):     183328 kB
Inactive(file):   164972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3356 kB
Writeback:             0 kB
AnonPages:         67052 kB
Mapped:           102152 kB
Shmem:             17960 kB
KReclaimable:      83992 kB
Slab:             164716 kB
SReclaimable:      83992 kB
SUnreclaim:        80724 kB
KernelStack:        3920 kB
PageTables:         2900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     331752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC002 at 2025-06-29 04:01:13