Trace number 4512241

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)-725 3600.19 3124.12

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern30-08.opb
MD5SUMbe5851356e38c2321294cad1ea2d3ea1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-738
Best CPU time to get the best result obtained on this benchmark1667.2
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 926
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 41584
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 41584
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)896
Sum of products size (including duplicates)2726
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.08	c Free memory 		2104792832
0.00/0.08	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-4512241-1751526768.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.33/0.24	c ... done. Wall clock time 0.09s.
0.33/0.24	c declared #vars     30
0.33/0.24	c internal #vars     926
0.33/0.24	c #constraints  1792
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 896
0.33/0.24	c 1792 constraints processed.
0.33/0.25	c objective function length is 926 literals
0.33/0.27	c SATISFIABLE
0.33/0.27	c OPTIMIZING...
0.33/0.27	c Got one! Elapsed wall clock time (in seconds):0.119
0.33/0.27	o 0
0.33/0.28	c Got one! Elapsed wall clock time (in seconds):0.137
0.33/0.28	o -21
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.189
0.51/0.34	o -42
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.236
0.51/0.38	o -68
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.278
0.70/0.43	o -93
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.311
0.70/0.46	o -94
0.90/0.51	c Got one! Elapsed wall clock time (in seconds):0.355
0.90/0.51	o -125
0.90/0.57	c Got one! Elapsed wall clock time (in seconds):0.427
0.90/0.57	o -126
1.08/0.64	c Got one! Elapsed wall clock time (in seconds):0.492
1.08/0.64	o -152
1.46/0.82	c Got one! Elapsed wall clock time (in seconds):0.673
1.46/0.82	o -155
1.46/0.88	c Got one! Elapsed wall clock time (in seconds):0.732
1.46/0.88	o -158
1.66/0.94	c Got one! Elapsed wall clock time (in seconds):0.788
1.66/0.94	o -182
1.87/1.04	c Got one! Elapsed wall clock time (in seconds):0.894
1.87/1.04	o -185
2.07/1.12	c Got one! Elapsed wall clock time (in seconds):0.975
2.07/1.12	o -186
2.26/1.23	c Got one! Elapsed wall clock time (in seconds):1.08
2.26/1.23	o -188
2.46/1.33	c Got one! Elapsed wall clock time (in seconds):1.183
2.46/1.33	o -191
2.64/1.45	c Got one! Elapsed wall clock time (in seconds):1.299
2.64/1.45	o -437
5.01/2.69	c Got one! Elapsed wall clock time (in seconds):2.542
5.01/2.69	o -478
7.30/4.49	c Got one! Elapsed wall clock time (in seconds):4.338
7.30/4.49	o -507
8.96/5.99	c Got one! Elapsed wall clock time (in seconds):5.84
8.96/5.99	o -511
12.05/8.92	c Got one! Elapsed wall clock time (in seconds):8.773
12.05/8.92	o -515
16.10/12.86	c Got one! Elapsed wall clock time (in seconds):12.717
16.10/12.86	o -535
18.56/15.15	c Got one! Elapsed wall clock time (in seconds):15.003
18.56/15.15	o -626
21.87/18.47	c Got one! Elapsed wall clock time (in seconds):18.325
21.87/18.47	o -640
27.71/24.15	c Got one! Elapsed wall clock time (in seconds):24.003
27.71/24.15	o -682
37.47/33.71	c Got one! Elapsed wall clock time (in seconds):33.566
37.47/33.71	o -692
58.05/53.96	c Got one! Elapsed wall clock time (in seconds):53.809
58.05/53.96	o -695
99.38/94.69	c Got one! Elapsed wall clock time (in seconds):94.544
99.38/94.69	o -696
116.76/111.61	c Got one! Elapsed wall clock time (in seconds):111.465
116.76/111.61	o -710
222.18/214.52	c cleaning 2497 clauses out of 5000
255.42/247.27	c Got one! Elapsed wall clock time (in seconds):247.124
255.42/247.27	o -715
296.25/287.31	c Got one! Elapsed wall clock time (in seconds):287.163
296.25/287.31	o -724
952.74/937.58	c cleaning 4248 clauses out of 8503
1079.93/1057.37	c Got one! Elapsed wall clock time (in seconds):1057.225
1079.93/1057.37	o -725
3243.69/2847.41	c cleaning 5623 clauses out of 11255
3600.00/3124.02	c starts		: 77
3600.00/3124.03	c conflicts		: 18688
3600.00/3124.03	c decisions		: 20618
3600.00/3124.03	c propagations		: 983129
3600.00/3124.03	c inspects		: 3611423019
3600.00/3124.03	c shortcuts		: 0
3600.00/3124.03	c learnt literals	: 0
3600.00/3124.03	c learnt binary clauses	: 0
3600.00/3124.03	c learnt ternary clauses	: 1
3600.00/3124.03	c learnt constraints	: 18687
3600.00/3124.03	c ignored constraints	: 0
3600.00/3124.03	c root simplifications	: 0
3600.00/3124.03	c removed literals (reason simplification)	: 0
3600.00/3124.03	c reason swapping (by a shorter reason)	: 0
3600.00/3124.03	c Calls to reduceDB	: 3
3600.00/3124.03	c Number of update (reduction) of LBD	: 0
3600.00/3124.04	c Imported unit clauses	: 0
3600.00/3124.04	c No decision after first conflict	: false
3600.00/3124.04	c number of reductions to clauses (during analyze)	: 0
3600.00/3124.04	c number of learned constraints concerned by reduction	: 0
3600.00/3124.04	c number of learning phase by resolution	: 0
3600.00/3124.05	c number of learning phase by cutting planes	: 0
3600.00/3124.05	c number of rounding to 1 operations	: 0
3600.00/3124.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3124.05	c number of reductions of the coefficients by power 2 	: 0
3600.00/3124.05	c number of right shift for reduction by power 2 	: 0
3600.00/3124.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3124.05	c number of ending skipping 	: 0
3600.00/3124.05	c number of internal skipping 	: 0
3600.00/3124.05	c number of derivation steps 	: 529474
3600.00/3124.05	c number of skipped derivation steps 	: 0
3600.00/3124.05	c number of remaining unassigned 	: 35602
3600.00/3124.05	c number of remaining assigned 	: 18599652
3600.00/3124.05	c number of falsified literals weakened from reason	: 0
3600.00/3124.05	c number of falsified literals weakened from conflict	: 0
3600.00/3124.05	c time for arithmetic operations	: 4022551293
3600.00/3124.06	c minimum degree of deleted constraints	: null
3600.00/3124.06	c maximum degree of deleted constraints	: null
3600.00/3124.06	c number of deleted constraints	: 0
3600.00/3124.07	c speed (assignments/second)	: 314.7219317997747
3600.00/3124.07	c non guided choices	: 0
3600.00/3124.08	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 6319
3600.00/3124.08	s SATISFIABLE
3600.00/3124.08	c Found 32 solution(s)
3600.00/3124.08	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 
3600.00/3124.08	c objective function=-725
3600.00/3124.08	c Total wall clock time (in seconds): 3123.934

Verifier Data

OK	-725

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.47 4.61 4.66 5/340 78497
/proc/meminfo: memFree=121125180/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=18930384 memory=57880 CPUtime=0.13 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 6595 0 0 0 11 2 0 0 20 0 18 0 68354526 19384713216 14470 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4732596 14470 5363 1 0 547640 0
[pid=78479/tid=78481] ppid=78476 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 5088 0 0 0 7 1 0 0 20 0 18 0 68354527 19384713216 14470 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68354529 19384713216 14470 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68354529 19384713216 14470 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57880 KiB

[startup+0.205771 s]*
/proc/loadavg: 4.47 4.61 4.66 7/340 78497
/proc/meminfo: memFree=121122660/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=18930384 memory=64272 CPUtime=0.33 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 7103 0 0 0 30 3 0 0 20 0 18 0 68354526 19384713216 16068 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4732596 16068 5427 1 0 547957 0
[pid=78479/tid=78481] ppid=78476 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 5382 0 0 0 16 2 0 0 20 0 18 0 68354527 19384713216 16068 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68354529 19384713216 16068 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68354529 19384713216 16068 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64272 KiB

[startup+0.305734 s]*
/proc/loadavg: 4.47 4.61 4.66 6/341 78498
/proc/meminfo: memFree=121115792/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=18996948 memory=70884 CPUtime=0.51 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 8351 0 0 0 48 3 0 0 20 0 19 0 68354526 19452874752 17721 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4749237 17721 5491 1 0 548687 0
[pid=78479/tid=78481] ppid=78476 vsize=18996948 memory=-6000919481262957672 CPUtime=0.26 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 5507 0 0 0 24 2 0 0 20 0 19 0 68354527 19452874752 17721 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68354529 19452874752 17721 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 68354529 19452874752 17721 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68354552 19452874752 17721 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70884 KiB

[startup+0.700255 s]
/proc/loadavg: 4.47 4.61 4.66 7/341 78498
/proc/meminfo: memFree=121074016/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=18996948 memory=154080 CPUtime=1.28 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 13211 0 0 0 122 6 0 0 20 0 19 0 68354526 19452874752 38520 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4749237 38520 5491 1 0 551861 0
[pid=78479/tid=78481] ppid=78476 vsize=18996948 memory=18688 CPUtime=0.64 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 5545 0 0 0 61 3 0 0 20 0 19 0 68354527 19452874752 38520 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68354529 19452874752 38520 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 68354529 19452874752 38520 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68354552 19452874752 38520 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154080 KiB

[startup+1.50025 s]
/proc/loadavg: 4.47 4.61 4.66 6/342 78499
/proc/meminfo: memFree=121015440/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=183704 CPUtime=2.84 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 20662 0 0 0 277 7 0 0 20 0 20 0 68354526 19521036288 45926 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 45926 5523 1 0 553154 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=10752 CPUtime=1.39 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 6097 0 0 0 135 4 0 0 20 0 20 0 68354527 19521036288 45926 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 45926 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 45926 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 45926 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183704 KiB

[startup+3.10562 s]
/proc/loadavg: 4.52 4.62 4.66 6/342 78499
/proc/meminfo: memFree=120802072/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=393372 CPUtime=5.95 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 23442 0 0 0 583 12 0 0 20 0 20 0 68354526 19521036288 98343 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 98343 5523 1 0 814603 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=10752 CPUtime=2.85 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 6686 0 0 0 278 7 0 0 20 0 20 0 68354527 19521036288 98343 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=-6000919481262957672 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 98343 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 98343 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 98343 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393372 KiB

[startup+6.30019 s]
/proc/loadavg: 4.52 4.62 4.66 8/342 78499
/proc/meminfo: memFree=120433428/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=718224 CPUtime=9.41 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 23734 0 0 0 922 19 0 0 20 0 20 0 68354526 19521036288 179556 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 179556 5523 1 0 814608 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=0 CPUtime=5.97 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 6822 0 0 0 585 12 0 0 20 0 20 0 68354527 19521036288 179556 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 179556 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 179556 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=187080 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 179556 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 718224 KiB

[startup+12.7002 s]
/proc/loadavg: 4.51 4.61 4.66 5/343 78500
/proc/meminfo: memFree=119473768/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=1674780 CPUtime=16 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 25676 0 0 0 1561 39 0 0 20 0 20 0 68354526 19521036288 418695 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 418695 5523 1 0 814614 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=187080 CPUtime=12.2 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 8128 0 0 0 1191 29 0 0 20 0 20 0 68354527 19521036288 418695 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 418695 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=1654292 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 418695 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 418695 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1674780 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.59 4.65 5/343 78500
/proc/meminfo: memFree=119011432/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=2071972 CPUtime=29.09 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 32524 0 0 0 2862 47 0 0 20 0 20 0 68354526 19521036288 517993 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 517993 5523 1 0 814616 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=10752 CPUtime=24.73 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 10385 0 0 0 2438 35 0 0 20 0 20 0 68354527 19521036288 517993 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=1654292 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 517993 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 517993 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 517993 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2071972 KiB

[startup+51.1056 s]
/proc/loadavg: 4.34 4.56 4.64 5/343 78501
/proc/meminfo: memFree=118832468/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=2166228 CPUtime=55.16 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 38120 0 0 0 5467 49 0 0 20 0 20 0 68354526 19521036288 541557 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 541557 5523 1 0 814617 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=21996 CPUtime=49.72 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 13062 0 0 0 4937 35 0 0 20 0 20 0 68354527 19521036288 541557 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0

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

/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 894084 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=3568012 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 989 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 894084 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 894084 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3116.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3576336 KiB

[startup+2802.3 s]
/proc/loadavg: 4.53 4.75 4.73 5/338 78625
/proc/meminfo: memFree=104266984/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3592976 CPUtime=3192.41 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 148695 0 0 0 318808 433 0 0 20 0 20 0 68354526 19521036288 898244 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 898244 5523 1 0 912740 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=3592976 CPUtime=2762.45 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 67542 0 0 0 276192 53 0 0 20 0 20 0 68354527 19521036288 898244 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 898244 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=3592976 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 989 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 898244 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=3592976 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 898244 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3192.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3592976 KiB

[startup+2862.3 s]
/proc/loadavg: 4.51 4.70 4.72 6/338 78693
/proc/meminfo: memFree=109992676/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3617984 CPUtime=3264.61 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 151881 0 0 0 326016 445 0 0 20 0 20 0 68354526 19521036288 904496 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 904496 5523 1 0 919007 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=3617984 CPUtime=2822.04 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 69857 0 0 0 282150 54 0 0 20 0 20 0 68354527 19521036288 904496 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=3609664 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 904496 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=3592976 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 990 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 904496 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 904496 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3264.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3617984 KiB

[startup+2922.3 s]
/proc/loadavg: 4.65 4.71 4.72 5/338 78706
/proc/meminfo: memFree=109668676/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3659672 CPUtime=3339.96 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 155042 0 0 0 333537 459 0 0 20 0 20 0 68354526 19521036288 914918 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 914918 5523 1 0 929451 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=3592976 CPUtime=2881.41 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 71005 0 0 0 288087 54 0 0 20 0 20 0 68354527 19521036288 914918 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=3617984 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 914918 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=3651332 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 1023 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 914918 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=3659544 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 914918 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3339.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3659672 KiB

[startup+2982.3 s]
/proc/loadavg: 4.62 4.69 4.72 5/339 78843
/proc/meminfo: memFree=113662976/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3676344 CPUtime=3417.9 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 156534 0 0 0 341314 476 0 0 20 0 20 0 68354526 19521036288 919086 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 919086 5523 1 0 933629 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=14824 CPUtime=2940.74 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 72243 0 0 0 294019 55 0 0 20 0 20 0 68354527 19521036288 919086 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=3659672 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 919086 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 1023 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 919086 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 919086 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3417.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3676344 KiB

[startup+3042.3 s]
/proc/loadavg: 4.51 4.64 4.70 6/341 78851
/proc/meminfo: memFree=113170608/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3701448 CPUtime=3494.37 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 161013 0 0 0 348946 491 0 0 20 0 20 0 68354526 19521036288 925362 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 925362 5523 1 0 939896 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=3676344 CPUtime=3000.12 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 74663 0 0 0 299956 56 0 0 20 0 20 0 68354527 19521036288 925362 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=3701320 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 925362 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=3701448 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 1057 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 925362 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=3701448 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 925362 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3494.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3701448 KiB

[startup+3102.3 s]
/proc/loadavg: 4.44 4.60 4.68 5/341 78853
/proc/meminfo: memFree=112757472/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3745172 CPUtime=3572.31 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 163345 0 0 0 356725 506 0 0 20 0 20 0 68354526 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 936293 5523 1 0 950340 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=3328 CPUtime=3059.56 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 76329 0 0 0 305899 57 0 0 20 0 20 0 68354527 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=3720180 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 1076 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3572.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3745172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3124 s]*
/proc/loadavg: 4.43 4.58 4.67 5/341 78854
/proc/meminfo: memFree=112675552/131249996 swapFree=33010672/33010684
[pid=78479] ppid=78476 vsize=19063512 memory=3745172 CPUtime=3600 cores=5,7
/proc/78479/stat : 78479 (java) S 78476 78479 77392 0 -1 4194304 163377 0 0 0 359489 511 0 0 20 0 20 0 68354526 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
/proc/78479/statm: 4765878 936293 5523 1 0 950340 0
[pid=78479/tid=78481] ppid=78476 vsize=19063512 memory=4636324 CPUtime=3081.01 cores=5,7
/proc/78479/task/78481/stat : 78481 (java) R 78476 78479 77392 0 -1 4194368 76342 0 0 0 308044 57 0 0 20 0 20 0 68354527 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78490] ppid=78476 vsize=19063512 memory=7512078527790882324 CPUtime=0 cores=5,7
/proc/78479/task/78490/stat : 78490 (Finalizer) S 78476 78479 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78497] ppid=78476 vsize=19063512 memory=10112 CPUtime=0 cores=5,7
/proc/78479/task/78497/stat : 78497 (Common-Cleaner) S 78476 78479 77392 0 -1 4194368 1076 0 0 0 0 0 0 0 20 0 20 0 68354529 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
[pid=78479/tid=78498] ppid=78476 vsize=19063512 memory=5744 CPUtime=0 cores=5,7
/proc/78479/task/78498/stat : 78498 (Timer-0) S 78476 78479 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68354552 19521036288 936293 18446744073709551615 94241166446592 94241166450288 140724683313328 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94241166458104 94241166458896 94241197203456 140724683319678 140724683319782 140724683319782 140724683325384 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3745172 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.05 s, system=5.13404 s

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

[startup+3124.11 s]*
/proc/loadavg: 4.43 4.58 4.67 5/323 78857
/proc/meminfo: memFree=116324868/131249996 swapFree=33010672/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): 3124.12
CPU time (s): 3600.19
CPU user time (s): 3595.05
CPU system time (s): 5.13404
CPU usage (%): 115.239
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3745172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.05
system time used= 5.13404
maximum resident set size= 3745940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128702
involuntary context switches= 47403


# summary of solver processes directly reported to runsolver:
#   pid: 78479
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.05
#   total CPU system time (s): 5.13404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.14655 second user time and 14.3318 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 09:12:48
IDJOB=4512241
IDBENCH=160525
IDSOLVER=3361
FILE ID=nodeC017/4512241-1751526768
RUNJOBID= nodeC017-1751519881-77405
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_bern30-08.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512241-1751526768/watcher-4512241-1751526768 -o /tmp/evaluation-result-4512241-1751526768/solver-4512241-1751526768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77405 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4512241-1751526768.opb

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

MD5SUM BENCH= be5851356e38c2321294cad1ea2d3ea1
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.088
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.243
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		: 3601.014
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		: 3600.060
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		: 3599.999
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.014
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		: 3598.785
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		: 3602.132
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:        121150092 kB
MemAvailable:   124663364 kB
Buffers:            1688 kB
Cached:          4282348 kB
SwapCached:            8 kB
Active:          5414032 kB
Inactive:        3995088 kB
Active(anon):    5124924 kB
Inactive(anon):    18232 kB
Active(file):     289108 kB
Inactive(file):  3976856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:       5127504 kB
Mapped:           123784 kB
Shmem:             18072 kB
KReclaimable:     172692 kB
Slab:             264348 kB
SReclaimable:     172692 kB
SUnreclaim:        91656 kB
KernelStack:        5200 kB
PageTables:        13712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10898656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4878336 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:04:52