Trace number 4489880

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.5 3248.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM41281aaad41c07f4dcd6eb689ad0db2a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark220
Best CPU time to get the best result obtained on this benchmark3586.03
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 497468
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 497468
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	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.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4489880-1751345491.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  objective function found
2.42/1.63	c ... done. Wall clock time 1.464s.
2.42/1.63	c declared #vars     10000
2.42/1.63	c #constraints  656900
2.42/1.63	c constraints type 
2.42/1.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.42/1.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.42/1.63	c 656900 constraints processed.
2.42/1.64	c objective function length is 10000 literals
11.05/8.90	c cleaning 2497 clauses out of 5001
17.28/14.87	c cleaning 4249 clauses out of 8503
25.52/22.50	c cleaning 5624 clauses out of 11254
34.81/31.42	c cleaning 6808 clauses out of 13630
47.15/43.17	c cleaning 7907 clauses out of 15822
61.66/56.82	c cleaning 8956 clauses out of 17916
75.95/70.60	c cleaning 9979 clauses out of 19959
92.29/86.59	c cleaning 10989 clauses out of 21982
111.13/104.73	c cleaning 11994 clauses out of 23992
134.65/127.45	c cleaning 12993 clauses out of 25998
163.01/155.11	c cleaning 13991 clauses out of 28004
188.44/179.79	c cleaning 14988 clauses out of 30013
218.89/206.87	c cleaning 16000 clauses out of 32025
253.06/239.75	c cleaning 17012 clauses out of 34027
292.24/277.93	c cleaning 18004 clauses out of 36013
319.57/304.61	c cleaning 18997 clauses out of 38009
355.57/339.87	c cleaning 19995 clauses out of 40012
389.06/372.51	c cleaning 20993 clauses out of 42017
432.35/411.18	c cleaning 21999 clauses out of 44024
475.70/453.21	c cleaning 22996 clauses out of 46030
524.41/500.99	c cleaning 24010 clauses out of 48029
584.99/560.14	c cleaning 24996 clauses out of 50019
661.65/630.82	c cleaning 26007 clauses out of 52023
733.36/695.60	c cleaning 27003 clauses out of 54016
788.94/749.89	c cleaning 27996 clauses out of 56014
847.18/801.95	c cleaning 29006 clauses out of 58019
911.22/864.39	c cleaning 30000 clauses out of 60012
999.48/945.51	c cleaning 31001 clauses out of 62012
1082.19/1020.79	c cleaning 31985 clauses out of 64012
1156.69/1093.57	c cleaning 33008 clauses out of 66026
1223.47/1152.99	c cleaning 33986 clauses out of 68017
1308.81/1229.24	c cleaning 35012 clauses out of 70032
1398.26/1315.20	c cleaning 35986 clauses out of 72020
1523.32/1421.54	c cleaning 37000 clauses out of 74033
1639.94/1526.62	c cleaning 38009 clauses out of 76034
1750.94/1626.48	c cleaning 39004 clauses out of 78024
1869.52/1733.33	c cleaning 39972 clauses out of 80020
1983.99/1836.26	c cleaning 41001 clauses out of 82048
2088.62/1929.52	c cleaning 42009 clauses out of 84047
2182.45/2012.19	c cleaning 43001 clauses out of 86039
2276.64/2094.61	c cleaning 43991 clauses out of 88038
2415.67/2220.94	c cleaning 44990 clauses out of 90046
2533.57/2326.19	c cleaning 46020 clauses out of 92057
2672.53/2443.98	c cleaning 47003 clauses out of 94036
2822.24/2576.55	c cleaning 48002 clauses out of 96033
2977.54/2713.83	c cleaning 48981 clauses out of 98036
3158.73/2869.11	c cleaning 50016 clauses out of 100050
3298.99/2986.34	c cleaning 51012 clauses out of 102034
3434.78/3102.97	c cleaning 52006 clauses out of 104025
3584.83/3237.58	c cleaning 52997 clauses out of 106017
3600.15/3248.65	c starts		: 207
3600.15/3248.66	c conflicts		: 1482667
3600.15/3248.67	c decisions		: 1911513
3600.15/3248.67	c timeout
3600.15/3248.67	c propagations		: 251712467
3600.15/3248.67	c inspects		: 5255420018
3600.15/3248.67	c shortcuts		: 0
3600.15/3248.67	c learnt literals	: 0
3600.15/3248.67	c learnt binary clauses	: 0
3600.15/3248.67	c learnt ternary clauses	: 0
3600.15/3248.67	c learnt constraints	: 1482666
3600.15/3248.67	c ignored constraints	: 0
3600.15/3248.67	c root simplifications	: 0
3600.15/3248.67	c removed literals (reason simplification)	: 0
3600.15/3248.67	c reason swapping (by a shorter reason)	: 0
3600.15/3248.67	c Calls to reduceDB	: 50
3600.15/3248.67	c Number of update (reduction) of LBD	: 0
3600.15/3248.67	c Imported unit clauses	: 0
3600.15/3248.67	c No decision after first conflict	: false
3600.15/3248.67	c number of reductions to clauses (during analyze)	: 0
3600.15/3248.67	c number of learned constraints concerned by reduction	: 0
3600.15/3248.67	c number of learning phase by resolution	: 0
3600.15/3248.67	c number of learning phase by cutting planes	: 0
3600.15/3248.67	c number of rounding to 1 operations	: 0
3600.15/3248.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.15/3248.67	c number of reductions of the coefficients by power 2 	: 0
3600.15/3248.67	c number of right shift for reduction by power 2 	: 0
3600.15/3248.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.15/3248.67	c number of ending skipping 	: 0
3600.15/3248.67	c number of internal skipping 	: 0
3600.15/3248.67	c number of derivation steps 	: 23707181
3600.15/3248.67	c number of skipped derivation steps 	: 0
3600.15/3248.67	c number of remaining unassigned 	: 0
3600.15/3248.67	c number of remaining assigned 	: 0
3600.15/3248.68	c number of falsified literals weakened from reason	: 0
3600.15/3248.68	c number of falsified literals weakened from conflict	: 0
3600.15/3248.68	c time for arithmetic operations	: 0
3600.15/3248.68	c minimum degree of deleted constraints	: null
3600.15/3248.69	c maximum degree of deleted constraints	: null
3600.15/3248.69	c number of deleted constraints	: 0
3600.15/3248.69	c speed (assignments/second)	: 77520.64096570475
3600.15/3248.69	c non guided choices	: 0
3600.36/3248.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60685
3600.36/3248.74	s UNKNOWN
3600.36/3248.74	c Total wall clock time (in seconds): 3248.582

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (44611 MiB free)
  memory of node 1: 64465 MiB (58999 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489880-1751345491/watcher-4489880-1751345491 -o /tmp/evaluation-result-4489880-1751345491/solver-4489880-1751345491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751339095-46195 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489880-1751345491.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=47162, runsolver pid=47159

[startup+0.10006 s]*
/proc/loadavg: 4.70 4.90 4.95 5/336 47180
/proc/meminfo: memFree=106031636/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=18930384 memory=55368 CPUtime=0.11 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 6492 0 0 0 9 2 0 0 20 0 18 0 50171675 19384713216 13842 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4732596 13842 5337 1 0 547571 0
[pid=47162/tid=47164] ppid=47159 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 5005 0 0 0 5 1 0 0 20 0 18 0 50171677 19384713216 13842 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50171680 19384713216 13842 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=18930384 memory=60684515937227 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50171680 19384713216 13842 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55368 KiB

[startup+0.205704 s]*
/proc/loadavg: 4.70 4.90 4.95 7/336 47180
/proc/meminfo: memFree=106027540/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=18930384 memory=68084 CPUtime=0.3 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 7029 0 0 0 27 3 0 0 20 0 18 0 50171675 19384713216 17021 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4732596 17021 5433 1 0 547918 0
[pid=47162/tid=47164] ppid=47159 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 5325 0 0 0 15 2 0 0 20 0 18 0 50171677 19384713216 17021 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=18930384 memory=16124 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50171680 19384713216 17021 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50171680 19384713216 17021 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68084 KiB

[startup+0.305662 s]*
/proc/loadavg: 4.70 4.90 4.95 7/336 47180
/proc/meminfo: memFree=106003028/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=18930384 memory=96352 CPUtime=0.5 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 9158 0 0 0 46 4 0 0 20 0 18 0 50171675 19384713216 24088 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4732596 24088 5433 1 0 549307 0
[pid=47162/tid=47164] ppid=47159 vsize=18930384 memory=-6000919468411807083 CPUtime=0.25 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 5360 0 0 0 23 2 0 0 20 0 18 0 50171677 19384713216 24088 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50171680 19384713216 24088 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50171680 19384713216 24088 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96352 KiB

[startup+0.7057 s]
/proc/loadavg: 4.70 4.90 4.95 6/337 47181
/proc/meminfo: memFree=105932704/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=18996948 memory=181124 CPUtime=1.28 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 12485 0 0 0 121 7 0 0 20 0 19 0 50171675 19452874752 45281 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4749237 45281 5465 1 0 551587 0
[pid=47162/tid=47164] ppid=47159 vsize=18996948 memory=17792 CPUtime=0.6 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) S 47159 47162 46182 0 -1 4194368 5393 0 0 0 56 4 0 0 20 0 19 0 50171677 19452874752 45281 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50171680 19452874752 45281 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50171680 19452874752 45281 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 181124 KiB

[startup+1.50023 s]
/proc/loadavg: 4.70 4.90 4.95 5/337 47181
/proc/meminfo: memFree=105847648/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=18996948 memory=405588 CPUtime=2.3 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 13404 0 0 0 219 11 0 0 20 0 19 0 50171675 19452874752 101397 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4749237 101397 5465 1 0 1052913 0
[pid=47162/tid=47164] ppid=47159 vsize=18996948 memory=3328 CPUtime=1.3 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 5488 0 0 0 123 7 0 0 20 0 19 0 50171677 19452874752 101397 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50171680 19452874752 101397 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50171680 19452874752 101397 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 405588 KiB

[startup+3.10553 s]
/proc/loadavg: 4.70 4.90 4.95 6/338 47182
/proc/meminfo: memFree=105519984/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=423848 CPUtime=4.55 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 13866 0 0 0 443 12 0 0 20 0 20 0 50171675 19521036288 105962 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 105962 5529 1 0 1053343 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=10752 CPUtime=2.85 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 5624 0 0 0 278 7 0 0 20 0 20 0 50171677 19521036288 105962 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 105962 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 105962 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 105962 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 423848 KiB

[startup+6.30024 s]
/proc/loadavg: 4.72 4.90 4.95 6/338 47182
/proc/meminfo: memFree=104857064/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=843164 CPUtime=8.29 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 21132 0 0 0 808 21 0 0 20 0 20 0 50171675 19521036288 210791 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 210791 5529 1 0 1659131 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=0 CPUtime=5.92 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 6416 0 0 0 577 15 0 0 20 0 20 0 50171677 19521036288 210791 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=-8412654364016274332 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 210791 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=-6000919468411807083 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 210791 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 210791 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 843164 KiB

[startup+12.7002 s]
/proc/loadavg: 4.75 4.90 4.95 5/338 47182
/proc/meminfo: memFree=103959032/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=1701312 CPUtime=15.09 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 22624 0 0 0 1473 36 0 0 20 0 20 0 50171675 19521036288 425328 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 425328 5529 1 0 1659182 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=0 CPUtime=11.92 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 7586 0 0 0 1167 25 0 0 20 0 20 0 50171677 19521036288 425328 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=1676736 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 425328 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 425328 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 425328 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1701312 KiB

[startup+25.5002 s]
/proc/loadavg: 4.58 4.86 4.93 5/338 47182
/proc/meminfo: memFree=102430232/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=2661048 CPUtime=28.64 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 28371 0 0 0 2809 55 0 0 20 0 20 0 50171675 19521036288 665262 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 665262 5529 1 0 1757543 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=-6000919468411807083 CPUtime=23.99 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 9536 0 0 0 2365 34 0 0 20 0 20 0 50171677 19521036288 665262 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=3027 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 665262 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=2014968 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 665262 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=2014968 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 665262 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2661048 KiB

[startup+51.1056 s]
/proc/loadavg: 4.53 4.82 4.92 5/338 47182
/proc/meminfo: memFree=100384848/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=3838948 CPUtime=55.59 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 36282 0 0 0 5480 79 0 0 20 0 20 0 50171675 19521036288 959737 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 959737 5561 1 0 1757548 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=3838820 CPUtime=48.2 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 11762 0 0 0 4780 40 0 0 20 0 20 0 50171677 19521036288 959737 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=-6000919468411807083 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 959737 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=2909028 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 959737 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=2407024 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 959737 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 55.59 s

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

[startup+2922.3 s]
/proc/loadavg: 4.53 4.59 4.61 6/340 47334
/proc/meminfo: memFree=65197260/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16276420 CPUtime=3224.09 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 556312 0 1 0 321893 516 0 0 20 0 20 0 50171675 19521036288 4069105 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069105 5561 1 0 4082554 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=-6000919468411807083 CPUtime=2833.23 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 341125 0 1 0 283044 279 0 0 20 0 20 0 50171677 19521036288 4069105 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=16275652 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069105 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=16276420 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2236 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069105 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=16276420 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069105 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3224.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276420 KiB

[startup+2982.3 s]
/proc/loadavg: 4.57 4.58 4.61 6/340 47402
/proc/meminfo: memFree=76881232/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3291.04 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 568735 0 1 0 328583 521 0 0 20 0 20 0 50171675 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069393 5561 1 0 4082831 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=16277572 CPUtime=2891.26 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 348614 0 1 0 288846 280 0 0 20 0 20 0 50171677 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=16276420 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=16276420 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2306 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=16147924 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3291.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277572 KiB

[startup+3042.3 s]
/proc/loadavg: 4.48 4.56 4.60 5/340 47404
/proc/meminfo: memFree=76816336/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3360 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 577027 0 1 0 335474 526 0 0 20 0 20 0 50171675 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069393 5561 1 0 4082831 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=16277572 CPUtime=2949.61 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 355097 0 1 0 294680 281 0 0 20 0 20 0 50171677 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=-6000919468411807083 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3360 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277572 KiB

[startup+3102.3 s]
/proc/loadavg: 4.53 4.57 4.60 5/340 47406
/proc/meminfo: memFree=76562756/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3434.19 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 591115 0 1 0 342887 532 0 0 20 0 20 0 50171675 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069393 5561 1 0 4082842 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3007.93 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 362935 0 1 0 300511 282 0 0 20 0 20 0 50171677 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2403 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3434.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.57 4.57 4.60 5/340 47408
/proc/meminfo: memFree=76546240/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3507.84 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 603651 0 1 0 350246 538 0 0 20 0 20 0 50171675 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069393 5561 1 0 4082842 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=0 CPUtime=3066.22 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 369781 0 1 0 306339 283 0 0 20 0 20 0 50171677 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2495 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3507.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277572 KiB

[startup+3222.3 s]
/proc/loadavg: 4.66 4.58 4.60 5/340 47410
/proc/meminfo: memFree=76394540/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3569.33 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 615598 0 1 0 356392 541 0 0 20 0 20 0 50171675 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069393 5561 1 0 4082842 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3124.35 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 379562 0 1 0 312151 284 0 0 20 0 20 0 50171677 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3569.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3248.6 s]
/proc/loadavg: 4.56 4.56 4.59 6/340 47479
/proc/meminfo: memFree=90936908/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19063512 memory=16277572 CPUtime=3600.15 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 623314 0 1 0 359471 544 0 0 20 0 20 0 50171675 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4765878 4069393 5561 1 0 4082842 0
[pid=47162/tid=47164] ppid=47159 vsize=19063512 memory=5632 CPUtime=3149.71 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) R 47159 47162 46182 0 -1 4194368 384330 0 1 0 314686 285 0 0 20 0 20 0 50171677 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19063512 memory=21872 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 50171680 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47182] ppid=47159 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/47162/task/47182/stat : 47182 (Timer-0) S 47159 47162 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50171841 19521036288 4069393 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595 s, system=5.49172 s

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

[startup+3248.7 s]
/proc/loadavg: 4.56 4.56 4.59 6/340 47479
/proc/meminfo: memFree=90936908/131250000 swapFree=33010684/33010684
[pid=47162] ppid=47159 vsize=19263204 memory=16278340 CPUtime=3600.36 cores=5,7
/proc/47162/stat : 47162 (java) S 47159 47162 46182 0 -1 4194304 625830 0 1 0 359492 544 0 0 20 0 21 0 50171675 19725520896 4069585 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
/proc/47162/statm: 4815801 4069585 5561 1 0 4083779 0
[pid=47162/tid=47164] ppid=47159 vsize=19263204 memory=16277572 CPUtime=3149.76 cores=5,7
/proc/47162/task/47164/stat : 47164 (java) S 47159 47162 46182 0 -1 4194368 384424 0 1 0 314691 285 0 0 20 0 21 0 50171677 19725520896 4069585 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47173] ppid=47159 vsize=19263204 memory=14848 CPUtime=0 cores=5,7
/proc/47162/task/47173/stat : 47173 (Finalizer) S 47159 47162 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 50171680 19725520896 4069585 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
[pid=47162/tid=47180] ppid=47159 vsize=19263204 memory=16277572 CPUtime=0 cores=5,7
/proc/47162/task/47180/stat : 47180 (Common-Cleaner) S 47159 47162 46182 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 21 0 50171680 19725520896 4069585 18446744073709551615 94558345932800 94558345936496 140730429253616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94558345944312 94558345945104 94558370160640 140730429262206 140730429262310 140730429262310 140730429267912 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16278340 KiB

Child status: 143

Real time (s): 3248.8
CPU time (s): 3600.5
CPU user time (s): 3595
CPU system time (s): 5.49172
CPU usage (%): 110.826
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16278340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595
system time used= 5.49172
maximum resident set size= 16278596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 625913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 14848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118125
involuntary context switches= 22928


# summary of solver processes directly reported to runsolver:
#   pid: 47162
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3595
#   total CPU system time (s): 5.49172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69812 second user time and 15.6866 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 06:51:32
IDJOB=4489880
IDBENCH=147565
IDSOLVER=3361
FILE ID=nodeC028/4489880-1751345491
RUNJOBID= nodeC028-1751339095-46195
SLURM_JOB_ID= 9594403
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_13.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489880-1751345491/watcher-4489880-1751345491 -o /tmp/evaluation-result-4489880-1751345491/solver-4489880-1751345491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751339095-46195 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489880-1751345491.opb

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

MD5SUM BENCH= 41281aaad41c07f4dcd6eb689ad0db2a
RANDOM SEED=1598753696

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        106134976 kB
MemAvailable:   106034696 kB
Buffers:            3280 kB
Cached:           707376 kB
SwapCached:            0 kB
Active:         24048068 kB
Inactive:         450700 kB
Active(anon):   23806180 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   450700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15580 kB
Writeback:            60 kB
AnonPages:      23790844 kB
Mapped:           123212 kB
Shmem:             18068 kB
KReclaimable:      92740 kB
Slab:             179472 kB
SReclaimable:      92740 kB
SUnreclaim:        86732 kB
KernelStack:        5168 kB
PageTables:        50080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   26864536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23508992 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC028 at 2025-07-01 07:45:40