Trace number 4524030

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 Resolution 2025-06-06? (TO) 3600.18 3523.01

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-WordGolf-4-ogd2008-50-0_c24.opb
MD5SUM7b85ce4cd64937c81c9b69135828a61d
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 benchmark6
Best CPU time to get the best result obtained on this benchmark329.026
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333830
Total number of constraints1254811
Number of constraints which are clauses1252194
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints2374
Minimum length of a constraint1
Maximum length of a constraint6530
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 21247094
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4524030-1751609394.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  objective function found
5.48/4.02	c ... done. Wall clock time 3.884s.
5.48/4.02	c declared #vars     333830
5.48/4.02	c #constraints  1255354
5.48/4.02	c constraints type 
5.48/4.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1251508
5.48/4.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 243
5.48/4.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2619
5.48/4.03	c org.sat4j.specs.Constr$1 => 2
5.48/4.03	c org.sat4j.pb.constraints.pb.UnitClausePB => 101
5.48/4.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 881
5.48/4.03	c 1255354 constraints processed.
5.48/4.03	c objective function length is 6 literals
45.50/42.68	c cleaning 2503 clauses out of 5005 with flag 10871/5005
60.52/56.90	c cleaning 3974 clauses out of 8497 with flag 26737/11000
90.03/85.68	c cleaning 5802 clauses out of 11604 with flag 48944/18081
176.07/170.66	c cleaning 6919 clauses out of 13846 with flag 68398/26125
283.43/276.94	c cleaning 8653 clauses out of 17312 with flag 91170/36510
377.93/368.25	c cleaning 8578 clauses out of 17157 with flag 111878/45008
488.05/477.33	c cleaning 9787 clauses out of 19581 with flag 140560/56010
557.50/541.34	c cleaning 11245 clauses out of 22490 with flag 167021/68706
607.30/589.96	c cleaning 11785 clauses out of 23570 with flag 192216/81031
717.14/693.90	c cleaning 12877 clauses out of 25757 with flag 225564/95003
981.02/956.57	c cleaning 15651 clauses out of 31304 with flag 278689/113427
1023.96/993.52	c cleaning 13943 clauses out of 28226 with flag 312449/126000
1122.92/1090.66	c cleaning 16378 clauses out of 32756 with flag 447791/144473
1173.89/1135.62	c cleaning 16452 clauses out of 32908 with flag 513519/161006
1932.60/1886.49	c cleaning 17719 clauses out of 35454 with flag 561494/180004
2583.87/2536.58	c cleaning 19007 clauses out of 38035 with flag 609768/200304
2696.74/2642.88	c cleaning 19902 clauses out of 39817 with flag 664457/221093
2868.11/2811.54	c cleaning 20755 clauses out of 41822 with flag 725878/243000
2961.75/2897.44	c cleaning 22001 clauses out of 44067 with flag 785540/266000
3128.72/3053.01	c cleaning 23056 clauses out of 46163 with flag 862374/290097
3600.00/3522.91	c starts		: 528
3600.00/3522.92	c conflicts		: 310046
3600.00/3522.92	c decisions		: 7010532
3600.00/3522.92	c propagations		: 184263461
3600.00/3522.92	c inspects		: 1152049685
3600.00/3522.92	c shortcuts		: 0
3600.00/3522.92	c learnt literals	: 3
3600.00/3522.92	c learnt binary clauses	: 343
3600.00/3522.92	c learnt ternary clauses	: 338
3600.00/3522.92	c learnt constraints	: 310042
3600.00/3522.92	c ignored constraints	: 0
3600.00/3522.92	c root simplifications	: 0
3600.00/3522.92	c removed literals (reason simplification)	: 167336983
3600.00/3522.92	c reason swapping (by a shorter reason)	: 0
3600.00/3522.92	c Calls to reduceDB	: 20
3600.00/3522.92	c Number of update (reduction) of LBD	: 67877
3600.00/3522.92	c Imported unit clauses	: 0
3600.00/3522.92	c No decision after first conflict	: false
3600.00/3522.92	c number of reductions to clauses (during analyze)	: 0
3600.00/3522.92	c number of learned constraints concerned by reduction	: 0
3600.00/3522.92	c number of learning phase by resolution	: 0
3600.00/3522.92	c number of learning phase by cutting planes	: 0
3600.00/3522.93	c number of rounding to 1 operations	: 0
3600.00/3522.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3522.93	c number of reductions of the coefficients by power 2 	: 0
3600.00/3522.93	c number of right shift for reduction by power 2 	: 0
3600.00/3522.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3522.93	c number of ending skipping 	: 0
3600.00/3522.93	c number of internal skipping 	: 0
3600.00/3522.93	c number of derivation steps 	: 0
3600.00/3522.93	c number of skipped derivation steps 	: 0
3600.00/3522.93	c number of remaining unassigned 	: 0
3600.00/3522.93	c number of remaining assigned 	: 0
3600.00/3522.93	c number of falsified literals weakened from reason	: 0
3600.00/3522.93	c number of falsified literals weakened from conflict	: 0
3600.00/3522.93	c time for arithmetic operations	: 0
3600.00/3522.93	c minimum degree of deleted constraints	: null
3600.00/3522.93	c maximum degree of deleted constraints	: null
3600.00/3522.93	c number of deleted constraints	: 0
3600.00/3522.94	c speed (assignments/second)	: 52364.53311583865
3600.00/3522.94	c non guided choices	: 756002
3600.00/3522.96	c timeout
3600.00/3522.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 42713
3600.00/3522.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 343
3600.00/3522.97	s UNKNOWN
3600.00/3522.97	c Total wall clock time (in seconds): 3522.833

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61845 MiB free)
  memory of node 1: 64465 MiB (62706 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524030-1751609394/watcher-4524030-1751609394 -o /tmp/evaluation-result-4524030-1751609394/solver-4524030-1751609394 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86974 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524030-1751609394.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=87056, runsolver pid=87052

[startup+0.100061 s]*
/proc/loadavg: 2.04 2.32 2.90 10/315 87075
/proc/meminfo: memFree=127484828/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=18930384 memory=57800 CPUtime=0.13 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 6570 0 0 0 11 2 0 0 20 0 18 0 76561938 19384713216 14450 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4732596 14450 5340 1 0 547620 0
[pid=87056/tid=87058] ppid=87052 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 76561939 19384713216 14450 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561941 19384713216 14450 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=18930384 memory=60684515937227 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76561941 19384713216 14450 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57800 KiB

[startup+0.205847 s]*
/proc/loadavg: 2.04 2.32 2.90 8/313 87075
/proc/meminfo: memFree=127419420/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=18930384 memory=80424 CPUtime=0.3 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 7026 0 0 0 28 2 0 0 20 0 18 0 76561938 19384713216 20106 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4732596 20106 5436 1 0 547907 0
[pid=87056/tid=87058] ppid=87052 vsize=18930384 memory=4026810651 CPUtime=0.16 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 5284 0 0 0 15 1 0 0 20 0 18 0 76561939 19384713216 20106 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=18930384 memory=215637819727 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561941 19384713216 20106 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=18930384 memory=56286469426119 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76561941 19384713216 20106 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80424 KiB

[startup+0.305719 s]*
/proc/loadavg: 2.04 2.32 2.90 8/323 87090
/proc/meminfo: memFree=127304332/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=18930384 memory=119672 CPUtime=0.48 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 8580 0 0 0 44 4 0 0 20 0 18 0 76561938 19384713216 29918 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4732596 29918 5436 1 0 548933 0
[pid=87056/tid=87058] ppid=87052 vsize=18930384 memory=-6000919502721279335 CPUtime=0.24 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 5326 0 0 0 22 2 0 0 20 0 18 0 76561939 19384713216 29918 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561941 19384713216 29918 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76561941 19384713216 29918 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 119672 KiB

[startup+0.700219 s]
/proc/loadavg: 2.04 2.32 2.90 10/337 87104
/proc/meminfo: memFree=127144784/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=18996948 memory=201172 CPUtime=1.24 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 11349 0 0 0 117 7 0 0 20 0 19 0 76561938 19452874752 50293 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4749237 50293 5468 1 0 550870 0
[pid=87056/tid=87058] ppid=87052 vsize=18996948 memory=18816 CPUtime=0.53 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 5353 0 0 0 49 4 0 0 20 0 19 0 76561939 19452874752 50293 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76561941 19452874752 50293 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76561941 19452874752 50293 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 201172 KiB

[startup+1.50024 s]
/proc/loadavg: 2.04 2.32 2.90 9/338 87105
/proc/meminfo: memFree=126761016/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=18996948 memory=449924 CPUtime=2.63 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 12684 0 0 0 249 14 0 0 20 0 19 0 76561938 19452874752 112481 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4749237 112481 5500 1 0 987987 0
[pid=87056/tid=87058] ppid=87052 vsize=18996948 memory=3328 CPUtime=1.18 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 5444 0 0 0 110 8 0 0 20 0 19 0 76561939 19452874752 112481 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76561941 19452874752 112481 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76561941 19452874752 112481 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 449924 KiB

[startup+3.10571 s]
/proc/loadavg: 2.04 2.32 2.90 6/339 87106
/proc/meminfo: memFree=124597020/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=18996948 memory=1220816 CPUtime=4.44 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 14815 0 0 0 415 29 0 0 20 0 19 0 76561938 19452874752 305204 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4749237 305204 5500 1 0 2147320 0
[pid=87056/tid=87058] ppid=87052 vsize=18996948 memory=0 CPUtime=2.55 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 5750 0 0 0 235 20 0 0 20 0 19 0 76561939 19452874752 305204 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76561941 19452874752 305204 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76561941 19452874752 305204 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1220816 KiB

[startup+6.30023 s]
/proc/loadavg: 2.28 2.36 2.91 5/341 87108
/proc/meminfo: memFree=123819912/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=1604892 CPUtime=8.59 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 15632 0 0 0 822 37 0 0 20 0 20 0 76561938 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 401223 5564 1 0 2147933 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=5632 CPUtime=5.48 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 6116 0 0 0 525 23 0 0 20 0 20 0 76561939 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=-6000919498476643687 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1604892 KiB

[startup+12.7002 s]
/proc/loadavg: 2.41 2.39 2.92 7/342 87109
/proc/meminfo: memFree=123290036/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=1604892 CPUtime=14.97 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 16312 0 0 0 1460 37 0 0 20 0 20 0 76561938 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 401223 5564 1 0 2147933 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=10752 CPUtime=11.86 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 6589 0 0 0 1163 23 0 0 20 0 20 0 76561939 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=1604892 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=18816 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 401223 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 14.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1604892 KiB

[startup+25.5002 s]
/proc/loadavg: 2.84 2.49 2.94 5/342 87109
/proc/meminfo: memFree=121790208/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=1964440 CPUtime=28 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 20637 0 0 0 2756 44 0 0 20 0 20 0 76561938 19521036288 491110 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 491110 5564 1 0 2488414 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=14848 CPUtime=24.32 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 7252 0 0 0 2408 24 0 0 20 0 20 0 76561939 19521036288 491110 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=1604892 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 491110 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=1604892 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 491110 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 491110 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1964440 KiB

[startup+51.1058 s]
/proc/loadavg: 3.29 2.63 2.98 5/341 87111
/proc/meminfo: memFree=119078608/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=3192176 CPUtime=54.59 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 29621 0 0 0 5389 70 0 0 20 0 20 0 76561938 19521036288 798044 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 798044 5596 1 0 2489177 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=2782528 CPUtime=49.16 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 10142 0 0 0 4884 32 0 0 20 0 20 0 76561939 19521036288 798044 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=2323276 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 798044 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=2259352 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 798044 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=2277784 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 798044 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 54.59 s
Current children cumulated vsize: 19063512 KiB

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

/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=11637260 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3543 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=11637260 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3238.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11637260 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.26 4.39 5/339 87466
/proc/meminfo: memFree=89589840/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11637260 CPUtime=3298.09 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 256623 0 0 0 329450 359 0 0 20 0 20 0 76561938 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2909315 5596 1 0 3476520 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=18816 CPUtime=3181.21 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 96240 0 0 0 318035 86 0 0 20 0 20 0 76561939 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3567 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3298.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11637260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.26 4.38 5/339 87468
/proc/meminfo: memFree=88508484/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11637260 CPUtime=3358.4 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 259894 0 0 0 335479 361 0 0 20 0 20 0 76561938 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2909315 5596 1 0 3476520 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=11637260 CPUtime=3240.63 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 97676 0 0 0 323976 87 0 0 20 0 20 0 76561939 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=11637260 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=11637260 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3590 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=-6000919498476643687 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3358.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11637260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.26 4.37 5/339 87470
/proc/meminfo: memFree=87415368/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11637260 CPUtime=3418.77 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 263535 0 0 0 341514 363 0 0 20 0 20 0 76561938 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2909315 5596 1 0 3476524 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=183 CPUtime=3300.01 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 99265 0 0 0 329914 87 0 0 20 0 20 0 76561939 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=11637260 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=18816 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3628 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909315 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3418.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11637260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.22 4.35 5/340 87473
/proc/meminfo: memFree=87337216/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11639316 CPUtime=3479.11 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 268207 0 0 0 347546 365 0 0 20 0 20 0 76561938 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2909829 5596 1 0 3476545 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=2764 CPUtime=3359.45 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 102330 0 0 0 335858 87 0 0 20 0 20 0 76561939 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=11637260 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3651 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3479.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11639316 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.21 4.34 6/341 87478
/proc/meminfo: memFree=87283876/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11639316 CPUtime=3539.01 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 268734 0 0 0 353535 366 0 0 20 0 20 0 76561938 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2909829 5596 1 0 3476545 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=2764 CPUtime=3419.34 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 102714 0 0 0 341847 87 0 0 20 0 20 0 76561939 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3703 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3539.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11639316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.23 4.34 5/341 87484
/proc/meminfo: memFree=87259340/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11639316 CPUtime=3599.13 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 272419 0 0 0 359546 367 0 0 20 0 20 0 76561938 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2909829 5596 1 0 3476545 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=11639316 CPUtime=3479 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) S 87052 87056 86719 0 -1 4194368 103646 0 0 0 347812 88 0 0 20 0 20 0 76561939 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3750 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2909829 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3599.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11639316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3522.9 s]
/proc/loadavg: 4.29 4.23 4.34 5/341 87484
/proc/meminfo: memFree=87259340/131250000 swapFree=33010684/33010684
[pid=87056] ppid=87052 vsize=19063512 memory=11917920 CPUtime=3600 cores=4,6
/proc/87056/stat : 87056 (java) S 87052 87056 86719 0 -1 4194304 273896 0 0 0 359628 372 0 0 20 0 20 0 76561938 19521036288 2979480 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
/proc/87056/statm: 4765878 2979480 5596 1 0 3476545 0
[pid=87056/tid=87058] ppid=87052 vsize=19063512 memory=11639316 CPUtime=3479.33 cores=4,6
/proc/87056/task/87058/stat : 87058 (java) R 87052 87056 86719 0 -1 4194368 103660 0 0 0 347845 88 0 0 20 0 20 0 76561939 19521036288 2979480 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87067] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87067/stat : 87067 (Finalizer) S 87052 87056 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2979480 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87074] ppid=87052 vsize=19063512 memory=11639316 CPUtime=0 cores=4,6
/proc/87056/task/87074/stat : 87074 (Common-Cleaner) S 87052 87056 86719 0 -1 4194368 3750 0 0 0 0 0 0 0 20 0 20 0 76561941 19521036288 2979480 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
[pid=87056/tid=87107] ppid=87052 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/87056/task/87107/stat : 87107 (Timer-0) S 87052 87056 86719 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76562345 19521036288 2979480 18446744073709551615 94170053582848 94170053586544 140733605100384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94170053594360 94170053595152 94170058862592 140733605104001 140733605104102 140733605104102 140733605109704 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11917920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.42 s, system=3.75938 s

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

[startup+3523 s]*
/proc/loadavg: 4.29 4.23 4.34 5/323 87487
/proc/meminfo: memFree=98574616/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3523.01
CPU time (s): 3600.18
CPU user time (s): 3596.42
CPU system time (s): 3.75938
CPU usage (%): 102.19
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 11917920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.42
system time used= 3.75938
maximum resident set size= 11918688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114948
involuntary context switches= 10083


# summary of solver processes directly reported to runsolver:
#   pid: 87056
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3596.42
#   total CPU system time (s): 3.75938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.4766 second user time and 17.7831 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 08:09:54
IDJOB=4524030
IDBENCH=180476
IDSOLVER=3363
FILE ID=nodeC028/4524030-1751609394
RUNJOBID= nodeC028-1751609394-86974
SLURM_JOB_ID= 9598897
Free space on /tmp= 431372 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524030-1751609394/watcher-4524030-1751609394 -o /tmp/evaluation-result-4524030-1751609394/solver-4524030-1751609394 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86974 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524030-1751609394.opb

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=1865942823

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127590196 kB
MemAvailable:   129639128 kB
Buffers:            3280 kB
Cached:          2849864 kB
SwapCached:            0 kB
Active:           507248 kB
Inactive:        2540620 kB
Active(anon):     212792 kB
Inactive(anon):        0 kB
Active(file):     294456 kB
Inactive(file):  2540620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            110268 kB
Writeback:             8 kB
AnonPages:        197760 kB
Mapped:           123480 kB
Shmem:             18068 kB
KReclaimable:     106188 kB
Slab:             196112 kB
SReclaimable:     106188 kB
SUnreclaim:        89924 kB
KernelStack:        4532 kB
PageTables:         3272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4751700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150824 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431416 MiB
End job on nodeC028 at 2025-07-04 09:08:37