Trace number 4503571

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.25 3594.53

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-134.opb
MD5SUM8f50e455e41c11932a7c1290f673c930
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 benchmark107.722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.16	c version PB25.v20250606
0.13/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.18	c java.vm.version	22.0.1+8-16
0.13/0.18	c java.vm.vendor	Oracle Corporation
0.13/0.18	c sun.arch.data.model	64
0.13/0.18	c java.version		22.0.1
0.13/0.18	c os.name		Linux
0.13/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.18	c os.arch		amd64
0.13/0.19	c Free memory 		2104792832
0.13/0.19	c Max memory 		16282288128
0.13/0.19	c Total memory 		2113929216
0.13/0.20	c Number of processors 	2
0.42/0.39	c Pseudo Boolean Optimization by upper bound
0.42/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.39	c  - never skip resolution steps
0.42/0.39	c  - Auto-division on coefficients is disabled
0.42/0.39	c  - No postprocessing
0.42/0.39	c  - Conflict is considered as is when resolving
0.42/0.39	c  - Use constraints as they come during conflict analysis
0.42/0.39	c  - Weaken first using unassigned literals
0.42/0.39	c  - Bump strategy: ALWAYS_ONE
0.42/0.39	c  - Bumper: EFFECTIVE
0.42/0.39	c --- Begin Solver configuration ---
0.42/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.42/0.39	c Learn all clauses as in MiniSAT
0.42/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.39	c No reason simplification
0.42/0.39	c Dynamic restart strategy considering the size of the coefficients
0.42/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.42/0.39	c timeout=2147483s
0.42/0.39	c DB Simplification allowed=false
0.42/0.39	c Listener: none
0.42/0.39	c --- End Solver configuration ---
0.42/0.39	c solving HOME/instance-4503571-1751175633.opb
0.42/0.39	c reading problem ... 
0.42/0.40	c using VERIPB proof format
0.42/0.40	c  no objective function found
113.50/110.55	c ... done. Wall clock time 110.152s.
113.50/110.55	c declared #vars     48411
113.50/110.55	c #constraints  1123290
113.50/110.55	c constraints type 
113.50/110.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
113.50/110.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
113.50/110.55	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 110271
113.50/110.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
113.50/110.55	c 1123290 constraints processed.
120.53/115.60	c cleaning 2494 clauses out of 5000 with flag 0/5000
125.27/119.78	c cleaning 4248 clauses out of 8507 with flag 0/11001
130.09/124.35	c cleaning 5625 clauses out of 11258 with flag 0/18000
136.90/133.08	c cleaning 6811 clauses out of 13634 with flag 0/26001
143.18/139.33	c cleaning 7908 clauses out of 15823 with flag 0/35001
151.37/147.41	c cleaning 8948 clauses out of 17915 with flag 0/45001
161.87/157.99	c cleaning 9979 clauses out of 19966 with flag 0/56000
174.41/170.59	c cleaning 10982 clauses out of 21987 with flag 0/68000
185.74/181.97	c cleaning 11998 clauses out of 24006 with flag 0/81001
199.01/195.06	c cleaning 13002 clauses out of 26008 with flag 0/95001
212.90/208.92	c cleaning 14000 clauses out of 28005 with flag 0/110000
229.06/225.06	c cleaning 14996 clauses out of 30005 with flag 0/126000
248.46/244.38	c cleaning 15992 clauses out of 32009 with flag 0/143000
268.53/264.32	c cleaning 16998 clauses out of 34017 with flag 0/161000
289.00/284.83	c cleaning 18004 clauses out of 36020 with flag 0/180001
309.20/305.03	c cleaning 19004 clauses out of 38016 with flag 0/200001
331.38/327.15	c cleaning 19997 clauses out of 40011 with flag 0/221000
358.25/353.85	c cleaning 21003 clauses out of 42015 with flag 0/243001
386.11/381.63	c cleaning 21998 clauses out of 44011 with flag 0/266000
416.93/412.23	c cleaning 22998 clauses out of 46013 with flag 0/290000
449.27/444.41	c cleaning 24001 clauses out of 48016 with flag 0/315001
486.36/481.29	c cleaning 25000 clauses out of 50014 with flag 0/341000
522.13/521.59	c cleaning 26002 clauses out of 52015 with flag 0/368001
558.85/558.45	c cleaning 27001 clauses out of 54013 with flag 0/396001
604.29/603.71	c cleaning 27995 clauses out of 56011 with flag 0/425000
655.56/654.66	c cleaning 29002 clauses out of 58016 with flag 0/455000
709.15/707.77	c cleaning 29998 clauses out of 60015 with flag 0/486001
757.15/755.15	c cleaning 31006 clauses out of 62019 with flag 0/518003
804.42/801.87	c cleaning 31994 clauses out of 64010 with flag 0/551000
851.70/849.22	c cleaning 33002 clauses out of 66016 with flag 0/585000
903.05/900.52	c cleaning 33995 clauses out of 68014 with flag 0/620000
951.64/949.95	c cleaning 35001 clauses out of 70020 with flag 0/656001
1001.99/1000.05	c cleaning 36006 clauses out of 72022 with flag 0/693004
1056.57/1054.26	c cleaning 36997 clauses out of 74012 with flag 0/731000
1116.10/1113.27	c cleaning 38000 clauses out of 76017 with flag 0/770002
1178.73/1175.63	c cleaning 39003 clauses out of 78015 with flag 0/810000
1240.86/1237.53	c cleaning 39996 clauses out of 80012 with flag 0/851000
1302.82/1304.97	c cleaning 40998 clauses out of 82016 with flag 0/893000
1362.62/1364.78	c cleaning 41997 clauses out of 84019 with flag 0/936001
1434.36/1436.06	c cleaning 43003 clauses out of 86021 with flag 0/980000
1505.73/1507.29	c cleaning 43999 clauses out of 88018 with flag 0/1025000
1577.32/1578.25	c cleaning 45000 clauses out of 90019 with flag 0/1071000
1651.80/1652.53	c cleaning 46005 clauses out of 92019 with flag 0/1118000
1729.23/1729.84	c cleaning 47002 clauses out of 94014 with flag 0/1166000
1807.66/1808.35	c cleaning 48002 clauses out of 96013 with flag 0/1215001
1887.09/1887.61	c cleaning 48997 clauses out of 98011 with flag 0/1265001
1981.32/1981.72	c cleaning 49997 clauses out of 100013 with flag 0/1316000
2064.98/2064.81	c cleaning 50997 clauses out of 102016 with flag 0/1368000
2157.56/2157.00	c cleaning 52002 clauses out of 104019 with flag 0/1421000
2248.52/2247.40	c cleaning 52988 clauses out of 106018 with flag 0/1475001
2345.95/2344.54	c cleaning 54005 clauses out of 108031 with flag 0/1530002
2432.60/2430.83	c cleaning 55006 clauses out of 110027 with flag 0/1586003
2530.67/2528.67	c cleaning 55999 clauses out of 112018 with flag 0/1643000
2628.28/2626.02	c cleaning 57001 clauses out of 114019 with flag 0/1701000
2741.09/2738.57	c cleaning 57996 clauses out of 116018 with flag 0/1760000
2858.43/2855.78	c cleaning 58998 clauses out of 118024 with flag 0/1820002
2979.44/2976.12	c cleaning 60008 clauses out of 120024 with flag 0/1881000
3100.25/3096.59	c cleaning 61002 clauses out of 122017 with flag 0/1943001
3224.31/3220.04	c cleaning 62002 clauses out of 124014 with flag 0/2006000
3327.26/3322.64	c cleaning 62997 clauses out of 126013 with flag 0/2070001
3472.70/3467.51	c cleaning 63998 clauses out of 128016 with flag 0/2135001
3600.04/3594.42	c timeout
3600.04/3594.43	c starts		: 2
3600.04/3594.43	c conflicts		: 2194616
3600.04/3594.43	c decisions		: 2859679
3600.04/3594.43	c propagations		: 2019632616
3600.04/3594.43	c inspects		: 18147638178
3600.04/3594.43	c shortcuts		: 0
3600.04/3594.43	c learnt literals	: 0
3600.04/3594.43	c learnt binary clauses	: 4
3600.04/3594.43	c learnt ternary clauses	: 14
3600.04/3594.43	c learnt constraints	: 2194616
3600.04/3594.43	c ignored constraints	: 0
3600.04/3594.43	c root simplifications	: 0
3600.04/3594.43	c removed literals (reason simplification)	: 0
3600.04/3594.43	c reason swapping (by a shorter reason)	: 0
3600.04/3594.43	c Calls to reduceDB	: 61
3600.04/3594.43	c Number of update (reduction) of LBD	: 3259267
3600.04/3594.43	c Imported unit clauses	: 0
3600.04/3594.43	c No decision after first conflict	: false
3600.04/3594.43	c number of reductions to clauses (during analyze)	: 0
3600.04/3594.43	c number of learned constraints concerned by reduction	: 0
3600.04/3594.43	c number of learning phase by resolution	: 0
3600.04/3594.43	c number of learning phase by cutting planes	: 0
3600.04/3594.43	c number of rounding to 1 operations	: 0
3600.04/3594.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3594.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3594.43	c number of right shift for reduction by power 2 	: 0
3600.04/3594.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3594.43	c number of ending skipping 	: 0
3600.04/3594.43	c number of internal skipping 	: 0
3600.04/3594.43	c number of derivation steps 	: 37256507
3600.04/3594.43	c number of skipped derivation steps 	: 0
3600.04/3594.43	c number of remaining unassigned 	: 1
3600.04/3594.43	c number of remaining assigned 	: 39731
3600.04/3594.43	c number of falsified literals weakened from reason	: 0
3600.04/3594.43	c number of falsified literals weakened from conflict	: 0
3600.04/3594.43	c time for arithmetic operations	: 19217495
3600.04/3594.43	c minimum degree of deleted constraints	: 1
3600.04/3594.43	c maximum degree of deleted constraints	: 494
3600.04/3594.43	c number of deleted constraints	: 2070983
3600.04/3594.44	c speed (assignments/second)	: 579711.353415853
3600.04/3594.44	c non guided choices	: 2238
3600.04/3594.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123501
3600.04/3594.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.04/3594.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 128
3600.04/3594.49	s UNKNOWN
3600.04/3594.49	c Total wall clock time (in seconds): 3594.095

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=21781, runsolver pid=21778
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.55 4.38 4.30 7/327 21799
/proc/meminfo: memFree=114572896/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18930384 memory=48552 CPUtime=0.13 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 5861 0 0 0 10 3 0 0 20 0 18 0 33242764 19384713216 12138 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4732596 12138 5300 1 0 547051 0
[pid=21781/tid=21783] ppid=21778 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 4706 0 0 0 6 1 0 0 20 0 18 0 33242766 19384713216 12138 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33242770 19384713216 12138 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33242771 19384713216 12138 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48552 KiB

[startup+0.213873 s]*
/proc/loadavg: 4.55 4.38 4.30 5/327 21799
/proc/meminfo: memFree=114566028/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18930384 memory=55632 CPUtime=0.28 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 6560 0 0 0 25 3 0 0 20 0 18 0 33242764 19384713216 13908 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4732596 13908 5332 1 0 547604 0
[pid=21781/tid=21783] ppid=21778 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 5045 0 0 0 16 2 0 0 20 0 18 0 33242766 19384713216 13908 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33242770 19384713216 13908 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33242771 19384713216 13908 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55632 KiB

[startup+0.31768 s]*
/proc/loadavg: 4.55 4.38 4.30 6/327 21799
/proc/meminfo: memFree=114565524/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18930384 memory=59044 CPUtime=0.42 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 6811 0 0 0 38 4 0 0 20 0 18 0 33242764 19384713216 14761 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4732596 14761 5428 1 0 547791 0
[pid=21781/tid=21783] ppid=21778 vsize=18930384 memory=-6000919472672828269 CPUtime=0.25 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 5192 0 0 0 23 2 0 0 20 0 18 0 33242766 19384713216 14761 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33242770 19384713216 14761 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33242771 19384713216 14761 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59044 KiB

[startup+0.700372 s]
/proc/loadavg: 4.55 4.38 4.30 7/327 21799
/proc/meminfo: memFree=114480076/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=229540 CPUtime=1.05 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 8152 0 0 0 96 9 0 0 20 0 19 0 33242764 19452874752 57385 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 57385 5492 1 0 548895 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=17152 CPUtime=0.56 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 5475 0 0 0 50 6 0 0 20 0 19 0 33242766 19452874752 57385 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 57385 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 57385 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 229540 KiB

[startup+1.50026 s]
/proc/loadavg: 4.55 4.38 4.30 6/328 21800
/proc/meminfo: memFree=113545748/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=1314468 CPUtime=2.61 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 21746 0 0 0 227 34 0 0 20 0 19 0 33242764 19452874752 328617 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 328617 5492 1 0 555561 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=3200 CPUtime=1.36 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 5991 0 0 0 108 28 0 0 20 0 19 0 33242766 19452874752 328617 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 328617 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 328617 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1314468 KiB

[startup+3.1056 s]
/proc/loadavg: 4.55 4.38 4.30 5/328 21800
/proc/meminfo: memFree=111946196/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=2669056 CPUtime=5.01 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 23244 0 0 0 441 60 0 0 20 0 19 0 33242764 19452874752 667264 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 667264 5492 1 0 898180 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=11264 CPUtime=2.92 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 6757 0 0 0 239 53 0 0 20 0 19 0 33242766 19452874752 667264 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 667264 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 667264 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2669056 KiB

[startup+6.30045 s]
/proc/loadavg: 4.59 4.39 4.30 6/328 21800
/proc/meminfo: memFree=111344084/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=3269048 CPUtime=8.56 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 24197 0 0 0 781 75 0 0 20 0 19 0 33242764 19452874752 817262 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 817262 5492 1 0 1050719 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=5632 CPUtime=5.92 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 7257 0 0 0 525 67 0 0 20 0 19 0 33242766 19452874752 817262 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 817262 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=-6000919472672828269 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 817262 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3269048 KiB

[startup+12.7004 s]
/proc/loadavg: 4.54 4.39 4.30 5/328 21800
/proc/meminfo: memFree=110344156/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=4266944 CPUtime=15.05 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 26095 0 0 0 1402 103 0 0 20 0 19 0 33242764 19452874752 1066736 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 1066736 5492 1 0 1303480 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=3269048 CPUtime=11.97 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 8473 0 0 0 1103 94 0 0 20 0 19 0 33242766 19452874752 1066736 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=17152 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 1066736 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 1066736 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4266944 KiB

[startup+25.5005 s]
/proc/loadavg: 4.50 4.39 4.30 5/328 21800
/proc/meminfo: memFree=108429948/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=6556380 CPUtime=27.9 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 32888 0 0 0 2642 148 0 0 20 0 19 0 33242764 19452874752 1639095 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 1639095 5492 1 0 1880011 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=3269048 CPUtime=23.77 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 11433 0 0 0 2239 138 0 0 20 0 19 0 33242766 19452874752 1639095 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=-6000919472672828269 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 1639095 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=5328732 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 1639095 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 27.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6556380 KiB

[startup+51.1087 s]
/proc/loadavg: 4.40 4.37 4.29 5/328 21800
/proc/meminfo: memFree=105483752/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=9094200 CPUtime=53.54 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 37425 0 0 0 5147 207 0 0 20 0 19 0 33242764 19452874752 2273550 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 2273550 5492 1 0 2515058 0
[pid=21781/tid=21783] ppid=21778 vsize=18996948 memory=-6000919472672828269 CPUtime=46.84 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 13265 0 0 0 4492 192 0 0 20 0 19 0 33242766 19452874752 2273550 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33242770 19452874752 2273550 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=18996948 memory=-6000919472672828269 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33242771 19452874752 2273550 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 53.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 9094200 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.34 4.29 6/328 21802
/proc/meminfo: memFree=103058920/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=18996948 memory=11615428 CPUtime=105.1 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 50899 0 0 0 10240 270 0 0 20 0 19 0 33242764 19452874752 2903857 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4749237 2903857 5492 1 0 3131283 0

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

/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3337 0 0 0 0 0 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3226.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.18 4.20 5/330 22175
/proc/meminfo: memFree=96574160/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3286.94 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 523248 0 0 0 327904 790 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=14720 CPUtime=3210.21 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 353878 0 0 0 320484 537 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3382 0 0 0 0 0 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3286.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.21 4.21 5/329 22177
/proc/meminfo: memFree=96412432/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3347.01 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 533935 0 0 0 333901 800 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=0 CPUtime=3269.59 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 360345 0 0 0 326417 542 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3382 0 0 0 0 0 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3347.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.20 4.20 5/329 22179
/proc/meminfo: memFree=96184608/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3407.17 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 541818 0 0 0 339908 809 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=3200 CPUtime=3328.95 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 366643 0 0 0 332349 546 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=14720 CPUtime=0.01 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3522 0 0 0 0 1 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=139984527374865 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3407.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.19 4.20 5/328 22184
/proc/meminfo: memFree=95872564/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3467.51 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 551240 0 0 0 345935 816 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=3200 CPUtime=3388.1 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 373877 0 0 0 338260 550 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=14720 CPUtime=0.01 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3522 0 0 0 0 1 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3467.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.19 4.19 5/328 22186
/proc/meminfo: memFree=95747952/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3527.5 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 559700 0 0 0 351927 823 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3447.52 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 380547 0 0 0 344198 554 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0.01 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3567 0 0 0 0 1 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3527.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.18 4.19 5/327 22192
/proc/meminfo: memFree=95515652/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3587.78 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 564129 0 0 0 357949 829 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=17280 CPUtime=3506.81 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 384683 0 0 0 350124 557 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=14720 CPUtime=0.01 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3662 0 0 0 0 1 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3587.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.4 s]
/proc/loadavg: 4.11 4.17 4.18 5/328 22193
/proc/meminfo: memFree=95475756/131382112 swapFree=33010684/33010684
[pid=21781] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3600.04 cores=4,6
/proc/21781/stat : 21781 (java) S 21778 21781 21002 0 -1 4194304 567434 0 0 0 359174 830 0 0 20 0 20 0 33242764 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
/proc/21781/statm: 4765878 3065477 5524 1 0 3132170 0
[pid=21781/tid=21783] ppid=21778 vsize=19063512 memory=12261908 CPUtime=3518.66 cores=4,6
/proc/21781/task/21783/stat : 21783 (java) R 21778 21781 21002 0 -1 4194368 386261 0 0 0 351308 558 0 0 20 0 20 0 33242766 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21792] ppid=21778 vsize=19063512 memory=-6000919472672828269 CPUtime=0 cores=4,6
/proc/21781/task/21792/stat : 21792 (Finalizer) S 21778 21781 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33242770 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21799] ppid=21778 vsize=19063512 memory=12544 CPUtime=0.01 cores=4,6
/proc/21781/task/21799/stat : 21799 (Common-Cleaner) S 21778 21781 21002 0 -1 4194368 3662 0 0 0 0 1 0 0 20 0 20 0 33242771 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
[pid=21781/tid=21803] ppid=21778 vsize=19063512 memory=12261908 CPUtime=0 cores=4,6
/proc/21781/task/21803/stat : 21803 (Timer-0) S 21778 21781 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33253821 19521036288 3065477 18446744073709551615 94010248052736 94010248056432 140737401039088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94010248064248 94010248065040 94010253729792 140737401047341 140737401047526 140737401047526 140737401053128 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12261908 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.91 s, system=8.33804 s

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

[startup+3594.5 s]*
/proc/loadavg: 4.11 4.17 4.18 5/310 22196
/proc/meminfo: memFree=98310740/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3594.53
CPU time (s): 3600.25
CPU user time (s): 3591.91
CPU system time (s): 8.33804
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 12261908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.91
system time used= 8.33804
maximum resident set size= 12262804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 570415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 959456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123781
involuntary context switches= 30506


# summary of solver processes directly reported to runsolver:
#   pid: 21781
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3591.91
#   total CPU system time (s): 8.33804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1564 second user time and 33.6444 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 07:40:34
IDJOB=4503571
IDBENCH=155522
IDSOLVER=3362
FILE ID=nodeC005/4503571-1751175633
RUNJOBID= nodeC005-1751171026-21013
SLURM_JOB_ID= 9587533
Free space on /tmp= 432968 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-134.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503571-1751175633/watcher-4503571-1751175633 -o /tmp/evaluation-result-4503571-1751175633/solver-4503571-1751175633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21013 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503571-1751175633 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503571-1751175633.opb

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

MD5SUM BENCH= 8f50e455e41c11932a7c1290f673c930
RANDOM SEED=1101928650

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114599636 kB
MemAvailable:   115061736 kB
Buffers:            3280 kB
Cached:          1272808 kB
SwapCached:            0 kB
Active:         15222812 kB
Inactive:        1027620 kB
Active(anon):   14992360 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):  1027620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             53372 kB
Writeback:             0 kB
AnonPages:      14977516 kB
Mapped:           122280 kB
Shmem:             17960 kB
KReclaimable:      87312 kB
Slab:             168960 kB
SReclaimable:      87312 kB
SUnreclaim:        81648 kB
KernelStack:        5024 kB
PageTables:        32964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15665904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14637056 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432916 MiB
End job on nodeC005 at 2025-06-29 08:40:29