Trace number 4514381

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.13 3563.78

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUM7fddd5a63b4237b93179de1569c49542
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.0846
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
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 52
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB25.v20250606
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		2104792832
0.08/0.11	c Max memory 		16282288128
0.08/0.11	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.18	c Pseudo Boolean Optimization by upper bound
0.08/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.18	c  - never skip resolution steps
0.08/0.18	c  - Auto-division on coefficients is disabled
0.08/0.18	c  - No postprocessing
0.08/0.18	c  - Conflict is considered as is when resolving
0.08/0.18	c  - Use constraints as they come during conflict analysis
0.08/0.18	c  - Weaken first using unassigned literals
0.08/0.18	c  - Bump strategy: ALWAYS_ONE
0.08/0.18	c  - Bumper: EFFECTIVE
0.08/0.18	c --- Begin Solver configuration ---
0.08/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.18	c No reason simplification
0.08/0.18	c Dynamic restart strategy considering the size of the coefficients
0.08/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.08/0.18	c timeout=2147483s
0.08/0.18	c DB Simplification allowed=false
0.08/0.18	c Listener: none
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-4514381-1751229408.opb
0.08/0.18	c reading problem ... 
0.08/0.18	c using VERIPB proof format
0.08/0.18	c  no objective function found
1.04/0.62	c ... done. Wall clock time 0.432s.
1.04/0.62	c declared #vars     1806
1.04/0.62	c #constraints  8618
1.04/0.62	c constraints type 
1.04/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3444
1.04/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1.04/0.62	c org.sat4j.specs.Constr$1 => 3
1.04/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5166
1.04/0.62	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.04/0.62	c 8618 constraints processed.
16.40/9.85	c cleaning 2501 clauses out of 5001 with flag 0/5001
33.16/26.07	c cleaning 4251 clauses out of 8502 with flag 0/11003
60.97/53.37	c cleaning 5624 clauses out of 11249 with flag 0/18001
103.88/95.66	c cleaning 6812 clauses out of 13624 with flag 0/26000
153.57/144.52	c cleaning 7904 clauses out of 15814 with flag 0/35002
216.90/206.98	c cleaning 8955 clauses out of 17913 with flag 0/45005
293.56/282.40	c cleaning 9974 clauses out of 19953 with flag 0/56000
384.11/371.89	c cleaning 10989 clauses out of 21980 with flag 0/68001
498.64/485.16	c cleaning 11988 clauses out of 23991 with flag 0/81001
634.49/619.58	c cleaning 12994 clauses out of 26002 with flag 0/95000
798.73/782.42	c cleaning 13998 clauses out of 28008 with flag 0/110000
986.65/968.98	c cleaning 15005 clauses out of 30011 with flag 0/126001
1195.99/1176.85	c cleaning 16002 clauses out of 32007 with flag 0/143002
1429.51/1408.67	c cleaning 16997 clauses out of 34004 with flag 0/161001
1692.49/1669.81	c cleaning 18000 clauses out of 36007 with flag 0/180001
1987.69/1962.88	c cleaning 19002 clauses out of 38012 with flag 0/200006
2308.43/2281.50	c cleaning 20003 clauses out of 40008 with flag 0/221004
2607.06/2578.02	c cleaning 20995 clauses out of 42002 with flag 0/243001
2929.14/2897.49	c cleaning 21999 clauses out of 44006 with flag 0/266000
3318.03/3283.93	c cleaning 22999 clauses out of 46007 with flag 0/290000
3600.01/3563.71	c timeout
3600.01/3563.72	c starts		: 23
3600.01/3563.72	c conflicts		: 307810
3600.01/3563.72	c decisions		: 327242
3600.01/3563.72	c propagations		: 38061800
3600.01/3563.72	c inspects		: 3924208783
3600.01/3563.72	c shortcuts		: 0
3600.01/3563.72	c learnt literals	: 0
3600.01/3563.72	c learnt binary clauses	: 0
3600.01/3563.72	c learnt ternary clauses	: 14
3600.01/3563.72	c learnt constraints	: 307809
3600.01/3563.72	c ignored constraints	: 0
3600.01/3563.72	c root simplifications	: 0
3600.01/3563.72	c removed literals (reason simplification)	: 0
3600.01/3563.72	c reason swapping (by a shorter reason)	: 0
3600.01/3563.72	c Calls to reduceDB	: 20
3600.01/3563.72	c Number of update (reduction) of LBD	: 371308
3600.01/3563.72	c Imported unit clauses	: 0
3600.01/3563.72	c No decision after first conflict	: false
3600.01/3563.72	c number of reductions to clauses (during analyze)	: 0
3600.01/3563.72	c number of learned constraints concerned by reduction	: 0
3600.01/3563.72	c number of learning phase by resolution	: 0
3600.01/3563.72	c number of learning phase by cutting planes	: 0
3600.01/3563.72	c number of rounding to 1 operations	: 0
3600.01/3563.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3563.72	c number of reductions of the coefficients by power 2 	: 0
3600.01/3563.72	c number of right shift for reduction by power 2 	: 0
3600.01/3563.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3563.72	c number of ending skipping 	: 0
3600.01/3563.72	c number of internal skipping 	: 0
3600.01/3563.72	c number of derivation steps 	: 5388961
3600.01/3563.72	c number of skipped derivation steps 	: 0
3600.01/3563.72	c number of remaining unassigned 	: 590015
3600.01/3563.72	c number of remaining assigned 	: 97978986
3600.01/3563.72	c number of falsified literals weakened from reason	: 0
3600.01/3563.72	c number of falsified literals weakened from conflict	: 0
3600.01/3563.72	c time for arithmetic operations	: 5376951439
3600.01/3563.72	c minimum degree of deleted constraints	: 1
3600.01/3563.72	c maximum degree of deleted constraints	: 2307428716213874741794803891939864503250
3600.01/3563.72	c number of deleted constraints	: 266992
3600.01/3563.73	c speed (assignments/second)	: 10682.208929185861
3600.01/3563.73	c non guided choices	: 1231
3600.01/3563.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 833
3600.01/3563.75	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 713
3600.01/3563.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 39271
3600.01/3563.76	s UNKNOWN
3600.01/3563.76	c Total wall clock time (in seconds): 3563.579

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514381-1751229408/watcher-4514381-1751229408 -o /tmp/evaluation-result-4514381-1751229408/solver-4514381-1751229408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751229408-33176 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514381-1751229408 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514381-1751229408.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=33227, runsolver pid=33218
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.56 1.36 2.41 10/333 33304
/proc/meminfo: memFree=129949624/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=18930384 memory=51836 CPUtime=0.08 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 6158 0 4 0 7 1 0 0 20 0 18 0 38619220 19384713216 12959 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4732596 12959 5342 1 0 547227 0
[pid=33227/tid=33238] ppid=33218 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 4974 0 4 0 4 1 0 0 20 0 18 0 38619222 19384713216 12959 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=18930384 memory=2641 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38619224 19384713216 12959 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38619225 19384713216 12959 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51836 KiB

[startup+0.204994 s]*
/proc/loadavg: 1.24 1.49 2.44 14/333 33304
/proc/meminfo: memFree=129908556/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=18930384 memory=64184 CPUtime=0.27 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 7136 0 4 0 25 2 0 0 20 0 18 0 38619220 19384713216 16046 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4732596 16046 5406 1 0 547956 0
[pid=33227/tid=33238] ppid=33218 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 5420 0 4 0 13 1 0 0 20 0 18 0 38619222 19384713216 16046 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=18930384 memory=2641 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38619224 19384713216 16046 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38619225 19384713216 16046 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64184 KiB

[startup+0.304839 s]*
/proc/loadavg: 1.24 1.49 2.44 11/334 33305
/proc/meminfo: memFree=129774340/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=18930384 memory=89156 CPUtime=0.46 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 8698 0 4 0 43 3 0 0 20 0 18 0 38619220 19384713216 22289 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4732596 22289 5406 1 0 549021 0
[pid=33227/tid=33238] ppid=33218 vsize=18930384 memory=-6000919507116779884 CPUtime=0.22 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 5439 0 4 0 21 1 0 0 20 0 18 0 38619222 19384713216 22289 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38619224 19384713216 22289 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38619225 19384713216 22289 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 89156 KiB

[startup+0.700192 s]
/proc/loadavg: 1.24 1.49 2.44 11/338 33309
/proc/meminfo: memFree=129554676/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=161124 CPUtime=1.22 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 10496 0 4 0 118 4 0 0 20 0 20 0 38619220 19521036288 40281 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 40281 5470 1 0 550875 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=17536 CPUtime=0.58 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 5569 0 4 0 55 3 0 0 20 0 20 0 38619222 19521036288 40281 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 40281 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 40281 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161124 KiB

[startup+1.5002 s]
/proc/loadavg: 1.24 1.49 2.44 8/318 33322
/proc/meminfo: memFree=129577168/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=183140 CPUtime=2.79 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 26662 0 4 0 269 10 0 0 20 0 20 0 38619220 19521036288 45785 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 45785 5470 1 0 556320 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=3328 CPUtime=1.3 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 5658 0 4 0 125 5 0 0 20 0 20 0 38619222 19521036288 45785 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 45785 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 45785 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 45785 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183140 KiB

[startup+3.10535 s]
/proc/loadavg: 1.24 1.49 2.44 8/318 33388
/proc/meminfo: memFree=128651416/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=403720 CPUtime=5.9 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 34446 0 4 0 571 19 0 0 20 0 20 0 38619220 19521036288 100930 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 100930 5470 1 0 556878 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=10752 CPUtime=2.82 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 6708 0 4 0 271 11 0 0 20 0 20 0 38619222 19521036288 100930 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 100930 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 100930 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 100930 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 403720 KiB

[startup+6.30449 s]
/proc/loadavg: 1.62 1.57 2.46 8/341 33445
/proc/meminfo: memFree=125801220/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=1384636 CPUtime=11.35 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 38056 0 4 0 1094 41 0 0 20 0 20 0 38619220 19521036288 346159 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 346159 5470 1 0 715953 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=0 CPUtime=5.89 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) S 33218 33227 33166 0 -1 4194368 7204 0 4 0 561 28 0 0 20 0 20 0 38619222 19521036288 346159 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 346159 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 346159 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=183140 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 346159 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 11.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1384636 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.62 2.48 8/341 33512
/proc/meminfo: memFree=124883948/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=1713032 CPUtime=19.58 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 39936 0 4 0 1907 51 0 0 20 0 20 0 38619220 19521036288 428258 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 428258 5470 1 0 716574 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=183140 CPUtime=12.17 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) S 33218 33227 33166 0 -1 4194368 8169 0 4 0 1181 36 0 0 20 0 20 0 38619222 19521036288 428258 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 428258 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=1536780 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 428258 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 428258 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 19.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1713032 KiB

[startup+25.5002 s]
/proc/loadavg: 2.21 1.70 2.49 6/341 33512
/proc/meminfo: memFree=123938896/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=1790956 CPUtime=32.66 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 45149 0 4 0 3213 53 0 0 20 0 20 0 38619220 19521036288 447739 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 447739 5470 1 0 716591 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=0 CPUtime=24.71 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 9959 0 4 0 2434 37 0 0 20 0 20 0 38619222 19521036288 447739 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=1776608 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 447739 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=-6000919472773818732 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 447739 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=1737612 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 447739 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 32.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1790956 KiB

[startup+51.1054 s]
/proc/loadavg: 3.10 1.97 2.56 6/342 33514
/proc/meminfo: memFree=123765548/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=1813616 CPUtime=58.74 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 51793 0 4 0 5816 58 0 0 20 0 20 0 38619220 19521036288 453404 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 453404 5470 1 0 716623 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=1813616 CPUtime=49.84 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 12259 0 4 0 4945 39 0 0 20 0 20 0 38619222 19521036288 453404 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=1811568 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 453404 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=1799248 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 453404 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0

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

/proc/meminfo: memFree=118020440/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2824720 CPUtime=3256.06 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 151496 0 4 0 325286 320 0 0 20 0 20 0 38619220 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706180 5502 1 0 717635 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2824720 CPUtime=3175.46 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 64074 0 4 0 317380 166 0 0 20 0 20 0 38619222 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3256.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2824720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.16 4.10 6/342 33719
/proc/meminfo: memFree=118010060/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2824720 CPUtime=3316.43 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 154070 0 4 0 331319 324 0 0 20 0 20 0 38619220 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706180 5502 1 0 717635 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2824720 CPUtime=3234.75 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 65987 0 4 0 323307 168 0 0 20 0 20 0 38619222 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3316.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2824720 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.10 6/341 33721
/proc/meminfo: memFree=117999064/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2824720 CPUtime=3376.82 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 155631 0 4 0 337354 328 0 0 20 0 20 0 38619220 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706180 5502 1 0 717635 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2228 CPUtime=3294 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 67258 0 4 0 329229 171 0 0 20 0 20 0 38619222 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=-6000919472773818732 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706180 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3376.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2824720 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.16 4.10 6/342 33724
/proc/meminfo: memFree=117945544/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2826768 CPUtime=3437.23 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 157399 0 4 0 343390 333 0 0 20 0 20 0 38619220 19521036288 706692 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706692 5502 1 0 717635 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2228 CPUtime=3353.17 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 68194 0 4 0 335144 173 0 0 20 0 20 0 38619222 19521036288 706692 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706692 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1907 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706692 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=2826768 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706692 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3437.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2826768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.17 4.10 6/344 33728
/proc/meminfo: memFree=117953496/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2826896 CPUtime=3498.04 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 159110 0 4 0 349465 339 0 0 20 0 20 0 38619220 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706724 5502 1 0 717635 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2228 CPUtime=3412.39 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 68373 0 4 0 341063 176 0 0 20 0 20 0 38619222 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2824720 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1907 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=17400 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3498.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2826896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.17 4.10 6/343 33730
/proc/meminfo: memFree=117937252/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2826896 CPUtime=3558.41 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 161131 0 4 0 355498 343 0 0 20 0 20 0 38619220 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706724 5502 1 0 717635 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=14976 CPUtime=3471.7 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 69979 0 4 0 346991 179 0 0 20 0 20 0 38619222 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2826896 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=2826896 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1907 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3558.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2826896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563.7 s]
/proc/loadavg: 4.17 4.16 4.10 6/321 33746
/proc/meminfo: memFree=120567512/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2826896 CPUtime=3600.01 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 161817 0 4 0 359656 345 0 0 20 0 20 0 38619220 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706724 5502 1 0 717647 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2826896 CPUtime=3512.57 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 70405 0 4 0 351077 180 0 0 20 0 20 0 38619222 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2826896 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=2826896 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1989 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2826896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.67 s, system=3.46229 s

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

[startup+3563.7 s]
/proc/loadavg: 4.17 4.16 4.10 6/321 33746
/proc/meminfo: memFree=120567512/131249996 swapFree=33010684/33010684
[pid=33227] ppid=33218 vsize=19063512 memory=2826896 CPUtime=3600.01 cores=0,2
/proc/33227/stat : 33227 (java) S 33218 33227 33166 0 -1 4194304 161817 0 4 0 359656 345 0 0 20 0 20 0 38619220 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
/proc/33227/statm: 4765878 706724 5502 1 0 717647 0
[pid=33227/tid=33238] ppid=33218 vsize=19063512 memory=2826896 CPUtime=3512.57 cores=0,2
/proc/33227/task/33238/stat : 33238 (java) R 33218 33227 33166 0 -1 4194368 70405 0 4 0 351077 180 0 0 20 0 20 0 38619222 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33272] ppid=33218 vsize=19063512 memory=2826896 CPUtime=0 cores=0,2
/proc/33227/task/33272/stat : 33272 (Finalizer) S 33218 33227 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38619224 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33302] ppid=33218 vsize=19063512 memory=2826896 CPUtime=0 cores=0,2
/proc/33227/task/33302/stat : 33302 (Common-Cleaner) S 33218 33227 33166 0 -1 4194368 1989 0 0 0 0 0 0 0 20 0 20 0 38619225 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
[pid=33227/tid=33312] ppid=33218 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/33227/task/33312/stat : 33312 (Timer-0) S 33218 33227 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38619282 19521036288 706724 18446744073709551615 94778213523456 94778213527152 140733208626624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94778213534968 94778213535760 94778234396672 140733208635693 140733208635878 140733208635878 140733208641480 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2826896 KiB

Child status: 143

Real time (s): 3563.78
CPU time (s): 3600.13
CPU user time (s): 3596.67
CPU system time (s): 3.46229
CPU usage (%): 101.02
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2826896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.67
system time used= 3.46229
maximum resident set size= 2827792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164290
page faults= 4
swaps= 0
block input operations= 0
block output operations= 626872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151120
involuntary context switches= 25080


# summary of solver processes directly reported to runsolver:
#   pid: 33227
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3596.67
#   total CPU system time (s): 3.46229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.02439 second user time and 14.529 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 22:36:48
IDJOB=4514381
IDBENCH=162673
IDSOLVER=3362
FILE ID=nodeC029/4514381-1751229408
RUNJOBID= nodeC029-1751229408-33176
SLURM_JOB_ID= 9587697
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_10.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514381-1751229408/watcher-4514381-1751229408 -o /tmp/evaluation-result-4514381-1751229408/solver-4514381-1751229408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751229408-33176 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514381-1751229408 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514381-1751229408.opb

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

MD5SUM BENCH= 7fddd5a63b4237b93179de1569c49542
RANDOM SEED=1286614602

nodeC029 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.722
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.46
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		: 2007.142
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.46
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.791
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.46
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		: 3599.811
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.46
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.843
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.46
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		: 3537.897
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.46
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		: 3599.696
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.46
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		: 3597.320
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130000492 kB
MemAvailable:   129754064 kB
Buffers:            3280 kB
Cached:           562760 kB
SwapCached:            0 kB
Active:           324684 kB
Inactive:         305856 kB
Active(anon):      82560 kB
Inactive(anon):        0 kB
Active(file):     242124 kB
Inactive(file):   305856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3108 kB
Writeback:             8 kB
AnonPages:         67716 kB
Mapped:           102512 kB
Shmem:             18060 kB
KReclaimable:      89664 kB
Slab:             174080 kB
SReclaimable:      89664 kB
SUnreclaim:        84416 kB
KernelStack:        4048 kB
PageTables:         2788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     332064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC029 at 2025-06-29 23:36:12