Trace number 4489558

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.56 3277.32

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUMfd0e2798224bd891f728fecfed3c6d1b
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 benchmark236
Best CPU time to get the best result obtained on this benchmark12722.9
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 495618
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 495618
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4489558-1751343276.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  objective function found
2.43/1.57	c ... done. Wall clock time 1.417s.
2.43/1.57	c declared #vars     10000
2.43/1.57	c #constraints  656900
2.43/1.57	c constraints type 
2.43/1.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.43/1.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.43/1.57	c 656900 constraints processed.
2.43/1.58	c objective function length is 10000 literals
9.93/7.63	c cleaning 2491 clauses out of 5000
16.15/13.48	c cleaning 4254 clauses out of 8510
25.09/22.03	c cleaning 5618 clauses out of 11256
35.07/31.68	c cleaning 6809 clauses out of 13638
48.30/44.21	c cleaning 7908 clauses out of 15828
63.36/58.54	c cleaning 8956 clauses out of 17920
76.21/70.97	c cleaning 9978 clauses out of 19965
93.15/87.30	c cleaning 10986 clauses out of 21988
112.61/106.18	c cleaning 11999 clauses out of 24001
131.49/124.52	c cleaning 12997 clauses out of 26001
159.02/151.21	c cleaning 13989 clauses out of 28005
181.74/173.03	c cleaning 14999 clauses out of 30015
205.26/194.54	c cleaning 16002 clauses out of 32016
238.02/225.23	c cleaning 17006 clauses out of 34014
271.28/257.60	c cleaning 17993 clauses out of 36008
304.81/290.52	c cleaning 19005 clauses out of 38015
346.61/331.37	c cleaning 19973 clauses out of 40010
383.63/367.59	c cleaning 20994 clauses out of 42037
429.33/412.41	c cleaning 22014 clauses out of 44044
484.63/462.89	c cleaning 23007 clauses out of 46030
542.62/519.33	c cleaning 23975 clauses out of 48022
608.45/583.83	c cleaning 25002 clauses out of 50047
669.89/644.16	c cleaning 26023 clauses out of 52050
732.84/700.32	c cleaning 27005 clauses out of 54022
792.94/753.79	c cleaning 28005 clauses out of 56019
851.48/810.92	c cleaning 28990 clauses out of 58012
911.90/864.56	c cleaning 30000 clauses out of 60022
1001.90/948.61	c cleaning 30999 clauses out of 62022
1055.51/998.39	c cleaning 31996 clauses out of 64023
1115.69/1056.25	c cleaning 32993 clauses out of 66028
1185.15/1118.90	c cleaning 33995 clauses out of 68034
1259.98/1185.75	c cleaning 35013 clauses out of 70039
1346.28/1267.28	c cleaning 36001 clauses out of 72028
1437.43/1351.65	c cleaning 37008 clauses out of 74025
1548.44/1453.06	c cleaning 38002 clauses out of 76018
1656.08/1551.08	c cleaning 38997 clauses out of 78015
1764.96/1649.71	c cleaning 40001 clauses out of 80018
1875.44/1749.11	c cleaning 41000 clauses out of 82017
1982.79/1845.25	c cleaning 41999 clauses out of 84018
2087.34/1938.07	c cleaning 42996 clauses out of 86018
2216.38/2054.75	c cleaning 44006 clauses out of 88024
2363.13/2178.92	c cleaning 44996 clauses out of 90017
2500.73/2303.64	c cleaning 45940 clauses out of 92020
2657.00/2439.16	c cleaning 47015 clauses out of 94081
2819.84/2584.66	c cleaning 48031 clauses out of 96066
2992.01/2743.21	c cleaning 48965 clauses out of 98034
3181.34/2907.85	c cleaning 49982 clauses out of 100069
3298.72/3012.00	c cleaning 51034 clauses out of 102088
3418.98/3118.58	c cleaning 52020 clauses out of 104057
3566.86/3252.33	c cleaning 53009 clauses out of 106034
3600.19/3277.15	c starts		: 207
3600.19/3277.17	c conflicts		: 1488699
3600.19/3277.17	c decisions		: 1929389
3600.19/3277.17	c propagations		: 272788390
3600.19/3277.17	c inspects		: 5626101872
3600.19/3277.17	c shortcuts		: 0
3600.19/3277.17	c learnt literals	: 0
3600.19/3277.17	c learnt binary clauses	: 0
3600.19/3277.17	c learnt ternary clauses	: 0
3600.19/3277.17	c learnt constraints	: 1488699
3600.19/3277.17	c ignored constraints	: 0
3600.19/3277.17	c root simplifications	: 0
3600.19/3277.17	c removed literals (reason simplification)	: 0
3600.19/3277.17	c reason swapping (by a shorter reason)	: 0
3600.19/3277.17	c Calls to reduceDB	: 50
3600.19/3277.17	c Number of update (reduction) of LBD	: 0
3600.19/3277.17	c Imported unit clauses	: 0
3600.19/3277.17	c No decision after first conflict	: false
3600.19/3277.17	c number of reductions to clauses (during analyze)	: 0
3600.19/3277.17	c number of learned constraints concerned by reduction	: 0
3600.19/3277.17	c number of learning phase by resolution	: 0
3600.19/3277.17	c number of learning phase by cutting planes	: 0
3600.19/3277.17	c number of rounding to 1 operations	: 0
3600.19/3277.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.19/3277.17	c number of reductions of the coefficients by power 2 	: 0
3600.19/3277.17	c number of right shift for reduction by power 2 	: 0
3600.19/3277.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.19/3277.17	c number of ending skipping 	: 0
3600.19/3277.17	c number of internal skipping 	: 0
3600.19/3277.17	c number of derivation steps 	: 24215730
3600.19/3277.17	c number of skipped derivation steps 	: 0
3600.19/3277.17	c number of remaining unassigned 	: 0
3600.19/3277.17	c number of remaining assigned 	: 0
3600.19/3277.17	c number of falsified literals weakened from reason	: 0
3600.19/3277.17	c number of falsified literals weakened from conflict	: 0
3600.19/3277.17	c time for arithmetic operations	: 0
3600.19/3277.18	c minimum degree of deleted constraints	: null
3600.19/3277.18	c maximum degree of deleted constraints	: null
3600.19/3277.18	c number of deleted constraints	: 0
3600.19/3277.18	c speed (assignments/second)	: 83279.18734615363
3600.19/3277.18	c non guided choices	: 0
3600.38/3277.20	c timeout
3600.38/3277.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66723
3600.38/3277.26	s UNKNOWN
3600.38/3277.26	c Total wall clock time (in seconds): 3277.111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489558-1751343276/watcher-4489558-1751343276 -o /tmp/evaluation-result-4489558-1751343276/solver-4489558-1751343276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44737 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489558-1751343276.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=46416, runsolver pid=46413
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 5.08 5.30 5.11 7/337 46434
/proc/meminfo: memFree=113913464/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=18930384 memory=57704 CPUtime=0.12 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 6568 0 0 0 10 2 0 0 20 0 18 0 50007541 19384713216 14426 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4732596 14426 5334 1 0 547619 0
[pid=46416/tid=46418] ppid=46413 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5072 0 0 0 6 1 0 0 20 0 18 0 50007543 19384713216 14426 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50007545 19384713216 14426 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50007545 19384713216 14426 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57704 KiB

[startup+0.205661 s]*
/proc/loadavg: 5.08 5.30 5.11 7/337 46434
/proc/meminfo: memFree=113905272/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=18930384 memory=68496 CPUtime=0.32 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 7138 0 0 0 29 3 0 0 20 0 18 0 50007541 19384713216 17124 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4732596 17124 5430 1 0 548006 0
[pid=46416/tid=46418] ppid=46413 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5348 0 0 0 15 1 0 0 20 0 18 0 50007543 19384713216 17124 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50007545 19384713216 17124 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50007545 19384713216 17124 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68496 KiB

[startup+0.305597 s]*
/proc/loadavg: 5.08 5.30 5.11 7/337 46434
/proc/meminfo: memFree=113874584/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=18930384 memory=104084 CPUtime=0.51 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 8891 0 0 0 47 4 0 0 20 0 18 0 50007541 19384713216 26021 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4732596 26021 5430 1 0 549133 0
[pid=46416/tid=46418] ppid=46413 vsize=18930384 memory=-6000919494248523371 CPUtime=0.24 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5363 0 0 0 22 2 0 0 20 0 18 0 50007543 19384713216 26021 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50007545 19384713216 26021 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50007545 19384713216 26021 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104084 KiB

[startup+0.700194 s]
/proc/loadavg: 5.08 5.30 5.11 7/338 46435
/proc/meminfo: memFree=113810144/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=18996948 memory=188028 CPUtime=1.28 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 15511 0 0 0 121 7 0 0 20 0 19 0 50007541 19452874752 47007 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4749237 47007 5462 1 0 553428 0
[pid=46416/tid=46418] ppid=46413 vsize=18996948 memory=17792 CPUtime=0.59 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5392 0 0 0 56 3 0 0 20 0 19 0 50007543 19452874752 47007 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50007545 19452874752 47007 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50007545 19452874752 47007 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 188028 KiB

[startup+1.50019 s]
/proc/loadavg: 5.08 5.30 5.11 7/338 46435
/proc/meminfo: memFree=113679164/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=18996948 memory=427356 CPUtime=2.43 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 16068 0 0 0 232 11 0 0 20 0 19 0 50007541 19452874752 106839 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4749237 106839 5462 1 0 850042 0
[pid=46416/tid=46418] ppid=46413 vsize=18996948 memory=3328 CPUtime=1.29 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5482 0 0 0 123 6 0 0 20 0 19 0 50007543 19452874752 106839 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50007545 19452874752 106839 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50007545 19452874752 106839 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 427356 KiB

[startup+3.10583 s]
/proc/loadavg: 5.08 5.30 5.11 6/339 46436
/proc/meminfo: memFree=113468648/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=513364 CPUtime=4.92 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 17610 0 0 0 478 14 0 0 20 0 20 0 50007541 19521036288 128341 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 128341 5526 1 0 1498026 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=10880 CPUtime=2.85 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5643 0 0 0 277 8 0 0 20 0 20 0 50007543 19521036288 128341 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 128341 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 128341 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 128341 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 513364 KiB

[startup+6.30018 s]
/proc/loadavg: 4.99 5.28 5.11 6/339 46436
/proc/meminfo: memFree=112833508/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=1132532 CPUtime=8.58 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 18133 0 0 0 833 25 0 0 20 0 20 0 50007541 19521036288 283133 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 283133 5526 1 0 1498045 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=0 CPUtime=5.84 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 5961 0 0 0 568 16 0 0 20 0 20 0 50007543 19521036288 283133 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 283133 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=-6000919494248523371 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 283133 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 283133 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1132532 KiB

[startup+12.7002 s]
/proc/loadavg: 5.15 5.31 5.12 6/339 46437
/proc/meminfo: memFree=111993096/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=2003252 CPUtime=15.45 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 26601 0 0 0 1501 44 0 0 20 0 20 0 50007541 19521036288 500813 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 500813 5526 1 0 1679853 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=0 CPUtime=11.88 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 8549 0 0 0 1159 29 0 0 20 0 20 0 50007543 19521036288 500813 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=1958088 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 500813 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 500813 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 500813 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 15.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2003252 KiB

[startup+25.5003 s]
/proc/loadavg: 5.19 5.31 5.12 7/339 46437
/proc/meminfo: memFree=111337232/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=2669280 CPUtime=28.84 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 31435 0 0 0 2826 58 0 0 20 0 20 0 50007541 19521036288 667320 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 667320 5526 1 0 1679857 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=-6000919494248523371 CPUtime=24.03 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 10040 0 0 0 2370 33 0 0 20 0 20 0 50007543 19521036288 667320 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=3101 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 667320 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=2445708 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 667320 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=2445708 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 667320 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2669280 KiB

[startup+51.1057 s]
/proc/loadavg: 5.25 5.31 5.13 6/338 46437
/proc/meminfo: memFree=109589580/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=4276168 CPUtime=55.69 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 40549 0 0 0 5479 90 0 0 20 0 20 0 50007541 19521036288 1069042 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 1069042 5558 1 0 1679862 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=4276168 CPUtime=48.42 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 13302 0 0 0 4796 46 0 0 20 0 20 0 50007543 19521036288 1069042 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=-6000919494248523371 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 1069042 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=3540212 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 1069042 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=2525728 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 1069042 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 55.69 s

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

/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 329769 0 0 0 283424 285 0 0 20 0 20 0 50007543 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=-6000919494248523371 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=16069176 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2478 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=16069176 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3195.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16069176 KiB

[startup+2982.3 s]
/proc/loadavg: 4.90 4.71 4.66 6/339 46786
/proc/meminfo: memFree=65816136/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=16069176 CPUtime=3261.03 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 543557 0 0 0 325604 499 0 0 20 0 20 0 50007541 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 4017294 5558 1 0 4031902 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=16068408 CPUtime=2895.19 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 337953 0 0 0 289232 287 0 0 20 0 20 0 50007543 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=4908 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=16068408 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4017294 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3261.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16069176 KiB

[startup+3042.3 s]
/proc/loadavg: 4.65 4.67 4.65 5/339 46788
/proc/meminfo: memFree=65770740/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=16085564 CPUtime=3330.2 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 556176 0 0 0 332516 504 0 0 20 0 20 0 50007541 19521036288 4021391 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 4021391 5558 1 0 4036079 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=16069176 CPUtime=2953.37 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 347337 0 0 0 295049 288 0 0 20 0 20 0 50007543 19521036288 4021391 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=16069176 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021391 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=16069176 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2528 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021391 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=16069176 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4021391 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3330.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16085564 KiB

[startup+3102.3 s]
/proc/loadavg: 4.79 4.73 4.67 6/339 46791
/proc/meminfo: memFree=65720976/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=16085948 CPUtime=3402.82 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 568724 0 0 0 339772 510 0 0 20 0 20 0 50007541 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 4021487 5558 1 0 4036116 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=14720 CPUtime=3011.71 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 354621 0 0 0 300880 291 0 0 20 0 20 0 50007543 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=16085948 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2594 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=16085948 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3402.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16085948 KiB

[startup+3162.3 s]
/proc/loadavg: 4.84 4.75 4.68 6/339 46793
/proc/meminfo: memFree=65703980/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=16085948 CPUtime=3463.84 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 575663 0 0 0 345872 512 0 0 20 0 20 0 50007541 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 4021487 5558 1 0 4036116 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=14720 CPUtime=3070.33 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 360756 0 0 0 306742 291 0 0 20 0 20 0 50007543 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=16085948 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2637 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=16085948 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3463.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16085948 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.72 4.67 5/339 46795
/proc/meminfo: memFree=65694420/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=16085948 CPUtime=3535.97 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 588741 0 0 0 353079 518 0 0 20 0 20 0 50007541 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 4021487 5558 1 0 4036118 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=14720 CPUtime=3128.98 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 370690 0 0 0 312605 293 0 0 20 0 20 0 50007543 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=16085948 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2693 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4021487 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3535.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16085948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3277.11 s]
/proc/loadavg: 4.66 4.71 4.67 6/339 46797
/proc/meminfo: memFree=65644636/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19063512 memory=16094160 CPUtime=3600.19 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 599186 0 0 0 359496 523 0 0 20 0 20 0 50007541 19521036288 4023540 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4765878 4023540 5558 1 0 4038206 0
[pid=46416/tid=46418] ppid=46413 vsize=19063512 memory=14720 CPUtime=3181.88 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 377395 0 0 0 317893 295 0 0 20 0 20 0 50007543 19521036288 4023540 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19063512 memory=16094160 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4023540 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19063512 memory=16094160 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2784 0 0 0 0 0 0 0 20 0 20 0 50007545 19521036288 4023540 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46436] ppid=46413 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/46416/task/46436/stat : 46436 (Timer-0) S 46413 46416 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50007701 19521036288 4023540 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16094160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.28 s, system=5.28267 s

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

[startup+3277.2 s]
/proc/loadavg: 4.66 4.71 4.67 6/339 46797
/proc/meminfo: memFree=65644636/131250000 swapFree=33010416/33010684
[pid=46416] ppid=46413 vsize=19263204 memory=16095056 CPUtime=3600.38 cores=0,2
/proc/46416/stat : 46416 (java) S 46413 46416 44727 0 -1 4194304 601033 0 0 0 359515 523 0 0 20 0 21 0 50007541 19725520896 4023764 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
/proc/46416/statm: 4815801 4023764 5590 1 0 4039128 0
[pid=46416/tid=46418] ppid=46413 vsize=19263204 memory=3328 CPUtime=3181.93 cores=0,2
/proc/46416/task/46418/stat : 46418 (java) R 46413 46416 44727 0 -1 4194368 377453 0 0 0 317898 295 0 0 20 0 21 0 50007543 19725520896 4023764 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46427] ppid=46413 vsize=19263204 memory=4760 CPUtime=0 cores=0,2
/proc/46416/task/46427/stat : 46427 (Finalizer) S 46413 46416 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 50007545 19725520896 4023764 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
[pid=46416/tid=46434] ppid=46413 vsize=19263204 memory=14720 CPUtime=0 cores=0,2
/proc/46416/task/46434/stat : 46434 (Common-Cleaner) S 46413 46416 44727 0 -1 4194368 2784 0 0 0 0 0 0 0 20 0 21 0 50007545 19725520896 4023764 18446744073709551615 94570977955840 94570977959536 140721999251392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94570977967352 94570977968144 94571005526016 140721999255934 140721999256038 140721999256038 140721999261640 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16095056 KiB

[startup+3277.3 s]*
/proc/loadavg: 4.66 4.71 4.67 5/321 46800
/proc/meminfo: memFree=81334200/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): 3277.32
CPU time (s): 3600.56
CPU user time (s): 3595.28
CPU system time (s): 5.28267
CPU usage (%): 109.863
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16095056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.28
system time used= 5.28267
maximum resident set size= 16095184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118391
involuntary context switches= 26103


# summary of solver processes directly reported to runsolver:
#   pid: 46416
#   total CPU time (s): 3600.56
#   total CPU user time (s): 3595.28
#   total CPU system time (s): 5.28267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.93336 second user time and 15.0529 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 06:14:37
IDJOB=4489558
IDBENCH=147557
IDSOLVER=3361
FILE ID=nodeC027/4489558-1751343276
RUNJOBID= nodeC027-1751336994-44737
SLURM_JOB_ID= 9594388
Free space on /tmp= 433044 MiB

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

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

MD5SUM BENCH= fd0e2798224bd891f728fecfed3c6d1b
RANDOM SEED=669474454

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.669
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.589
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.744
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		: 3599.638
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.633
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		: 3599.630
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		: 3599.168
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		: 3700.000
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:        113937532 kB
MemAvailable:   113592044 kB
Buffers:            2488 kB
Cached:           455588 kB
SwapCached:           12 kB
Active:         16533944 kB
Inactive:         155780 kB
Active(anon):   16246916 kB
Inactive(anon):     2792 kB
Active(file):     287028 kB
Inactive(file):   152988 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17620 kB
Writeback:             0 kB
AnonPages:      16233756 kB
Mapped:           123052 kB
Shmem:             18056 kB
KReclaimable:     103964 kB
Slab:             192232 kB
SReclaimable:     103964 kB
SUnreclaim:        88268 kB
KernelStack:        5168 kB
PageTables:        35408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   16823840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15816704 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= 432992 MiB
End job on nodeC027 at 2025-07-01 07:09:14