Trace number 4490294

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)196 3600.19 3568.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUM86001821498b0a30bc65df6451678f5a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.7971
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: ANY
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Armin Biere (Picosat) restarts strategy
0.10/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4490294-1751360763.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.013s.
0.10/0.18	c declared #vars     94
0.10/0.18	c #constraints  8
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.10/0.18	c 8 constraints processed.
0.10/0.19	c objective function length is 64 literals
0.47/0.34	c SATISFIABLE
0.47/0.34	c OPTIMIZING...
0.47/0.34	c Got one! Elapsed wall clock time (in seconds):0.173
0.47/0.34	o 1590
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.31
0.67/0.48	o 1567
1.05/0.66	c Got one! Elapsed wall clock time (in seconds):0.488
1.05/0.66	o 941
1.84/1.07	c Got one! Elapsed wall clock time (in seconds):0.899
1.84/1.07	o 597
2.23/1.29	c Got one! Elapsed wall clock time (in seconds):1.122
2.23/1.29	o 508
3.00/1.63	c Got one! Elapsed wall clock time (in seconds):1.466
3.00/1.63	o 448
3.81/2.10	c Got one! Elapsed wall clock time (in seconds):1.93
3.81/2.10	o 417
4.70/2.76	c Got one! Elapsed wall clock time (in seconds):2.597
4.70/2.76	o 412
5.37/3.37	c Got one! Elapsed wall clock time (in seconds):3.206
5.37/3.37	o 398
7.46/5.35	c Got one! Elapsed wall clock time (in seconds):5.185
7.46/5.35	o 396
7.96/5.81	c Got one! Elapsed wall clock time (in seconds):5.64
7.96/5.81	o 395
13.92/11.50	c Got one! Elapsed wall clock time (in seconds):11.33
13.92/11.50	o 372
15.63/13.26	c cleaning 2496 clauses out of 5000
16.40/13.71	c Got one! Elapsed wall clock time (in seconds):13.541
16.40/13.71	o 370
25.43/22.65	c Got one! Elapsed wall clock time (in seconds):22.481
25.43/22.65	o 351
28.97/26.17	c Got one! Elapsed wall clock time (in seconds):26.007
28.97/26.18	o 339
36.25/33.34	c Got one! Elapsed wall clock time (in seconds):33.169
36.25/33.34	o 329
41.15/38.22	c Got one! Elapsed wall clock time (in seconds):38.053
41.15/38.22	o 319
68.39/65.20	c Got one! Elapsed wall clock time (in seconds):65.034
68.39/65.20	o 293
69.39/66.21	c cleaning 4246 clauses out of 8504
115.19/111.50	c Got one! Elapsed wall clock time (in seconds):111.329
115.19/111.50	o 277
132.64/128.91	c Got one! Elapsed wall clock time (in seconds):128.741
132.64/128.91	o 219
184.94/181.05	c cleaning 5624 clauses out of 11258
388.74/383.73	c cleaning 6812 clauses out of 13635
438.77/433.48	c Got one! Elapsed wall clock time (in seconds):433.309
438.77/433.48	o 206
722.76/716.80	c cleaning 7901 clauses out of 15822
741.18/735.24	c Got one! Elapsed wall clock time (in seconds):735.072
741.18/735.24	o 196
1261.40/1253.99	c cleaning 8946 clauses out of 17921
2071.08/2059.50	c cleaning 9982 clauses out of 19976
2872.31/2851.96	c cleaning 10986 clauses out of 21993
3600.01/3568.02	c starts		: 104
3600.01/3568.03	c conflicts		: 75727
3600.01/3568.03	c decisions		: 86470
3600.01/3568.03	c propagations		: 426996
3600.01/3568.03	c inspects		: 3251833357
3600.01/3568.03	c shortcuts		: 0
3600.01/3568.03	c learnt literals	: 0
3600.01/3568.03	c learnt binary clauses	: 0
3600.01/3568.03	c learnt ternary clauses	: 0
3600.01/3568.03	c learnt constraints	: 75727
3600.01/3568.03	c ignored constraints	: 0
3600.01/3568.03	c root simplifications	: 0
3600.01/3568.03	c removed literals (reason simplification)	: 0
3600.01/3568.03	c reason swapping (by a shorter reason)	: 0
3600.01/3568.03	c Calls to reduceDB	: 8
3600.01/3568.03	c Number of update (reduction) of LBD	: 0
3600.01/3568.03	c Imported unit clauses	: 0
3600.01/3568.03	c No decision after first conflict	: false
3600.01/3568.04	c number of reductions to clauses (during analyze)	: 0
3600.01/3568.04	c number of learned constraints concerned by reduction	: 0
3600.01/3568.04	c number of learning phase by resolution	: 0
3600.01/3568.04	c number of learning phase by cutting planes	: 0
3600.01/3568.04	c number of rounding to 1 operations	: 0
3600.01/3568.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3568.04	c number of reductions of the coefficients by power 2 	: 0
3600.01/3568.04	c number of right shift for reduction by power 2 	: 0
3600.01/3568.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3568.04	c number of ending skipping 	: 0
3600.01/3568.04	c number of internal skipping 	: 0
3600.01/3568.04	c number of derivation steps 	: 434323
3600.01/3568.04	c number of skipped derivation steps 	: 0
3600.01/3568.04	c number of remaining unassigned 	: 129161
3600.01/3568.04	c number of remaining assigned 	: 23960059
3600.01/3568.05	c number of falsified literals weakened from reason	: 0
3600.01/3568.05	c number of falsified literals weakened from conflict	: 0
3600.01/3568.05	c time for arithmetic operations	: 46872397707
3600.01/3568.05	c minimum degree of deleted constraints	: null
3600.01/3568.05	c maximum degree of deleted constraints	: null
3600.01/3568.05	c number of deleted constraints	: 0
3600.01/3568.05	c speed (assignments/second)	: 119.67859689404504
3600.01/3568.06	c non guided choices	: 279
3600.01/3568.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.01/3568.08	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 18732
3600.01/3568.08	s SATISFIABLE
3600.01/3568.08	c Found 22 solution(s)
3600.01/3568.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 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 x69 x70 x71 x72 x73 -x74 x75 x76 -x77 -x78 x79 x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 -x89 -x90 x91 x92 -x93 -x94 
3600.01/3568.08	c objective function=196
3600.01/3568.08	c Total wall clock time (in seconds): 3567.915

Verifier Data

OK	196

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490294-1751360763/watcher-4490294-1751360763 -o /tmp/evaluation-result-4490294-1751360763/solver-4490294-1751360763 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751360763-55279 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4490294-1751360763.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 0.64 1.06 1.96 13/334 55406
/proc/meminfo: memFree=128326732/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=18930384 memory=54784 CPUtime=0.1 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 6448 0 13 0 8 2 0 0 20 0 18 0 51754240 19384713216 13696 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4732596 13696 5310 1 0 547531 0
[pid=55327/tid=55332] ppid=55318 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 5028 0 4 0 5 1 0 0 20 0 18 0 51754242 19384713216 13696 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51754244 19384713216 13696 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51754245 19384713216 13696 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54784 KiB

[startup+0.205006 s]*
/proc/loadavg: 0.64 1.06 1.96 9/336 55408
/proc/meminfo: memFree=128301820/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=18996948 memory=63896 CPUtime=0.28 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 7067 0 13 0 25 3 0 0 20 0 19 0 51754240 19452874752 15974 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4749237 15974 5438 1 0 548291 0
[pid=55327/tid=55332] ppid=55318 vsize=18996948 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 5507 0 4 0 13 2 0 0 20 0 19 0 51754242 19452874752 15974 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=18996948 memory=18949 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51754244 19452874752 15974 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=18996948 memory=57385981051877 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51754245 19452874752 15974 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 51754260 19452874752 15974 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63896 KiB

[startup+0.304787 s]*
/proc/loadavg: 0.64 1.06 1.96 12/338 55410
/proc/meminfo: memFree=128258176/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=18996948 memory=82496 CPUtime=0.47 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 8620 0 13 0 43 4 0 0 20 0 19 0 51754240 19452874752 20624 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4749237 20624 5438 1 0 548838 0
[pid=55327/tid=55332] ppid=55318 vsize=18996948 memory=-6000919507099936618 CPUtime=0.23 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 5531 0 4 0 20 3 0 0 20 0 19 0 51754242 19452874752 20624 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51754244 19452874752 20624 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51754245 19452874752 20624 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 51754260 19452874752 20624 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82496 KiB

[startup+0.700213 s]
/proc/loadavg: 0.64 1.06 1.96 11/338 55410
/proc/meminfo: memFree=128036324/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=162316 CPUtime=1.23 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 10984 0 13 0 117 6 0 0 20 0 20 0 51754240 19521036288 40579 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 40579 5470 1 0 550459 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=18304 CPUtime=0.56 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 5587 0 4 0 52 4 0 0 20 0 20 0 51754242 19521036288 40579 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 40579 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 40579 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 40579 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162316 KiB

[startup+1.50022 s]
/proc/loadavg: 0.64 1.06 1.96 10/342 55414
/proc/meminfo: memFree=127795560/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=345000 CPUtime=2.82 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 18790 0 13 0 272 10 0 0 20 0 20 0 51754240 19521036288 86250 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 86250 5470 1 0 552516 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 6287 0 4 0 125 8 0 0 20 0 20 0 51754242 19521036288 86250 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 86250 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 86250 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 86250 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 345000 KiB

[startup+3.10528 s]
/proc/loadavg: 1.23 1.17 2.00 8/342 55414
/proc/meminfo: memFree=125265496/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=980156 CPUtime=5.12 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 21152 0 13 0 488 24 0 0 20 0 20 0 51754240 19521036288 245039 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 245039 5470 1 0 552520 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=10752 CPUtime=2.9 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 7179 0 4 0 270 20 0 0 20 0 20 0 51754242 19521036288 245039 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=-6000919472773752682 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 245039 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 245039 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 245039 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 980156 KiB

[startup+6.30019 s]
/proc/loadavg: 1.23 1.17 2.00 6/342 55414
/proc/meminfo: memFree=122039744/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=1185372 CPUtime=8.46 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 21460 0 13 0 818 28 0 0 20 0 20 0 51754240 19521036288 296343 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 296343 5470 1 0 552523 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=0 CPUtime=6.06 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 7380 0 4 0 582 24 0 0 20 0 20 0 51754242 19521036288 296343 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 296343 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 296343 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=406440 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 296343 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1185372 KiB

[startup+12.7002 s]
/proc/loadavg: 1.66 1.27 2.02 6/342 55414
/proc/meminfo: memFree=121834992/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=1322592 CPUtime=15.14 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 29225 0 13 0 1482 32 0 0 20 0 20 0 51754240 19521036288 330648 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 330648 5470 1 0 553882 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=406440 CPUtime=12.36 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 8884 0 4 0 1210 26 0 0 20 0 20 0 51754242 19521036288 330648 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=1322592 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 330648 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 330648 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 330648 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322592 KiB

[startup+25.5002 s]
/proc/loadavg: 2.02 1.36 2.04 6/342 55414
/proc/meminfo: memFree=121741740/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=1342620 CPUtime=28.35 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 39070 0 13 0 2801 34 0 0 20 0 20 0 51754240 19521036288 335655 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 335655 5470 1 0 555521 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=1322592 CPUtime=24.96 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 11090 0 4 0 2469 27 0 0 20 0 20 0 51754242 19521036288 335655 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=1342620 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 335655 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=1342620 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 335655 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=281256873423648 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 335655 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1342620 KiB

[startup+51.1052 s]
/proc/loadavg: 2.98 1.64 2.11 6/344 55417
/proc/meminfo: memFree=121480208/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=1367340 CPUtime=54.06 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 42073 0 13 0 5370 36 0 0 20 0 20 0 51754240 19521036288 341835 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 341835 5470 1 0 555521 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=0 CPUtime=50.13 cores=4,6

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

/proc/meminfo: memFree=115730992/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2524196 CPUtime=3187.12 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 119351 0 13 0 318531 181 0 0 20 0 20 0 51754240 19521036288 631049 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 631049 5470 1 0 667621 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2509824 CPUtime=3116.46 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 45726 0 4 0 311596 50 0 0 20 0 20 0 51754242 19521036288 631049 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=2509824 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 631049 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=16912 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1463 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 631049 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=2524196 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 631049 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3187.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2524196 KiB

[startup+3222.3 s]
/proc/loadavg: 4.62 4.50 4.34 7/343 55606
/proc/meminfo: memFree=115720564/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2534436 CPUtime=3248.1 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 120674 0 13 0 324626 184 0 0 20 0 20 0 51754240 19521036288 633609 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 633609 5470 1 0 667621 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2509824 CPUtime=3175.51 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 46900 0 4 0 317500 51 0 0 20 0 20 0 51754242 19521036288 633609 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=2509824 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 633609 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=16912 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1535 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 633609 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=2534436 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 633609 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3248.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2534436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.51 4.35 5/341 55675
/proc/meminfo: memFree=116172764/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2546760 CPUtime=3309.07 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 121637 0 13 0 330721 186 0 0 20 0 20 0 51754240 19521036288 636690 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 636690 5470 1 0 667635 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2546760 CPUtime=3234.51 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 47173 0 4 0 323400 51 0 0 20 0 20 0 51754242 19521036288 636690 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=18304 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 636690 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=16912 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 636690 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=16912 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 636690 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3309.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2546760 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.45 4.34 5/341 55688
/proc/meminfo: memFree=116139152/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2554956 CPUtime=3369.92 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 121842 0 13 0 336804 188 0 0 20 0 20 0 51754240 19521036288 638739 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 638739 5470 1 0 667635 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2552904 CPUtime=3293.6 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 47335 0 4 0 329309 51 0 0 20 0 20 0 51754242 19521036288 638739 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=2552904 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 638739 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=2554956 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 638739 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=2552904 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 638739 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3369.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2554956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.38 4.32 5/339 55690
/proc/meminfo: memFree=116110656/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2565200 CPUtime=3431.04 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 123739 0 13 0 342913 191 0 0 20 0 20 0 51754240 19521036288 641300 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 641300 5470 1 0 667636 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2552904 CPUtime=3352.69 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 48674 0 4 0 335218 51 0 0 20 0 20 0 51754242 19521036288 641300 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=18304 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 641300 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=2563152 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 641300 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=2565200 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 641300 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3431.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2565200 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.35 4.32 5/340 55693
/proc/meminfo: memFree=116093816/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2571344 CPUtime=3492 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 124866 0 13 0 349006 194 0 0 20 0 20 0 51754240 19521036288 642836 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 642836 5470 1 0 667636 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2552904 CPUtime=3411.81 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 49698 0 4 0 341129 52 0 0 20 0 20 0 51754242 19521036288 642836 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=16912 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 642836 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=2571344 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1619 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 642836 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=2571344 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 642836 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3492 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2571344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.36 4.32 6/341 55763
/proc/meminfo: memFree=119944240/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2575452 CPUtime=3553.37 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 126226 0 13 0 355139 198 0 0 20 0 20 0 51754240 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 643863 5470 1 0 667636 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=2546760 CPUtime=3470.8 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 50335 0 4 0 347025 55 0 0 20 0 20 0 51754242 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=2575452 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=2575452 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1684 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=16912 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3553.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2575452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568 s]*
/proc/loadavg: 4.39 4.37 4.33 5/341 55832
/proc/meminfo: memFree=120350096/131249996 swapFree=33010684/33010684
[pid=55327] ppid=55318 vsize=19063512 memory=2575452 CPUtime=3600.01 cores=4,6
/proc/55327/stat : 55327 (java) S 55318 55327 55268 0 -1 4194304 126335 0 13 0 359800 201 0 0 20 0 20 0 51754240 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
/proc/55327/statm: 4765878 643863 5470 1 0 667636 0
[pid=55327/tid=55332] ppid=55318 vsize=19063512 memory=-6000919472790202218 CPUtime=3515.73 cores=4,6
/proc/55327/task/55332/stat : 55332 (java) R 55318 55327 55268 0 -1 4194368 50381 0 4 0 351516 57 0 0 20 0 20 0 51754242 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55358] ppid=55318 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/55327/task/55358/stat : 55358 (Finalizer) S 55318 55327 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51754244 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55372] ppid=55318 vsize=19063512 memory=3072 CPUtime=0 cores=4,6
/proc/55327/task/55372/stat : 55372 (Common-Cleaner) S 55318 55327 55268 0 -1 4194368 1688 0 0 0 0 0 0 0 20 0 20 0 51754245 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
[pid=55327/tid=55407] ppid=55318 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/55327/task/55407/stat : 55407 (Timer-0) S 55318 55327 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51754260 19521036288 643863 18446744073709551615 94205548781568 94205548785264 140733667358704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94205548793080 94205548793872 94205582147584 140733667363198 140733667363302 140733667363302 140733667368904 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2575452 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.16 s, system=2.03267 s

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

Child status: 143

Real time (s): 3568.12
CPU time (s): 3600.19
CPU user time (s): 3598.16
CPU system time (s): 2.03267
CPU usage (%): 100.899
Max. virtual memory (cumulated for all children) (KiB): 19069292
Max. memory (cumulated for all children) (KiB): 2575452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.15
system time used= 2.03267
maximum resident set size= 2576604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128990
page faults= 13
swaps= 0
block input operations= 0
block output operations= 20768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161792
involuntary context switches= 20792


# summary of solver processes directly reported to runsolver:
#   pid: 55327
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.16
#   total CPU system time (s): 2.03267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06978 second user time and 16.0594 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 11:06:03
IDJOB=4490294
IDBENCH=147577
IDSOLVER=3361
FILE ID=nodeC024/4490294-1751360763
RUNJOBID= nodeC024-1751360763-55279
SLURM_JOB_ID= 9598166
Free space on /tmp= 432980 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490294-1751360763/watcher-4490294-1751360763 -o /tmp/evaluation-result-4490294-1751360763/solver-4490294-1751360763 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751360763-55279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4490294-1751360763.opb

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

MD5SUM BENCH= 86001821498b0a30bc65df6451678f5a
RANDOM SEED=129299378

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128392640 kB
MemAvailable:   129719164 kB
Buffers:            3280 kB
Cached:          2119824 kB
SwapCached:            0 kB
Active:           324504 kB
Inactive:        1863360 kB
Active(anon):      82824 kB
Inactive(anon):        0 kB
Active(file):     241680 kB
Inactive(file):  1863360 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:         68404 kB
Mapped:           103560 kB
Shmem:             18064 kB
KReclaimable:     121048 kB
Slab:             209148 kB
SReclaimable:     121048 kB
SUnreclaim:        88100 kB
KernelStack:        4040 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC024 at 2025-07-01 12:05:32