Trace number 4489696

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.24 3285.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMac2beb72083c40d036c40a53754bf1b9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark255
Best CPU time to get the best result obtained on this benchmark30252.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.18	c Pseudo Boolean Optimization by upper bound
0.09/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.18	c  - never skip resolution steps
0.09/0.18	c  - Auto-division on coefficients is disabled
0.09/0.18	c  - No postprocessing
0.09/0.18	c  - Conflict is considered as is when resolving
0.09/0.18	c  - Use constraints as they come during conflict analysis
0.09/0.18	c  - Weaken first using unassigned literals
0.09/0.18	c  - Bump strategy: ALWAYS_ONE
0.09/0.18	c  - Bumper: ANY
0.09/0.18	c --- Begin Solver configuration ---
0.09/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.09/0.18	c Learn all clauses as in MiniSAT
0.09/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.18	c No reason simplification
0.09/0.18	c Armin Biere (Picosat) restarts strategy
0.09/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.18	c timeout=2147483s
0.09/0.18	c DB Simplification allowed=false
0.09/0.18	c Listener: none
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c solving HOME/instance-4489696-1751343635.opb
0.09/0.18	c reading problem ... 
0.09/0.18	c  objective function found
2.48/1.61	c ... done. Wall clock time 1.429s.
2.48/1.61	c declared #vars     10000
2.48/1.61	c #constraints  656900
2.48/1.61	c constraints type 
2.48/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.48/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.48/1.61	c 656900 constraints processed.
2.48/1.62	c objective function length is 10000 literals
11.39/9.18	c cleaning 2492 clauses out of 5001
17.68/15.08	c cleaning 4243 clauses out of 8508
25.60/22.64	c cleaning 5631 clauses out of 11265
35.10/31.75	c cleaning 6800 clauses out of 13635
47.33/43.51	c cleaning 7914 clauses out of 15835
59.88/55.29	c cleaning 8957 clauses out of 17920
73.05/68.00	c cleaning 9973 clauses out of 19963
90.00/84.46	c cleaning 10983 clauses out of 21990
110.03/103.82	c cleaning 11995 clauses out of 24009
128.82/122.18	c cleaning 12989 clauses out of 26013
151.98/144.45	c cleaning 13999 clauses out of 28023
170.16/162.06	c cleaning 15006 clauses out of 30024
196.13/187.12	c cleaning 16006 clauses out of 32019
227.06/214.62	c cleaning 17006 clauses out of 34014
254.18/240.83	c cleaning 18000 clauses out of 36006
287.98/273.80	c cleaning 18996 clauses out of 38006
325.92/310.95	c cleaning 20003 clauses out of 40010
371.01/355.08	c cleaning 21001 clauses out of 42007
414.32/397.77	c cleaning 21990 clauses out of 44008
460.99/443.48	c cleaning 23000 clauses out of 46016
517.10/494.45	c cleaning 23999 clauses out of 48016
571.13/547.11	c cleaning 24999 clauses out of 50022
618.42/593.47	c cleaning 25995 clauses out of 52018
667.90/641.96	c cleaning 27006 clauses out of 54024
725.83/698.50	c cleaning 27989 clauses out of 56018
790.80/758.06	c cleaning 28994 clauses out of 58028
866.13/826.93	c cleaning 30011 clauses out of 60037
943.69/901.32	c cleaning 30997 clauses out of 62025
1034.54/985.00	c cleaning 31997 clauses out of 64026
1150.30/1092.54	c cleaning 32985 clauses out of 66029
1229.24/1163.03	c cleaning 34019 clauses out of 68046
1309.54/1233.87	c cleaning 34996 clauses out of 70026
1398.11/1320.73	c cleaning 35994 clauses out of 72030
1508.88/1420.46	c cleaning 37010 clauses out of 74035
1616.90/1519.82	c cleaning 37998 clauses out of 76025
1715.59/1601.79	c cleaning 38994 clauses out of 78027
1805.35/1687.48	c cleaning 39981 clauses out of 80035
1900.15/1769.07	c cleaning 41025 clauses out of 82054
1998.39/1859.84	c cleaning 41986 clauses out of 84028
2111.89/1963.07	c cleaning 43012 clauses out of 86041
2247.90/2077.50	c cleaning 43991 clauses out of 88029
2391.34/2207.93	c cleaning 44982 clauses out of 90038
2532.43/2336.23	c cleaning 45992 clauses out of 92056
2691.04/2470.97	c cleaning 47018 clauses out of 94064
2820.64/2587.35	c cleaning 48015 clauses out of 96046
2962.45/2715.65	c cleaning 48998 clauses out of 98034
3113.88/2853.24	c cleaning 50006 clauses out of 100033
3237.18/2962.40	c cleaning 50988 clauses out of 102027
3372.99/3084.14	c cleaning 52011 clauses out of 104039
3520.03/3217.71	c cleaning 52994 clauses out of 106028
3600.08/3285.71	c timeout
3600.08/3285.72	c starts		: 207
3600.08/3285.72	c conflicts		: 1495097
3600.08/3285.72	c decisions		: 1943369
3600.08/3285.72	c propagations		: 271091899
3600.08/3285.72	c inspects		: 5584226507
3600.08/3285.72	c shortcuts		: 0
3600.08/3285.72	c learnt literals	: 0
3600.08/3285.72	c learnt binary clauses	: 0
3600.08/3285.72	c learnt ternary clauses	: 0
3600.08/3285.72	c learnt constraints	: 1495096
3600.08/3285.72	c ignored constraints	: 0
3600.08/3285.72	c root simplifications	: 0
3600.08/3285.72	c removed literals (reason simplification)	: 0
3600.08/3285.72	c reason swapping (by a shorter reason)	: 0
3600.08/3285.72	c Calls to reduceDB	: 50
3600.08/3285.72	c Number of update (reduction) of LBD	: 0
3600.08/3285.72	c Imported unit clauses	: 0
3600.08/3285.72	c No decision after first conflict	: false
3600.08/3285.72	c number of reductions to clauses (during analyze)	: 0
3600.08/3285.72	c number of learned constraints concerned by reduction	: 0
3600.08/3285.72	c number of learning phase by resolution	: 0
3600.08/3285.72	c number of learning phase by cutting planes	: 0
3600.08/3285.72	c number of rounding to 1 operations	: 0
3600.08/3285.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3285.72	c number of reductions of the coefficients by power 2 	: 0
3600.08/3285.72	c number of right shift for reduction by power 2 	: 0
3600.08/3285.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3285.72	c number of ending skipping 	: 0
3600.08/3285.72	c number of internal skipping 	: 0
3600.08/3285.72	c number of derivation steps 	: 24156362
3600.08/3285.72	c number of skipped derivation steps 	: 0
3600.08/3285.72	c number of remaining unassigned 	: 0
3600.08/3285.72	c number of remaining assigned 	: 0
3600.08/3285.72	c number of falsified literals weakened from reason	: 0
3600.08/3285.72	c number of falsified literals weakened from conflict	: 0
3600.08/3285.72	c time for arithmetic operations	: 0
3600.08/3285.73	c minimum degree of deleted constraints	: null
3600.08/3285.73	c maximum degree of deleted constraints	: null
3600.08/3285.73	c number of deleted constraints	: 0
3600.08/3285.73	c speed (assignments/second)	: 82546.86113108108
3600.08/3285.73	c non guided choices	: 0
3600.08/3285.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 73130
3600.08/3285.77	s UNKNOWN
3600.08/3285.77	c Total wall clock time (in seconds): 3285.594

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (51728 MiB free)
  memory of node 1: 64507 MiB (52349 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489696-1751343635/watcher-4489696-1751343635 -o /tmp/evaluation-result-4489696-1751343635/solver-4489696-1751343635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44738 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489696-1751343635.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=46638, runsolver pid=46635
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.96 5.20 5.12 6/340 46656
/proc/meminfo: memFree=106549760/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=18930384 memory=52016 CPUtime=0.09 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 6160 0 0 0 8 1 0 0 20 0 18 0 50043440 19384713216 13004 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4732596 13004 5344 1 0 547264 0
[pid=46638/tid=46640] ppid=46635 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 4957 0 0 0 5 1 0 0 20 0 18 0 50043442 19384713216 13004 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50043444 19384713216 13004 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 50043444 19384713216 13004 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52016 KiB

[startup+0.205955 s]*
/proc/loadavg: 4.96 5.20 5.12 7/340 46656
/proc/meminfo: memFree=106529168/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=18930384 memory=66028 CPUtime=0.28 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 7025 0 0 0 26 2 0 0 20 0 18 0 50043440 19384713216 16507 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4732596 16507 5440 1 0 547913 0
[pid=46638/tid=46640] ppid=46635 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 5320 0 0 0 14 1 0 0 20 0 18 0 50043442 19384713216 16507 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50043444 19384713216 16507 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 50043444 19384713216 16507 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66028 KiB

[startup+0.305842 s]*
/proc/loadavg: 4.96 5.20 5.12 6/340 46656
/proc/meminfo: memFree=106515872/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=18930384 memory=90176 CPUtime=0.47 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 9110 0 0 0 44 3 0 0 20 0 18 0 50043440 19384713216 22544 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4732596 22544 5440 1 0 549334 0
[pid=46638/tid=46640] ppid=46635 vsize=18930384 memory=-6000919485624903275 CPUtime=0.22 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 5351 0 0 0 21 1 0 0 20 0 18 0 50043442 19384713216 22544 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50043444 19384713216 22544 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 50043444 19384713216 22544 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90176 KiB

[startup+0.700238 s]
/proc/loadavg: 4.96 5.20 5.12 6/341 46657
/proc/meminfo: memFree=106432756/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=18996948 memory=178376 CPUtime=1.22 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 11185 0 0 0 118 4 0 0 20 0 19 0 50043440 19452874752 44594 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4749237 44594 5472 1 0 550878 0
[pid=46638/tid=46640] ppid=46635 vsize=18996948 memory=17792 CPUtime=0.56 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 5387 0 0 0 54 2 0 0 20 0 19 0 50043442 19452874752 44594 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50043444 19452874752 44594 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 50043444 19452874752 44594 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178376 KiB

[startup+1.50024 s]
/proc/loadavg: 5.04 5.21 5.13 5/341 46657
/proc/meminfo: memFree=106337416/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=18996948 memory=407824 CPUtime=2.36 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 13432 0 0 0 226 10 0 0 20 0 19 0 50043440 19452874752 101956 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4749237 101956 5472 1 0 1065449 0
[pid=46638/tid=46640] ppid=46635 vsize=18996948 memory=3328 CPUtime=1.26 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 5480 0 0 0 120 6 0 0 20 0 19 0 50043442 19452874752 101956 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50043444 19452874752 101956 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 50043444 19452874752 101956 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 407824 KiB

[startup+3.10573 s]
/proc/loadavg: 5.04 5.21 5.13 5/342 46658
/proc/meminfo: memFree=105852728/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=427920 CPUtime=4.73 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 14333 0 0 0 462 11 0 0 20 0 20 0 50043440 19521036288 106980 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 106980 5536 1 0 1066302 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=10880 CPUtime=2.77 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 5622 0 0 0 271 6 0 0 20 0 20 0 50043442 19521036288 106980 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 106980 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 106980 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 106980 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 427920 KiB

[startup+6.30024 s]
/proc/loadavg: 5.04 5.21 5.13 6/342 46658
/proc/meminfo: memFree=105229256/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=998600 CPUtime=8.44 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 21433 0 0 0 822 22 0 0 20 0 20 0 50043440 19521036288 249650 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 249650 5536 1 0 1588530 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=0 CPUtime=5.88 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 6581 0 0 0 572 16 0 0 20 0 20 0 50043442 19521036288 249650 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 249650 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=-6000919485624903275 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 249650 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 249650 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 8.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 998600 KiB

[startup+12.7002 s]
/proc/loadavg: 4.96 5.19 5.12 5/342 46658
/proc/meminfo: memFree=103463888/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=2106332 CPUtime=15.32 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 23790 0 0 0 1489 43 0 0 20 0 20 0 50043440 19521036288 526583 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 526583 5536 1 0 1728530 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=0 CPUtime=11.85 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 7864 0 0 0 1157 28 0 0 20 0 20 0 50043442 19521036288 526583 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=1715804 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 526583 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 526583 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 526583 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2106332 KiB

[startup+25.5002 s]
/proc/loadavg: 4.96 5.18 5.12 5/342 46659
/proc/meminfo: memFree=102237940/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=2610812 CPUtime=28.62 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 25095 0 0 0 2810 52 0 0 20 0 20 0 50043440 19521036288 652703 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 652703 5536 1 0 1728607 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=-6000919485624903275 CPUtime=24.07 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 8615 0 0 0 2376 31 0 0 20 0 20 0 50043442 19521036288 652703 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=3101 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 652703 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=2473364 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 652703 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=2418052 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 652703 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 28.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2610812 KiB

[startup+51.1058 s]
/proc/loadavg: 4.73 5.10 5.09 5/342 46659
/proc/meminfo: memFree=99676720/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=3977080 CPUtime=55.41 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 33765 0 0 0 5463 78 0 0 20 0 20 0 50043440 19521036288 994270 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 994270 5568 1 0 1728612 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=3977080 CPUtime=48.48 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 11747 0 0 0 4802 46 0 0 20 0 20 0 50043442 19521036288 994270 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=-6000919485624903275 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 994270 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=3723096 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 994270 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=2522600 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 994270 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 55.41 s

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

/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4052667 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=16210668 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2458 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4052667 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=16210668 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4052667 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3184.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16210668 KiB

[startup+2982.3 s]
/proc/loadavg: 4.68 4.74 4.69 7/339 46866
/proc/meminfo: memFree=77307704/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16227320 CPUtime=3257.74 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 575563 0 0 0 325276 498 0 0 20 0 20 0 50043440 19521036288 4056830 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4056830 5568 1 0 4070260 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=17792 CPUtime=2894.97 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 372485 0 0 0 289213 284 0 0 20 0 20 0 50043442 19521036288 4056830 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=16210668 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4056830 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=16227320 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2539 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4056830 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4056830 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3257.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16227320 KiB

[startup+3042.3 s]
/proc/loadavg: 4.74 4.75 4.70 5/340 46937
/proc/meminfo: memFree=89792180/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16244220 CPUtime=3330.05 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 587852 0 0 0 332496 509 0 0 20 0 20 0 50043440 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4061055 5568 1 0 4074472 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=14720 CPUtime=2953.47 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 381224 0 0 0 295061 286 0 0 20 0 20 0 50043442 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=16244220 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2670 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3330.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16244220 KiB

[startup+3102.3 s]
/proc/loadavg: 4.63 4.71 4.68 5/340 46944
/proc/meminfo: memFree=89627996/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16244220 CPUtime=3391.69 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 600023 0 0 0 338658 511 0 0 20 0 20 0 50043440 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4061055 5568 1 0 4074472 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=14720 CPUtime=3011.49 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 391088 0 0 0 300861 288 0 0 20 0 20 0 50043442 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=16244220 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2670 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=16244220 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4061055 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3391.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16244220 KiB

[startup+3162.3 s]
/proc/loadavg: 4.76 4.72 4.69 5/340 46946
/proc/meminfo: memFree=89414256/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16252548 CPUtime=3463.4 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 612708 0 0 0 345822 518 0 0 20 0 20 0 50043440 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4063137 5568 1 0 4076563 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=17792 CPUtime=3070.13 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 398720 0 0 0 306724 289 0 0 20 0 20 0 50043442 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=16244220 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2689 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=16252548 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3463.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16252548 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.65 4.67 5/340 46948
/proc/meminfo: memFree=89291044/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16252548 CPUtime=3524.61 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 619355 0 0 0 351940 521 0 0 20 0 20 0 50043440 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4063137 5568 1 0 4076563 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=3328 CPUtime=3128.54 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 404570 0 0 0 312564 290 0 0 20 0 20 0 50043442 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=16252548 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=16252548 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2753 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=16252548 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4063137 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3524.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16252548 KiB

[startup+3282.3 s]
/proc/loadavg: 3.81 4.43 4.59 4/315 46983
/proc/meminfo: memFree=105156880/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16269096 CPUtime=3596.48 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 634521 0 0 0 359121 527 0 0 20 0 20 0 50043440 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4067274 5568 1 0 4080741 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=4252 CPUtime=3186.73 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 413823 0 0 0 318381 292 0 0 20 0 20 0 50043442 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=2892 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2803 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3596.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16269096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3285.7 s]
/proc/loadavg: 3.81 4.43 4.59 4/315 46983
/proc/meminfo: memFree=105156880/131250000 swapFree=33010416/33010684
[pid=46638] ppid=46635 vsize=19063512 memory=16269096 CPUtime=3600.08 cores=4,6
/proc/46638/stat : 46638 (java) S 46635 46638 44727 0 -1 4194304 637083 0 0 0 359480 528 0 0 20 0 20 0 50043440 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
/proc/46638/statm: 4765878 4067274 5568 1 0 4080741 0
[pid=46638/tid=46640] ppid=46635 vsize=19063512 memory=4252 CPUtime=3189.91 cores=4,6
/proc/46638/task/46640/stat : 46640 (java) R 46635 46638 44727 0 -1 4194368 415199 0 0 0 318699 292 0 0 20 0 20 0 50043442 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46649] ppid=46635 vsize=19063512 memory=2892 CPUtime=0 cores=4,6
/proc/46638/task/46649/stat : 46649 (Finalizer) S 46635 46638 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46656] ppid=46635 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/46638/task/46656/stat : 46656 (Common-Cleaner) S 46635 46638 44727 0 -1 4194368 2803 0 0 0 0 0 0 0 20 0 20 0 50043444 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
[pid=46638/tid=46658] ppid=46635 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/46638/task/46658/stat : 46658 (Timer-0) S 46635 46638 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50043604 19521036288 4067274 18446744073709551615 94074230325248 94074230328944 140729597561440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94074230336760 94074230337552 94074255785984 140729597565310 140729597565414 140729597565414 140729597571016 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16269096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.91 s, system=5.32835 s

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

[startup+3285.8 s]*
/proc/loadavg: 3.81 4.43 4.59 5/297 46986
/proc/meminfo: memFree=116986120/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3285.82
CPU time (s): 3600.24
CPU user time (s): 3594.91
CPU system time (s): 5.32835
CPU usage (%): 109.569
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16269096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.91
system time used= 5.32835
maximum resident set size= 16269992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 639361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118660
involuntary context switches= 22259


# summary of solver processes directly reported to runsolver:
#   pid: 46638
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.91
#   total CPU system time (s): 5.32835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.94479 second user time and 16.948 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 06:20:36
IDJOB=4489696
IDBENCH=147561
IDSOLVER=3361
FILE ID=nodeC027/4489696-1751343635
RUNJOBID= nodeC027-1751336994-44738
SLURM_JOB_ID= 9594388
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489696-1751343635/watcher-4489696-1751343635 -o /tmp/evaluation-result-4489696-1751343635/solver-4489696-1751343635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44738 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489696-1751343635.opb

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

MD5SUM BENCH= ac2beb72083c40d036c40a53754bf1b9
RANDOM SEED=1904250488

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.637
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.639
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.454
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.219
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.662
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.169
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3602.134
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.847
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        106575752 kB
MemAvailable:   106280496 kB
Buffers:            2488 kB
Cached:           507368 kB
SwapCached:           12 kB
Active:         23835972 kB
Inactive:         207564 kB
Active(anon):   23548944 kB
Inactive(anon):     2792 kB
Active(file):     287028 kB
Inactive(file):   204772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17564 kB
Writeback:             0 kB
AnonPages:      23536752 kB
Mapped:           123320 kB
Shmem:             18056 kB
KReclaimable:     103968 kB
Slab:             192204 kB
SReclaimable:     103968 kB
SUnreclaim:        88236 kB
KernelStack:        5200 kB
PageTables:        49680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   27942440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23179264 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC027 at 2025-07-01 07:15:22