Trace number 4512215

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-06SAT (TO)-18147 3600.19 3206.39

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern45-23.opb
MD5SUMaf7e878fffd6da85a395ada1cd1e9cec
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-21362
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
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 constraint-1
Maximum length of a constraint0
Number of terms in the objective function 10776
Biggest coefficient in the objective function 6842
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1529132
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6842
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1529132
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)10731
Sum of products size (including duplicates)34701
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4512215-1751526505.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
2.66/1.40	c ... done. Wall clock time 1.242s.
2.66/1.40	c declared #vars     45
2.66/1.40	c internal #vars     10776
2.66/1.40	c #constraints  21462
2.66/1.40	c constraints type 
2.66/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10731
2.66/1.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10731
2.66/1.40	c 21462 constraints processed.
2.66/1.41	c objective function length is 10776 literals
2.66/1.45	c SATISFIABLE
2.66/1.45	c OPTIMIZING...
2.66/1.45	c Got one! Elapsed wall clock time (in seconds):1.298
2.66/1.45	o 0
3.05/1.64	c Got one! Elapsed wall clock time (in seconds):1.494
3.05/1.64	o -231
4.44/2.54	c Got one! Elapsed wall clock time (in seconds):2.392
4.44/2.54	o -462
6.54/3.95	c Got one! Elapsed wall clock time (in seconds):3.8
6.54/3.95	o -863
9.88/6.63	c Got one! Elapsed wall clock time (in seconds):6.484
9.88/6.63	o -962
11.88/8.54	c Got one! Elapsed wall clock time (in seconds):8.387
11.88/8.54	o -1113
13.11/9.51	c Got one! Elapsed wall clock time (in seconds):9.361
13.11/9.51	o -1264
16.08/12.41	c Got one! Elapsed wall clock time (in seconds):12.259
16.08/12.41	o -1550
21.41/17.73	c Got one! Elapsed wall clock time (in seconds):17.579
21.41/17.73	o -1701
24.66/20.91	c Got one! Elapsed wall clock time (in seconds):20.762
24.66/20.91	o -1782
28.00/24.22	c Got one! Elapsed wall clock time (in seconds):24.072
28.00/24.22	o -1817
38.75/34.26	c Got one! Elapsed wall clock time (in seconds):34.106
38.75/34.26	o -1970
41.11/36.52	c Got one! Elapsed wall clock time (in seconds):36.366
41.11/36.52	o -2051
43.97/39.33	c Got one! Elapsed wall clock time (in seconds):39.184
43.97/39.33	o -2138
46.07/41.45	c Got one! Elapsed wall clock time (in seconds):41.298
46.07/41.45	o -2219
47.07/42.44	c Got one! Elapsed wall clock time (in seconds):42.29
47.07/42.44	o -2300
51.20/46.58	c Got one! Elapsed wall clock time (in seconds):46.435
51.20/46.58	o -2375
67.09/62.30	c Got one! Elapsed wall clock time (in seconds):62.148
67.09/62.30	o -2420
69.34/64.56	c Got one! Elapsed wall clock time (in seconds):64.406
69.34/64.56	o -2501
69.54/64.73	c Got one! Elapsed wall clock time (in seconds):64.584
69.54/64.73	o -2511
70.54/65.77	c Got one! Elapsed wall clock time (in seconds):65.621
70.54/65.77	o -2592
75.01/70.15	c Got one! Elapsed wall clock time (in seconds):70.002
75.01/70.15	o -2641
90.53/85.60	c Got one! Elapsed wall clock time (in seconds):85.455
90.53/85.60	o -2788
92.93/88.07	c Got one! Elapsed wall clock time (in seconds):87.92
92.93/88.07	o -2869
94.19/89.26	c Got one! Elapsed wall clock time (in seconds):89.109
94.19/89.26	o -12674
184.42/177.64	c Got one! Elapsed wall clock time (in seconds):177.491
184.42/177.64	o -13002
345.12/337.07	c Got one! Elapsed wall clock time (in seconds):336.924
345.12/337.07	o -13794
481.06/472.01	c Got one! Elapsed wall clock time (in seconds):471.857
481.06/472.01	o -14922
865.96/844.62	c Got one! Elapsed wall clock time (in seconds):844.473
865.96/844.62	o -15057
967.68/936.40	c Got one! Elapsed wall clock time (in seconds):936.255
967.68/936.40	o -15611
1343.11/1276.28	c Got one! Elapsed wall clock time (in seconds):1276.13
1343.11/1276.28	o -15657
1423.61/1345.98	c Got one! Elapsed wall clock time (in seconds):1345.831
1423.61/1345.98	o -15959
1983.17/1814.87	c Got one! Elapsed wall clock time (in seconds):1814.722
1983.17/1814.87	o -16875
2184.74/1987.91	c Got one! Elapsed wall clock time (in seconds):1987.761
2184.74/1987.91	o -17477
2667.16/2413.95	c Got one! Elapsed wall clock time (in seconds):2413.802
2667.16/2413.95	o -18147
3600.04/3206.31	c starts		: 50
3600.04/3206.32	c conflicts		: 2614
3600.04/3206.32	c decisions		: 4669
3600.04/3206.33	c propagations		: 1887838
3600.04/3206.33	c inspects		: 954555953
3600.04/3206.33	c shortcuts		: 0
3600.04/3206.33	c learnt literals	: 0
3600.04/3206.33	c learnt binary clauses	: 0
3600.04/3206.33	c learnt ternary clauses	: 0
3600.04/3206.33	c learnt constraints	: 2613
3600.04/3206.33	c ignored constraints	: 0
3600.04/3206.33	c root simplifications	: 0
3600.04/3206.33	c removed literals (reason simplification)	: 0
3600.04/3206.33	c reason swapping (by a shorter reason)	: 0
3600.04/3206.33	c Calls to reduceDB	: 0
3600.04/3206.33	c Number of update (reduction) of LBD	: 0
3600.04/3206.33	c Imported unit clauses	: 0
3600.04/3206.33	c No decision after first conflict	: false
3600.04/3206.33	c number of reductions to clauses (during analyze)	: 0
3600.04/3206.33	c number of learned constraints concerned by reduction	: 0
3600.04/3206.34	c number of learning phase by resolution	: 0
3600.04/3206.34	c number of learning phase by cutting planes	: 0
3600.04/3206.34	c number of rounding to 1 operations	: 0
3600.04/3206.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3206.34	c number of reductions of the coefficients by power 2 	: 0
3600.04/3206.34	c number of right shift for reduction by power 2 	: 0
3600.04/3206.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3206.34	c number of ending skipping 	: 0
3600.04/3206.34	c number of internal skipping 	: 0
3600.04/3206.34	c number of derivation steps 	: 757375
3600.04/3206.34	c number of skipped derivation steps 	: 0
3600.04/3206.34	c number of remaining unassigned 	: 237783
3600.04/3206.34	c number of remaining assigned 	: 25691511
3600.04/3206.34	c number of falsified literals weakened from reason	: 0
3600.04/3206.34	c number of falsified literals weakened from conflict	: 0
3600.04/3206.34	c time for arithmetic operations	: 19042487618
3600.04/3206.35	c minimum degree of deleted constraints	: null
3600.04/3206.35	c maximum degree of deleted constraints	: null
3600.04/3206.35	c number of deleted constraints	: 0
3600.04/3206.35	c speed (assignments/second)	: 589.0418823500046
3600.04/3206.35	c non guided choices	: 0
3600.04/3206.35	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 2613
3600.04/3206.35	s SATISFIABLE
3600.04/3206.35	c Found 35 solution(s)
3600.04/3206.36	v -x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 -x15 -x16 -x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 -x29 x30 x31 x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 x44 -x45 
3600.04/3206.36	c objective function=-18147
3600.04/3206.36	c Total wall clock time (in seconds): 3206.211

Verifier Data

OK	-18147

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512215-1751526505/watcher-4512215-1751526505 -o /tmp/evaluation-result-4512215-1751526505/solver-4512215-1751526505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77404 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4512215-1751526505.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=78327, runsolver pid=78324

[startup+0.10006 s]*
/proc/loadavg: 4.50 4.72 4.71 5/339 78345
/proc/meminfo: memFree=106079852/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=18930384 memory=57924 CPUtime=0.13 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 6570 0 0 0 11 2 0 0 20 0 18 0 68328255 19384713216 14481 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4732596 14481 5369 1 0 547620 0
[pid=78327/tid=78329] ppid=78324 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 68328256 19384713216 14481 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 14481 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=18930384 memory=59585004335488 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 14481 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57924 KiB

[startup+0.205724 s]*
/proc/loadavg: 4.50 4.72 4.71 7/339 78345
/proc/meminfo: memFree=106075756/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=18930384 memory=62232 CPUtime=0.32 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 7093 0 0 0 29 3 0 0 20 0 18 0 68328255 19384713216 15558 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4732596 15558 5433 1 0 547956 0
[pid=78327/tid=78329] ppid=78324 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 5363 0 0 0 15 2 0 0 20 0 18 0 68328256 19384713216 15558 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=18930384 memory=16195 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 15558 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 15558 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62232 KiB

[startup+0.305145 s]*
/proc/loadavg: 4.50 4.72 4.71 6/339 78345
/proc/meminfo: memFree=106071512/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=18930384 memory=71744 CPUtime=0.51 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 8093 0 0 0 48 3 0 0 20 0 18 0 68328255 19384713216 17936 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4732596 17936 5433 1 0 548276 0
[pid=78327/tid=78329] ppid=78324 vsize=18930384 memory=-6000919489936843880 CPUtime=0.27 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 5382 0 0 0 25 2 0 0 20 0 18 0 68328256 19384713216 17936 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 17936 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 17936 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71744 KiB

[startup+0.700229 s]
/proc/loadavg: 4.50 4.72 4.71 6/339 78345
/proc/meminfo: memFree=106057776/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=18930384 memory=111216 CPUtime=1.28 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 18348 0 0 0 123 5 0 0 20 0 18 0 68328255 19384713216 27804 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4732596 27804 5433 1 0 554684 0
[pid=78327/tid=78329] ppid=78324 vsize=18930384 memory=18688 CPUtime=0.64 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 5392 0 0 0 62 2 0 0 20 0 18 0 68328256 19384713216 27804 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 27804 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 68328259 19384713216 27804 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111216 KiB

[startup+1.5002 s]
/proc/loadavg: 4.50 4.72 4.71 6/339 78346
/proc/meminfo: memFree=106024068/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=18996948 memory=137116 CPUtime=2.85 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 27003 0 0 0 279 6 0 0 20 0 19 0 68328255 19452874752 34279 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4749237 34279 5465 1 0 555334 0
[pid=78327/tid=78329] ppid=78324 vsize=18996948 memory=3328 CPUtime=1.43 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 6022 0 0 0 140 3 0 0 20 0 19 0 68328256 19452874752 34279 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68328259 19452874752 34279 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 68328259 19452874752 34279 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137116 KiB

[startup+3.10555 s]
/proc/loadavg: 4.50 4.72 4.71 5/341 78348
/proc/meminfo: memFree=105932396/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=210636 CPUtime=5.19 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 29826 0 0 0 510 9 0 0 20 0 20 0 68328255 19521036288 52659 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 52659 5529 1 0 555675 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=10752 CPUtime=2.98 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 6702 0 0 0 294 4 0 0 20 0 20 0 68328256 19521036288 52659 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 52659 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 52659 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 52659 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210636 KiB

[startup+6.30016 s]
/proc/loadavg: 4.54 4.73 4.71 5/341 78348
/proc/meminfo: memFree=105916012/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=312576 CPUtime=9.56 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 33290 0 0 0 944 12 0 0 20 0 20 0 68328255 19521036288 78144 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 78144 5529 1 0 556962 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=0 CPUtime=6.11 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 6829 0 0 0 606 5 0 0 20 0 20 0 68328256 19521036288 78144 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=-7879749704144776324 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 78144 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=-6000919489936843880 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 78144 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 78144 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 312576 KiB

[startup+12.7002 s]
/proc/loadavg: 4.58 4.73 4.71 5/341 78348
/proc/meminfo: memFree=105416248/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=861856 CPUtime=16.39 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 40891 0 0 0 1616 23 0 0 20 0 20 0 68328255 19521036288 215464 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 215464 5529 1 0 556978 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=0 CPUtime=12.43 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 8395 0 0 0 1228 15 0 0 20 0 20 0 68328256 19521036288 215464 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=620188 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 215464 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 215464 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 215464 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 861856 KiB

[startup+25.5002 s]
/proc/loadavg: 4.53 4.71 4.71 6/341 78348
/proc/meminfo: memFree=104787812/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=1355492 CPUtime=29.37 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 46866 0 0 0 2903 34 0 0 20 0 20 0 68328255 19521036288 338873 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 338873 5529 1 0 556978 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=-6000919489936843880 CPUtime=25.15 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 9704 0 0 0 2491 24 0 0 20 0 20 0 68328256 19521036288 338873 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=3028 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 338873 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=1355492 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 338873 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=1351396 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 338873 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 29.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1355492 KiB

[startup+51.1055 s]
/proc/loadavg: 4.35 4.65 4.69 5/341 78348
/proc/meminfo: memFree=104787820/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=1356132 CPUtime=55.8 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 49237 0 0 0 5546 34 0 0 20 0 20 0 68328255 19521036288 339033 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 339033 5529 1 0 557021 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=1356132 CPUtime=50.58 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 9994 0 0 0 5033 25 0 0 20 0 20 0 68328256 19521036288 339033 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=-6000919489936843880 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 339033 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=1356132 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 339033 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=1355492 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 339033 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 55.8 s

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

/proc/meminfo: memFree=104694192/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=5573292 CPUtime=3191.32 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 175446 0 0 0 318692 440 0 0 20 0 20 0 68328255 19521036288 1393323 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1393323 5529 1 0 1405396 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=-6000919489936843880 CPUtime=2824.95 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 73875 0 0 0 282395 100 0 0 20 0 20 0 68328256 19521036288 1393323 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1393323 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=5532252 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1141 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1393323 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=5532252 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1393323 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3191.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5573292 KiB

[startup+2922.3 s]
/proc/loadavg: 5.00 4.82 4.75 6/339 78621
/proc/meminfo: memFree=104577656/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=5642704 CPUtime=3262 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 179418 0 0 0 325751 449 0 0 20 0 20 0 68328255 19521036288 1410676 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1410676 5529 1 0 1422116 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=10752 CPUtime=2884.2 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 75570 0 0 0 288319 101 0 0 20 0 20 0 68328256 19521036288 1410676 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=5617696 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1410676 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1195 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1410676 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=5615640 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1410676 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3262 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5642704 KiB

[startup+2982.3 s]
/proc/loadavg: 4.97 4.84 4.76 6/339 78623
/proc/meminfo: memFree=104494396/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=5701044 CPUtime=3332.41 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 183814 0 0 0 332783 458 0 0 20 0 20 0 68328255 19521036288 1425261 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1425261 5529 1 0 1436734 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=14824 CPUtime=2943.39 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 78665 0 0 0 294236 103 0 0 20 0 20 0 68328256 19521036288 1425261 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=5661228 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1425261 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=5676076 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1195 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1425261 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=5701044 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1425261 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3332.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5701044 KiB

[startup+3042.3 s]
/proc/loadavg: 4.65 4.78 4.74 5/338 78625
/proc/meminfo: memFree=104316876/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=5759544 CPUtime=3403.19 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 186462 0 0 0 339853 466 0 0 20 0 20 0 68328255 19521036288 1439886 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1439886 5529 1 0 1451361 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=18688 CPUtime=3002.51 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 79912 0 0 0 300147 104 0 0 20 0 20 0 68328256 19521036288 1439886 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=5726180 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1439886 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=5759544 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1223 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1439886 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1439886 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3403.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5759544 KiB

[startup+3102.3 s]
/proc/loadavg: 4.42 4.70 4.72 5/338 78693
/proc/meminfo: memFree=110767316/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=5843032 CPUtime=3473.98 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 190126 0 0 0 346921 477 0 0 20 0 20 0 68328255 19521036288 1460758 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1460758 5529 1 0 1472278 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=5276 CPUtime=3061.7 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 82448 0 0 0 306064 106 0 0 20 0 20 0 68328256 19521036288 1460758 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=5809608 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1460758 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1223 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1460758 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=5843032 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1460758 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3473.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5843032 KiB

[startup+3162.3 s]
/proc/loadavg: 4.62 4.71 4.72 5/338 78706
/proc/meminfo: memFree=109770232/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=5926488 CPUtime=3544.95 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 193239 0 0 0 354007 488 0 0 20 0 20 0 68328255 19521036288 1481622 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1481622 5529 1 0 1493165 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=5809608 CPUtime=3120.84 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 84209 0 0 0 311976 108 0 0 20 0 20 0 68328256 19521036288 1481622 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1481622 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=3072 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1257 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1481622 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=5926488 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1481622 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3544.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5926488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3206.3 s]
/proc/loadavg: 4.58 4.68 4.71 5/338 78708
/proc/meminfo: memFree=109593208/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=6010088 CPUtime=3600.04 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 198162 0 0 0 359505 499 0 0 20 0 20 0 68328255 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1502522 5529 1 0 1514111 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=5809608 CPUtime=3164.1 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 87020 0 0 0 316300 110 0 0 20 0 20 0 68328256 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6010088 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.17 s, system=5.01586 s

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

[startup+3206.3 s]
/proc/loadavg: 4.58 4.68 4.71 5/338 78708
/proc/meminfo: memFree=109593208/131249996 swapFree=33010672/33010684
[pid=78327] ppid=78324 vsize=19063512 memory=6010088 CPUtime=3600.04 cores=1,3
/proc/78327/stat : 78327 (java) S 78324 78327 77392 0 -1 4194304 198162 0 0 0 359505 499 0 0 20 0 20 0 68328255 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
/proc/78327/statm: 4765878 1502522 5529 1 0 1514111 0
[pid=78327/tid=78329] ppid=78324 vsize=19063512 memory=5809608 CPUtime=3164.1 cores=1,3
/proc/78327/task/78329/stat : 78329 (java) R 78324 78327 77392 0 -1 4194368 87020 0 0 0 316300 110 0 0 20 0 20 0 68328256 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78338] ppid=78324 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/78327/task/78338/stat : 78338 (Finalizer) S 78324 78327 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78345] ppid=78324 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/78327/task/78345/stat : 78345 (Common-Cleaner) S 78324 78327 77392 0 -1 4194368 1258 0 0 0 0 0 0 0 20 0 20 0 68328259 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
[pid=78327/tid=78347] ppid=78324 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/78327/task/78347/stat : 78347 (Timer-0) S 78324 78327 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68328397 19521036288 1502522 18446744073709551615 94297249075200 94297249078896 140721973451104 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94297249086712 94297249087504 94297275867136 140721973455230 140721973455334 140721973455334 140721973460936 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6010088 KiB

Child status: 143

Real time (s): 3206.39
CPU time (s): 3600.19
CPU user time (s): 3595.17
CPU system time (s): 5.01586
CPU usage (%): 112.282
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6010088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.17
system time used= 5.01586
maximum resident set size= 6010984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199750
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122005
involuntary context switches= 27740


# summary of solver processes directly reported to runsolver:
#   pid: 78327
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.17
#   total CPU system time (s): 5.01586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68043 second user time and 15.5098 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 09:08:25
IDJOB=4512215
IDBENCH=160517
IDSOLVER=3361
FILE ID=nodeC017/4512215-1751526505
RUNJOBID= nodeC017-1751519881-77404
SLURM_JOB_ID= 9598641
Free space on /tmp= 432516 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-23.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512215-1751526505/watcher-4512215-1751526505 -o /tmp/evaluation-result-4512215-1751526505/solver-4512215-1751526505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77404 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4512215-1751526505.opb

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

MD5SUM BENCH= af7e878fffd6da85a395ada1cd1e9cec
RANDOM SEED=559733038

nodeC017 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.132
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.12
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.062
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.12
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		: 3580.092
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.12
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		: 3464.188
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.12
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.058
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.12
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.064
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.12
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		: 3618.984
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.12
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		: 3582.531
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        106107600 kB
MemAvailable:   109621660 kB
Buffers:            1688 kB
Cached:          4283136 kB
SwapCached:            8 kB
Active:         20438524 kB
Inactive:        3995876 kB
Active(anon):   20149416 kB
Inactive(anon):    18232 kB
Active(file):     289108 kB
Inactive(file):  3977644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               712 kB
Writeback:             0 kB
AnonPages:      20151808 kB
Mapped:           124184 kB
Shmem:             18072 kB
KReclaimable:     172692 kB
Slab:             264116 kB
SReclaimable:     172692 kB
SUnreclaim:        91424 kB
KernelStack:        5232 kB
PageTables:        43172 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   25535980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19699712 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432516 MiB
End job on nodeC017 at 2025-07-03 10:01:52