Trace number 4489742

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.15 3298.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM502d6e212fd4e38a31cb5eb2ff64d408
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 benchmark242
Best CPU time to get the best result obtained on this benchmark3584.86
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 491651
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 491651
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-4489742-1751345122.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
2.68/1.72	c ... done. Wall clock time 1.558s.
2.68/1.72	c declared #vars     10000
2.68/1.72	c #constraints  656900
2.68/1.72	c constraints type 
2.68/1.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
2.68/1.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
2.68/1.72	c 656900 constraints processed.
2.68/1.74	c objective function length is 10000 literals
10.61/8.34	c cleaning 2489 clauses out of 5000
16.95/14.25	c cleaning 4253 clauses out of 8512
24.29/21.11	c cleaning 5623 clauses out of 11258
33.45/30.00	c cleaning 6817 clauses out of 13635
45.22/41.20	c cleaning 7902 clauses out of 15819
59.15/54.59	c cleaning 8952 clauses out of 17917
73.40/68.34	c cleaning 9981 clauses out of 19964
92.76/87.28	c cleaning 10985 clauses out of 21983
112.08/105.63	c cleaning 11986 clauses out of 23998
133.54/126.61	c cleaning 12986 clauses out of 26012
160.65/152.71	c cleaning 14002 clauses out of 28027
185.25/174.79	c cleaning 14989 clauses out of 30024
221.09/209.12	c cleaning 16008 clauses out of 32035
252.21/239.45	c cleaning 17005 clauses out of 34028
286.05/272.39	c cleaning 18003 clauses out of 36022
322.14/307.79	c cleaning 18986 clauses out of 38020
374.70/355.43	c cleaning 19992 clauses out of 40033
421.22/400.62	c cleaning 21006 clauses out of 42041
465.71/444.19	c cleaning 22015 clauses out of 44036
511.71/489.12	c cleaning 22981 clauses out of 46020
567.22/539.24	c cleaning 24004 clauses out of 48039
618.60/589.21	c cleaning 25003 clauses out of 50036
674.94/639.95	c cleaning 25989 clauses out of 52032
733.91/692.99	c cleaning 27013 clauses out of 54044
788.47/746.01	c cleaning 28008 clauses out of 56030
863.43/814.24	c cleaning 28989 clauses out of 58022
947.18/890.41	c cleaning 30001 clauses out of 60033
1040.43/975.05	c cleaning 31011 clauses out of 62034
1127.01/1060.26	c cleaning 32000 clauses out of 64023
1231.49/1156.33	c cleaning 32984 clauses out of 66022
1302.46/1219.50	c cleaning 34000 clauses out of 68038
1372.61/1285.47	c cleaning 34978 clauses out of 70037
1460.10/1366.58	c cleaning 36017 clauses out of 72059
1576.25/1473.40	c cleaning 37011 clauses out of 74043
1710.24/1589.40	c cleaning 37989 clauses out of 76031
1807.10/1681.42	c cleaning 39004 clauses out of 78042
1928.71/1788.19	c cleaning 40005 clauses out of 80038
2012.10/1867.15	c cleaning 41007 clauses out of 82034
2110.28/1955.27	c cleaning 42008 clauses out of 84027
2207.47/2042.47	c cleaning 43002 clauses out of 86020
2310.50/2135.44	c cleaning 43998 clauses out of 88019
2426.26/2241.29	c cleaning 44995 clauses out of 90018
2542.64/2346.72	c cleaning 46000 clauses out of 92023
2677.65/2470.63	c cleaning 47001 clauses out of 94026
2822.48/2593.92	c cleaning 47980 clauses out of 96023
2972.15/2730.83	c cleaning 49005 clauses out of 98042
3127.57/2873.86	c cleaning 49973 clauses out of 100038
3240.90/2974.52	c cleaning 50997 clauses out of 102064
3357.24/3078.83	c cleaning 52030 clauses out of 104069
3513.02/3222.45	c cleaning 53000 clauses out of 106037
3600.01/3298.71	c starts		: 207
3600.01/3298.71	c conflicts		: 1501757
3600.01/3298.71	c decisions		: 1921292
3600.01/3298.71	c propagations		: 294043600
3600.01/3298.71	c inspects		: 5590539329
3600.01/3298.71	c shortcuts		: 0
3600.01/3298.71	c learnt literals	: 0
3600.01/3298.71	c learnt binary clauses	: 0
3600.01/3298.71	c learnt ternary clauses	: 0
3600.01/3298.71	c learnt constraints	: 1501756
3600.01/3298.71	c ignored constraints	: 0
3600.01/3298.71	c root simplifications	: 0
3600.01/3298.71	c removed literals (reason simplification)	: 0
3600.01/3298.71	c reason swapping (by a shorter reason)	: 0
3600.01/3298.71	c Calls to reduceDB	: 50
3600.01/3298.71	c Number of update (reduction) of LBD	: 0
3600.01/3298.71	c Imported unit clauses	: 0
3600.01/3298.71	c No decision after first conflict	: false
3600.01/3298.71	c number of reductions to clauses (during analyze)	: 0
3600.01/3298.71	c number of learned constraints concerned by reduction	: 0
3600.01/3298.71	c number of learning phase by resolution	: 0
3600.01/3298.71	c number of learning phase by cutting planes	: 0
3600.01/3298.71	c number of rounding to 1 operations	: 0
3600.01/3298.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3298.71	c number of reductions of the coefficients by power 2 	: 0
3600.01/3298.71	c number of right shift for reduction by power 2 	: 0
3600.01/3298.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3298.71	c number of ending skipping 	: 0
3600.01/3298.71	c number of internal skipping 	: 0
3600.01/3298.71	c number of derivation steps 	: 25035965
3600.01/3298.71	c number of skipped derivation steps 	: 0
3600.01/3298.71	c number of remaining unassigned 	: 0
3600.01/3298.71	c number of remaining assigned 	: 0
3600.01/3298.71	c number of falsified literals weakened from reason	: 0
3600.01/3298.71	c number of falsified literals weakened from conflict	: 0
3600.01/3298.71	c time for arithmetic operations	: 0
3600.01/3298.72	c minimum degree of deleted constraints	: null
3600.01/3298.72	c maximum degree of deleted constraints	: null
3600.01/3298.72	c number of deleted constraints	: 0
3600.01/3298.72	c timeout
3600.01/3298.72	c speed (assignments/second)	: 89186.14543982116
3600.01/3298.72	c non guided choices	: 0
3600.01/3298.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 79793
3600.01/3298.77	s UNKNOWN
3600.01/3298.77	c Total wall clock time (in seconds): 3298.61

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=46945, runsolver pid=46942
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 5.09 5.10 5.00 5/338 46963
/proc/meminfo: memFree=115285608/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=18930384 memory=55444 CPUtime=0.12 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 6533 0 0 0 11 1 0 0 20 0 18 0 50134757 19384713216 13861 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4732596 13861 5353 1 0 547586 0
[pid=46945/tid=46947] ppid=46942 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 5025 0 0 0 6 0 0 0 20 0 18 0 50134758 19384713216 13861 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50134760 19384713216 13861 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=18930384 memory=60684515937227 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50134761 19384713216 13861 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55444 KiB

[startup+0.205667 s]*
/proc/loadavg: 5.09 5.10 5.00 7/338 46963
/proc/meminfo: memFree=115274140/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=18930384 memory=68412 CPUtime=0.31 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 7088 0 0 0 30 1 0 0 20 0 18 0 50134757 19384713216 17103 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4732596 17103 5449 1 0 547964 0
[pid=46945/tid=46947] ppid=46942 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 5330 0 0 0 16 1 0 0 20 0 18 0 50134758 19384713216 17103 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50134760 19384713216 17103 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50134761 19384713216 17103 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68412 KiB

[startup+0.305658 s]*
/proc/loadavg: 5.09 5.10 5.00 6/338 46963
/proc/meminfo: memFree=115245848/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=18930384 memory=96652 CPUtime=0.5 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 9190 0 0 0 48 2 0 0 20 0 18 0 50134757 19384713216 24163 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4732596 24163 5449 1 0 549386 0
[pid=46945/tid=46947] ppid=46942 vsize=18930384 memory=-6000919498492831339 CPUtime=0.24 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 5361 0 0 0 23 1 0 0 20 0 18 0 50134758 19384713216 24163 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50134760 19384713216 24163 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50134761 19384713216 24163 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96652 KiB

[startup+0.700237 s]
/proc/loadavg: 5.09 5.10 5.00 6/339 46964
/proc/meminfo: memFree=115169916/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=18996948 memory=183712 CPUtime=1.26 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 15553 0 0 0 120 6 0 0 20 0 19 0 50134757 19452874752 45928 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4749237 45928 5449 1 0 553332 0
[pid=46945/tid=46947] ppid=46942 vsize=18996948 memory=17792 CPUtime=0.58 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) S 46942 46945 46182 0 -1 4194368 5394 0 0 0 55 3 0 0 20 0 19 0 50134758 19452874752 45928 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50134760 19452874752 45928 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50134761 19452874752 45928 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183712 KiB

[startup+1.50018 s]
/proc/loadavg: 5.09 5.10 5.00 6/339 46964
/proc/meminfo: memFree=115124816/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=18996948 memory=418896 CPUtime=2.45 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 16616 0 0 0 234 11 0 0 20 0 19 0 50134757 19452874752 104724 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4749237 104724 5449 1 0 1079724 0
[pid=46945/tid=46947] ppid=46942 vsize=18996948 memory=3328 CPUtime=1.24 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 5492 0 0 0 117 7 0 0 20 0 19 0 50134758 19452874752 104724 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50134760 19452874752 104724 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50134761 19452874752 104724 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 418896 KiB

[startup+3.10546 s]
/proc/loadavg: 5.00 5.08 4.99 6/340 46965
/proc/meminfo: memFree=114899656/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=439244 CPUtime=4.79 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 17102 0 0 0 465 14 0 0 20 0 20 0 50134757 19521036288 109811 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 109811 5513 1 0 1080150 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=10752 CPUtime=2.73 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 5616 0 0 0 265 8 0 0 20 0 20 0 50134758 19521036288 109811 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 109811 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 109811 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 109811 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439244 KiB

[startup+6.3002 s]
/proc/loadavg: 5.00 5.08 4.99 7/340 46965
/proc/meminfo: memFree=114435296/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=960244 CPUtime=8.51 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 17998 0 0 0 826 25 0 0 20 0 20 0 50134757 19521036288 240061 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 240061 5513 1 0 1681758 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=0 CPUtime=5.74 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 5907 0 0 0 558 16 0 0 20 0 20 0 50134758 19521036288 240061 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=-8412654364016274332 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 240061 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=-6000919498492831339 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 240061 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 240061 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 960244 KiB

[startup+12.7002 s]
/proc/loadavg: 5.00 5.08 5.00 5/340 46965
/proc/meminfo: memFree=113615248/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=1664048 CPUtime=15.37 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 25715 0 0 0 1497 40 0 0 20 0 20 0 50134757 19521036288 416012 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 416012 5513 1 0 1777932 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=0 CPUtime=11.8 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 7985 0 0 0 1154 26 0 0 20 0 20 0 50134758 19521036288 416012 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=1664048 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 416012 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 416012 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 416012 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1664048 KiB

[startup+25.5002 s]
/proc/loadavg: 4.94 5.06 4.99 7/340 46965
/proc/meminfo: memFree=112828564/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=2434200 CPUtime=28.77 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 26977 0 0 0 2823 54 0 0 20 0 20 0 50134757 19521036288 608550 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 608550 5513 1 0 1777935 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=-6000919498492831339 CPUtime=23.83 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 8670 0 0 0 2355 28 0 0 20 0 20 0 50134758 19521036288 608550 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=3027 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 608550 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=2131028 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 608550 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=2022484 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 608550 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 28.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2434200 KiB

[startup+51.1056 s]
/proc/loadavg: 4.82 5.02 4.98 5/339 46965
/proc/meminfo: memFree=110817760/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=4357500 CPUtime=55.77 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 35434 0 0 0 5484 93 0 0 20 0 20 0 50134757 19521036288 1089375 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 1089375 5545 1 0 1777943 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=4216188 CPUtime=48.02 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 11173 0 0 0 4756 46 0 0 20 0 20 0 50134758 19521036288 1089375 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=-6000919498492831339 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 1089375 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=3398948 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 1089375 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=2384984 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 1089375 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0

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

/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1640 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3187.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16017688 KiB

[startup+2982.3 s]
/proc/loadavg: 4.50 4.59 4.61 6/340 47316
/proc/meminfo: memFree=65480220/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16017688 CPUtime=3248.82 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 547553 0 0 0 324349 533 0 0 20 0 20 0 50134757 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4004422 5577 1 0 4019245 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=4252 CPUtime=2894.96 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 342986 0 0 0 289210 286 0 0 20 0 20 0 50134758 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=4210192326775697052 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=16017688 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1651 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=16017688 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3248.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16017688 KiB

[startup+3042.3 s]
/proc/loadavg: 4.54 4.61 4.62 5/342 47322
/proc/meminfo: memFree=65462524/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16017688 CPUtime=3319.82 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 556975 0 0 0 331444 538 0 0 20 0 20 0 50134757 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4004422 5577 1 0 4019247 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=14848 CPUtime=2953.22 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 351130 0 0 0 295035 287 0 0 20 0 20 0 50134758 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=16017688 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=16017688 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1653 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=16017688 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4004422 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3319.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16017688 KiB

[startup+3102.3 s]
/proc/loadavg: 4.40 4.56 4.60 6/341 47328
/proc/meminfo: memFree=65421220/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16058668 CPUtime=3383.22 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 569447 0 0 0 337778 544 0 0 20 0 20 0 50134757 19521036288 4014667 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4014667 5577 1 0 4029687 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=16017688 CPUtime=3011.24 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 359459 0 0 0 300834 290 0 0 20 0 20 0 50134758 19521036288 4014667 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=16123092 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4014667 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=-6000919498492831339 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1672 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4014667 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4014667 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3383.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16058668 KiB

[startup+3162.3 s]
/proc/loadavg: 4.53 4.59 4.61 6/341 47330
/proc/meminfo: memFree=65375076/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16059436 CPUtime=3452.08 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 582132 0 0 0 344658 550 0 0 20 0 20 0 50134757 19521036288 4014859 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4014859 5577 1 0 4029698 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=16017688 CPUtime=3069.87 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 369072 0 0 0 306695 292 0 0 20 0 20 0 50134758 19521036288 4014859 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=16059436 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4014859 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=16059436 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1701 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4014859 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4014859 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3452.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16059436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.57 4.60 6/340 47332
/proc/meminfo: memFree=65207344/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16084064 CPUtime=3512.92 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 591591 0 0 0 350738 554 0 0 20 0 20 0 50134757 19521036288 4021016 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4021016 5577 1 0 4035962 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=16017688 CPUtime=3128.72 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 376451 0 0 0 312579 293 0 0 20 0 20 0 50134758 19521036288 4021016 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=16084064 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4021016 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=16059436 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1738 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4021016 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=21872 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4021016 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3512.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16084064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.63 4.61 4.62 5/340 47334
/proc/meminfo: memFree=65197260/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16084448 CPUtime=3583.63 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 605165 0 0 0 357803 560 0 0 20 0 20 0 50134757 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4021112 5577 1 0 4035962 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=16084448 CPUtime=3187.22 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 386804 0 0 0 318426 296 0 0 20 0 20 0 50134758 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=5736 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=16084448 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1795 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3583.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16084448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3298.7 s]
/proc/loadavg: 4.49 4.58 4.61 5/340 47334
/proc/meminfo: memFree=65197260/131250000 swapFree=33010684/33010684
[pid=46945] ppid=46942 vsize=19063512 memory=16084448 CPUtime=3600.01 cores=4,6
/proc/46945/stat : 46945 (java) S 46942 46945 46182 0 -1 4194304 606845 0 0 0 359439 562 0 0 20 0 20 0 50134757 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
/proc/46945/statm: 4765878 4021112 5577 1 0 4035962 0
[pid=46945/tid=46947] ppid=46942 vsize=19063512 memory=16084448 CPUtime=3203.57 cores=4,6
/proc/46945/task/46947/stat : 46947 (java) R 46942 46945 46182 0 -1 4194368 388477 0 0 0 320060 297 0 0 20 0 20 0 50134758 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46956] ppid=46942 vsize=19063512 memory=5736 CPUtime=0 cores=4,6
/proc/46945/task/46956/stat : 46956 (Finalizer) S 46942 46945 46182 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50134760 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46963] ppid=46942 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/46945/task/46963/stat : 46963 (Common-Cleaner) S 46942 46945 46182 0 -1 4194368 1795 0 0 0 0 0 0 0 20 0 20 0 50134761 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
[pid=46945/tid=46965] ppid=46942 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/46945/task/46965/stat : 46965 (Timer-0) S 46942 46945 46182 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50134932 19521036288 4021112 18446744073709551615 93898223235072 93898223238768 140723820992080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93898223246584 93898223247376 93898239967232 140723820996990 140723820997094 140723820997094 140723821002696 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16084448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.49 s, system=5.66587 s

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

[startup+3298.8 s]*
/proc/loadavg: 4.45 4.57 4.61 5/322 47337
/proc/meminfo: memFree=78626904/131250000 swapFree=33010684/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): 3298.82
CPU time (s): 3600.15
CPU user time (s): 3594.49
CPU system time (s): 5.66587
CPU usage (%): 109.135
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16084448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.49
system time used= 5.66587
maximum resident set size= 16085344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119093
involuntary context switches= 23387


# summary of solver processes directly reported to runsolver:
#   pid: 46945
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3594.49
#   total CPU system time (s): 5.66587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00928 second user time and 16.6062 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 06:45:22
IDJOB=4489742
IDBENCH=147562
IDSOLVER=3361
FILE ID=nodeC028/4489742-1751345122
RUNJOBID= nodeC028-1751339095-46193
SLURM_JOB_ID= 9594403
Free space on /tmp= 433044 MiB

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115310872 kB
MemAvailable:   115158808 kB
Buffers:            3280 kB
Cached:           655600 kB
SwapCached:            0 kB
Active:         14950752 kB
Inactive:         398924 kB
Active(anon):   14708864 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   398924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9508 kB
Writeback:           332 kB
AnonPages:      14693524 kB
Mapped:           123060 kB
Shmem:             18068 kB
KReclaimable:      92724 kB
Slab:             179160 kB
SReclaimable:      92724 kB
SUnreclaim:        86436 kB
KernelStack:        5176 kB
PageTables:        32672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   15291372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14313472 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= 432992 MiB
End job on nodeC028 at 2025-07-01 07:40:21