Trace number 4492118

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.53 3540.47

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUM94ed12462fdb637cfaac2f219d20a948
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.06044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.19/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.36	c See www.sat4j.org for details.
0.19/0.38	c version PB25.v20250606
0.19/0.40	c java.runtime.name	OpenJDK Runtime Environment
0.19/0.40	c java.vm.name		OpenJDK 64-Bit Server VM
0.19/0.40	c java.vm.version	22.0.1+8-16
0.19/0.40	c java.vm.vendor	Oracle Corporation
0.19/0.40	c sun.arch.data.model	64
0.19/0.40	c java.version		22.0.1
0.19/0.40	c os.name		Linux
0.19/0.40	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.19/0.40	c os.arch		amd64
0.19/0.41	c Free memory 		2104792832
0.19/0.41	c Max memory 		16282288128
0.19/0.41	c Total memory 		2113929216
0.19/0.42	c Number of processors 	2
0.50/0.60	c Pseudo Boolean Optimization by upper bound
0.50/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.50/0.60	c  - never skip resolution steps
0.50/0.60	c  - Auto-division on coefficients is disabled
0.50/0.60	c  - No postprocessing
0.50/0.60	c  - Conflict is considered as is when resolving
0.50/0.60	c  - Use constraints as they come during conflict analysis
0.50/0.60	c  - Weaken first using unassigned literals
0.50/0.60	c  - Bump strategy: ALWAYS_ONE
0.50/0.60	c  - Bumper: ANY
0.50/0.60	c --- Begin Solver configuration ---
0.50/0.60	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.50/0.60	c Learn all clauses as in MiniSAT
0.50/0.60	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.50/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.50/0.60	c No reason simplification
0.50/0.60	c Armin Biere (Picosat) restarts strategy
0.50/0.60	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.50/0.60	c timeout=2147483s
0.50/0.60	c DB Simplification allowed=false
0.50/0.60	c Listener: none
0.50/0.60	c --- End Solver configuration ---
0.50/0.60	c solving HOME/instance-4492118-1751145766.opb
0.50/0.60	c reading problem ... 
0.50/0.61	c  no objective function found
1.62/1.13	c ... done. Wall clock time 0.517s.
1.62/1.13	c declared #vars     4602
1.62/1.13	c #constraints  30353
1.62/1.13	c constraints type 
1.62/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.62/1.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1.62/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1.62/1.13	c 30353 constraints processed.
15.77/12.43	c cleaning 2483 clauses out of 5001
59.16/54.38	c cleaning 4248 clauses out of 8519
145.34/135.93	c cleaning 5614 clauses out of 11270
321.39/309.67	c cleaning 6802 clauses out of 13656
575.83/558.77	c cleaning 7900 clauses out of 15854
1000.24/977.58	c cleaning 8949 clauses out of 17954
1390.81/1361.47	c cleaning 9961 clauses out of 20005
2310.52/2268.65	c cleaning 11012 clauses out of 22044
3339.52/3283.57	c cleaning 11991 clauses out of 24033
3600.05/3540.24	c starts		: 88
3600.05/3540.27	c conflicts		: 84654
3600.05/3540.28	c decisions		: 175676
3600.05/3540.28	c propagations		: 2826409
3600.05/3540.28	c inspects		: 4175159803
3600.05/3540.28	c shortcuts		: 0
3600.05/3540.28	c learnt literals	: 0
3600.05/3540.28	c learnt binary clauses	: 0
3600.05/3540.28	c learnt ternary clauses	: 0
3600.05/3540.28	c learnt constraints	: 84654
3600.05/3540.28	c ignored constraints	: 0
3600.05/3540.28	c root simplifications	: 0
3600.05/3540.28	c removed literals (reason simplification)	: 0
3600.05/3540.28	c reason swapping (by a shorter reason)	: 0
3600.05/3540.28	c Calls to reduceDB	: 9
3600.05/3540.28	c Number of update (reduction) of LBD	: 0
3600.05/3540.28	c Imported unit clauses	: 0
3600.05/3540.28	c No decision after first conflict	: false
3600.05/3540.28	c number of reductions to clauses (during analyze)	: 0
3600.05/3540.29	c number of learned constraints concerned by reduction	: 0
3600.05/3540.29	c number of learning phase by resolution	: 0
3600.05/3540.29	c number of learning phase by cutting planes	: 0
3600.05/3540.29	c number of rounding to 1 operations	: 0
3600.05/3540.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3540.29	c number of reductions of the coefficients by power 2 	: 0
3600.05/3540.29	c number of right shift for reduction by power 2 	: 0
3600.05/3540.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3540.29	c number of ending skipping 	: 0
3600.05/3540.29	c number of internal skipping 	: 0
3600.05/3540.29	c number of derivation steps 	: 686555
3600.25/3540.30	c number of skipped derivation steps 	: 0
3600.25/3540.30	c number of remaining unassigned 	: 69831
3600.25/3540.30	c number of remaining assigned 	: 27221658
3600.25/3540.31	c number of falsified literals weakened from reason	: 0
3600.25/3540.31	c number of falsified literals weakened from conflict	: 0
3600.25/3540.31	c time for arithmetic operations	: 1196898430
3600.25/3540.32	c minimum degree of deleted constraints	: null
3600.25/3540.33	c maximum degree of deleted constraints	: null
3600.25/3540.33	c number of deleted constraints	: 0
3600.25/3540.33	c speed (assignments/second)	: 798.6049322682665
3600.25/3540.34	c non guided choices	: 10104
3600.45/3540.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 96
3600.45/3540.41	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 15598
3600.45/3540.41	s UNKNOWN
3600.45/3540.42	c Total wall clock time (in seconds): 3539.812

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100082 s]*
/proc/loadavg: 0.66 2.07 3.18 5/260 16170
/proc/meminfo: memFree=130406980/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=235772 memory=11264 CPUtime=0.01 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 661 0 116 0 0 1 0 0 20 0 2 0 30256357 241430528 2816 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 58943 2816 2432 1 0 600 0
[pid=16158/tid=16167] ppid=16146 vsize=235772 memory=4026532124 CPUtime=0 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) D 16146 16158 16092 0 -1 4456512 111 0 48 0 0 0 0 0 20 0 2 0 30256366 241430528 2816 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 11264 KiB

[startup+0.217937 s]*
/proc/loadavg: 0.66 2.07 3.18 7/288 16198
/proc/meminfo: memFree=130325948/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=18730704 memory=38816 CPUtime=0.07 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 4991 0 312 0 2 5 0 0 20 0 16 0 30256357 19180240896 9704 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4682676 9704 3997 1 0 545993 0
[pid=16158/tid=16167] ppid=16146 vsize=18730704 memory=3472328300254200092 CPUtime=0.05 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) S 16146 16158 16092 0 -1 4194368 4311 0 244 0 2 3 0 0 20 0 16 0 30256366 19180240896 9704 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=18730704 memory=1641 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 16 0 30256379 19180240896 9704 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16226] ppid=16146 vsize=18730704 memory=58494082614266 CPUtime=0 cores=5,7
/proc/16158/task/16226/stat : 16226 (java) R 16146 16158 16092 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 16 0 30256380 19180240896 9704 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 2147221247 0 16800975 0 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18730704 KiB
Current children cumulated memory: 38816 KiB

[startup+0.316779 s]*
/proc/loadavg: 0.66 2.07 3.18 11/324 16234
/proc/meminfo: memFree=130299856/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=18930384 memory=48220 CPUtime=0.19 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 5739 0 320 0 13 6 0 0 20 0 18 0 30256357 19384713216 12055 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4732596 12055 5181 1 0 547041 0
[pid=16158/tid=16167] ppid=16146 vsize=18930384 memory=-6000919477018519150 CPUtime=0.12 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 4619 0 244 0 8 4 0 0 20 0 18 0 30256366 19384713216 12055 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=18930384 memory=-4421386496197813606 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30256379 19384713216 12055 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30256382 19384713216 12055 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48220 KiB

[startup+0.700412 s]
/proc/loadavg: 0.66 2.07 3.18 11/324 16234
/proc/meminfo: memFree=130271704/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=18930384 memory=63792 CPUtime=0.82 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 6963 0 320 0 74 8 0 0 20 0 18 0 30256357 19384713216 15948 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4732596 15948 5341 1 0 547951 0
[pid=16158/tid=16167] ppid=16146 vsize=18930384 memory=17152 CPUtime=0.43 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 5257 0 244 0 38 5 0 0 20 0 18 0 30256366 19384713216 15948 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30256379 19384713216 15948 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30256382 19384713216 15948 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63792 KiB

[startup+1.50025 s]
/proc/loadavg: 0.66 2.07 3.18 11/324 16235
/proc/meminfo: memFree=129939620/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19063512 memory=174940 CPUtime=2.39 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 19107 0 320 0 225 14 0 0 20 0 20 0 30256357 19521036288 43735 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4765878 43735 5405 1 0 553319 0
[pid=16158/tid=16167] ppid=16146 vsize=19063512 memory=5632 CPUtime=1.05 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 5622 0 244 0 97 8 0 0 20 0 20 0 30256366 19521036288 43735 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 43735 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30256382 19521036288 43735 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174940 KiB

[startup+3.10549 s]
/proc/loadavg: 1.56 2.23 3.23 11/332 16243
/proc/meminfo: memFree=128945116/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19063512 memory=468620 CPUtime=5.57 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 24205 0 320 0 534 23 0 0 20 0 20 0 30256357 19521036288 117155 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4765878 117155 5405 1 0 708463 0
[pid=16158/tid=16167] ppid=16146 vsize=19063512 memory=0 CPUtime=2.51 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 6547 0 244 0 236 15 0 0 20 0 20 0 30256366 19521036288 117155 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 117155 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19063512 memory=412884 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30256382 19521036288 117155 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256472 19521036288 117155 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 468620 KiB

[startup+6.30049 s]
/proc/loadavg: 1.56 2.23 3.23 7/332 16243
/proc/meminfo: memFree=125871220/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19063512 memory=1072000 CPUtime=9.5 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 25361 0 320 0 912 38 0 0 20 0 20 0 30256357 19521036288 268000 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4765878 268000 5405 1 0 965404 0
[pid=16158/tid=16167] ppid=16146 vsize=19063512 memory=0 CPUtime=5.5 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 6869 0 244 0 523 27 0 0 20 0 20 0 30256366 19521036288 268000 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19063512 memory=2244 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 268000 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30256382 19521036288 268000 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19063512 memory=-6000919481313486446 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256472 19521036288 268000 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1072000 KiB

[startup+12.7005 s]
/proc/loadavg: 2.00 2.31 3.25 8/332 16243
/proc/meminfo: memFree=120290708/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19063512 memory=2341856 CPUtime=16.14 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 27329 0 320 0 1543 71 0 0 20 0 20 0 30256357 19521036288 585464 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4765878 585464 5405 1 0 1168051 0
[pid=16158/tid=16167] ppid=16146 vsize=19063512 memory=-6000919481313486446 CPUtime=11.73 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 8264 0 244 0 1116 57 0 0 20 0 20 0 30256366 19521036288 585464 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19063512 memory=2208524 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 585464 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19063512 memory=2001676 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30256382 19521036288 585464 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19063512 memory=2233100 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256472 19521036288 585464 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2341856 KiB

[startup+25.5005 s]
/proc/loadavg: 3.26 2.58 3.32 7/332 16243
/proc/meminfo: memFree=118416392/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19063512 memory=2902232 CPUtime=29.92 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 34204 0 320 0 2907 85 0 0 20 0 20 0 30256357 19521036288 725558 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4765878 725558 5405 1 0 1168083 0
[pid=16158/tid=16167] ppid=16146 vsize=19063512 memory=2337 CPUtime=24.15 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 10856 0 244 0 2348 67 0 0 20 0 20 0 30256366 19521036288 725558 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 725558 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19063512 memory=2896084 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 30256382 19521036288 725558 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19063512 memory=3197 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256472 19521036288 725558 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 29.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2902232 KiB

[startup+51.1144 s]
/proc/loadavg: 4.51 2.93 3.42 7/332 16243
/proc/meminfo: memFree=118292564/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19063512 memory=2957664 CPUtime=55.92 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 38905 0 320 0 5502 90 0 0 20 0 20 0 30256357 19521036288 739416 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4765878 739416 5405 1 0 1168084 0
[pid=16158/tid=16167] ppid=16146 vsize=19063512 memory=2945376 CPUtime=49.09 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 14230 0 244 0 4841 68 0 0 20 0 20 0 30256366 19521036288 739416 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19063512 memory=2945376 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 739416 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19063512 memory=2945376 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 30256382 19521036288 739416 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19063512 memory=2937152 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256472 19521036288 739416 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 55.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2957664 KiB

[startup+102.301 s]

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

[startup+3222.3 s]
/proc/loadavg: 4.40 4.32 4.23 7/330 16435
/proc/meminfo: memFree=103997716/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504708 CPUtime=3277.35 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 223306 0 320 0 327265 470 0 0 20 0 21 0 30256357 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876177 5437 1 0 1922223 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=7504708 CPUtime=3159.42 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 138473 0 244 0 315750 192 0 0 20 0 21 0 30256366 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=7504708 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=7504708 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2572 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=11136 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3277.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504708 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.32 4.24 7/330 16440
/proc/meminfo: memFree=103718520/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504708 CPUtime=3338.32 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 231607 0 320 0 333356 476 0 0 20 0 21 0 30256357 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876177 5437 1 0 1922223 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=7504708 CPUtime=3218.34 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 143399 0 244 0 321640 194 0 0 20 0 21 0 30256366 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=17152 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=7504708 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2666 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=7504708 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876177 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3338.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504708 KiB

[startup+3342.3 s]
/proc/loadavg: 4.51 4.36 4.26 7/331 16447
/proc/meminfo: memFree=103714492/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3399.17 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 234985 0 320 0 339435 482 0 0 20 0 21 0 30256357 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876209 5437 1 0 1922251 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3277.85 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 145158 0 244 0 327589 196 0 0 20 0 21 0 30256366 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2694 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=7504836 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3399.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.34 4.26 9/332 16450
/proc/meminfo: memFree=103705752/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3460.13 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 241876 0 320 0 345524 489 0 0 20 0 21 0 30256357 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876209 5437 1 0 1922251 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3337.33 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) S 16146 16158 16092 0 -1 4194368 150763 0 244 0 333534 199 0 0 20 0 21 0 30256366 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=7504836 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=14336 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=7504836 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3460.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.37 4.27 7/332 16778
/proc/meminfo: memFree=103706392/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3521.08 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 246923 0 320 0 351614 494 0 0 20 0 21 0 30256357 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876209 5437 1 0 1922251 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3396.48 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 154374 0 244 0 339448 200 0 0 20 0 21 0 30256366 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=7502592 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=3328 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2971 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=7504836 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3521.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.36 4.27 7/332 16780
/proc/meminfo: memFree=101827296/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3582 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 249121 0 320 0 357702 498 0 0 20 0 21 0 30256357 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876209 5437 1 0 1922251 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=7502592 CPUtime=3455.47 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 156295 0 244 0 345346 201 0 0 20 0 21 0 30256366 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=3328 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=7504836 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2972 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=14336 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3582 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.2 s]
/proc/loadavg: 4.26 4.34 4.27 8/331 16780
/proc/meminfo: memFree=101601796/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19130076 memory=7504836 CPUtime=3600.05 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 253364 0 320 0 359505 500 0 0 20 0 21 0 30256357 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4782519 1876209 5437 1 0 1922251 0
[pid=16158/tid=16167] ppid=16146 vsize=19130076 memory=245635481903 CPUtime=3473.14 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 158707 0 244 0 347113 201 0 0 20 0 21 0 30256366 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19130076 memory=55212677268211 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19130076 memory=3761967172558258208 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2972 0 0 0 0 0 0 0 20 0 21 0 30256382 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16243] ppid=16146 vsize=19130076 memory=4788 CPUtime=0 cores=5,7
/proc/16158/task/16243/stat : 16243 (Timer-0) S 16146 16158 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256472 19589197824 1876209 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7504836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.48 s, system=5.04926 s

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

[startup+3540.4 s]
/proc/loadavg: 4.26 4.34 4.27 8/331 16780
/proc/meminfo: memFree=101601796/131382116 swapFree=33010684/33010684
[pid=16158] ppid=16146 vsize=19329768 memory=7505604 CPUtime=3600.45 cores=5,7
/proc/16158/stat : 16158 (java) S 16146 16158 16092 0 -1 4194304 255804 0 320 0 359544 501 0 0 20 0 22 0 30256357 19793682432 1876401 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
/proc/16158/statm: 4832442 1876401 5437 1 0 1923218 0
[pid=16158/tid=16167] ppid=16146 vsize=19329768 memory=17152 CPUtime=3473.34 cores=5,7
/proc/16158/task/16167/stat : 16167 (java) R 16146 16158 16092 0 -1 4194368 158735 0 244 0 347133 201 0 0 20 0 22 0 30256366 19793682432 1876401 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16211] ppid=16146 vsize=19329768 memory=11136 CPUtime=0 cores=5,7
/proc/16158/task/16211/stat : 16211 (Finalizer) S 16146 16158 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 22 0 30256379 19793682432 1876401 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
[pid=16158/tid=16234] ppid=16146 vsize=19329768 memory=5632 CPUtime=0 cores=5,7
/proc/16158/task/16234/stat : 16234 (Common-Cleaner) S 16146 16158 16092 0 -1 4194368 2972 0 0 0 0 0 0 0 20 0 22 0 30256382 19793682432 1876401 18446744073709551615 94691892797440 94691892801136 140731126262688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691892808952 94691892809744 94691917447168 140731126270334 140731126270438 140731126270438 140731126276040 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 7505604 KiB

Child status: 143

Real time (s): 3540.47
CPU time (s): 3600.53
CPU user time (s): 3595.48
CPU system time (s): 5.04926
CPU usage (%): 101.696
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7505604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.48
system time used= 5.04926
maximum resident set size= 7505860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256123
page faults= 320
swaps= 0
block input operations= 15824
block output operations= 7008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122633
involuntary context switches= 29184


# summary of solver processes directly reported to runsolver:
#   pid: 16158
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3595.48
#   total CPU system time (s): 5.04926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0014 second user time and 38.4776 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-28 23:22:46
IDJOB=4492118
IDBENCH=147759
IDSOLVER=3361
FILE ID=nodeC011/4492118-1751145766
RUNJOBID= nodeC011-1751145766-16105
SLURM_JOB_ID= 9587450
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492118-1751145766/watcher-4492118-1751145766 -o /tmp/evaluation-result-4492118-1751145766/solver-4492118-1751145766 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16105 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492118-1751145766.opb

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

MD5SUM BENCH= 94ed12462fdb637cfaac2f219d20a948
RANDOM SEED=4939675

nodeC011 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	: 0xb00001f
cpu MHz		: 1196.895
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.279
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.337
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.314
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.294
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.558
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.207
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130415056 kB
MemAvailable:   130012388 kB
Buffers:            3280 kB
Cached:           360920 kB
SwapCached:            0 kB
Active:           283968 kB
Inactive:         147820 kB
Active(anon):      85548 kB
Inactive(anon):        0 kB
Active(file):     198420 kB
Inactive(file):   147820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5432 kB
Writeback:             0 kB
AnonPages:         70716 kB
Mapped:           101780 kB
Shmem:             17960 kB
KReclaimable:      83908 kB
Slab:             162856 kB
SReclaimable:      83908 kB
SUnreclaim:        78948 kB
KernelStack:        3872 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC011 at 2025-06-29 00:21:47