Trace number 4491975

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 VeriPB 2025-06-06? (TO) 3600.23 3558.28

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-13.opb
MD5SUM0255b3d891da2276599e5fcb43348962
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 benchmark0.08006
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4632
Total number of constraints30964
Number of constraints which are clauses29940
Number of constraints which are cardinality constraints (but not clauses)946
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 104
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.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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4491975-1751143215.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  no objective function found
1.05/0.69	c ... done. Wall clock time 0.521s.
1.05/0.69	c declared #vars     4632
1.05/0.69	c #constraints  31138
1.05/0.69	c constraints type 
1.05/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 946
1.05/0.69	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.05/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30114
1.05/0.69	c 31138 constraints processed.
12.57/7.65	c cleaning 2497 clauses out of 5000 with flag 0/5000
20.21/14.79	c cleaning 4244 clauses out of 8503 with flag 0/11000
46.16/40.17	c cleaning 5622 clauses out of 11259 with flag 0/18000
82.09/75.44	c cleaning 6812 clauses out of 13637 with flag 0/26000
130.13/123.17	c cleaning 7907 clauses out of 15826 with flag 0/35001
201.17/193.26	c cleaning 8954 clauses out of 17920 with flag 0/45002
290.06/280.93	c cleaning 9978 clauses out of 19966 with flag 0/56002
389.45/380.41	c cleaning 10987 clauses out of 21990 with flag 0/68004
510.97/500.79	c cleaning 11987 clauses out of 24000 with flag 0/81001
539.27/528.25	c cleaning 12994 clauses out of 26014 with flag 0/95002
564.84/552.99	c cleaning 14005 clauses out of 28019 with flag 0/110001
595.80/583.33	c cleaning 15000 clauses out of 30013 with flag 0/126000
640.02/626.73	c cleaning 15982 clauses out of 32014 with flag 0/143001
696.12/681.73	c cleaning 17006 clauses out of 34031 with flag 0/161000
748.11/733.06	c cleaning 18001 clauses out of 36026 with flag 0/180001
810.33/794.34	c cleaning 19003 clauses out of 38024 with flag 0/200000
888.40/871.39	c cleaning 20002 clauses out of 40023 with flag 0/221002
981.37/962.81	c cleaning 20998 clauses out of 42019 with flag 0/243000
1087.42/1067.53	c cleaning 22002 clauses out of 44021 with flag 0/266000
1193.08/1171.96	c cleaning 22998 clauses out of 46020 with flag 0/290001
1328.59/1309.55	c cleaning 23998 clauses out of 48024 with flag 0/315003
1480.28/1459.40	c cleaning 25000 clauses out of 50023 with flag 0/341000
1671.18/1648.36	c cleaning 25991 clauses out of 52024 with flag 0/368001
1828.02/1803.44	c cleaning 27011 clauses out of 54034 with flag 0/396002
1997.04/1970.48	c cleaning 28001 clauses out of 56022 with flag 0/425001
2203.97/2175.13	c cleaning 29000 clauses out of 58020 with flag 0/455000
2466.63/2435.77	c cleaning 30002 clauses out of 60021 with flag 0/486001
2691.75/2658.79	c cleaning 31003 clauses out of 62021 with flag 0/518003
2926.73/2891.37	c cleaning 31993 clauses out of 64015 with flag 0/551000
3125.59/3088.10	c cleaning 32997 clauses out of 66022 with flag 0/585000
3315.60/3276.35	c cleaning 33998 clauses out of 68025 with flag 0/620000
3519.97/3478.93	c cleaning 35002 clauses out of 70028 with flag 0/656001
3600.11/3558.21	c starts		: 7
3600.11/3558.21	c conflicts		: 674099
3600.11/3558.21	c decisions		: 724341
3600.11/3558.21	c propagations		: 24683400
3600.11/3558.21	c inspects		: 4871267584
3600.11/3558.21	c shortcuts		: 0
3600.11/3558.21	c learnt literals	: 0
3600.11/3558.21	c learnt binary clauses	: 0
3600.11/3558.21	c learnt ternary clauses	: 0
3600.11/3558.21	c learnt constraints	: 674099
3600.11/3558.21	c ignored constraints	: 0
3600.11/3558.21	c root simplifications	: 0
3600.11/3558.21	c removed literals (reason simplification)	: 0
3600.11/3558.21	c reason swapping (by a shorter reason)	: 0
3600.11/3558.21	c Calls to reduceDB	: 32
3600.11/3558.21	c Number of update (reduction) of LBD	: 655887
3600.11/3558.21	c Imported unit clauses	: 0
3600.11/3558.21	c No decision after first conflict	: false
3600.11/3558.21	c number of reductions to clauses (during analyze)	: 0
3600.11/3558.21	c number of learned constraints concerned by reduction	: 0
3600.11/3558.21	c number of learning phase by resolution	: 0
3600.11/3558.21	c number of learning phase by cutting planes	: 0
3600.11/3558.21	c number of rounding to 1 operations	: 0
3600.11/3558.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.11/3558.21	c number of reductions of the coefficients by power 2 	: 0
3600.11/3558.21	c number of right shift for reduction by power 2 	: 0
3600.11/3558.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.11/3558.21	c number of ending skipping 	: 0
3600.11/3558.21	c number of internal skipping 	: 0
3600.11/3558.21	c number of derivation steps 	: 7822843
3600.11/3558.21	c number of skipped derivation steps 	: 0
3600.11/3558.21	c number of remaining unassigned 	: 949095
3600.11/3558.21	c number of remaining assigned 	: 228568277
3600.11/3558.21	c number of falsified literals weakened from reason	: 0
3600.11/3558.21	c number of falsified literals weakened from conflict	: 0
3600.11/3558.21	c time for arithmetic operations	: 9603449287
3600.11/3558.22	c timeout
3600.11/3558.22	c minimum degree of deleted constraints	: 1
3600.11/3558.22	c maximum degree of deleted constraints	: 5248225910660950196
3600.11/3558.22	c number of deleted constraints	: 620975
3600.11/3558.22	c speed (assignments/second)	: 6938.3610970095515
3600.11/3558.22	c non guided choices	: 6761
3600.11/3558.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18864
3600.11/3558.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 53
3600.11/3558.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 34207
3600.11/3558.26	s UNKNOWN
3600.11/3558.26	c Total wall clock time (in seconds): 3558.092

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 (58806 MiB free)
  memory of node 1: 64465 MiB (56154 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491975-1751143215/watcher-4491975-1751143215 -o /tmp/evaluation-result-4491975-1751143215/solver-4491975-1751143215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13553 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491975-1751143215 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491975-1751143215.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
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=14501, runsolver pid=14498
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.59 3.96 3.24 5/344 14519
/proc/meminfo: memFree=117686780/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=18930384 memory=55516 CPUtime=0.12 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 6537 0 0 0 10 2 0 0 20 0 18 0 29999051 19384713216 13879 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4732596 13879 5337 1 0 547587 0
[pid=14501/tid=14503] ppid=14498 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 5043 0 0 0 5 1 0 0 20 0 18 0 29999053 19384713216 13879 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29999055 19384713216 13879 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=18930384 memory=57385981077686 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29999055 19384713216 13879 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55516 KiB

[startup+0.206271 s]*
/proc/loadavg: 4.59 3.96 3.24 7/344 14519
/proc/meminfo: memFree=117677832/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=18930384 memory=66376 CPUtime=0.3 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 7116 0 0 0 27 3 0 0 20 0 18 0 29999051 19384713216 16594 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4732596 16594 5433 1 0 547978 0
[pid=14501/tid=14503] ppid=14498 vsize=18930384 memory=4026532124 CPUtime=0.16 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 5386 0 0 0 14 2 0 0 20 0 18 0 29999053 19384713216 16594 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=18930384 memory=15975 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29999055 19384713216 16594 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29999055 19384713216 16594 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66376 KiB

[startup+0.306276 s]*
/proc/loadavg: 4.59 3.96 3.24 6/344 14519
/proc/meminfo: memFree=117652628/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=18931412 memory=152980 CPUtime=0.49 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 8722 0 0 0 45 4 0 0 20 0 19 0 29999051 19385765888 38245 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4732853 38245 5465 1 0 549295 0
[pid=14501/tid=14503] ppid=14498 vsize=18931412 memory=-6000919472639469678 CPUtime=0.23 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) S 14498 14501 11463 0 -1 4194368 5453 0 0 0 20 3 0 0 20 0 19 0 29999053 19385765888 38245 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=18931412 memory=0 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29999055 19385765888 38245 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=18931412 memory=0 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 29999055 19385765888 38245 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 152980 KiB

[startup+0.700247 s]
/proc/loadavg: 4.59 3.96 3.24 6/345 14520
/proc/meminfo: memFree=117443740/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=563892 CPUtime=1.24 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 13181 0 0 0 110 14 0 0 20 0 20 0 29999051 19521036288 140973 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 140973 5465 1 0 552361 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=17408 CPUtime=0.6 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 5668 0 0 0 48 12 0 0 20 0 20 0 29999053 19521036288 140973 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 140973 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 140973 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 563892 KiB

[startup+1.50025 s]
/proc/loadavg: 4.59 3.96 3.24 6/346 14521
/proc/meminfo: memFree=117206432/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=780360 CPUtime=2.83 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 23857 0 0 0 261 22 0 0 20 0 20 0 29999051 19521036288 195090 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 195090 5465 1 0 556605 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=3200 CPUtime=1.38 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 5830 0 0 0 122 16 0 0 20 0 20 0 29999053 19521036288 195090 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 195090 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 195090 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 195090 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 780360 KiB

[startup+3.10615 s]
/proc/loadavg: 4.59 3.96 3.24 6/346 14521
/proc/meminfo: memFree=116267000/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=1602024 CPUtime=6 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 26057 0 0 0 559 41 0 0 20 0 20 0 29999051 19521036288 400506 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 400506 5465 1 0 776698 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=14432 CPUtime=2.92 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 6222 0 0 0 259 33 0 0 20 0 20 0 29999053 19521036288 400506 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 400506 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 400506 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 400506 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1602024 KiB

[startup+6.30025 s]
/proc/loadavg: 4.62 3.98 3.25 5/345 14521
/proc/meminfo: memFree=115560916/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=2220008 CPUtime=10.86 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 27606 0 0 0 1031 55 0 0 20 0 20 0 29999051 19521036288 555002 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 555002 5465 1 0 777162 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=0 CPUtime=6 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 6833 0 0 0 555 45 0 0 20 0 20 0 29999053 19521036288 555002 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 555002 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 555002 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=823496 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 555002 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 10.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2220008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.57 3.98 3.26 5/345 14521
/proc/meminfo: memFree=115521984/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=2226116 CPUtime=18.04 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 37357 0 0 0 1746 58 0 0 20 0 20 0 29999051 19521036288 556529 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 556529 5465 1 0 777276 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=823496 CPUtime=12.23 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 9413 0 0 0 1176 47 0 0 20 0 20 0 29999053 19521036288 556529 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=2226116 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 556529 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 556529 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 556529 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 18.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2226116 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.00 3.28 5/345 14521
/proc/meminfo: memFree=114279204/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=3428424 CPUtime=31.21 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 41970 0 0 0 3037 84 0 0 20 0 20 0 29999051 19521036288 857106 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 857106 5465 1 0 1069728 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=0 CPUtime=24.82 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 11289 0 0 0 2412 70 0 0 20 0 20 0 29999053 19521036288 857106 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 857106 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=3428424 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 857106 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=3428424 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 857106 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 31.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3428424 KiB

[startup+51.1064 s]
/proc/loadavg: 4.41 4.02 3.30 5/345 14522
/proc/meminfo: memFree=114160840/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=3428808 CPUtime=57.24 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 54875 0 0 0 5635 89 0 0 20 0 20 0 29999051 19521036288 857202 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 857202 5465 1 0 1069754 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=3428424 CPUtime=50.01 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 15627 0 0 0 4927 74 0 0 20 0 20 0 29999053 19521036288 857202 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=12800 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 857202 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 857202 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0

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

/proc/meminfo: memFree=120965844/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3200.63 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 209015 0 0 0 319626 437 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3099.78 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 100863 0 0 0 309672 306 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=-6000919472639469678 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 2699 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3200.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

[startup+3222.3 s]
/proc/loadavg: 2.24 2.77 3.02 3/292 14841
/proc/meminfo: memFree=120958552/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3261.21 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 212890 0 0 0 325679 442 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3158.87 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 103588 0 0 0 315578 309 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 2699 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3261.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

[startup+3282.3 s]
/proc/loadavg: 2.27 2.68 2.97 3/292 14845
/proc/meminfo: memFree=120944220/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3321.65 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 214859 0 0 0 331718 447 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3218.11 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 104638 0 0 0 321500 311 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 2773 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3321.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

[startup+3342.3 s]
/proc/loadavg: 2.34 2.61 2.93 3/292 14850
/proc/meminfo: memFree=120929664/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3382.2 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 218821 0 0 0 337766 454 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3277.2 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 107647 0 0 0 327404 316 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 2833 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3382.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

[startup+3402.3 s]
/proc/loadavg: 2.19 2.52 2.87 3/290 14854
/proc/meminfo: memFree=120921516/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3442.77 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 222976 0 0 0 343817 460 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3336.26 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 110692 0 0 0 333306 320 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 2928 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3442.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.43 2.82 3/290 14856
/proc/meminfo: memFree=120904768/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3503.28 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 223367 0 0 0 349863 465 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3395.43 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 110798 0 0 0 339220 323 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 3019 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=4224412 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3503.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

[startup+3522.3 s]
/proc/loadavg: 2.18 2.40 2.78 3/290 14858
/proc/meminfo: memFree=120893720/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3563.79 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 224322 0 0 0 355907 472 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3454.58 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 111289 0 0 0 345130 328 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 3023 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3563.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.2 s]
/proc/loadavg: 2.25 2.39 2.76 3/290 14859
/proc/meminfo: memFree=120883972/131250000 swapFree=33010684/33010684
[pid=14501] ppid=14498 vsize=19063512 memory=4224412 CPUtime=3600.11 cores=0,2
/proc/14501/stat : 14501 (java) S 14498 14501 11463 0 -1 4194304 225367 0 0 0 359537 474 0 0 20 0 20 0 29999051 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
/proc/14501/statm: 4765878 1056103 5497 1 0 1070704 0
[pid=14501/tid=14503] ppid=14498 vsize=19063512 memory=245635481903 CPUtime=3489.84 cores=0,2
/proc/14501/task/14503/stat : 14503 (java) R 14498 14501 11463 0 -1 4194368 112224 0 0 0 348655 329 0 0 20 0 20 0 29999053 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14512] ppid=14498 vsize=19063512 memory=4179401160140260078 CPUtime=0 cores=0,2
/proc/14501/task/14512/stat : 14512 (Finalizer) S 14498 14501 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14519] ppid=14498 vsize=19063512 memory=3472610887909784004 CPUtime=0 cores=0,2
/proc/14501/task/14519/stat : 14519 (Common-Cleaner) S 14498 14501 11463 0 -1 4194368 3023 0 0 0 0 0 0 0 20 0 20 0 29999055 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
[pid=14501/tid=14521] ppid=14498 vsize=19063512 memory=2432 CPUtime=0 cores=0,2
/proc/14501/task/14521/stat : 14521 (Timer-0) S 14498 14501 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29999121 19521036288 1056103 18446744073709551615 94908311166976 94908311170672 140737387677056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908311178488 94908311179280 94908326359040 140737387686189 140737387686374 140737387686374 140737387691976 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4224412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.46 s, system=4.76555 s

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

Child status: 143

Real time (s): 3558.28
CPU time (s): 3600.23
CPU user time (s): 3595.46
CPU system time (s): 4.76555
CPU usage (%): 101.179
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4224412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.46
system time used= 4.76555
maximum resident set size= 4225564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227783
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1558088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142891
involuntary context switches= 13064


# summary of solver processes directly reported to runsolver:
#   pid: 14501
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.46
#   total CPU system time (s): 4.76555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.42055 second user time and 17.352 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-28 22:40:15
IDJOB=4491975
IDBENCH=147755
IDSOLVER=3362
FILE ID=nodeC019/4491975-1751143215
RUNJOBID= nodeC019-1751142666-13553
SLURM_JOB_ID= 9587419
Free space on /tmp= 433044 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-13.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491975-1751143215/watcher-4491975-1751143215 -o /tmp/evaluation-result-4491975-1751143215/solver-4491975-1751143215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13553 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491975-1751143215 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491975-1751143215.opb

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

MD5SUM BENCH= 0255b3d891da2276599e5fcb43348962
RANDOM SEED=886596126

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117719920 kB
MemAvailable:   118042616 kB
Buffers:            3280 kB
Cached:          1133484 kB
SwapCached:            0 kB
Active:         11996752 kB
Inactive:         876668 kB
Active(anon):   11754808 kB
Inactive(anon):        0 kB
Active(file):     241944 kB
Inactive(file):   876668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10412 kB
Writeback:             0 kB
AnonPages:      11739328 kB
Mapped:           122676 kB
Shmem:             18064 kB
KReclaimable:      86648 kB
Slab:             171536 kB
SReclaimable:      86648 kB
SUnreclaim:        84888 kB
KernelStack:        5296 kB
PageTables:        26716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12848492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11464704 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC019 at 2025-06-28 23:39:34