Trace number 4489604

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.21 3279.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM9792288b3bfa4387008e61c6fa17d472
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 benchmark245
Best CPU time to get the best result obtained on this benchmark28904.8
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 495293
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 495293
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.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.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/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.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4489604-1751343378.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
2.49/1.62	c ... done. Wall clock time 1.453s.
2.49/1.62	c declared #vars     10000
2.49/1.62	c #constraints  656900
2.49/1.62	c constraints type 
2.49/1.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.49/1.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.49/1.62	c 656900 constraints processed.
2.49/1.63	c objective function length is 10000 literals
9.24/7.07	c cleaning 2491 clauses out of 5002
15.37/12.74	c cleaning 4251 clauses out of 8510
24.66/21.73	c cleaning 5625 clauses out of 11258
32.86/29.54	c cleaning 6814 clauses out of 13634
43.27/39.34	c cleaning 7903 clauses out of 15819
53.84/49.48	c cleaning 8944 clauses out of 17916
68.23/63.20	c cleaning 9984 clauses out of 19974
85.53/80.09	c cleaning 10994 clauses out of 21990
104.67/98.57	c cleaning 11996 clauses out of 23996
127.61/120.84	c cleaning 12989 clauses out of 26001
154.44/146.99	c cleaning 13995 clauses out of 28010
179.07/170.72	c cleaning 15001 clauses out of 30016
212.19/200.82	c cleaning 15998 clauses out of 32014
243.96/231.89	c cleaning 17001 clauses out of 34015
271.75/258.83	c cleaning 18004 clauses out of 36019
305.79/292.03	c cleaning 19001 clauses out of 38010
344.95/330.26	c cleaning 19998 clauses out of 40009
389.50/370.36	c cleaning 20989 clauses out of 42011
440.45/419.99	c cleaning 22006 clauses out of 44022
482.71/461.18	c cleaning 22997 clauses out of 46016
526.43/504.29	c cleaning 24000 clauses out of 48019
583.97/560.44	c cleaning 25006 clauses out of 50021
643.78/614.61	c cleaning 25992 clauses out of 52013
693.32/662.81	c cleaning 27006 clauses out of 54021
748.19/711.75	c cleaning 27998 clauses out of 56015
810.16/772.17	c cleaning 29008 clauses out of 58019
882.14/837.09	c cleaning 29982 clauses out of 60010
949.56/902.98	c cleaning 30998 clauses out of 62032
1020.14/967.17	c cleaning 32002 clauses out of 64030
1097.56/1036.54	c cleaning 32998 clauses out of 66028
1157.05/1094.54	c cleaning 33994 clauses out of 68030
1246.53/1175.72	c cleaning 35006 clauses out of 70035
1336.03/1256.34	c cleaning 35984 clauses out of 72029
1451.04/1361.50	c cleaning 36992 clauses out of 74045
1599.28/1498.84	c cleaning 38013 clauses out of 76053
1695.04/1584.58	c cleaning 39006 clauses out of 78043
1801.73/1681.27	c cleaning 40006 clauses out of 80035
1897.92/1767.06	c cleaning 41006 clauses out of 82028
1993.54/1851.60	c cleaning 41993 clauses out of 84023
2114.62/1961.12	c cleaning 43002 clauses out of 86030
2235.45/2070.32	c cleaning 43980 clauses out of 88029
2367.50/2190.50	c cleaning 44989 clauses out of 90047
2510.06/2320.23	c cleaning 46017 clauses out of 92059
2674.37/2460.23	c cleaning 47005 clauses out of 94042
2831.61/2604.13	c cleaning 47939 clauses out of 96036
3011.21/2758.34	c cleaning 49013 clauses out of 98099
3177.31/2909.52	c cleaning 49918 clauses out of 100085
3309.73/3017.49	c cleaning 51075 clauses out of 102166
3446.10/3139.87	c cleaning 52010 clauses out of 104091
3592.13/3271.76	c cleaning 53031 clauses out of 106082
3600.06/3279.31	c starts		: 207
3600.06/3279.31	c conflicts		: 1480644
3600.06/3279.31	c decisions		: 1914430
3600.06/3279.31	c propagations		: 286003717
3600.06/3279.31	c inspects		: 5565134305
3600.06/3279.31	c shortcuts		: 0
3600.06/3279.31	c learnt literals	: 0
3600.06/3279.31	c learnt binary clauses	: 0
3600.06/3279.31	c learnt ternary clauses	: 0
3600.06/3279.31	c learnt constraints	: 1480644
3600.06/3279.31	c ignored constraints	: 0
3600.06/3279.31	c root simplifications	: 0
3600.06/3279.31	c removed literals (reason simplification)	: 0
3600.06/3279.31	c reason swapping (by a shorter reason)	: 0
3600.06/3279.31	c Calls to reduceDB	: 50
3600.06/3279.31	c Number of update (reduction) of LBD	: 0
3600.06/3279.31	c Imported unit clauses	: 0
3600.06/3279.31	c No decision after first conflict	: false
3600.06/3279.31	c number of reductions to clauses (during analyze)	: 0
3600.06/3279.31	c number of learned constraints concerned by reduction	: 0
3600.06/3279.31	c number of learning phase by resolution	: 0
3600.06/3279.31	c number of learning phase by cutting planes	: 0
3600.06/3279.31	c number of rounding to 1 operations	: 0
3600.06/3279.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3279.31	c number of reductions of the coefficients by power 2 	: 0
3600.06/3279.31	c number of right shift for reduction by power 2 	: 0
3600.06/3279.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3279.32	c number of ending skipping 	: 0
3600.06/3279.32	c number of internal skipping 	: 0
3600.06/3279.32	c number of derivation steps 	: 24624995
3600.06/3279.32	c number of skipped derivation steps 	: 0
3600.06/3279.32	c number of remaining unassigned 	: 0
3600.06/3279.32	c number of remaining assigned 	: 0
3600.06/3279.32	c number of falsified literals weakened from reason	: 0
3600.06/3279.32	c number of falsified literals weakened from conflict	: 0
3600.06/3279.32	c time for arithmetic operations	: 0
3600.06/3279.32	c minimum degree of deleted constraints	: null
3600.06/3279.32	c maximum degree of deleted constraints	: null
3600.06/3279.32	c number of deleted constraints	: 0
3600.06/3279.32	c speed (assignments/second)	: 87257.8677505214
3600.06/3279.32	c non guided choices	: 0
3600.06/3279.33	c timeout
3600.06/3279.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 58694
3600.06/3279.36	s UNKNOWN
3600.06/3279.36	c Total wall clock time (in seconds): 3279.2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489604-1751343378/watcher-4489604-1751343378 -o /tmp/evaluation-result-4489604-1751343378/solver-4489604-1751343378 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44740 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489604-1751343378.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=46486, runsolver pid=46483

[startup+0.10006 s]*
/proc/loadavg: 5.02 5.25 5.11 6/336 46504
/proc/meminfo: memFree=112173496/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=18930384 memory=55616 CPUtime=0.12 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 6535 0 0 0 10 2 0 0 20 0 18 0 50017663 19384713216 13904 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4732596 13904 5333 1 0 547587 0
[pid=46486/tid=46488] ppid=46483 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5040 0 0 0 6 1 0 0 20 0 18 0 50017665 19384713216 13904 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50017667 19384713216 13904 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50017668 19384713216 13904 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55616 KiB

[startup+0.205642 s]*
/proc/loadavg: 5.02 5.25 5.11 7/336 46504
/proc/meminfo: memFree=112161368/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=18930384 memory=68284 CPUtime=0.3 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 7062 0 0 0 28 2 0 0 20 0 18 0 50017663 19384713216 17071 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4732596 17071 5429 1 0 547952 0
[pid=46486/tid=46488] ppid=46483 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5329 0 0 0 15 1 0 0 20 0 18 0 50017665 19384713216 17071 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50017667 19384713216 17071 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50017668 19384713216 17071 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68284 KiB

[startup+0.305594 s]*
/proc/loadavg: 5.02 5.25 5.11 6/336 46504
/proc/meminfo: memFree=112133012/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=18930384 memory=101364 CPUtime=0.49 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 8614 0 0 0 46 3 0 0 20 0 18 0 50017663 19384713216 25341 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4732596 25341 5429 1 0 548982 0
[pid=46486/tid=46488] ppid=46483 vsize=18930384 memory=-6000919494131082859 CPUtime=0.26 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5369 0 0 0 24 2 0 0 20 0 18 0 50017665 19384713216 25341 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50017667 19384713216 25341 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50017668 19384713216 25341 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101364 KiB

[startup+0.700231 s]
/proc/loadavg: 5.02 5.25 5.11 6/337 46505
/proc/meminfo: memFree=112062248/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=18996948 memory=187704 CPUtime=1.25 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 15318 0 0 0 119 6 0 0 20 0 19 0 50017663 19452874752 46926 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4749237 46926 5461 1 0 553307 0
[pid=46486/tid=46488] ppid=46483 vsize=18996948 memory=17792 CPUtime=0.6 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5400 0 0 0 57 3 0 0 20 0 19 0 50017665 19452874752 46926 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50017667 19452874752 46926 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50017668 19452874752 46926 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 187704 KiB

[startup+1.50025 s]
/proc/loadavg: 5.02 5.25 5.11 5/337 46505
/proc/meminfo: memFree=111968800/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=18996948 memory=394288 CPUtime=2.38 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 16375 0 0 0 227 11 0 0 20 0 19 0 50017663 19452874752 98572 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4749237 98572 5461 1 0 868722 0
[pid=46486/tid=46488] ppid=46483 vsize=18996948 memory=3328 CPUtime=1.25 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5478 0 0 0 119 6 0 0 20 0 19 0 50017665 19452874752 98572 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50017667 19452874752 98572 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50017668 19452874752 98572 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 394288 KiB

[startup+3.10633 s]
/proc/loadavg: 5.02 5.25 5.11 6/338 46506
/proc/meminfo: memFree=111746148/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=488472 CPUtime=4.82 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 17413 0 0 0 469 13 0 0 20 0 20 0 50017663 19521036288 122118 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 122118 5493 1 0 1512529 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=10880 CPUtime=2.78 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5645 0 0 0 270 8 0 0 20 0 20 0 50017665 19521036288 122118 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 122118 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 122118 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 122118 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 488472 KiB

[startup+6.30023 s]
/proc/loadavg: 5.18 5.27 5.12 5/338 46506
/proc/meminfo: memFree=111197032/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=1100496 CPUtime=8.52 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 18171 0 0 0 829 23 0 0 20 0 20 0 50017663 19521036288 275124 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 275124 5493 1 0 1616983 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=0 CPUtime=5.75 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 5952 0 0 0 561 14 0 0 20 0 20 0 50017665 19521036288 275124 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 275124 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=-6000919494131082859 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 275124 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 275124 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1100496 KiB

[startup+12.7002 s]
/proc/loadavg: 5.09 5.25 5.12 6/338 46506
/proc/meminfo: memFree=110500660/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=1618968 CPUtime=15.37 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 21684 0 0 0 1502 35 0 0 20 0 20 0 50017663 19521036288 404742 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 404742 5493 1 0 1617048 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=0 CPUtime=11.83 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 7188 0 0 0 1160 23 0 0 20 0 20 0 50017665 19521036288 404742 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=1618968 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 404742 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 404742 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 404742 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1618968 KiB

[startup+25.5002 s]
/proc/loadavg: 4.99 5.22 5.11 5/339 46507
/proc/meminfo: memFree=109049936/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=2885024 CPUtime=28.71 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 24320 0 0 0 2812 59 0 0 20 0 20 0 50017663 19521036288 721256 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 721256 5493 1 0 1617125 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=-6000919494131082859 CPUtime=23.97 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 8537 0 0 0 2359 38 0 0 20 0 20 0 50017665 19521036288 721256 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=3101 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 721256 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=2733404 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 721256 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=2663772 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 721256 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 28.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2885024 KiB

[startup+51.1056 s]
/proc/loadavg: 5.15 5.24 5.11 6/339 46508
/proc/meminfo: memFree=106612832/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=5231228 CPUtime=55.66 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 34129 0 0 0 5463 103 0 0 20 0 20 0 50017663 19521036288 1307807 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 1307807 5525 1 0 1717403 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=4446764 CPUtime=48.22 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 11956 0 0 0 4761 61 0 0 20 0 20 0 50017665 19521036288 1307807 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=-6000919494131082859 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 1307807 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=4010452 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 1307807 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=2839900 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 1307807 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 55.66 s

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

/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4032101 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=16128404 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2635 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4032101 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=16128404 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4032101 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3128.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16128404 KiB

[startup+2922.3 s]
/proc/loadavg: 4.73 4.69 4.65 5/339 46788
/proc/meminfo: memFree=65770724/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16144800 CPUtime=3190.29 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 548119 0 0 0 318486 543 0 0 20 0 20 0 50017663 19521036288 4036200 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4036200 5557 1 0 4050753 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=5760 CPUtime=2837.23 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) S 46483 46486 44727 0 -1 4194368 338053 0 0 0 283423 300 0 0 20 0 20 0 50017665 19521036288 4036200 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=16144800 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4036200 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2641 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4036200 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=16128404 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4036200 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3190.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16144800 KiB

[startup+2982.3 s]
/proc/loadavg: 5.00 4.76 4.68 7/339 46791
/proc/meminfo: memFree=65729144/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16186180 CPUtime=3262.22 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 560622 0 0 0 325674 548 0 0 20 0 20 0 50017663 19521036288 4046545 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4046545 5557 1 0 4061202 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=6896 CPUtime=2894.59 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 344903 0 0 0 289158 301 0 0 20 0 20 0 50017665 19521036288 4046545 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=16161472 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4046545 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2675 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4046545 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=16161472 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4046545 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3262.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16186180 KiB

[startup+3042.3 s]
/proc/loadavg: 4.68 4.72 4.67 5/339 46792
/proc/meminfo: memFree=65720340/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16186820 CPUtime=3335.32 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 568936 0 0 0 332977 555 0 0 20 0 20 0 50017663 19521036288 4046705 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4046705 5557 1 0 4061202 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=16186180 CPUtime=2952.9 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 350906 0 0 0 294988 302 0 0 20 0 20 0 50017665 19521036288 4046705 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4046705 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=16186180 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2700 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4046705 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4046705 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3335.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16186820 KiB

[startup+3102.3 s]
/proc/loadavg: 4.90 4.77 4.69 5/339 46794
/proc/meminfo: memFree=65694404/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16203604 CPUtime=3407.96 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 581424 0 0 0 340235 561 0 0 20 0 20 0 50017663 19521036288 4050901 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4050901 5557 1 0 4065409 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=14720 CPUtime=3011.6 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 358156 0 0 0 300856 304 0 0 20 0 20 0 50017665 19521036288 4050901 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=16203220 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4050901 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=16203220 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2783 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4050901 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4050901 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3407.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16203604 KiB

[startup+3162.3 s]
/proc/loadavg: 4.56 4.69 4.66 6/339 46796
/proc/meminfo: memFree=65645136/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16211812 CPUtime=3469.29 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 592215 0 0 0 346364 565 0 0 20 0 20 0 50017663 19521036288 4052953 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4052953 5557 1 0 4067497 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=14720 CPUtime=3069.88 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 366463 0 0 0 306683 305 0 0 20 0 20 0 50017665 19521036288 4052953 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=16203220 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4052953 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=16203604 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2838 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4052953 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=16211812 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4052953 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3469.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16211812 KiB

[startup+3222.3 s]
/proc/loadavg: 4.84 4.77 4.70 5/339 46864
/proc/meminfo: memFree=77372980/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16211940 CPUtime=3541.53 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 605960 0 0 0 353581 572 0 0 20 0 20 0 50017663 19521036288 4052985 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4052985 5557 1 0 4067504 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=14720 CPUtime=3128.38 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 375344 0 0 0 312531 307 0 0 20 0 20 0 50017665 19521036288 4052985 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=16211812 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4052985 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=16211812 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2968 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4052985 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4052985 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3541.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16211940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3279.3 s]
/proc/loadavg: 4.75 4.75 4.69 7/339 46866
/proc/meminfo: memFree=77260220/131250000 swapFree=33010416/33010684
[pid=46486] ppid=46483 vsize=19063512 memory=16220156 CPUtime=3600.06 cores=5,7
/proc/46486/stat : 46486 (java) S 46483 46486 44727 0 -1 4194304 615212 0 0 0 359430 576 0 0 20 0 20 0 50017663 19521036288 4055039 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
/proc/46486/statm: 4765878 4055039 5557 1 0 4069592 0
[pid=46486/tid=46488] ppid=46483 vsize=19063512 memory=14720 CPUtime=3183.51 cores=5,7
/proc/46486/task/46488/stat : 46488 (java) R 46483 46486 44727 0 -1 4194368 382073 0 0 0 318043 308 0 0 20 0 20 0 50017665 19521036288 4055039 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46497] ppid=46483 vsize=19063512 memory=16220156 CPUtime=0 cores=5,7
/proc/46486/task/46497/stat : 46497 (Finalizer) S 46483 46486 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50017667 19521036288 4055039 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46504] ppid=46483 vsize=19063512 memory=16220156 CPUtime=0 cores=5,7
/proc/46486/task/46504/stat : 46504 (Common-Cleaner) S 46483 46486 44727 0 -1 4194368 2968 0 0 0 0 0 0 0 20 0 20 0 50017668 19521036288 4055039 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
[pid=46486/tid=46506] ppid=46483 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/46486/task/46506/stat : 46506 (Timer-0) S 46483 46486 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50017827 19521036288 4055039 18446744073709551615 94771063328768 94771063332464 140722904596416 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94771063340280 94771063341072 94771091779584 140722904598910 140722904599014 140722904599014 140722904604616 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16220156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.4 s, system=5.81298 s

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

[startup+3279.41 s]*
/proc/loadavg: 4.85 4.77 4.70 6/321 46869
/proc/meminfo: memFree=93166520/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): 3279.42
CPU time (s): 3600.21
CPU user time (s): 3594.4
CPU system time (s): 5.81298
CPU usage (%): 109.782
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16220156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.4
system time used= 5.81298
maximum resident set size= 16221052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118050
involuntary context switches= 25391


# summary of solver processes directly reported to runsolver:
#   pid: 46486
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.4
#   total CPU system time (s): 5.81298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99916 second user time and 16.1175 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 06:16:18
IDJOB=4489604
IDBENCH=147558
IDSOLVER=3361
FILE ID=nodeC027/4489604-1751343378
RUNJOBID= nodeC027-1751336994-44740
SLURM_JOB_ID= 9594388
Free space on /tmp= 433028 MiB

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

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

MD5SUM BENCH= 9792288b3bfa4387008e61c6fa17d472
RANDOM SEED=389902840

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.661
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.638
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		: 3599.595
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.663
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.636
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		: 3590.826
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.926
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		: 3599.635
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:        112197924 kB
MemAvailable:   111867976 kB
Buffers:            2488 kB
Cached:           472680 kB
SwapCached:           12 kB
Active:         18252936 kB
Inactive:         172872 kB
Active(anon):   17965908 kB
Inactive(anon):     2792 kB
Active(file):     287028 kB
Inactive(file):   170080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17532 kB
Writeback:            36 kB
AnonPages:      17953004 kB
Mapped:           123180 kB
Shmem:             18056 kB
KReclaimable:     103964 kB
Slab:             192476 kB
SReclaimable:     103964 kB
SUnreclaim:        88512 kB
KernelStack:        5152 kB
PageTables:        38784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   19070188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17600512 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= 432960 MiB
End job on nodeC027 at 2025-07-01 07:10:57