Trace number 4492802

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.31 3549.74

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM34508937f6127f0a8669d934526c1066
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 benchmark1.25863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.58/0.43	c Pseudo Boolean Optimization by upper bound
0.58/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.43	c  - never skip resolution steps
0.58/0.43	c  - Auto-division on coefficients is disabled
0.58/0.43	c  - No postprocessing
0.58/0.43	c  - Conflict is considered as is when resolving
0.58/0.43	c  - Use constraints as they come during conflict analysis
0.58/0.43	c  - Weaken first using unassigned literals
0.58/0.43	c  - Bump strategy: ALWAYS_ONE
0.58/0.43	c  - Bumper: ANY
0.58/0.43	c --- Begin Solver configuration ---
0.58/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.58/0.43	c Learn all clauses as in MiniSAT
0.58/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.43	c No reason simplification
0.58/0.43	c Armin Biere (Picosat) restarts strategy
0.58/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.58/0.43	c timeout=2147483s
0.58/0.43	c DB Simplification allowed=false
0.58/0.43	c Listener: none
0.58/0.43	c --- End Solver configuration ---
0.58/0.43	c solving HOME/instance-4492802-1751148426.opb
0.58/0.43	c reading problem ... 
0.58/0.44	c  no objective function found
1.91/1.18	c ... done. Wall clock time 0.749s.
1.91/1.18	c declared #vars     3660
1.91/1.18	c #constraints  109861
1.91/1.18	c constraints type 
1.91/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109800
1.91/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
1.91/1.18	c 109861 constraints processed.
5.71/3.35	c cleaning 2501 clauses out of 5003
8.56/5.84	c cleaning 4249 clauses out of 8499
11.54/8.74	c cleaning 5619 clauses out of 11250
14.60/11.60	c cleaning 6812 clauses out of 13634
18.41/15.25	c cleaning 7906 clauses out of 15820
23.95/20.67	c cleaning 8944 clauses out of 17913
31.15/27.18	c cleaning 9982 clauses out of 19969
37.57/33.39	c cleaning 10992 clauses out of 21987
45.89/41.34	c cleaning 11991 clauses out of 23995
53.61/48.77	c cleaning 12995 clauses out of 26004
60.51/55.38	c cleaning 14000 clauses out of 28009
70.23/64.87	c cleaning 15001 clauses out of 30010
81.63/75.95	c cleaning 16002 clauses out of 32009
93.34/87.21	c cleaning 17004 clauses out of 34008
104.64/98.23	c cleaning 17999 clauses out of 36002
116.39/109.71	c cleaning 19002 clauses out of 38004
128.82/121.89	c cleaning 19999 clauses out of 40002
146.27/138.82	c cleaning 20998 clauses out of 42002
162.81/155.17	c cleaning 22001 clauses out of 44006
177.79/169.72	c cleaning 23001 clauses out of 46004
195.14/186.62	c cleaning 24001 clauses out of 48002
219.67/210.73	c cleaning 24999 clauses out of 50002
241.69/232.49	c cleaning 25999 clauses out of 52002
267.70/258.13	c cleaning 27000 clauses out of 54007
287.99/278.04	c cleaning 27995 clauses out of 56003
310.37/300.06	c cleaning 29002 clauses out of 58008
338.24/327.41	c cleaning 29999 clauses out of 60007
368.50/357.31	c cleaning 30997 clauses out of 62007
406.49/394.71	c cleaning 31987 clauses out of 64012
436.09/424.28	c cleaning 33002 clauses out of 66023
466.39/453.90	c cleaning 34009 clauses out of 68023
491.64/478.70	c cleaning 34994 clauses out of 70012
526.90/513.55	c cleaning 36003 clauses out of 72018
559.71/546.17	c cleaning 37003 clauses out of 74015
600.67/586.22	c cleaning 38002 clauses out of 76012
628.64/613.97	c cleaning 38996 clauses out of 78011
667.04/650.89	c cleaning 40002 clauses out of 80015
704.98/688.14	c cleaning 40999 clauses out of 82013
743.21/725.87	c cleaning 42004 clauses out of 84017
788.97/771.11	c cleaning 43001 clauses out of 86010
830.20/811.86	c cleaning 44001 clauses out of 88010
877.08/858.40	c cleaning 45000 clauses out of 90008
930.75/911.55	c cleaning 45996 clauses out of 92007
985.32/965.33	c cleaning 46999 clauses out of 94012
1036.64/1016.33	c cleaning 48003 clauses out of 96013
1097.66/1076.89	c cleaning 48995 clauses out of 98009
1173.22/1151.83	c cleaning 50004 clauses out of 100018
1222.31/1200.18	c cleaning 51003 clauses out of 102011
1290.49/1267.76	c cleaning 51997 clauses out of 104007
1343.07/1319.67	c cleaning 53003 clauses out of 106011
1398.87/1373.14	c cleaning 54001 clauses out of 108008
1469.08/1442.32	c cleaning 54992 clauses out of 110007
1529.77/1502.30	c cleaning 55990 clauses out of 112015
1600.50/1572.61	c cleaning 56998 clauses out of 114024
1661.62/1633.02	c cleaning 58011 clauses out of 116026
1755.76/1726.62	c cleaning 59001 clauses out of 118016
1837.31/1807.41	c cleaning 60001 clauses out of 120014
1911.95/1881.46	c cleaning 60996 clauses out of 122013
1984.30/1953.24	c cleaning 62005 clauses out of 124018
2040.17/2008.48	c cleaning 62997 clauses out of 126012
2114.70/2082.47	c cleaning 63990 clauses out of 128017
2199.28/2164.30	c cleaning 65011 clauses out of 130026
2284.70/2248.69	c cleaning 65997 clauses out of 132014
2367.60/2331.02	c cleaning 67002 clauses out of 134017
2459.05/2422.11	c cleaning 68000 clauses out of 136015
2532.44/2494.77	c cleaning 68994 clauses out of 138015
2634.16/2595.72	c cleaning 70002 clauses out of 140021
2750.74/2711.52	c cleaning 71007 clauses out of 142020
2853.47/2811.04	c cleaning 72004 clauses out of 144014
2973.76/2930.24	c cleaning 72994 clauses out of 146008
3100.54/3056.29	c cleaning 73994 clauses out of 148016
3220.26/3175.02	c cleaning 74998 clauses out of 150021
3339.80/3293.83	c cleaning 76003 clauses out of 152023
3422.47/3375.71	c cleaning 77003 clauses out of 154019
3537.38/3487.31	c cleaning 78004 clauses out of 156018
3600.08/3549.62	c timeout
3600.08/3549.64	c starts		: 249
3600.08/3549.64	c conflicts		: 3189784
3600.08/3549.64	c decisions		: 3549903
3600.08/3549.64	c propagations		: 216727479
3600.08/3549.64	c inspects		: 11887538341
3600.08/3549.64	c shortcuts		: 0
3600.08/3549.64	c learnt literals	: 0
3600.08/3549.64	c learnt binary clauses	: 0
3600.08/3549.64	c learnt ternary clauses	: 0
3600.08/3549.64	c learnt constraints	: 3189783
3600.08/3549.64	c ignored constraints	: 0
3600.08/3549.64	c root simplifications	: 0
3600.08/3549.64	c removed literals (reason simplification)	: 0
3600.08/3549.64	c reason swapping (by a shorter reason)	: 0
3600.08/3549.64	c Calls to reduceDB	: 75
3600.08/3549.64	c Number of update (reduction) of LBD	: 0
3600.08/3549.64	c Imported unit clauses	: 0
3600.08/3549.64	c No decision after first conflict	: false
3600.08/3549.64	c number of reductions to clauses (during analyze)	: 0
3600.08/3549.64	c number of learned constraints concerned by reduction	: 0
3600.08/3549.64	c number of learning phase by resolution	: 0
3600.08/3549.64	c number of learning phase by cutting planes	: 0
3600.08/3549.64	c number of rounding to 1 operations	: 0
3600.08/3549.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3549.64	c number of reductions of the coefficients by power 2 	: 0
3600.08/3549.64	c number of right shift for reduction by power 2 	: 0
3600.08/3549.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3549.64	c number of ending skipping 	: 0
3600.08/3549.64	c number of internal skipping 	: 0
3600.08/3549.65	c number of derivation steps 	: 23738843
3600.08/3549.65	c number of skipped derivation steps 	: 0
3600.08/3549.65	c number of remaining unassigned 	: 0
3600.08/3549.65	c number of remaining assigned 	: 0
3600.08/3549.65	c number of falsified literals weakened from reason	: 0
3600.08/3549.65	c number of falsified literals weakened from conflict	: 0
3600.08/3549.65	c time for arithmetic operations	: 0
3600.08/3549.65	c minimum degree of deleted constraints	: null
3600.08/3549.65	c maximum degree of deleted constraints	: null
3600.08/3549.65	c number of deleted constraints	: 0
3600.08/3549.65	c speed (assignments/second)	: 61076.506449701126
3600.08/3549.65	c non guided choices	: 1826
3600.08/3549.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 117795
3600.08/3549.70	s UNKNOWN
3600.08/3549.70	c Total wall clock time (in seconds): 3549.268

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492802-1751148426/watcher-4492802-1751148426 -o /tmp/evaluation-result-4492802-1751148426/solver-4492802-1751148426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15022 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492802-1751148426.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=15898, runsolver pid=15892
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 4.82 4.51 4.30 5/304 15921
/proc/meminfo: memFree=124560960/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=18930384 memory=48052 CPUtime=0.12 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 5735 0 0 0 8 4 0 0 20 0 18 0 30522014 19384713216 12013 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4732596 12013 5299 1 0 546946 0
[pid=15898/tid=15901] ppid=15892 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 4640 0 0 0 4 3 0 0 20 0 18 0 30522016 19384713216 12013 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=18930384 memory=215637821723 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522020 19384713216 12013 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=18930384 memory=18795 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522021 19384713216 12013 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48052 KiB

[startup+0.213832 s]*
/proc/loadavg: 4.82 4.51 4.30 5/304 15921
/proc/meminfo: memFree=124554848/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=18930384 memory=53056 CPUtime=0.27 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 6437 0 0 0 22 5 0 0 20 0 18 0 30522014 19384713216 13264 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4732596 13264 5331 1 0 547514 0
[pid=15898/tid=15901] ppid=15892 vsize=18930384 memory=4026597495 CPUtime=0.16 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 4967 0 0 0 13 3 0 0 20 0 18 0 30522016 19384713216 13264 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=18930384 memory=215637821723 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522020 19384713216 13264 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=18930384 memory=18795 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522021 19384713216 13264 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53056 KiB

[startup+0.31553 s]*
/proc/loadavg: 4.82 4.51 4.30 6/304 15921
/proc/meminfo: memFree=124549744/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=18930384 memory=58236 CPUtime=0.42 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 6701 0 0 0 37 5 0 0 20 0 18 0 30522014 19384713216 14559 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4732596 14559 5331 1 0 547710 0
[pid=15898/tid=15901] ppid=15892 vsize=18930384 memory=8039887049847964836 CPUtime=0.24 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 5126 0 0 0 21 3 0 0 20 0 18 0 30522016 19384713216 14559 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522020 19384713216 14559 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522021 19384713216 14559 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58236 KiB

[startup+0.700298 s]
/proc/loadavg: 4.82 4.51 4.30 6/304 15921
/proc/meminfo: memFree=124541112/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=18930384 memory=93040 CPUtime=1.11 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 8577 0 0 0 104 7 0 0 20 0 18 0 30522014 19384713216 23260 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4732596 23260 5427 1 0 548980 0
[pid=15898/tid=15901] ppid=15892 vsize=18930384 memory=17152 CPUtime=0.58 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 5373 0 0 0 54 4 0 0 20 0 18 0 30522016 19384713216 23260 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=18930384 memory=11008 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522020 19384713216 23260 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522021 19384713216 23260 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93040 KiB

[startup+1.50028 s]
/proc/loadavg: 5.00 4.55 4.32 5/305 15944
/proc/meminfo: memFree=124444636/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=172648 CPUtime=2.68 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 16819 0 0 0 257 11 0 0 20 0 20 0 30522014 19521036288 43162 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 43162 5459 1 0 552694 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=3328 CPUtime=1.29 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 6697 0 0 0 123 6 0 0 20 0 20 0 30522016 19521036288 43162 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 43162 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 43162 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172648 KiB

[startup+3.10557 s]
/proc/loadavg: 5.00 4.55 4.32 4/306 15995
/proc/meminfo: memFree=123915356/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=667704 CPUtime=5.5 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 19320 0 0 0 529 21 0 0 20 0 20 0 30522014 19521036288 166926 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 166926 5459 1 0 707540 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=11008 CPUtime=2.78 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 7213 0 0 0 263 15 0 0 20 0 20 0 30522016 19521036288 166926 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 166926 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 166926 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=2208 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 166926 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667704 KiB

[startup+6.30039 s]
/proc/loadavg: 5.08 4.57 4.33 9/332 16047
/proc/meminfo: memFree=122623144/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=1671828 CPUtime=9.08 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 21097 0 0 0 868 40 0 0 20 0 20 0 30522014 19521036288 417957 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 417957 5459 1 0 1079407 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=0 CPUtime=5.64 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 7902 0 0 0 533 31 0 0 20 0 20 0 30522016 19521036288 417957 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=8326441112149131689 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 417957 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=-6000919498409011054 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 417957 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 417957 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 9.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1671828 KiB

[startup+12.7005 s]
/proc/loadavg: 5.15 4.60 4.34 6/329 16176
/proc/meminfo: memFree=122280724/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=3359200 CPUtime=15.91 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 22931 0 0 0 1516 75 0 0 20 0 20 0 30522014 19521036288 839800 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 839800 5459 1 0 1681014 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=11008 CPUtime=11.48 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 8542 0 0 0 1091 57 0 0 20 0 20 0 30522016 19521036288 839800 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 839800 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 839800 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=169600 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 839800 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3359200 KiB

[startup+25.5005 s]
/proc/loadavg: 5.13 4.61 4.34 5/329 16243
/proc/meminfo: memFree=119713180/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=5347776 CPUtime=29.53 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 24474 0 0 0 2839 114 0 0 20 0 20 0 30522014 19521036288 1336944 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 1336944 5459 1 0 1877388 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=11008 CPUtime=23.62 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 9497 0 0 0 2270 92 0 0 20 0 20 0 30522016 19521036288 1336944 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 1336944 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=5228828 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 1336944 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 1336944 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5347776 KiB

[startup+51.1138 s]
/proc/loadavg: 4.81 4.58 4.34 5/329 16244
/proc/meminfo: memFree=115747052/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=5530312 CPUtime=56.16 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 31228 0 0 0 5495 121 0 0 20 0 20 0 30522014 19521036288 1382578 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 1382578 5491 1 0 1877399 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=11008 CPUtime=47.95 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 11855 0 0 0 4703 92 0 0 20 0 20 0 30522016 19521036288 1382578 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=1999516 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 1382578 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=5388920 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 1382578 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=5462680 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 1382578 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 56.16 s

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.24 4.28 5/327 16403
/proc/meminfo: memFree=106105912/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13125612 CPUtime=3267.92 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 452042 0 0 0 326218 574 0 0 20 0 20 0 30522014 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3281403 5491 1 0 3297034 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=13125484 CPUtime=3154.39 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 292958 0 0 0 315152 287 0 0 20 0 20 0 30522016 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3448 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3267.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13125612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.28 4.29 5/326 16420
/proc/meminfo: memFree=106113664/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13125612 CPUtime=3328.32 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 460061 0 0 0 332252 580 0 0 20 0 20 0 30522014 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3281403 5491 1 0 3297034 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=13125612 CPUtime=3213.3 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 298576 0 0 0 321042 288 0 0 20 0 20 0 30522016 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=7220 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3448 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3328.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13125612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.24 4.27 5/326 16422
/proc/meminfo: memFree=106113772/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13125612 CPUtime=3388.86 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 467730 0 0 0 338300 586 0 0 20 0 20 0 30522014 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3281403 5491 1 0 3297046 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=205 CPUtime=3272.36 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 304390 0 0 0 326946 290 0 0 20 0 20 0 30522016 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3494 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=19712 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3388.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13125612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.21 4.26 5/326 16424
/proc/meminfo: memFree=106113072/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13125612 CPUtime=3449.58 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 476510 0 0 0 344367 591 0 0 20 0 20 0 30522014 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3281403 5491 1 0 3297046 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=17152 CPUtime=3331.02 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 310238 0 0 0 332810 292 0 0 20 0 20 0 30522016 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=14352 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3567 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3281403 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3449.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13125612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.28 4.28 5/326 16492
/proc/meminfo: memFree=106538484/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13442876 CPUtime=3512.42 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 489635 0 0 0 350636 606 0 0 20 0 20 0 30522014 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3360719 5491 1 0 3376481 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=17152 CPUtime=3389.78 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 316076 0 0 0 338678 300 0 0 20 0 20 0 30522016 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=13125612 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=13442876 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3611 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=13442876 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3512.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13442876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.26 4.27 5/326 16494
/proc/meminfo: memFree=106398788/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13442876 CPUtime=3572.56 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 493189 0 0 0 356646 610 0 0 20 0 20 0 30522014 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3360719 5491 1 0 3376481 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=13442876 CPUtime=3449.21 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 319106 0 0 0 344621 300 0 0 20 0 20 0 30522016 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=13442876 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=13442876 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3689 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=13442876 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3572.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13442876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.6 s]
/proc/loadavg: 4.26 4.25 4.27 5/327 16496
/proc/meminfo: memFree=106366028/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19063512 memory=13442876 CPUtime=3600.08 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 497992 0 0 0 359394 614 0 0 20 0 20 0 30522014 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4765878 3360719 5491 1 0 3376481 0
[pid=15898/tid=15901] ppid=15892 vsize=19063512 memory=14352 CPUtime=3475.9 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) R 15892 15898 15006 0 -1 4194368 323258 0 0 0 347289 301 0 0 20 0 20 0 30522016 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522020 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3821 0 0 0 0 0 0 0 20 0 20 0 30522021 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15955] ppid=15892 vsize=19063512 memory=-6000919498409011054 CPUtime=0 cores=4,6
/proc/15898/task/15955/stat : 15955 (Timer-0) S 15892 15898 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30522133 19521036288 3360719 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13442876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.12 s, system=6.18207 s

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

[startup+3549.71 s]
/proc/loadavg: 4.26 4.25 4.27 5/327 16496
/proc/meminfo: memFree=106366028/131382116 swapFree=33010684/33010684
[pid=15898] ppid=15892 vsize=19263204 memory=13443644 CPUtime=3600.26 cores=4,6
/proc/15898/stat : 15898 (java) S 15892 15898 15006 0 -1 4194304 500959 0 0 0 359412 614 0 0 20 0 18 0 30522014 19725520896 3360911 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
/proc/15898/statm: 4815801 3360911 5523 1 0 3377404 0
[pid=15898/tid=15901] ppid=15892 vsize=19263204 memory=13442876 CPUtime=3475.92 cores=4,6
/proc/15898/task/15901/stat : 15901 (java) S 15892 15898 15006 0 -1 4194368 323663 0 0 0 347291 301 0 0 20 0 15 0 30522016 19725520896 3360911 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15914] ppid=15892 vsize=19263204 memory=14352 CPUtime=0 cores=4,6
/proc/15898/task/15914/stat : 15914 (Finalizer) S 15892 15898 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 30522020 19725520896 3360911 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
[pid=15898/tid=15921] ppid=15892 vsize=19263204 memory=19712 CPUtime=0 cores=4,6
/proc/15898/task/15921/stat : 15921 (Common-Cleaner) S 15892 15898 15006 0 -1 4194368 3821 0 0 0 0 0 0 0 20 0 15 0 30522021 19725520896 3360911 18446744073709551615 94448575762432 94448575766128 140736366865792 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448575773944 94448575774736 94448603754496 140736366872958 140736366873062 140736366873062 140736366878664 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 13443644 KiB

Child status: 143

Real time (s): 3549.74
CPU time (s): 3600.31
CPU user time (s): 3594.12
CPU system time (s): 6.18207
CPU usage (%): 101.424
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 13443644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.12
system time used= 6.18207
maximum resident set size= 13443772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120043
involuntary context switches= 13719


# summary of solver processes directly reported to runsolver:
#   pid: 15898
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3594.12
#   total CPU system time (s): 6.18207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7786 second user time and 35.0404 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 00:07:06
IDJOB=4492802
IDBENCH=147823
IDSOLVER=3361
FILE ID=nodeC010/4492802-1751148426
RUNJOBID= nodeC010-1751144867-15022
SLURM_JOB_ID= 9587444
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492802-1751148426/watcher-4492802-1751148426 -o /tmp/evaluation-result-4492802-1751148426/solver-4492802-1751148426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15022 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492802-1751148426.opb

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=44924440

nodeC010 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		: 3491.658
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.36
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		: 3491.681
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.36
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.405
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.36
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.475
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.36
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.517
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.36
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		: 1696.058
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.36
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.146
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.36
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		: 1796.461
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124522520 kB
MemAvailable:   124184384 kB
Buffers:            3280 kB
Cached:           473852 kB
SwapCached:            0 kB
Active:          6119916 kB
Inactive:         182520 kB
Active(anon):    5843264 kB
Inactive(anon):        0 kB
Active(file):     276652 kB
Inactive(file):   182520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4640 kB
Writeback:             0 kB
AnonPages:       5828424 kB
Mapped:           122456 kB
Shmem:             17960 kB
KReclaimable:      84636 kB
Slab:             163796 kB
SReclaimable:      84636 kB
SUnreclaim:        79160 kB
KernelStack:        4688 kB
PageTables:        14764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7594700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5681152 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC010 at 2025-06-29 01:06:16